summaryrefslogtreecommitdiff
path: root/core/src/main/java
AgeCommit message (Collapse)Author
2016-04-13Merge pull request #1871 from mfietz/issue/1870-403-forbiddenTom Hennen
Delay auto download when receiving 403 Forbidden HTTP error
2016-04-12Don't crash (not for this)Martin Fietz
2016-04-12Handle 403 ForbiddenMartin Fietz
2016-04-12RefactorMartin Fietz
2016-04-09make handleKeyCode() private againDomingos Lopes
2016-04-09make context and media button receiver packages match exactlyDomingos Lopes
2016-04-09properly update ComponentName packageDomingos Lopes
2016-04-08release media session before shutting down media playerdomingos86
avoids potential unwanted callbacks
2016-04-08unify media button receiversDomingos Lopes
2016-04-08unregister PlaybackService on the media button intent receiverDomingos Lopes
2016-04-08move the media session handling from the PlaybackServiceMediaPlayer and into ↵Domingos Lopes
the PlaybackService
2016-04-06Add subscription counterMartin Fietz
2016-04-04Merge pull request #1843 from saqura/developTom Hennen
Optionally show rewind/forward buttons on the lockscreen
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-04-03Add dialog to choose lock screen playback buttonssaqura
This adds a dialog to choose the playback buttons on the lock screen notification. It only allows selecting a maximum of two values, because the lock screen notification can only display up to 3 buttons and the play/pause button is always included. It defaults to additionally show the skip button. The minimum sdk has been changed back to 10.
2016-04-02Add option to pick lock screen playback buttonssaqura
This adds the option to pick which playback buttons to prioritise on the notification. This allows choosing the playback buttons on the lock screen. The default playback buttons have not changed and are still set to play/pause (this is always displayed) and skip. Note: This commit raises the minimum sdk version from 10 to 11!
2016-04-02treat showing the subscriptions list like other drawer items.Tom Hennen
2016-04-01Optionally show rewind/ff buttons on lockscreensaqura
Show additional playback buttons (rewind and fast forward) in the notification on the lockscreen if the option "Expand Notification" is enabled. Fixes #337 Fixes #571
2016-04-01Fix documentation of setLockscreenBackground()saqura
2016-03-31Make played time more accurateMartin Fietz
2016-03-27Merge pull request #1826 from TomHennen/subscriptions_viewTom Hennen
Subscriptions view
2016-03-25Don't get notified about mark as playedMartin Fietz
2016-03-25additional cleanup, removed submodule, renamed thingsTom Hennen
2016-03-25updated and fixed PR AntennaPod/AntennPod#1624Tom Hennen
2016-03-25RefactorMartin Fietz
2016-03-25React to enabling sonic mediaplayerMartin Fietz
2016-03-25RefactorMartin Fietz
2016-03-24Merge pull request #1816 from mfietz/issue/1529-delayed-part2Tom Hennen
Reset episode to new if episode file is added later
2016-03-24Merge pull request #1818 from mfietz/issue/1817-confirm-button-pressedTom Hennen
Handling removing feed that is playing or paused
2016-03-24Merge pull request #1814 from mfietz/issue/1812-bind-serviceTom Hennen
PlaybackController.bindService() with Observable
2016-03-24Merge pull request #1798 from ByteHamster/statistics_pageTom Hennen
Added statistics function
2016-03-24Close cursorMartin Fietz
2016-03-24Reset episode to new if episode file is added laterMartin Fietz
2016-03-24Added statistics functionByteHamster
Fixes #1743
2016-03-23Replace AsyncTask with ObservableMartin Fietz
2016-03-23RefactorMartin Fietz
2016-03-22Close DBMartin Fietz
2016-03-22Enable WAL and use non-exclusive transactionsMartin Fietz
2016-03-22Merge pull request #1806 from domingos86/flattr-creator-fixTom Hennen
FlattrServiceCreator
2016-03-22Merge pull request #1802 from mfietz/issue/1780-positionTom Hennen
When retrieving position of current episode, regard position 0 as valid
2016-03-22Merge pull request #1801 from mfietz/issue/1800-parse-durationTom Hennen
Parse iTunes duration seconds as float
2016-03-22further fixes based on mfietz inputDomingos Lopes
2016-03-22make FlattrService creation and deletion synchronizedDomingos Lopes
2016-03-22fix FlattrServiceCreatorDomingos Lopes
2016-03-22small typoDomingos Lopes
2016-03-22code cleaning:Domingos Lopes
- lambda expressions, method references, - multi catches, - remove unnecessary keywords (public keyword on interface method signatures, static on interfaces or enums, final on private method signatures), - == false expressions, - diamond type (<>) expressions, - replace StringBuffer with StringBuilder for local variables used by a single thread, - replace Arrays.asList with Collections.singletonList whenever applicable, - inline variable returns (whenever the variable name's meaning is not important to understand the code), - replace some chains of if/else if/... with switch/case, - break append(a + b) into append(a).append(b) for StringBuilder objects, - unused import statements, - reduce log TAGs to 23 characters, - MaterialDialog callback deprecated, - ActionBarActivity for AppCompatActivity,
2016-03-21When retrieving position of current episode, regard position 0 [unplayed] as ↵Martin Fietz
valid
2016-03-21Merge pull request #1799 from mfietz/issue/1796-update-feedTom Hennen
Fix feed refresh issue
2016-03-21RefactorMartin Fietz
2016-03-21Close cursorMartin Fietz