summaryrefslogtreecommitdiff
path: root/app/src/androidTest/java/de/test
AgeCommit message (Collapse)Author
2020-04-08Fix locale of every String.format number formatterEbrahim Byagowi
2020-03-30Checkstyle fixesByteHamster
2020-03-30Uncoupled AntennaPod from specific GpodnetSyncServiceByteHamster
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-26Merge branch 'develop' into NotificationForAutoDownloadsH. Lehmann
2020-03-25Merge pull request #3962 from ByteHamster/cleanup-lintH. Lehmann
Cleaned up some Lint warnings
2020-03-25Removed unused codeByteHamster
2020-03-25Merge pull request #3954 from ByteHamster/audioplayer-fragmentH. Lehmann
Convert AudioPlayer to fragment
2020-03-25Cleaned up some Lint warningsByteHamster
2020-03-25Updated testsByteHamster
2020-03-23Fixed testsByteHamster
2020-03-23Use AndroidX consumer instead of our ownByteHamster
2020-03-22Rename generatedBySystem to initiatedByUserNathan Mascitelli
2020-03-22Simplify constructorsNathan Mascitelli
2020-03-22Fix build and testsNathan Mascitelli
2020-03-20Merge pull request #3946 from ByteHamster/speed-up-startH. Lehmann
Install ssl provider asynchronously
2020-03-20Give cancelling downloads more timeByteHamster
The first download installs the ssl security provider and might block around 1.2 seconds longer than in previous versions.
2020-03-20Fixed back button no longer closing appByteHamster
2020-03-19Merge pull request #3943 from ByteHamster/nav-list-fragmentH. Lehmann
Nav list fragment
2020-03-19Updated testsByteHamster
2020-03-18Enabled more checkstyle rulesByteHamster
2020-03-17Converted lists to RecyclerViewByteHamster
Also, cleaned up list adapters
2020-03-16Made add feed page more whiteByteHamster
2020-03-15Fixed error message when file was deletedByteHamster
2020-02-12Initial database support for chapter imagesByteHamster
2020-02-07Fixed tests compilationByteHamster
2020-02-05Merge branch 'master' into developByteHamster
2020-02-04Merge pull request #3825 from ByteHamster/do-not-linkify-durationH. Lehmann
Do not linkify shownotes duration
2020-02-04Give view some time to loadByteHamster
2020-02-04Do not add timecode link if timecode equals durationByteHamster
2020-02-02Enforce SeparatorWrapByteHamster
2020-02-01Always allow clicking timecodesByteHamster
2020-01-26Merge pull request #3248 from maxbechtold/feat/simple-adjust-volume-per-feedH. Lehmann
Feat/simple adjust volume per feed
2020-01-20Merge pull request #3690 from ByteHamster/more-forgiving-duplicate-detectionH. Lehmann
More forgiving duplicate detection
2020-01-20More forgiving duplicate detectionByteHamster
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 #3711 from ByteHamster/load-more-new-episodesH. Lehmann
Added paged loading to 'new episodes' list
2020-01-09Merge pull request #3719 from ByteHamster/removed-unused-codeH. Lehmann
Removed unused code
2020-01-09Added paged loading to 'new episodes' listByteHamster
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-21resolve review remarks w.r.t naming: volume reduction -> volume adaptionMax Bechtold
2019-12-21Merge remote-tracking branch 'upstream/develop' into ↵Max Bechtold
feat/simple-adjust-volume-per-feed
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