summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/preferences
AgeCommit message (Collapse)Author
2014-07-26Fixed auto-flattr when playback endsdaniel oeh
2014-07-16Made automatic flattr threshold configurabledaniel oeh
2014-07-06Increased use of library methodsdaniel 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-04-06Merge branch 'backup' of git://github.com/liesen/AntennaPod into liesen-backupdaniel oeh
Conflicts: src/de/danoeh/antennapod/activity/MainActivity.java Moved calls to BackupManager from PodDBAdapter to DBWriter
2014-03-28Replaced AppConfig.DEBUG with BuildConfig.DEBUGdaniel oeh
2014-03-24Restore happens by itself upon app installJohan Liesén
2014-03-22Restore subscriptions when the app is first startedJohan Liesén
Perform a subscription list restore when the app is started for the first time. Use a preference setting to figure out if the app is freshly installed or not.
2014-02-17Merge branch 'flattr_queue_autoflattr' into develop (#331)daniel oeh
Other changes: - Changed FlattrStatusFetcher into Thread-subclass - Changed auto-flattr mechanism so that it's compatible with the updated PlaybackService - Changed a couple of strings Conflicts: src/de/danoeh/antennapod/storage/DBReader.java src/de/danoeh/antennapod/storage/DBWriter.java src/de/danoeh/antennapod/util/menuhandler/FeedItemMenuHandler.java src/instrumentationTest/de/test/antennapod/storage/DBReaderTest.java
2014-02-11Bugfixesdaniel oeh
- Skipping an episode did not work - pauseOnHeadsetDisconnect preference was not updated correctly
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-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-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-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