summaryrefslogtreecommitdiff
path: root/app/src/androidTest/java/de/test/antennapod/ui
AgeCommit message (Collapse)Author
2020-06-24Trimming Atom content (except GUID)ByteHamster
2020-05-29Added test for feed settings screenByteHamster
2020-05-21Disabled auto update for testsByteHamster
2020-04-10Allow Proguard to optimize androidx packagesByteHamster
This reduces the method count from 64k to 44k and the apk size from 8MB to 7MB
2020-04-08Fix locale of every String.format number formatterEbrahim Byagowi
2020-03-26Merge pull request #3967 from ByteHamster/make-controller-smallerH. Lehmann
Removed unused code from PlaybackController
2020-03-26Removed WiFi filter on Android 10ByteHamster
2020-03-26Removed unused code from PlaybackControllerByteHamster
2020-03-25Updated testsByteHamster
2020-03-23Fixed testsByteHamster
2020-03-20Fixed back button no longer closing appByteHamster
2020-03-19Updated testsByteHamster
2020-03-17Converted lists to RecyclerViewByteHamster
Also, cleaned up list adapters
2020-03-16Made add feed page more whiteByteHamster
2020-02-05Merge branch 'master' into developByteHamster
2020-02-04Give view some time to loadByteHamster
2020-01-20Convert playback speeds to floatByteHamster
Advantage: When setting the speed to a value that is not available for the button using the audio controls dialog, we no longer jump to the lowest value. Instead, we jump to the next bigger one.
2020-01-11Merge pull request #3743 from txtd/mark-as-playedH. Lehmann
Show "mark as read" rather than "mark as play" in case item has no media
2020-01-11Show mark as read rather than mark as played in case item has no mediatxtd
2020-01-09Add summary to main settings/preferences screen (#3745)Tony Tam
2020-01-09Merge pull request #3719 from ByteHamster/removed-unused-codeH. Lehmann
Removed unused code
2020-01-02Do not allocate space for arrays that do not need to be allocatedByteHamster
Those arrays are just there for the type system. Creating them with a big size is not necessary and uses unnecessary resources.
2020-01-02Removed unused methodsByteHamster
2019-12-20Merge pull request #3698 from ByteHamster/fix-mark-played-buttonH. Lehmann
Fixed mark played button not working
2019-12-20Fixed mark played button not workingByteHamster
2019-12-19Ignore more playback related tests on CIByteHamster
2019-12-12Read current media from preferences instead of activity->fragment->controllerByteHamster
2019-12-12Try to kill playback service but do not fail if it does not stopByteHamster
Android has no reliable way to stop a service instantly. Calling stopSelf marks allows the system to destroy the service but the actual call to onDestroy takes until the next GC of the system, which we can not influence. Try to wait for the service at least a bit.
2019-12-12Fixed asset not being foundByteHamster
2019-12-12Fixed cases where one failing test broke all following testsByteHamster
Select a random port for the http server, so we do not get EADDRINUSE
2019-12-12Fixed tests on small screensByteHamster
In general, made some tests more stable
2019-12-01Merge pull request #3653 from ByteHamster/test-playback-speedH. Lehmann
Added test for changing playback speed
2019-12-01Added test for changing playback speedByteHamster
2019-11-28Fixed episode cleanup test on small screensByteHamster
2019-11-28Fixed drawer tests when having a small screenByteHamster
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