summaryrefslogtreecommitdiff
path: root/res/xml
AgeCommit message (Collapse)Author
2014-07-31add settings options for persistent and expanded notificationsMike Chelen
2014-07-16Made automatic flattr threshold configurabledaniel oeh
2014-06-07Make seek time configurableDavid Reiss
A 30-second seek time is way to long for me. Make the seek duration a configurable preference.
2014-05-19Removed unused resources, reduced number of lint warningsdaniel 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-10-09Temporarily removed preference (again)daniel oeh
Might be re-added later.
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-19Added option to set gpodder.net hostnamedaniel oeh
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-02Merge branch 'develop' of https://github.com/danieloeh/AntennaPod into ↵Tom Hennen
move-to-top
2013-09-01Added dialog to change passworddaniel oeh
2013-09-01Added subscription syncingdaniel oeh
2013-08-31Implemented authentication processdaniel 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-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-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-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-20Episode cache size can now be set to 'unlimited'daniel oeh
2013-03-25Added option to disable auto-downloaddaniel 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
2012-12-23Implemented directory navigationdaniel oeh
2012-11-23Added preference for setting the application themedaniel oeh
2012-10-03Moved Opml import button to AddfeedActivity, Opml export button todaniel oeh
preferences
2012-09-22Implemented auto-delete featuredaniel oeh
2012-08-10Added preference to display only items which have an episodedaniel oeh
2012-08-06Added auto-queue preferencedaniel oeh
2012-08-02Replaced 'miro' in filenames with 'miroguide'daniel oeh
2012-08-02Added Miro Guide searchdaniel oeh
2012-07-26Restored flattr integrationdaniel oeh
2012-07-24implemented searching algorithmdaniel oeh
2012-07-22Removed flattr integration (not working)0.8_RC5daniel oeh
2012-07-17Fixed widget size for api 14+daniel oeh
2012-07-15Implemented 'about'-Activitydaniel oeh
2012-07-12Added item visibility check and 'revoke access'-itemdaniel oeh
2012-07-12Added preference item to flattr this appdaniel oeh
2012-07-12Added activities and classes for flattr authenticationdaniel oeh
2012-07-10Removed downloadMediaOnWifiOnly optiondaniel oeh
2012-07-09Added preference to block updates over mobile internetdaniel oeh
2012-07-07Added strings for preferencesdaniel oeh
2012-07-07Created preferences activitydaniel oeh