1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-26 20:06:52 +01:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/impl
Steffen Liebergeld e386d6da43 Add onSetMusicState(MusicStateSpec stateSpec)
This commit contains the infrastructure needed for the
NotificationHandler to send music state information to the device. That
is, it introduces a call onSetMusicState(MusicStateSpec stateSpec), that
in turn sets up an intent to the service, which will then call the
encodeSetMusicState() function of the device. encodeSetMusicState is
available for pebble only. There are empty stubs for other devices.
2016-06-08 20:31:48 +02:00
..
GBActivitySample.java convert byte and short values related to activity tracking to int 2016-02-29 20:54:39 +01:00
GBAlarm.java Move parsing of preference strings to int values to Prefs 2016-04-25 23:39:03 +02:00
GBDevice.java display device address in info menu (IP:PORT / MAC) 2016-05-28 11:32:36 +02:00
GBDeviceApp.java Pebble: In AppManager mark cached apps with (C), installed apps on FW 2.x with (D) and (CD) if both is the case 2016-05-22 22:48:45 +02:00
GBDeviceCandidate.java Some more lint warnings fixed 2015-11-23 23:04:46 +01:00
GBDeviceService.java Add onSetMusicState(MusicStateSpec stateSpec) 2016-06-08 20:31:48 +02:00
GBSummaryOfDay.java Big refactoring: move classes and packages around to get a better structure 2015-08-03 23:09:49 +02:00