summaryrefslogtreecommitdiff
path: root/app/src/androidTest/java/de/test/antennapod/ui/PreferencesTest.java
AgeCommit message (Collapse)Author
2018-05-27Added manual scrollingByteHamster
2018-05-26Fixed some of the preference testsByteHamster
2018-01-14Replace for loop with foreachMartin Fietz
2018-01-14Replace lambda with method referenceMartin 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.
2016-10-02Removed commented out debugging code and superfluous comments.eraymond
Change order of protected static keywords.
2016-10-02Removed commented out debugging code and superfluous comments.eraymond
Change order of protected static keywords.
2016-09-28 Added tests for preference settings to customize fastforward and rewind delta.eraymond
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-01-24Fix testPlaybackSpeeds()Martin Fietz
2016-01-13Move episode cache preference to auto download sub-menuMartin Fietz
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-02add test for different number of days of cleanupTom Hennen
2015-10-02episode cleanup preferences testsTom Hennen
2015-10-02fix PreferencesTest to actually check the condition was met.Tom Hennen
2015-07-28* fix ConcurrentModificationException in GpodderTom Hennen
* removed 'About' tests (they take too long)
2015-06-26Fixed tests.Martin Fietz
2015-06-24Merge branch 'develop' of https://github.com/AntennaPod/AntennaPod into ↵Martin Fietz
issue/940-user-preferences
2015-06-23Don't cache shared preferences anymore. Some refactoring.Martin Fietz
2015-06-21testPauseForInterruptions was failing, looking for the Auto Delete string.Tom Hennen
It should have been looking for the pause playback string.
2015-05-14All tests succeededMartin Fietz
2015-05-14Some working, some notMartin Fietz