1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-09 07:01:33 +02:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/externalevents
Andreas Shimokawa de74a033f6 Try to support controlling multiple music players
This tries to control the last player that played a (new) song.
It is very limited since we cannot get the source of an intent.
Instead we try to guess from the Action.
The problem is that we cannot support players that use only the action "com.android.music.XXXX" and not something own.
Also try to blindly support getting spotify metadata (for testing #112)
2015-09-15 01:36:33 +02:00
..
BluetoothStateChangeReceiver.java Add and use a "client interface" for the actions of the service 2015-08-21 01:03:57 +02:00
K9Receiver.java Add and use a "client interface" for the actions of the service 2015-08-21 01:03:57 +02:00
MusicPlaybackReceiver.java Try to support controlling multiple music players 2015-09-15 01:36:33 +02:00
NotificationListener.java Allow QKSMS notifications to be handled as a generic notification if SMS notification mode is set to "never" 2015-09-13 22:51:05 +02:00
PebbleReceiver.java probable close #104 2015-08-31 17:31:32 +02:00
PhoneCallReceiver.java Add and use a "client interface" for the actions of the service 2015-08-21 01:03:57 +02:00
SMSReceiver.java Add and use a "client interface" for the actions of the service 2015-08-21 01:03:57 +02:00
TimeChangeReceiver.java More logging for time/timezone changes 2015-09-05 00:14:09 +02:00