summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-12Fixed race condition in testMarkAllItemsReadSameFeeddaniel oeh
2013-10-09Fixed a bug that might cause the wrong episode to be auto-deleteddaniel oeh
2013-10-09strings.xml improvementsdaniel oeh
2013-10-09Temporarily removed preference (again)daniel oeh
Might be re-added later.
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 settings and description label to FeedInfoActivity, improved layoutdaniel oeh
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-03Increased margins in gpodder.net pocast listdaniel oeh
2013-10-03Improved tablet main screen layout.daniel oeh
Reduced thumbnail size so that more items can be displayed at the same time.
2013-10-03Merge branch 'pause-on-interrupt' of git://github.com/TomHennen/AntennaPod ↵daniel oeh
into TomHennen-pause-on-interrupt
2013-09-28Improved layout of chaperlistdaniel oeh
2013-09-27Added loading screen to OrganizeQueueActivitydaniel oeh
2013-09-26Added launcher icon with higher resolution. fixes #146daniel 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-19Layout improvements in device authentication screendaniel oeh
2013-09-18Call superclass method when creating and preparing menu. fixes #278daniel oeh
2013-09-15Fixed layout of error textviewdaniel oeh
2013-09-15"Subscribe" button wasn't clickable on API 10daniel 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-12Merge branch 'move-to-top' of git://github.com/TomHennen/AntennaPod into ↵daniel oeh
TomHennen-move-to-top
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-11Removed ActionBarSherlock from "about" pagedaniel oeh
Dependency is not used anymore
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