summaryrefslogtreecommitdiff
path: root/app/src/androidTest/java/de/test/antennapod/ui
AgeCommit message (Collapse)Author
2018-11-17Use fragment tags instead of position indexes for saving chosen fragmentPetar Kukolj
2018-11-16Add tests for back button behaviorsPetar Kukolj
2018-10-21Updated testsByteHamster
2018-06-06Merge branch 'develop' into feedimageByteHamster
2018-06-05Removed FeedImageByteHamster
2018-05-27Added manual scrollingByteHamster
2018-05-26Fixed some of the preference testsByteHamster
2018-01-14Add final modifiersMartin Fietz
2018-01-14Weaken declaration accessMartin Fietz
2018-01-14Remove unused importsMartin Fietz
2018-01-14Replace for loop with foreachMartin Fietz
2018-01-14Replace explicit type with <>Martin Fietz
2018-01-14Replace lambda with method referenceMartin Fietz
2018-01-10Merge pull request #2534 from AntennaPod/sdk_int_lt_14H. Lehmann
Replace code for SDK version lower than 14
2018-01-09Replace code for SDK version lower than 14Martin 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.
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-08-04Fix testMartin Fietz
2016-06-29Fixed rule 'Lamdbas containing only one statement should not nest this ↵Soso Tughushi
statement in a block'
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-03-27added subscriptions testTom Hennen
2016-03-25Fix or improve testsMartin Fietz
2016-01-31Merge pull request #1635 from mfietz/audioplayer_v1.0.11Tom Hennen
Upgrade AntennaPod-AudioPlayer to v1.0.11
2016-01-31Upgrade AntennaPod-AudioPlayer to v1.0.11Martin Fietz
2016-01-30Change feed lastModified/lastUpdate to StringMartin Fietz
2016-01-24Fix testPlaybackSpeeds()Martin Fietz
2016-01-13Fix testsMartin Fietz
2016-01-13Move episode cache preference to auto download sub-menuMartin Fietz
2016-01-07Fix testsMartin Fietz
2016-01-07getMainActivtyActionBar -> getSupportActionBarMartin Fietz
2016-01-07Upgrade to latest versionsMartin Fietz
2015-12-02Replace commons-lang3 where possibleMartin Fietz
2015-11-05Refactor eventsMartin Fietz
2015-11-01Merge pull request #1320 from mfietz/user_preferencesTom Hennen
Refactoring: User preferences
2015-11-01Unused parameterMartin 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-17Merge pull request #1260 from stevomit/rewind-after-pauseTom Hennen
Rewind after pause feature
2015-10-15Rewind after pause featureStefan Mitrik
The playback is rewinded X seconds after the pause and resume. The rewind duration depends on time that elapsed between the pause and resume.
2015-10-10added idle sync to make tests more reliableTom Hennen
2015-10-10updated sonic tests, still have an intermittent errorTom Hennen
2015-10-09Updated PlaybackTest to deal with some spurious bugs.Tom Hennen
Problem was that the PlaybackController wasn't having currentMedia get updated when playback initially starts. Working around it here by getting the real playback controller that's being used in the app. Still need to update PlaybackSonicTest.
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-09-20Added 'tags' to FeedItem and properly showing/not showing menu items for ↵Tom Hennen
favorites.
2015-09-19Sonic testsMartin Fietz
2015-09-15Fix playback tests that don't always work.Tom Hennen
* user the view and not the text * clear preferences earlier in setup