summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Collapse)Author
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-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-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
2013-08-22Improved AddFeedActivity layout, added gpodder.net toplist fragmentdaniel oeh
2013-08-16Merge branch 'playback-speed' of git://github.com/TheRealFalcon/AntennaPod ↵daniel oeh
into playback-speed-tmp Conflicts: src/de/danoeh/antennapod/activity/AudioplayerActivity.java src/de/danoeh/antennapod/activity/PreferenceActivity.java src/de/danoeh/antennapod/service/PlaybackService.java src/de/danoeh/antennapod/util/playback/PlaybackController.java
2013-08-16* updated code to reuse existing function for moving items in the queueTom Hennen
* added 'move to bottom'
2013-08-16added move to top to individual items in the episode queue. Move to bottom ↵Tom Hennen
coming soon.
2013-08-16Merge branch 'develop' into playback-speeddaniel oeh
Conflicts: pom.xml src/de/danoeh/antennapod/service/PlaybackService.java src/de/danoeh/antennapod/util/playback/PlaybackController.java
2013-08-14Fixed searchdaniel oeh
2013-08-10Merge branch 'feedmanager_removal' into developdaniel oeh
Conflicts: src/de/danoeh/antennapod/activity/DownloadLogActivity.java src/de/danoeh/antennapod/activity/FeedItemlistActivity.java src/de/danoeh/antennapod/activity/ItemviewActivity.java src/de/danoeh/antennapod/activity/MiroGuideChannelViewActivity.java src/de/danoeh/antennapod/activity/OrganizeQueueActivity.java src/de/danoeh/antennapod/activity/PreferenceActivity.java src/de/danoeh/antennapod/fragment/EpisodesFragment.java src/de/danoeh/antennapod/fragment/FeedlistFragment.java src/de/danoeh/antennapod/fragment/ItemDescriptionFragment.java src/de/danoeh/antennapod/fragment/ItemlistFragment.java
2013-08-07Fix gradle issuedaniel oeh
2013-08-07Removed ActionbarSherlock dependencydaniel oeh
2013-08-06Removed ViewPagerIndicator dependencydaniel oeh
2013-08-05Merge branch 'develop' into feedmanager_removaldaniel oeh
Conflicts: src/de/danoeh/antennapod/activity/PreferenceActivity.java src/de/danoeh/antennapod/feed/FeedManager.java src/de/danoeh/antennapod/service/PlaybackService.java src/de/danoeh/antennapod/service/download/DownloadService.java src/de/danoeh/antennapod/service/download/DownloadStatus.java src/de/danoeh/antennapod/service/download/HttpDownloader.java src/de/danoeh/antennapod/storage/DownloadRequester.java src/de/danoeh/antennapod/storage/PodDBAdapter.java src/de/danoeh/antennapod/util/playback/PlaybackController.java
2013-08-05Do not display empty listview message while loadingdaniel oeh
2013-08-03Merged #200 into developdaniel oeh
2013-05-17Updated translations, added Czech, Azerbaijani, Portuguesedaniel oeh
2013-05-15Add missing resources in string.xmlmat tso
2013-05-13Reduce default speeds to every .1 instead of every .05 so user doesn't have ↵James Falcon
to do a lot of unchecking. Also, be consistant about where float or double is used and be consistent about which context is used for UserPreferences.
2013-05-09Variable speed playback as user preferences and customization of playback speed.James Falcon
2013-05-06Merge branch 'playback-speed' into speedJames Falcon
Conflicts: res/values/arrays.xml res/values/strings.xml src/de/danoeh/antennapod/activity/PreferenceActivity.java src/de/danoeh/antennapod/service/PlaybackService.java
2013-05-03Added variable speed playback control as a global option.James Falcon
2013-05-03Added buttons to control playback speeddaniel oeh
2013-04-30Moved update interval preference strings into strings.xml. Fixes #182daniel oeh
2013-04-20Episode cache size can now be set to 'unlimited'daniel oeh
2013-04-20Moved preference strings into strings.xmldaniel oeh