summaryrefslogtreecommitdiff
path: root/app/src/androidTest/java/de/test
AgeCommit message (Expand)Author
2018-01-14Remove redundant calls to toString()Martin Fietz
2018-01-14Replace single-argument 'Arrays.asList()' with 'Collections.singletonList()'Martin 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-14Replace anonymous type with lambdaMartin Fietz
2018-01-10Merge pull request #2534 from AntennaPod/sdk_int_lt_14H. Lehmann
2018-01-09Replace code for SDK version lower than 14Martin Fietz
2018-01-09Delete PreferenceActivityGingerbreadMartin Fietz
2018-01-07Cleanup order/remove unused includesDirk Mueller
2017-12-11Return random filename if sanitized filename would be emptyMartin Fietz
2017-10-082385 Only allow very limited set of characters in file namesMartin Fietz
2017-06-05Remove unused methods from DB Reader and DB AdapterMartin Fietz
2017-04-09Merge branch 'develop' into developMartin Fietz
2016-11-12Fix testMartin Fietz
2016-11-01Add ability to rename feedsMartin Fietz
2016-10-02Removed commented out debugging code and superfluous comments.eraymond
2016-10-02Removed commented out debugging code and superfluous comments.eraymond
2016-09-28 Added tests for preference settings to customize fastforward and rewind delta.eraymond
2016-08-04Merge pull request #2093 from mfietz/upgrade-libsMartin Fietz
2016-08-04Fix testMartin Fietz
2016-07-25integrate onPlaybackStart/Pause callbacks into setPlayerStatus()Domingos Lopes
2016-07-25move onPlaybackStart and onPlaybackPause tasks to separate callback methodsDomingos Lopes
2016-07-25change protocol for episode transition on PlaybackServiceDomingos Lopes
2016-06-29Fixed rule 'Lamdbas containing only one statement should not nest this statem...Soso Tughushi
2016-05-01change name reloadUI -> onMediaChangedDomingos Lopes
2016-05-01avoid stopping playback after skipping (and changing media type)Domingos Lopes
2016-04-28give error feedback to the userDomingos Lopes
2016-04-26add a general callback method for reporting media updatesDomingos Lopes
2016-04-25fix PlaybackServiceMediaPlayer testdomingos86
2016-04-24refactoringDomingos Lopes
2016-04-23Make PlaybackServiceMediaPlayer an abstract class and move implementation ind...Domingos Lopes
2016-04-23Create interface for PlaybackServiceMediaPlayerDomingos Lopes
2016-04-09add empty impl of updateMediaSessionMetadata() to the testsDomingos Lopes
2016-04-03Update compact notification buttons dialogsaqura
2016-03-27added subscriptions testTom Hennen
2016-03-25RefactorMartin Fietz
2016-03-25Fix or improve testsMartin Fietz
2016-03-25Fix testMartin Fietz
2016-03-24Reset episode to new if episode file is added laterMartin Fietz
2016-03-22Tests: Close adapterMartin Fietz
2016-03-22Tests: Initialize DB adapterMartin Fietz
2016-01-31Merge pull request #1635 from mfietz/audioplayer_v1.0.11Tom Hennen
2016-01-31Upgrade AntennaPod-AudioPlayer to v1.0.11Martin Fietz
2016-01-30Improve testsMartin Fietz
2016-01-30Change feed lastModified/lastUpdate to StringMartin Fietz
2016-01-25updated hint, allow multiple lines in the filter boxTom Hennen
2016-01-25ability to filter episodes to include or not when autodownloadingTom Hennen
2016-01-24Fix testPlaybackSpeeds()Martin Fietz