summaryrefslogtreecommitdiff
path: root/app/src/androidTest/java
AgeCommit message (Collapse)Author
2016-10-02Removed commented out debugging code and superfluous comments.eraymond
Change order of protected static keywords.
2016-10-02Removed commented out debugging code and superfluous comments.eraymond
Change order of protected static keywords.
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
Upgrade dependencies
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 ↵Soso Tughushi
statement in a block'
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
callback interface changed, so we need to update the anonymous classes
2016-04-24refactoringDomingos Lopes
2016-04-23Make PlaybackServiceMediaPlayer an abstract class and move implementation ↵Domingos Lopes
independent methods inside it
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
The preference dialog to select which buttons are shown in compact notifications now provides feedback via a snackbar. The internal preference storage handling has been cleaned up. A testcase for the dialog has been added.
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
Upgrade AntennaPod-AudioPlayer to v1.0.11
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
2016-01-13Fix testsMartin Fietz
2016-01-13Move episode cache preference to auto download sub-menuMartin Fietz
2016-01-07Replace HashMap with ArrayMapMartin Fietz
2016-01-07Fix testsMartin Fietz
2016-01-07getMainActivtyActionBar -> getSupportActionBarMartin Fietz
2016-01-07Upgrade to latest versionsMartin Fietz
2015-12-15Test: Close cursorMartin Fietz
2015-12-02Fix testsMartin Fietz
2015-12-02Replace commons-lang3 where possibleMartin Fietz
2015-11-05Refactor eventsMartin Fietz
2015-11-01Merge pull request #1320 from mfietz/user_preferencesTom Hennen
Refactoring: User preferences
2015-11-01Unused parameterMartin Fietz
2015-10-31Have a different option for bluetooth reconnect.Tom Hennen
Vibrate when starting playback due to bluetooth reconnect. fixes AntennaPod/AntennaPod#1305
2015-10-17Merge pull request #1260 from stevomit/rewind-after-pauseTom Hennen
Rewind after pause feature
2015-10-17Rewind after pause - used less conservative rewind timesStefan Mitrik
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-10added idle sync to make tests more reliableTom Hennen