-
-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improving Chromecast Integration #1298
base: master
Are you sure you want to change the base?
Commits on Feb 14, 2024
-
call success callback when result was successfull
Christopher Hoch committedFeb 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 44ef035 - Browse repository at this point
Copy the full SHA 44ef035View commit details -
fix service start on android O+
Christopher Hoch committedFeb 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 1971a0e - Browse repository at this point
Copy the full SHA 1971a0eView commit details
Commits on Feb 15, 2024
-
bind service according to android example
Christopher Hoch committedFeb 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 9b8c079 - Browse repository at this point
Copy the full SHA 9b8c079View commit details -
use ContextCompat to start foreground services
Christopher Hoch committedFeb 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 5339115 - Browse repository at this point
Copy the full SHA 5339115View commit details -
use ContextCompat to start foreground services
Christopher Hoch committedFeb 15, 2024 Configuration menu - View commit details
-
Copy full SHA for d10cde8 - Browse repository at this point
Copy the full SHA d10cde8View commit details -
Christopher Hoch committed
Feb 15, 2024 Configuration menu - View commit details
-
Copy full SHA for c05c742 - Browse repository at this point
Copy the full SHA c05c742View commit details -
reduce wake lock time, but call it more often
Christopher Hoch committedFeb 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 1753fbc - Browse repository at this point
Copy the full SHA 1753fbcView commit details -
wait for 15 seconds before actually shutting down. this is because chromecast playback somethimes seems to play a track and when that one stops, plays another. That means, that stop is called in the mean time which causes the notification to disappear and the wake lock to be released which can cause errors an restarting the background service. to prevent this we wait 15 seconds before actually stopping the service, giving chromecast/jellyfin client time to start another track.
Christopher Hoch committedFeb 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 4824ceb - Browse repository at this point
Copy the full SHA 4824cebView commit details -
startForeground, bind to notification to enable foreground service fo…
…r playback
Christopher Hoch committedFeb 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 78a0b28 - Browse repository at this point
Copy the full SHA 78a0b28View commit details -
debug logging in RemotePlayerService
Christopher Hoch committedFeb 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 0375c63 - Browse repository at this point
Copy the full SHA 0375c63View commit details -
manifest: service enabled and set foreground type
Christopher Hoch committedFeb 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 6752858 - Browse repository at this point
Copy the full SHA 6752858View commit details -
Christopher Hoch committed
Feb 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 0879950 - Browse repository at this point
Copy the full SHA 0879950View commit details -
Christopher Hoch committed
Feb 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 37ffffa - Browse repository at this point
Copy the full SHA 37ffffaView commit details
Commits on Nov 19, 2024
-
Christopher Hoch committed
Nov 19, 2024 Configuration menu - View commit details
-
Copy full SHA for f444d07 - Browse repository at this point
Copy the full SHA f444d07View commit details -
Christopher Hoch committed
Nov 19, 2024 Configuration menu - View commit details
-
Copy full SHA for efaefc1 - Browse repository at this point
Copy the full SHA efaefc1View commit details -
unbind on destroy rather than on stop. call through super in onUserLe…
…aveHint
Christopher Hoch committedNov 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 14d632e - Browse repository at this point
Copy the full SHA 14d632eView commit details -
do not stop running sessions on destroy
Christopher Hoch committedNov 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 40c0efd - Browse repository at this point
Copy the full SHA 40c0efdView commit details -
Christopher Hoch committed
Nov 19, 2024 Configuration menu - View commit details
-
Copy full SHA for ea92dff - Browse repository at this point
Copy the full SHA ea92dffView commit details