summaryrefslogtreecommitdiff
path: root/core/src
AgeCommit message (Collapse)Author
2015-06-25gpoddernet: do not crash on unknown remote actionsSimon Schubert
According to [1] and my own episode actions feed, "action":"flattr" is a valid action. Future-proof the episode actions code by ignoring actions that we don't know and care about. This fixes the java.lang.IllegalArgumentException: FLATTR is not a constant exception when fetching the episode actions list. [1]: https://gpoddernet.readthedocs.org/en/latest/api/reference/events.html
2015-06-24Set update interval or time of dayMartin Fietz
2015-06-24Cache DateTime parserMartin Fietz
2015-06-24Merge branch 'develop' of https://github.com/AntennaPod/AntennaPod into ↵Martin Fietz
issue/940-user-preferences
2015-06-23Return NULL instead of result when unable to load bitmap.Tom Hennen
There are still cases where 'bitmap' could be null. We shouldn't return a result when that's the case. Returnning null appears to be supported by Picasso. (see Picasso.NetworkRequestHandler) Fixes AntennaPod/AntennaPod#947
2015-06-23Don't cache shared preferences anymore. Some refactoring.Martin Fietz
2015-06-22Only call getPSMPInfo if you need both the status and the playable.Tom Hennen
Fixes AntennaPod/AntennaPod#942
2015-06-21set autodownload == false once an item is downloadedTom Hennen
2015-06-21Merge pull request #925 from danners/developMartin Fietz
Download Report: introduce setting to disable
2015-06-21Store information if media has an embedded picture in the databaseMartin Fietz
2015-06-21Merge pull request #931 from mfietz/issue/928Tom Hennen
Fixes Queue transition from playing local to streaming
2015-06-21Merge pull request #930 from mfietz/issue/929-incorrect-dateTom Hennen
Fix datetime parsing (seconds absent)
2015-06-21Fixes Queue transition from playing local to streamingMartin Fietz
2015-06-21Fix datetime parsing (seconds absent)Martin Fietz
2015-06-21Download Report: introduce setting to disableSimon Danner
Give the use the option to disable the download report. While it is useful to see the failed downloads, if a user is subscribed to many podcasts, most of the times a few fail, which makes the notifications rather annonying.
2015-06-20Capitalize titlesMartin Fietz
2015-06-20Sharing in options and context menusMartin Fietz
2015-06-20Merge pull request #890 from mfietz/issue/880-link-typoTom Hennen
Handle malformed URLs
2015-06-20Disable embedded imagesMartin Fietz
2015-06-19Merge pull request #907 from TomHennen/fix884Tom Hennen
Attempt to fix AntennaPod/AntennaPod#884 by removing StringUtils.join
2015-06-19remove log messageTom Hennen
2015-06-19Have to set the fallback URLTom Hennen
2015-06-19Merge branch 'develop' into fix891Tom Hennen
2015-06-19Attempt to fix AntennaPod/AntennaPod#884 by removing StringUtils.joinTom Hennen
2015-06-19Merge pull request #896 from mfietz/fix/slow_list_loadingTom Hennen
Fixes slow loading times.
2015-06-19Fixes slow loading times.Martin Fietz
2015-06-18Fallback for picasso even if we think it's impossible.Tom Hennen
Fixes AntennaPod/AntennaPod#891
2015-06-19Don't propose to open malformed URLsMartin Fietz
2015-06-17fix for NullPointerException in bitmap configs. Fixes AntennaPod/AntennaPod#887Tom Hennen
2015-06-10updating pt stringsTom Hennen
2015-06-07Merge pull request #863 from TomHennen/close_cursorTom Hennen
now closing a lot of cursors that were otherwise staying open
2015-06-06updated italian stringsTom Hennen
2015-06-06now closing a lot of cursors that were otherwise staying openTom Hennen
2015-06-04Merge pull request #857 from mfietz/issue/854-gzip-not-exhaustedTom Hennen
Fixes "gzip finished without exhausting source" error
2015-06-04Fix testsMartin Fietz
2015-06-03Merge pull request #858 from TomHennen/update_strings_1.2Tom Hennen
Update strings 1.2
2015-06-03latest update from transifexTom Hennen
2015-06-03Fixes "gzip finished without exhausting source" errorMartin Fietz
2015-06-02merged changes to translation files fixing prior tx pull mess upTom Hennen
2015-06-02restored translations that got messed up with transifex pullTom Hennen
2015-06-02Merge pull request #852 from mfietz/issue/840-mobile-download-clippingTom Hennen
Fix 'Confirm Mobile Download' dialog clipping
2015-06-02Fix typo.Martin Fietz
2015-06-01updated strings, bumped build numberTom Hennen
2015-05-28updated stringsTom Hennen
2015-05-28Merge pull request #844 from mfietz/issue/839-auto-download-queuedTom Hennen
Allow auto downloading of queued but played episodes
2015-05-28Handle failed refresh correctly, fix for nav drawer layoutMartin Fietz
2015-05-28Queued episodes that are played can now be auto downloadedMartin Fietz
2015-05-28Remove cancel, adjust stringsMartin Fietz
2015-05-25reverting to tryLock for getPosition. Fixes AntennaPod/AntennaPod#829Tom Hennen
2015-05-21Revert "LoudnessEnhancer for Android 4.4+"Tom Hennen