Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/model
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
..
ActivityAmount.java Some more lint warnings fixed 2015-11-23 23:04:46 +01:00
ActivityAmounts.java Some more lint warnings fixed 2015-11-23 23:04:46 +01:00
ActivityKind.java convert byte and short values related to activity tracking to int 2016-02-29 20:54:39 +01:00
ActivitySample.java convert byte and short values related to activity tracking to int 2016-02-29 20:54:39 +01:00
ActivityUser.java Remove now unused imports + fix one more SharedPreferences usage 2016-04-25 23:43:19 +02:00
Alarm.java Some lint fixes 2015-11-23 22:46:12 +01:00
BatteryState.java Moved the enum to standalone in the model package. 2015-08-27 11:50:31 +02:00
CalendarEvents.java Some more cursor-related improvements (closing) 2016-03-08 23:48:31 +01:00
CalendarEventSpec.java Make calendar event type byte instead of int 2016-05-24 13:11:57 +02:00
CallSpec.java Refactoring: get rid of ServiceCommand, use new CallSpec and MusicSpec to pass Call and Music info 2016-04-04 20:08:34 +02:00
DeviceService.java Add onSetMusicState(MusicStateSpec stateSpec) 2016-06-08 20:31:48 +02:00
DeviceType.java Some Javadoc 2015-10-26 23:32:03 +01:00
GenericItem.java Display HR firmware version 2016-03-16 00:27:32 +01:00
ItemWithDetails.java reformat code though Android Studio 2016-03-20 15:00:05 +01:00
Measurement.java Initial live heartrate measurement in the live activity tab #178 2016-04-12 23:12:50 +02:00
MusicSpec.java Refactoring: get rid of ServiceCommand, use new CallSpec and MusicSpec to pass Call and Music info 2016-04-04 20:08:34 +02:00
MusicStateSpec.java MusicStateSpec: introduce new class describing the music state 2016-06-08 20:22:56 +02:00
NotificationSpec.java Pebble: EXPERIMENTAL support for replying to wearable notifications 2016-01-09 17:54:17 +01:00
NotificationType.java Refactoring 2015-09-24 14:45:21 +02:00
SummaryOfDay.java Some lint fixes 2015-11-23 22:46:12 +01:00