summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/preferences
AgeCommit message (Collapse)Author
2013-10-04Fixed problem with automatic feed updatesdaniel oeh
2013-10-03Merge branch 'pause-on-interrupt' of git://github.com/TomHennen/AntennaPod ↵daniel oeh
into TomHennen-pause-on-interrupt
2013-09-25Settings menu did not refresh correctly on preference change. fixes #284daniel oeh
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-03Sync improvementsdaniel oeh
2013-09-02Merge branch 'develop' of https://github.com/danieloeh/AntennaPod into ↵Tom Hennen
move-to-top
2013-09-02Upload changes instead of whole subscription listdaniel oeh
2013-09-01Added subscription syncingdaniel oeh
2013-08-31Added GpodnetPreferencesdaniel oeh
2013-08-31Temporarily disabled episode filter optiondaniel oeh
This might be added again later
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-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-03Added variable speed playback control as a global option.James Falcon
2013-04-20Episode cache size can now be set to 'unlimited'daniel oeh
2013-03-25Merge branch 'refresh_expired' of git://github.com/toggles/AntennaPod into ↵daniel oeh
toggles-refresh_expired
2013-03-25Added option to disable auto-downloaddaniel oeh
2013-03-24Only schedule expired feeds when update triggered.tommy watson
2013-03-16Added support for episode imagesdaniel oeh
2013-03-14Reset alarm on reboot and app upgradedaniel oeh
2013-03-14Merge branch 'toggles-update_alarm' into developdaniel oeh
Conflicts: src/de/danoeh/antennapod/PodcastApp.java
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-08Removed last played media preferencedaniel oeh
2013-03-07Fixed typodaniel oeh
2013-02-28Fixed crash when audio focus was lostdaniel oeh
2013-02-27PlaybackService now works with the 'Playable' interfacedaniel oeh
2013-02-25Implemented PlaybackPreferencesdaniel oeh
2013-02-25Implemented EventDistributordaniel oeh
2013-02-24limited access to feed items, feeds, playback history and download logdaniel oeh
2013-02-24Added UserPreferences class, limit access to unreadItems and queuedaniel oeh