summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/preferences.xml
AgeCommit message (Collapse)Author
2015-11-08Material dialogs in preferencesMartin Fietz
2015-11-01persistent nofication should be the defaultTom Hennen
2015-10-31Have a different option for bluetooth reconnect.Tom Hennen
Vibrate when starting playback due to bluetooth reconnect. fixes AntennaPod/AntennaPod#1305
2015-10-08Change language related to skipping episodes.Tom Hennen
Also now keep the episode media if we're going to keep it in the queue.
2015-10-02episode cleanup preferences testsTom Hennen
2015-09-29getting preferences setup for different cleanup methodTom Hennen
2015-09-25alway follow queue by defaultTom Hennen
2015-09-20added preference to not remove items from queue when skippingTom Hennen
2015-09-19Move audio player classes to external libraryMartin Fietz
2015-09-16Lockscreen background defaults to true, more detailed description, NPE fixedMartin Fietz
2015-09-16Set lockscreen background, set media session and playback stateMartin Fietz
2015-08-02Fixes pictures disappearing in some casesTom Hennen
* Default value for the image cache size should be > 0 * If the image cache size is too small we force it back to default * We should only have once instance of the HTTP client fixes AntennaPod/AntennaPod/#1053
2015-08-02Merge pull request #1043 from mfietz/glideTom Hennen
Glide
2015-08-01removed flattr this app buttonTom Hennen
2015-07-29Replace Picasso with GlideMartin Fietz
2015-07-02Call former indicator "counter"Martin Fietz
2015-06-30Set subscription order and counter in the preferencesMartin Fietz
2015-06-24Set update interval or time of dayMartin Fietz
2015-06-21Download Report: introduce setting to disableSimon Danner
Give the use the option to disable the download report. While it is useful to see the failed downloads, if a user is subscribed to many podcasts, most of the times a few fail, which makes the notifications rather annonying.
2015-05-03Optionally resume playback after call.Tom Hennen
Defaults to true. fixes AntennaPod/AntennaPod#753
2015-04-18Preference: Change nav drawerMartin Fietz
Preference
2015-04-10Set fast forward and rewind timeMartin Fietz
2015-04-05Sync episode actions with gpodder, smart mark as playedMartin Fietz
* Create episode actions when episodes are downloaded, played, deleted and marked as read * Sync (download and upload) episode actions * MediaPlayerActivity deletes almost completely played episode on close * Improved parsing of datetime strings * Smart mark as played can be disabled or set in the preferences
2015-03-17Set edittext's text color blackMartin Fietz
2015-03-15Inverse background of EditTextPreference for older android versionsMartin Fietz
2015-03-11Number of parallel downloads can be set in the preferencesMartin Fietz
2015-02-28Merge branch 'master' of https://github.com/AntennaPod/AntennaPod into ↵Ross Harrison
AntennaPod-master core/src/main/java/de/danoeh/antennapod/core/storage/DBWriter.java
2015-02-08Merge branch 'master' of github.com:rharriso/AntennaPodRoss Harrison
2015-02-08t was missingRoss Harrison
2015-02-01Merge branch 'develop' of github.com:rharriso/AntennaPodRoss Harrison
2015-02-01queue to front or backRoss Harrison
2015-01-31added preference, need to work into databaseRoss Harrison
2015-01-19Merge branch 'SamWhited-delete-episode-update' into developdaniel oeh
2015-01-18Option to delete episode after playbackSam Whited
Fixes #498
2015-01-18Added option to delete epidode upon completion of playback.Tim Butram
Conflicts: app/dslv
2015-01-05Add ability to only do autodl when charging.Tom Hennen
Defaults to allow autodl on battery to preserve existing behavior. Might be a good idea to add a receiver for the intent similar to ConnectivityActionReceiver as this will allow us to start/stop downloads as needed.
2014-11-21Created a user preference to enable the headphone resume featureMichael Scarito
2014-10-24Merge branch 'migration' into developdaniel oeh
Non-GUI classes have been moved into the 'core' project in order to allow AntennaPod SP to reference it as a subproject. Conflicts: app/src/main/AndroidManifest.xml build.gradle core/src/main/java/de/danoeh/antennapod/core/service/playback/PlaybackService.java core/src/main/java/de/danoeh/antennapod/core/syndication/namespace/NSSimpleChapters.java core/src/main/java/de/danoeh/antennapod/core/util/ChapterUtils.java gradle/wrapper/gradle-wrapper.properties pom.xml
2014-09-17Changed project structuredaniel oeh
Switched from custom layout to standard gradle project structure