mpd/android/app/src/main/java/org/musicpd
Colin Edwards a0e9dfbec2 android: null check intent in onStartCommand
For some reason the type annotations here show @NonNull but that is
actually false according to the documentation under service.

This may be null if the service is being restarted after its process has gone away, and it had previously returned anything except START_STICKY_COMPATIBILITY.
2024-04-23 00:24:32 -05:00
..
data android: Move logging into it's own repository class. 2024-01-04 17:44:49 -06:00
ui Merge branch 'intents' of https://github.com/DDRBoxman/MPD 2024-04-08 08:23:25 +02:00
AutomationReceiver.kt android: Add intents for service start and stop 2024-04-05 23:46:14 -05:00
Bridge.java android: Support play / pause from media session 2024-01-13 23:15:56 -06:00
Loader.java android: migrate app build system to use gradle 2023-12-17 22:38:34 -06:00
Main.java android: null check intent in onStartCommand 2024-04-23 00:24:32 -05:00
MainActivity.kt android: Move service client into it's own file 2024-04-05 23:27:41 -05:00
MainServiceClient.java android: Move service client into it's own file 2024-04-05 23:27:41 -05:00
MPDApplication.kt android: Add dependencies and new application class for dagger / hilt support 2024-01-04 17:44:43 -06:00
MPDPlayer.java android: Support play / pause from media session 2024-01-13 23:15:56 -06:00
NetworkUtil.java android: Move settings to compose and material UI 3 2023-12-22 23:04:51 -06:00
Preferences.java android: Move preferences class out of settings 2023-12-22 22:51:14 -06:00
Receiver.java android: Move service client into it's own file 2024-04-05 23:27:41 -05:00