Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/model
Daniele Gobbetti e08a900978 Refactor the MusicPlaybackReceiver and related files
Add actions to the filter (this should help with #536)
Add "copy" constructors to MusicSpec and MusicStateSpec, and use those when receiving an updated intent, this way partial updates do not disrupt the local information.
Iterate over incoming extra keys, explicitly check the incoming type and use only known type. This could help with #533

Possible problem: this code iterates over every key of the incoming bundle.
2017-02-01 22:55:40 +01: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 Refactor database / sample access (#206) 2016-07-27 23:34:13 +02:00
ActivitySample.java Even more documentation/specification 2016-08-27 20:14:42 +02:00
ActivityUser.java Add robolectric dependency and addd a first EntitiesTest 2016-08-24 22:56:42 +02:00
Alarm.java Add Alamr.isRepetitive() convenience method 2016-10-28 22:40:34 +02:00
AppNotificationType.java Add Riot as a recognized chat application (including pebble color and icon) 2017-01-03 20:36:39 +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
CannedMessagesSpec.java add missing file 2016-06-24 14:57:01 +02:00
DeviceService.java Fix issue #522 : Transliterate Caller Name 2017-01-27 23:16:19 +03:00
DeviceType.java HPlus: Change Makibes F68 device type 2017-01-26 16:04:33 +00: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 Refactor the MusicPlaybackReceiver and related files 2017-02-01 22:55:40 +01:00
MusicStateSpec.java Refactor the MusicPlaybackReceiver and related files 2017-02-01 22:55:40 +01:00
NotificationSpec.java Pebble: EXPERIMENTAL support for replying to wearable notifications 2016-01-09 17:54:17 +01:00
NotificationType.java Add Riot as a recognized chat application (including pebble color and icon) 2017-01-03 20:36:39 +01:00
SummaryOfDay.java Some lint fixes 2015-11-23 22:46:12 +01:00
TimeStamped.java Even more documentation/specification 2016-08-27 20:14:42 +02:00
ValidByDate.java WIP: more work, compile again 2016-06-06 23:18:46 +02:00
Weather.java Pebble: push current weather to TimeStylePebble again when watchface gets started 2016-12-31 19:17:08 +01:00
WeatherSpec.java Pebble: send weather to Pebble when we get notified by weather notification 2016-12-31 15:56:05 +01:00