summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/preferences
AgeCommit message (Collapse)Author
2018-01-21Merge branch 'develop' into refactorMartin Fietz
# Conflicts: # app/src/main/java/de/danoeh/antennapod/activity/MediaplayerInfoActivity.java # core/src/main/java/de/danoeh/antennapod/core/service/download/DownloadService.java
2018-01-21Merge pull request #2445 from ByteHamster/exportMartin Fietz
Database import/export
2018-01-14Remove unused importsMartin Fietz
2018-01-09Replace lambda with method referenceMartin Fietz
2018-01-09Replace with lambdaMartin Fietz
2018-01-09Use guard clauseMartin Fietz
2018-01-09Delete PreferenceActivityGingerbreadMartin Fietz
2018-01-07Cleanup order/remove unused includesDirk Mueller
This is the result of Android Studio's include cleanup Macro. This removes some no longer used includes, simplifying the code a bit. The rest is grouping and resorting alphabetically.
2017-12-24Import/Export activityByteHamster
2017-10-21Fix install of debug version by using unique providerByteHamster
2017-10-20Merge branch 'develop' into htmlpatchMartin Fietz
2017-10-19Fix file sharingMartin Fietz
2017-10-15lambdas break old Androids, sigh.Danial Klimkin
2017-10-15Reworking data dir dialogDanial Klimkin
2017-10-06fix wifi service mem leakdrabux
The WIFI_SERVICE must be looked up on the Application context or memory will leak on devices < Android N. Try changing activity to activity.getApplicationContext() [WifiManagerLeak]
2017-04-09Merge branch 'develop' into developMartin Fietz
2016-12-31Sort wifi names in automatic download preferencesAndrew Gaul
This eases toggling an individual entry when one has many configured wifi networks.
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-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-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