summaryrefslogtreecommitdiff
path: root/src/de
AgeCommit message (Collapse)Author
2013-10-12https download URLs did not work correctlydaniel oeh
2013-10-09Fixed a bug that might cause the wrong episode to be auto-deleteddaniel oeh
2013-10-08Merge branch 'feed_preferences' into developdaniel oeh
Conflicts: res/values/strings.xml src/de/danoeh/antennapod/storage/DBTasks.java src/de/danoeh/antennapod/storage/PodDBAdapter.java
2013-10-08Added tests for DBReaderdaniel oeh
2013-10-08Add feed preference to include/exclude certain feeds from auto downloadsMichael Kaiser
2013-10-05Execute autodownload method on SingleThreadExecutordaniel oeh
2013-10-05Applied Action Mode workaround to DownloadActivitydaniel oeh
2013-10-04Fixed problem with automatic feed updatesdaniel oeh
2013-10-04Disable download log cleanup, handle media download before saving DownloadStatusdaniel oeh
Might resolve problems with failed downloads being reported as successful
2013-10-03Merge branch 'pause-on-interrupt' of git://github.com/TomHennen/AntennaPod ↵daniel oeh
into TomHennen-pause-on-interrupt
2013-09-29this consolidates the code from pull request #253 (flattr queue and auto ↵Simon Rutishauser
flattr) into a single commit, rebased onto the current development branch
2013-09-28Improved layout of chaperlistdaniel oeh
2013-09-27Added loading screen to OrganizeQueueActivitydaniel oeh
2013-09-25Settings menu did not refresh correctly on preference change. fixes #284daniel oeh
2013-09-25fixed #219daniel oeh
2013-09-25Use support library up-navigationdaniel oeh
2013-09-23Statistics for Feeds with no items are now loaded correctly. fixes #283daniel oeh
2013-09-21Catch NumberFormatException when parsing size attributedaniel oeh
2013-09-21Fixed crashes in FeedItemlistdaniel oeh
2013-09-21Do not refresh description when receiving contentUpdate notificationdaniel oeh
2013-09-21Added GpodnetSetHostnameDialogdaniel oeh
2013-09-21Fixed IllegalStateException in ItemViewActivitydaniel oeh
2013-09-20Use new StatFS API if availabledaniel oeh
2013-09-20Added FeedRemover message to strings.xml. fixes #279daniel oeh
2013-09-19Added option to set gpodder.net hostnamedaniel oeh
2013-09-18Call superclass method when creating and preparing menu. fixes #278daniel oeh
2013-09-15Fixed visibility of MenuItemsdaniel oeh
Use custom namespace for "showAsAction" and "getMenuInflater" instead of "new MenuInflater"
2013-09-15Improved error handling in gpodder.net directorydaniel oeh
2013-09-15Added timeout to GpodnetServicedaniel oeh
2013-09-15Resolved image display problemsdaniel oeh
2013-09-15Fixed NullpointerException when PreferenceActivity was created. fixes #275daniel oeh
2013-09-12MenuItems in ItemviewActivity were not displayed correctly. fixes #273daniel oeh
2013-09-12Merge branch 'TomHennen-move-to-top' into developdaniel oeh
2013-09-12Call moveQueueItemHelper instead of moveQueueItemdaniel oeh
2013-09-11Added FeedPreferences classdaniel oeh
2013-09-11Added standard column selection for Feed tabledaniel oeh
2013-09-11Merge branch 'release-0975' into developdaniel oeh
2013-09-11"markFeedRead" and "markAllItemsRead" did not work correctlydaniel oeh
2013-09-09Moved move to top/bottom menu options to EpisodesFragement from ↵Tom Hennen
FeedItemMenuHandler so that we can ensure the user was actually in the 'Queue' dropdown when they opened the menu. Also, move to top now only shows up if the item isn't already at the top, similarly, for move to bottom, it only shows up if the item isn't already at the bottom.
2013-09-09Merge branch 'develop' of https://github.com/danieloeh/AntennaPod into ↵Tom Hennen
move-to-top
2013-09-09Merge branch 'develop' of https://github.com/danieloeh/AntennaPod into ↵Tom Hennen
pause-on-interrupt
2013-09-06Start playback immediately when skipping an episode and if continuous ↵daniel oeh
playback is enabled
2013-09-06Fixed occasional NullPointerException in ↵daniel oeh
PlaybackController/ExternalPlayerFragment
2013-09-05Merge branch 'gpoddernet' into developdaniel oeh
Conflicts: AndroidManifest.xml res/values/arrays.xml res/values/strings.xml res/xml/preferences.xml src/de/danoeh/antennapod/activity/PreferenceActivity.java
2013-09-05Always set ImageView tag when loading imagedaniel oeh
2013-09-05Added workarounds for ActionMode/Option menu bugsdaniel oeh
2013-09-04Added missing up-navigation buttonsdaniel oeh
2013-09-04Added workaround for ActionMode bugdaniel oeh
https://code.google.com/p/android/issues/detail?id=58321
2013-09-04Deleting a media file didn't work correctlydaniel oeh
2013-09-04Improved layout of login GUIdaniel oeh