summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/preferences
AgeCommit message (Collapse)Author
2016-10-16Add option to export subscriptions as HTMLMartin Fietz
2016-10-15Refactor OPML export from asynctask to observableMartin Fietz
2016-10-03Add full sync with gpodder and re-phrase changes syncMartin Fietz
2016-07-17include gpodnet last sync report on Sync pref summaryDomingos Lopes
2016-07-03convert gpodder last sync attempt listener to OnSharedPreferenceChangeListenerDomingos Lopes
2016-07-02Make gpodnet sync error notifications optionalDomingos Lopes
2016-06-07rename helper classesDomingos Lopes
2016-06-07adapt ui to different flavorsDomingos Lopes
2016-06-04Create one flavor with Google Cast support and one (free) withoutMartin Fietz
2016-05-17Enable Xlint and correct warningsAndrew Gaul
2016-04-30Merge pull request #1879 from domingos86/chromecast-issue-340Tom Hennen
Chromecast issue 340 initial PR
2016-04-23* add GooglePlayServices checkDomingos Lopes
* implement wifi-reconnect feature for casting * move wifiLock logic to abstract PSMP
2016-04-22Prevent permission deniedMartin Fietz
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-03-25add faqTom Hennen
2016-03-24Merge pull request #1798 from ByteHamster/statistics_pageTom Hennen
Added statistics function
2016-03-24Added statistics functionByteHamster
Fixes #1743
2016-03-22Merge pull request #1789 from mfietz/issue/358-gpodder-informationTom Hennen
Show gpodder information
2016-03-22further fixes based on mfietz inputDomingos Lopes
2016-03-22code cleaning:Domingos Lopes
- lambda expressions, method references, - multi catches, - remove unnecessary keywords (public keyword on interface method signatures, static on interfaces or enums, final on private method signatures), - == false expressions, - diamond type (<>) expressions, - replace StringBuffer with StringBuilder for local variables used by a single thread, - replace Arrays.asList with Collections.singletonList whenever applicable, - inline variable returns (whenever the variable name's meaning is not important to understand the code), - replace some chains of if/else if/... with switch/case, - break append(a + b) into append(a).append(b) for StringBuilder objects, - unused import statements, - reduce log TAGs to 23 characters, - MaterialDialog callback deprecated, - ActionBarActivity for AppCompatActivity,
2016-03-18Link to known issues/bugs in SettingsMartin Fietz
2016-03-17Show gpodder informationMartin Fietz
2016-03-16Merge pull request #1708 from mfietz/issue/359-gpodder-sync-buttonMartin Fietz
Gpodder: Enable manual syncing
2016-03-16Add proxy settingsMartin Fietz
2016-03-14Avoid unneeded boxingAndrew Gaul
Found via FindBugs.
2016-02-22Gpodder: Enable manual syncingMartin Fietz
2016-02-03Use default dir when Directory Chooser returns null/user clicks "Choose ↵Martin Fietz
default dir"
2016-02-03Show restricted choose data folder dialog only on Lollipop; ask for ↵Martin Fietz
permission on Marshmallow
2016-02-03RefactorMartin Fietz
2016-02-03Let user change data folder when storage is not availableMartin Fietz
2016-01-26Hint when sending a crash report via emailMartin Fietz
2016-01-16Merge pull request #1548 from mfietz/move_cache_size_prefTom Hennen
Settings: Moved episode cache size to auto download sub-menu
2016-01-16Merge pull request #1534 from mfietz/issue/1488-update-interval-feedbackTom Hennen
Give feedback about current update setting
2016-01-13Move episode cache preference to auto download sub-menuMartin Fietz
2016-01-09More smark optionsMartin Fietz
2016-01-07Settings: CheckBox -> SwitchMartin Fietz
2016-01-06Give feedback about current update settingMartin Fietz
2015-12-31Show error dialog when external dirs are not availableMartin Fietz
2015-12-31Show free space for current choiceMartin Fietz
2015-11-27Log crash reports, users can send them via emailMartin Fietz
2015-11-19Replace DirectoryChooser with simple dialog listing all external directoriesMartin Fietz
2015-11-08Material dialogs in preferencesMartin Fietz
2015-11-08AlertDialog -> v7 AlertDialogMartin Fietz
2015-11-01Unused parameterMartin Fietz
2015-10-02resolved bug in how we were choosing the default cleanup parameterTom Hennen
2015-09-29Implement cleanup that only removes epiosdes older than a certain number of daysTom Hennen
Also set the stage for the queue cleanup algorithm.
2015-09-29getting preferences setup for different cleanup methodTom Hennen
2015-09-27Variable Speed Dialog: Install Prestissimo or enable SonicMartin Fietz
2015-09-19Move audio player classes to external libraryMartin Fietz