1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-29 18:13:56 +02:00
Gadgetbridge/app/src/test/java/nodomain/freeyourgadget/gadgetbridge/service
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
..
btle Some preparations for unit tests 2015-08-13 23:23:40 +02:00
devices/miband Add commandline for running all firmware tests 2016-03-26 00:10:32 +01:00
AbstractServiceTestCase.java Fix testcases (all this should be scrapped and redone with e.g. robolectric) 2016-04-29 21:58:08 +02:00
DeviceCommunicationServiceTestCase.java Fix testcases (all this should be scrapped and redone with e.g. robolectric) 2016-04-29 21:58:08 +02:00
TestDeviceService.java Initial support for testing the DeviceCommunicationService 2015-08-22 01:09:56 +02:00
TestDeviceSupport.java Add onSetMusicState(MusicStateSpec stateSpec) 2016-06-08 20:31:48 +02:00