summaryrefslogtreecommitdiff
path: root/app/src/main
AgeCommit message (Collapse)Author
2016-04-24hide the playbackspeed button on the castplayer activityDomingos Lopes
2016-04-24have external player fragment show play button if castingDomingos Lopes
2016-04-24switching between media player activitiesDomingos Lopes
2016-04-24have hardware buttons change media volume ONLY when not castingDomingos Lopes
2016-04-24intents for cast player activityDomingos Lopes
2016-04-24get rid of cast callbacks (config)Domingos Lopes
2016-04-24change name of audioplayer_activity layoutDomingos Lopes
2016-04-24separate audioplayeractivity into audio and cast activitiesDomingos Lopes
2016-04-23update PlaybackServiceCallbacks to be able to handle a cast player activityDomingos Lopes
2016-04-23disconnect cast session if user disables it in preferences and ↵Domingos Lopes
PlaybackService isn't running
2016-04-23implement basic cast session joinDomingos Lopes
2016-04-23fix media router button still showing when disabledDomingos Lopes
2016-04-23remove data channel from CastManagerDomingos Lopes
add cast failure strings
2016-04-23* add GooglePlayServices checkDomingos Lopes
* implement wifi-reconnect feature for casting * move wifiLock logic to abstract PSMP
2016-04-23add a CastManager, and other changesDomingos Lopes
2016-04-23Add the casting feature to PlaybackServiceDomingos Lopes
2016-04-23add cast button to important activitiesDomingos Lopes
2016-04-23add chromecast support initialization logic and introduce chromecast preferenceDomingos Lopes
2016-04-23Include chromecast dependenciesDomingos Lopes
2016-04-22Prevent NPEMartin Fietz
2016-04-22Prevent permission deniedMartin Fietz
2016-04-22Display error more nicelyMartin Fietz
2016-04-22Address potential performance issueMartin Fietz
2016-04-22All Episodes/Favorites: Indicate played episodesMartin Fietz
2016-04-201.6.0.2Tom Hennen
2016-04-20Reload description on swipeMartin Fietz
Always calls onFragmentLoaded() because updateAppearance() does not reload the description. Resolves #1876
2016-04-19Merge pull request #1875 from mfietz/issue/1831-apply-actions-tagsTom Hennen
Fix item tags
2016-04-17Refactor QueueEventMartin Fietz
2016-04-14Post event after queue has been persistedMartin Fietz
2016-04-14Send FeedItemEvent when a tag has been added or removedMartin Fietz
2016-04-14Don't use LongLists, use tags directlyMartin Fietz
2016-04-14Enable full hyphenation on Android 6Martin Fietz
2016-04-13Merge pull request #1871 from mfietz/issue/1870-403-forbiddenTom Hennen
Delay auto download when receiving 403 Forbidden HTTP error
2016-04-12RefactorMartin Fietz
2016-04-08unify media button receiversDomingos Lopes
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-02fixes AntennaPod/AntennaPod#1848Tom Hennen
2016-04-02prevent NPE by removing log statementTom Hennen
2016-04-02Merge pull request #1828 from mfietz/feature/662-episode-swipeTom Hennen
Episode view: Go to previous/next list item when swiping right/left
2016-04-02treat showing the subscriptions list like other drawer items.Tom Hennen
2016-04-01Merge pull request #1837 from mfietz/issue/1502-opml-importTom Hennen
OPML Import: Fix URI containing absolute path
2016-03-31* SubscriptionsAdapter now using its own ItemAccess instead of MainActivityTom Hennen
* SubscriptionFragment now properly reloading data when it should
2016-03-30use font awesome. (care of @mfietz)Tom Hennen
2016-03-29some tweeks to visibility to prevent some rendering bugsTom Hennen
2016-03-29changed triangle color to antennapod blueTom Hennen
2016-03-29use CoverTarget for Subscriptions, some cleanup of how it looksTom Hennen