Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-17 | Changed project structure | daniel oeh | |
Switched from custom layout to standard gradle project structure | |||
2014-08-05 | Acquire wifi lock if media file is being streamed | daniel oeh | |
2014-08-05 | Acquire wake lock when playing media | daniel oeh | |
2014-08-01 | Abandon audio focus when a phone call comes in | daniel oeh | |
Otherwise playback continues directly after the end of the call | |||
2014-07-30 | Replaced ImageLoader and DiskCache with Picasso | daniel oeh | |
Implemented Picasso Downloaders Replaced ImageLoader and DiskCache with Picasso Removed ImageLoader, DiskCache code | |||
2014-07-26 | Fixed auto-flattr when playback ends | daniel oeh | |
2014-07-16 | Made automatic flattr threshold configurable | daniel oeh | |
2014-07-07 | Fixed NullPointerException in FeedMedia | daniel oeh | |
2014-07-06 | Increased use of library methods | daniel oeh | |
2014-06-15 | Only report unknown keycode if PlaybackService is playing | daniel oeh | |
2014-06-07 | Make seek time configurable | David Reiss | |
A 30-second seek time is way to long for me. Make the seek duration a configurable preference. | |||
2014-06-07 | Show a toast when an unknown media key is pressed | David Reiss | |
This is just an idea. If people want more media keys supported, they will be able to use this toast to report exactly what key codes their hardware is generating. If you don't want to include this, just let me know and I can remove it from the pull request. | |||
2014-06-07 | Support next/previous media keys | David Reiss | |
The "seek" buttons in my car send "next" and "previous" media key codes, rather than "fast forward" and "rewind", so update the playback service to recognize them. fixes #386 fixes #432 | |||
2014-06-07 | Remove unnecessary braces in PlaybackService case block | David Reiss | |
The other blocks in this switch don't have braces, and they would look a little silly when I add an extra case label. | |||
2014-06-07 | Bugfix: Playback could not be restarted in some cases. fixes #387 | daniel oeh | |
2014-04-27 | Fixed visibility issue with playback speed button | daniel oeh | |
2014-03-28 | Replaced AppConfig.DEBUG with BuildConfig.DEBUG | daniel oeh | |
2014-03-28 | Support going back 30 seconds if less than 30 seconds have been played. ↵ | daniel oeh | |
closes #285 | |||
2014-03-19 | PlaybackPreferences were not written correctly when a playback error ↵ | daniel oeh | |
occurred (issue #374) | |||
2014-03-19 | Playback was not completed correctly. Might fix issue #366 and #374 | daniel oeh | |
2014-02-23 | played_duration was updated incorrectly | daniel oeh | |
2014-02-17 | Merged pull-request #346 | daniel oeh | |
2014-02-17 | Merge branch 'flattr_queue_autoflattr' into develop (#331) | daniel oeh | |
Other changes: - Changed FlattrStatusFetcher into Thread-subclass - Changed auto-flattr mechanism so that it's compatible with the updated PlaybackService - Changed a couple of strings Conflicts: src/de/danoeh/antennapod/storage/DBReader.java src/de/danoeh/antennapod/storage/DBWriter.java src/de/danoeh/antennapod/util/menuhandler/FeedItemMenuHandler.java src/instrumentationTest/de/test/antennapod/storage/DBReaderTest.java | |||
2014-02-15 | Added RejectedExecutionHandler to Runnable | daniel oeh | |
2014-02-14 | Added content descriptions to imagebuttons and imageviews | daniel oeh | |
2014-02-14 | Resolved intent redelivery issue | daniel oeh | |
2014-02-11 | Fixed race condition when sleep timer expires | daniel oeh | |
2014-02-11 | Bugfixes | daniel oeh | |
- Skipping an episode did not work - pauseOnHeadsetDisconnect preference was not updated correctly | |||
2014-02-10 | PLAY and PLAY_PAUSE keycode was not handled correctly in prepared state | daniel oeh | |
2014-02-10 | Fixed issue with switching between audio and video player | daniel oeh | |
2014-02-10 | Resolved problems with ending playback. | daniel oeh | |
- OnPreparedListener removed: not necessary anymore, because end of preparing playback is handled manually | |||
2013-12-30 | Avoid seeking to position 0 (#208). | daniel oeh | |
2013-12-30 | Applied bugfix from pull-request #313 | daniel oeh | |
2013-12-30 | Use AspectRatioVideoView instead of standard video view | daniel oeh | |
2013-12-29 | Updated video player UI | daniel oeh | |
2013-12-29 | Adapted remaining classes to new playback service model | daniel oeh | |
2013-12-25 | Made PlaybackService use the PSMP and PSTM | daniel oeh | |
2013-12-22 | Added basic tests for PlaybackServiceMediaPlayer | daniel oeh | |
2013-12-20 | Added tests for PlaybackServiceTaskManager | daniel oeh | |
2013-12-20 | Added first version of PlaybackServiceMediaPlayer | daniel oeh | |
2013-12-15 | Moved background tasks of PlaybackService into PlaybackServiceTaskManager | daniel oeh | |
2013-12-15 | Created playback package inside service package | daniel oeh | |