summaryrefslogtreecommitdiff
path: root/res/values/strings.xml
AgeCommit message (Collapse)Author
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-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-03Merged #200 into developdaniel oeh
2013-05-15Add missing resources in string.xmlmat tso
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-04-30Moved update interval preference strings into strings.xml. Fixes #182daniel 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-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-03-09Renamed 'new' list to 'waiting list'daniel oeh
2013-03-09Removed auto-queue preference, auto-queue is now always enableddaniel oeh
2013-03-09Added episode cache size preferencedaniel oeh
2013-03-09Removed auto-delete preferencedaniel oeh
2013-03-08Added preferences for configuring auto-downloaddaniel oeh
2013-03-07Implemented skip functionalitydaniel oeh
2013-02-23Fixed spelling mistakedaniel oeh
2013-02-22Merge branch 'issue-39' into developdaniel oeh
Conflicts: res/values/ids.xml
2013-02-21Added context menu to shownotes viewdaniel oeh
2013-02-18Created OrganizeQueueActivitydaniel oeh
2013-02-10Added expandable notifications to PlaybackServicedaniel oeh
2013-01-28Improved viewpager appearancedaniel oeh
2013-01-27Merged queue and unread listdaniel oeh
2012-12-31improved strings.xmldaniel oeh
2012-12-30Added 'set to default folder' menu buttondaniel oeh
2012-12-30Added 'empty directory' warningdaniel oeh
2012-12-23DirectoryChooser can now create new foldersdaniel oeh
2012-12-22Created layout for directorychooserdaniel oeh
2012-11-28Updated translationsdaniel oeh
2012-11-23Added preference for setting the application themedaniel oeh
2012-10-21Removed duplicate string resources.Michael Kaiser
2012-10-03Moved Opml import button to AddfeedActivity, Opml export button todaniel oeh
preferences
2012-10-03Implemented PlaybackHistoryActivitydaniel oeh
2012-09-23DownloadRequester now throws an exception if request is invaliddaniel oeh
2012-09-23corrected mistakes in english versiondaniel oeh
2012-09-22Implemented auto-delete featuredaniel oeh
2012-09-22Added support for 'Unknown Host' error messagedaniel oeh
2012-09-21Auto-enqueue will now enqueue when the user starts the downloaddaniel oeh
2012-09-21Implemented 'enqueue all'daniel oeh
2012-09-20Updated DownloadLogAdapter to support changes in DownloadStatusdaniel oeh
2012-09-15Fixed typodaniel oeh