summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2016-04-25Merge pull request #1892 from mfietz/issue/1883-samsung-crashTom Hennen
Prevent potential crash on Samsung devices
2016-04-25Merge pull request #1891 from mfietz/issue/1888-asynctask-executeTom Hennen
Resolve potential AsyncTask performance issue
2016-04-25Merge pull request #1894 from mfietz/issue/1893-statvfs-permission-deniedTom Hennen
Prevent permission denied when determining free space
2016-04-24add cast disconnect buttonsDomingos Lopes
2016-04-24Override hiding the cast button whenever it's connectedDomingos Lopes
2016-04-24allow fine control on where to show the cast buttonDomingos Lopes
2016-04-24move playback speed button methods inside AudioplayerActivityDomingos Lopes
2016-04-24refactoringDomingos Lopes
2016-04-24make the UI counter, cast preference state, resumed state synchronizedDomingos Lopes
2016-04-24hide playback speed button when casting (upon button update)Domingos Lopes
2016-04-24have the position seekbar show that it's buffering/loading/seekingDomingos Lopes
2016-04-24change order elements are defined in relative layout due to position referencesDomingos Lopes
2016-04-24allow audioplayer and videoplayer to pass the view intent to the service if ↵Domingos Lopes
the app happens to be casting at the moment
2016-04-24add Castplayer activity to the manifestDomingos Lopes
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-23Make PlaybackServiceMediaPlayer an abstract class and move implementation ↵Domingos Lopes
independent methods inside it
2016-04-23add cast button to important activitiesDomingos Lopes
2016-04-23Create interface for PlaybackServiceMediaPlayerDomingos 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-22Prevent potential crash on Samsung devicesMartin 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