summaryrefslogtreecommitdiff
path: root/res/values/arrays.xml
AgeCommit message (Collapse)Author
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-08-31Implemented authentication processdaniel oeh
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-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-03-09Added episode cache size preferencedaniel oeh
2013-03-08Added preferences for configuring auto-downloaddaniel oeh
2012-11-23Updated arrays.xmldaniel oeh
2012-11-23Added preference for setting the application themedaniel oeh
2012-09-20Ignore lint warnings in arrays.xmldaniel oeh
2012-07-07Created preferences activitydaniel oeh