summaryrefslogtreecommitdiff
path: root/app/src/androidTest/java/de/test/antennapod/ui/UITestUtils.java
AgeCommit message (Collapse)Author
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-12Read current media from preferences instead of activity->fragment->controllerByteHamster
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-01Added test for changing playback speedByteHamster
2019-10-30Do not refresh feeds more often than necessaryByteHamster
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-08-18Converted NavigationDrawerTest to EspressoByteHamster
2019-08-11Fixed app 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).
2018-06-05Removed FeedImageByteHamster
2018-01-14Add final modifiersMartin Fietz
2018-01-14Weaken declaration accessMartin Fietz
2018-01-14Remove unused importsMartin Fietz
2018-01-14Replace explicit type with <>Martin Fietz
2018-01-09Replace code for SDK version lower than 14Martin 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-01-30Change feed lastModified/lastUpdate to StringMartin Fietz
2015-11-05Refactor eventsMartin Fietz
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-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-09-20Added 'tags' to FeedItem and properly showing/not showing menu items for ↵Tom Hennen
favorites.
2015-09-10Refactor database accessMartin Fietz
2015-07-02Fix testsMartin Fietz
2015-06-29Make new explicitMartin Fietz
2015-05-14Some working, some notMartin Fietz
2015-04-05QueueEvents, Queue shows undobar on removal of an itemMartin Fietz
2015-04-05Minor changes: Log, import order, small refactoringsMartin Fietz
2015-03-26Fixes non-working app tests, especially GUI testsMartin Fietz
2014-09-19Moved non-gui classes to 'core' packagedaniel oeh
2014-09-17Changed project structuredaniel oeh
Switched from custom layout to standard gradle project structure