summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/preferences.xml
AgeCommit message (Collapse)Author
2019-08-30Extracted preference search string resourcesByteHamster
2018-10-21Merge branch 'develop' into settings_icon_fixMartin Fietz
2018-10-13new icon for user interface preferencesevenmaster
2018-10-04added icons in settingssevenmaster
2018-05-07Add search function to preferencesByteHamster
2018-04-22Renamed Services to IntegrationsByteHamster
2018-04-22Added network iconByteHamster
2018-04-22Actually renamy downloads to networkByteHamster
2018-04-22Renamed downloads to networkByteHamster
2018-04-11Using attr icons in preferencesByteHamster
2018-04-10Changed iconsByteHamster
2018-04-10Removed misc settingsByteHamster
2018-04-10Added categoriesByteHamster
2018-04-10Extracted string resourcesByteHamster
2018-04-10Added preference screensByteHamster
2018-04-05Added OPML import option next to the export optionByteHamster
Fixes #2315
2017-12-24Import/Export activityByteHamster
2017-10-15Merge pull request #2426 from fuzzdk/developMartin Fietz
Add auto download on mobile connection option
2017-10-15Merge pull request #2272 from minusf/developMartin Fietz
Skip favorite episodes during autodelete
2017-09-21Add auto download on mobile connection optionAnders Bo Rasmussen
2017-04-09Merge branch 'develop' into developMartin Fietz
2017-03-13Skip favorite episodes during autodeleteminusf
2016-12-31Add setting whether or not to enqueue downloaded episodesMartin Fietz
2016-10-16Add option to export subscriptions as HTMLMartin Fietz
2016-10-03Add full sync with gpodder and re-phrase changes syncMartin Fietz
2016-09-28Added preference settings to customize fastforward and rewind delta. Closes ↵eraymond
#2129. Minor: Fixes title case in preference setting titles Minor: Fixes typo in naming of UserPreferences.getFastFowardSecs to UserPreferences.getFastForwardSecs.
2016-09-03Enable separate functions for Previous and Rewind hardware buttons.Daniel
Added prefHardwarePreviousButtonRestarts preference.
2016-07-17include gpodnet last sync report on Sync pref summaryDomingos Lopes
2016-07-17restore dividers on gpodnet preferencesdomingos86
by setting selectable to its default value of true.
2016-07-03move last gpodder sync report up to under sync actionDomingos Lopes
2016-07-02Make gpodnet sync error notifications optionalDomingos Lopes
2016-04-23add chromecast support initialization logic and introduce chromecast preferenceDomingos Lopes
2016-04-04Merge pull request #1843 from saqura/developTom Hennen
Optionally show rewind/forward buttons on the lockscreen
2016-04-03Update compact notification buttons dialogsaqura
The preference dialog to select which buttons are shown in compact notifications now provides feedback via a snackbar. The internal preference storage handling has been cleaned up. A testcase for the dialog has been added.
2016-04-03Add dialog to choose lock screen playback buttonssaqura
This adds a dialog to choose the playback buttons on the lock screen notification. It only allows selecting a maximum of two values, because the lock screen notification can only display up to 3 buttons and the play/pause button is always included. It defaults to additionally show the skip button. The minimum sdk has been changed back to 10.
2016-04-02Add option to pick lock screen playback buttonssaqura
This adds the option to pick which playback buttons to prioritise on the notification. This allows choosing the playback buttons on the lock screen. The default playback buttons have not changed and are still set to play/pause (this is always displayed) and skip. Note: This commit raises the minimum sdk version from 10 to 11!
2016-04-02treat showing the subscriptions list like other drawer items.Tom Hennen
2016-03-25updated and fixed PR AntennaPod/AntennPod#1624Tom Hennen
2016-01-21Enable Sonic by defaultMartin Fietz
2016-01-13Move episode cache preference to auto download sub-menuMartin Fietz
2016-01-07Fix material preferences appearanceMartin Fietz
2016-01-07Settings: CheckBox -> SwitchMartin Fietz
2015-11-27Merge pull request #1424 from TomHennen/optional_hardware_skipTom Hennen
allow users to optionally have hardware forward button skip
2015-11-27allow users to optionally have hardware forward button skipTom Hennen
2015-11-27Log crash reports, users can send them via emailMartin Fietz
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