summaryrefslogtreecommitdiff
path: root/app/src/main/java/de
AgeCommit message (Collapse)Author
2015-08-04Feeds can be null in ItemListFragmentTom Hennen
2015-08-02Changed string names relating to time units.Tom Hennen
Android can handle plurals and strings having the same names, but Transifex can't. Renamed the time_unit*'s to just time_ to make sure we got the correct translations.
2015-08-02Merge pull request #1043 from mfietz/glideTom Hennen
Glide
2015-08-02Prevent NPE b/c of race conditionMartin Fietz
2015-08-02Replace custom image loading with GlideMartin Fietz
2015-08-02Try loading the episode cover first; if that fails, try to load the ↵Martin Fietz
podcast's cover
2015-08-02Initialize NetworkUtils, set context onceMartin Fietz
Had some issues with the new NetworkAllowanceInterceptor. When I gave it a constructor that would hold the context (to use it with NetworkUtils), the whole Glide image loading process would not work.
2015-08-02Fix duration overflow and time unit pluralsMartin Fietz
2015-08-01Merge pull request #1046 from TomHennen/fix935Tom Hennen
Remove Flattr this App button
2015-08-01Made dialog better, not to say awesomeMartin Fietz
2015-08-01removed flattr this app buttonTom Hennen
2015-08-01Documentation for update manager.Martin Fietz
2015-08-01Dialog when podcast's auto download preference is changedMartin Fietz
When the user changes a podcast's auto download setting, ask if this new setting should be applied to the podcast's episodes
2015-07-31Improved blurringMartin Fietz
2015-07-29Replace Picasso with GlideMartin Fietz
2015-07-26expired feeds weren't implemented properly and were probably a bad idea. now ↵Tom Hennen
refreshing all feeds on the schedule.
2015-07-19Info text has smaller font, conversion moved utility classMartin Fietz
2015-07-19Minor improvementsMartin Fietz
2015-07-19Queue has status bar that shows number of episodes and total durationMartin Fietz
2015-07-13Merge pull request #1006 from mfietz/issue/1002-fragment-loadingTom Hennen
Load fragment used in last session correctly
2015-07-13Merge pull request #1008 from TomHennen/fix1007Tom Hennen
PlaybackHistory doesn't dim played items anymore.
2015-07-13Merge pull request #993 from mfietz/issue/990-show-content-lengthTom Hennen
Get filesize from server
2015-07-12Prevent NPEMartin Fietz
2015-07-12Open new episodes when removing the currently shown feed via drawerMartin Fietz
2015-07-12PlaybackHistory doesn't dim played items anymore.Tom Hennen
Also adds a space before the feed title when displaying the title. fixes AntennaPod/AntennaPod#1007
2015-07-11Load fragment used in last session correctly.Martin Fietz
2015-07-09Determine media file size if feed doesn't report it correctlyMartin Fietz
2015-07-09FeedPreferences.getCurrentAutoDelete() now calls ↵Udi Finkelstein
UserPreferences.isAutoDelete() by itself, instead of receiving it as a parameter.
2015-07-09Added new per-feed auto download override flag.Udi Finkelstein
2015-07-07Merge pull request #994 from mfietz/redesign-new-stateTom Hennen
Drawer: Feed context menu, counter and order
2015-07-04Fix button moving and icon being cutMartin Fietz
2015-07-02Nav drawer subscriptions context menuMartin Fietz
2015-06-29Make new explicitMartin Fietz
2015-06-28Merge pull request #974 from mfietz/feature/episodes-actionsTom Hennen
Perform action on episodes
2015-06-28Don't assume the activity is non-null within the callback.Tom Hennen
Fixes AntennaPod/AntennaPod#979
2015-06-28Fix enqueueing order, prevent NPEsMartin Fietz
2015-06-27Merge pull request #976 from TomHennen/fix968_2Tom Hennen
Must send download list when content changes
2015-06-27Don't send Gpodder actions for items that don't have media.Tom Hennen
Fixes AntennaPod/AntennaPod#964
2015-06-27Enqueue and items in the currently display order, submit changes on bulkMartin Fietz
2015-06-27Folks weren't always getting the updated copy of the download list, now they ↵Tom Hennen
are. fixes AntennaPod/AntennaPod#968
2015-06-27Add episode action fragmentMartin Fietz
2015-06-27Merge pull request #971 from TomHennen/fix970Martin Fietz
Make sure controller isn't null
2015-06-27Make sure controller isn't nullTom Hennen
fixes AntennaPod/AntennaPod#970
2015-06-27fixes AntennaPod/AntennaPod#895Tom Hennen
2015-06-24Set update interval or time of dayMartin Fietz
2015-06-24Merge branch 'develop' of https://github.com/AntennaPod/AntennaPod into ↵Martin Fietz
issue/940-user-preferences
2015-06-23Don't cache shared preferences anymore. Some refactoring.Martin Fietz
2015-06-21Store information if media has an embedded picture in the databaseMartin Fietz
2015-06-21Merge pull request #861 from mfietz/feature/120-share-download-urlTom Hennen
Share feeds and episodes
2015-06-21Fixes Queue not opening from the drawer, small podcasts images not scaling ↵Martin Fietz
up and long URL not wrapping in the podcast info view