summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Collapse)Author
2014-03-05Pulled translationsdaniel oeh
2014-02-27Pulled translationsdaniel oeh
2014-02-24Pulled translationsdaniel oeh
2014-02-17Merge branch 'flattr_queue_autoflattr' into develop (#331)daniel oeh
Other changes: - Changed FlattrStatusFetcher into Thread-subclass - Changed auto-flattr mechanism so that it's compatible with the updated PlaybackService - Changed a couple of strings Conflicts: src/de/danoeh/antennapod/storage/DBReader.java src/de/danoeh/antennapod/storage/DBWriter.java src/de/danoeh/antennapod/util/menuhandler/FeedItemMenuHandler.java src/instrumentationTest/de/test/antennapod/storage/DBReaderTest.java
2014-02-15Replace 'cover' with 'picture'daniel oeh
2014-02-14Added content descriptions to imagebuttons and imageviewsdaniel oeh
2013-12-31Merge branch 'develop_flattr_queue_autoflattr' of ↵daniel oeh
git://github.com/peschmae0/AntennaPod into flattr_queue_autoflattr Conflicts: src/de/danoeh/antennapod/storage/DBReader.java src/de/danoeh/antennapod/storage/PodDBAdapter.java
2013-12-30Use AspectRatioVideoView instead of standard video viewdaniel oeh
2013-12-29Updated video player UIdaniel oeh
2013-11-16Move feed preferences above description section. closes #309daniel oeh
2013-10-19Updated translationsdaniel 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-08Add feed preference to include/exclude certain feeds from auto downloadsMichael Kaiser
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-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-26Added launcher icon with higher resolution. fixes #146daniel 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-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-12MenuItems in ItemviewActivity were not displayed correctly. fixes #273daniel oeh
2013-09-12Merge branch 'TomHennen-move-to-top' into developdaniel oeh
2013-09-11Merge branch 'release-0975' into developdaniel 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-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-05Updated translationsdaniel oeh
2013-09-04Improved layout of login GUIdaniel oeh
2013-09-02Merge branch 'develop' of https://github.com/danieloeh/AntennaPod into ↵Tom Hennen
move-to-top
2013-09-02Upload changes instead of whole subscription listdaniel oeh
2013-09-01Added suggestions listdaniel oeh
Turned off at the moment
2013-09-01Added dialog to change passworddaniel oeh
2013-09-01Added subscription syncingdaniel oeh
2013-08-31Implemented authentication processdaniel oeh
2013-08-31Images in podcast directory should now be displayed correctlydaniel oeh
2013-08-31Added subscribe button to online feed viewdaniel oeh
2013-08-31Temporarily disabled episode filter optiondaniel oeh
This might be added again later
2013-08-24Added search, taglist, pocdasttaglist etc.daniel oeh