summaryrefslogtreecommitdiff
path: root/app/src/androidTest/java/de/test/antennapod/ui
AgeCommit message (Collapse)Author
2019-11-12Switched to awaitilityByteHamster
Test now takes only half of the time
2019-11-12Fixed some testsByteHamster
2019-11-05enqueue location: use the new 3-value settingsorionlee
2019-11-05#2652 the UI of a new setting enqueue locationorionlee
- replaced existing enqueue at front - the option after current episode will replace Keep In-Progress in Queue that was in the PR (30f104f4).
2019-10-30Do not refresh feeds more often than necessaryByteHamster
2019-10-25Making sure that tests click on preference, not preferenceCategoryByteHamster
2019-10-25Removed EventDistributorByteHamster
2019-10-25Migrated feed list update event to EventBusByteHamster
2019-10-20Removed code duplication from playback tests, added test for ExoPlayerByteHamster
2019-10-20Made playback speed test fasterByteHamster
2019-10-20Fixed queue testByteHamster
2019-10-09Merge pull request #3386 from orionlee/bugfix_skip_last_episode_in_queue_3383H. Lehmann
Bugfix skip last episode in queue - episode status
2019-10-06test speedup - replace hardcoded Thread.sleep() with Awaitabilityorionlee
2019-10-04Automatic AndroidX migrationByteHamster
2019-09-28android Test to ensure smart as played won't affect an item when it is paused.orionlee
2019-09-28#3383 Fix skip last episode in queue - the fixorionlee
2019-09-28#3383 Fix skip last episode in queue: android test to reproduce it.orionlee
2019-09-09Added queue testByteHamster
2019-09-01More test cleanupByteHamster
2019-08-31Use the updated API introduced in PR #3322orionlee
2019-08-18Converted NavigationDrawerTest to EspressoByteHamster
2019-08-11Fixed app integration testsByteHamster
2019-05-19Merge branch 'develop' into eventbus-v3ByteHamster
2019-05-06Fixed some integration testsByteHamster
2019-04-12Upgraded EventBus to v3ByteHamster
Also made sure that register/unregister are called in onStart/onStop instead of onResume/onPause (prevents possible MultiWindow problems where updates are not received because activity is not fucused).
2019-02-01Merge remote-tracking branch 'upstream/develop' into ↵ByteHamster
auto_download_12_hour_option_2685
2019-01-04fix import orderorionlee
2019-01-04episode cleanup 12 hour option - use hours internally part 1 (actual ↵orionlee
algorithm, no persistence)
2018-11-29Add delete option to episode's context menuPetar Kukolj
This PR makes following changes: - Adds delete option to episode's context menus in queue and feed list - Adds a storage preference that allows episodes to be automatically removed from queue when they are deleted (by clicking delete in context menu, or pressing trash can icon on `Completed` tab of `Downloads` page) - Adds a test for the aforementioned preference
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