summaryrefslogtreecommitdiff
path: root/app/src/androidTest/java/de/test/antennapod/service
AgeCommit message (Collapse)Author
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-11-12Fix 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-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-03-25RefactorMartin Fietz
2016-03-25Fix or improve testsMartin Fietz
2016-03-25Fix testMartin Fietz
2016-01-30Change feed lastModified/lastUpdate to StringMartin Fietz
2015-11-05Refactor eventsMartin 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-26Merge pull request #1214 from TomHennen/update_playback_notificationTom Hennen
Update playback notification
2015-09-21if it was skipped we shouldn't remove it, but otherwise we shouldTom Hennen
2015-09-20Added 'tags' to FeedItem and properly showing/not showing menu items for ↵Tom Hennen
favorites.
2015-09-10Refactor database accessMartin Fietz
2015-09-05Merge pull request #1166 from TomHennen/api22Tom Hennen
Update to API 22
2015-09-05Vibrate and lower volume when timer is about to expire, shake to reset timerMartin Fietz
2015-09-04remove remote client from tests.Tom Hennen
2015-07-09Fixed testsUdi Finkelstein
2015-06-29Make new explicitMartin Fietz
2015-06-23Don't cache shared preferences anymore. Some refactoring.Martin 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-11-10Squashed commit of the following:daniel oeh
commit 7d0e6d5c2dc75f8f1e54f4a1279c6b0cffa7b8cc Author: daniel oeh <daniel.oeh@gmail.com> Date: Mon Nov 10 21:00:58 2014 +0100 Made tests compile commit 05c57df87dd469d8f64835700eefe2e3c87e04e4 Author: daniel oeh <daniel.oeh@gmail.com> Date: Mon Nov 10 20:56:58 2014 +0100 Removed unused code commit 0a1fbc9e6d9648646140e30dec0ec8389fb8d37f Author: daniel oeh <daniel.oeh@gmail.com> Date: Thu Nov 6 15:48:24 2014 +0100 Added UI controls to download more feed pages closes #245 commit 6486fb40f1d03887e264df95946f91f0a9cdac9b Author: daniel oeh <daniel.oeh@gmail.com> Date: Thu Nov 6 14:49:43 2014 +0100 Added support for downloading feed pages commit e1faa06908bfd50f2aa0c28ee5118772c4281557 Author: daniel oeh <daniel.oeh@gmail.com> Date: Wed Nov 5 21:27:03 2014 +0100 Added "paged" and "loadAllPages" attributes
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