summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Collapse)Author
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-14updated name of the preference to use 'FocusLoss' rather than ↵Tom Hennen
'Notifications' to more accurately reflect what it does
2013-08-14Adds an option to pause audio while audio focus is lost. This is helpful ↵Tom Hennen
when using navigation apps (for example) so that you can hear what the navigation app says and you don't miss whatever was being said on your podcast. Without this setting checked they may wind up talking over each other, which can be confusing.
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
2013-04-20Merge branch 'master' of git://github.com/hzulla/AntennaPod into hzulla-masterdaniel oeh
2013-04-17Fix layoutMichael Kaiser
2013-04-16removed a_moment_ago (looks silly and is hard to translate properly)Hanno Zulla
2013-04-16display most recent episode's date instead of last feed updateHanno Zulla
2013-04-16changed dates in lists to relative timespans (e.g. "3 days ago")Hanno Zulla
2013-04-15Make removal of queued items undoableMichael Kaiser
2013-04-11Set line number of title textview in itemlist to 2.daniel oeh
This ensures that entries are equally high
2013-04-10Updated header view layoutdaniel oeh
2013-04-09Improved external itemlist layoutdaniel oeh
2013-04-06Increased player button size, decreased title text sizedaniel oeh
2013-04-04Added landscape layout to audio playerdaniel oeh
2013-03-26Updated translations, added Italian(Italy) translationdaniel oeh
2013-03-25Added option to disable auto-downloaddaniel oeh
2013-03-22Updated French translation0.9.7.1daniel oeh
2013-03-19Updated translations, added Catalan and Spanish (Spain) translationdaniel oeh
2013-03-10Merge branch 'queue_update' into developdaniel oeh
2013-03-10Switched back to standard divider heightdaniel oeh
2013-03-09Increased divider height in episodes listdaniel oeh
2013-03-09Use tabs instead of viewpager indicator in main screendaniel oeh