summaryrefslogtreecommitdiff
path: root/app/src/androidTest/java/de/test/antennapod/storage/DBWriterTest.java
AgeCommit message (Collapse)Author
2021-01-02Run DbWriterTest with Robolectric (#4814)Herbert Reiter
2020-09-12Merge branch 'develop' into add-local-feedsByteHamster
2020-08-29Move remaining preference to AndroidX preferenceTacoTheDank
2020-08-15Merge branch 'develop' into add-local-feedsByteHamster
2020-07-13Fix a bunch of deprecationsTacoTheDank
2020-07-11Replace addAlls with parametrized constructor callsTacoTheDank
2020-07-11Simplify junit assertionsTacoTheDank
2020-07-08Delete removed files in local feedsHerbert Reiter
2020-04-08Fix locale of every String.format number formatterEbrahim Byagowi
2020-03-25Removed unused codeByteHamster
2020-03-25Cleaned up some Lint warningsByteHamster
2020-03-23Use AndroidX consumer instead of our ownByteHamster
2019-11-22Fixed some lint errorsByteHamster
2019-11-05code style fixesorionlee
2019-11-05test fix: ensure test is not dependent on UserPreferences's enqueueLocationorionlee
2019-10-04Automatic AndroidX migrationByteHamster
2019-08-11Fixed app integration testsByteHamster
2019-04-03bulk edit - refactor - reorder method parameter for ↵orionlee
DBWriter.removeQueueItem(Context, FeedItem, boolean) to be consistent with the rest of the API.
2019-04-02bulk remove from queue - backend - implement the new APIorionlee
2019-01-04Include Awaitility in app module and properly fix the added testPetar Kukolj
2019-01-03Fix a style issue and fix the testPetar Kukolj
2018-12-03Add a test for "Delete Removes from Queue" behaviourPetar Kukolj
2018-10-21Optimize importsegsavage
2018-06-05Removed FeedImageByteHamster
2018-01-14Replace explicit type with <>Martin Fietz
2016-03-22Tests: Close adapterMartin Fietz
2016-03-22Tests: Initialize DB adapterMartin Fietz
2016-01-30Improve testsMartin Fietz
2016-01-30Change feed lastModified/lastUpdate to StringMartin Fietz
2015-12-15Test: Close cursorMartin Fietz
2015-12-02Fix testsMartin Fietz
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-09-20Added 'tags' to FeedItem and properly showing/not showing menu items for ↵Tom Hennen
favorites.
2015-09-10Refactor database accessMartin Fietz
2015-06-29Make new explicitMartin Fietz
2015-04-05Minor changes: Log, import order, small refactoringsMartin Fietz
2014-12-07Avoid loading Chapters of multiple FeedItems at the same timedaniel oeh
This should significantly reduce the time needed to load FeedItem lists with chapters, because chapters are from now on only loaded when a single FeedItem is requested.
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