1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-09 23:21:34 +02:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge
cpfeiffer d1d3e758d9 Support configurable notifications. Closes #53
To close #29, we need to have a bit more configuration options than
just the number of vibrations. E.g.
- duration
- pause
- LED flashing (again, number of flashes, duration and pause, but also
  the colour and maybe which LEDs)

Also implements reboot-functionality for Mi Band.
2015-05-17 22:57:37 +02:00
..
activities fix some lint warnings, mostly simplifications 2015-05-12 20:09:35 +02:00
adapter fix some lint warnings, mostly simplifications 2015-05-12 20:09:35 +02:00
btle Create the wait-latch before running the action, and only if neeeded 2015-05-17 21:55:02 +02:00
discovery fix some lint warnings, mostly simplifications 2015-05-12 20:09:35 +02:00
externalevents Search & replace: use slf4j for logging instead of Logcat directly 2015-05-12 06:33:37 +02:00
miband Support configurable notifications. Closes #53 2015-05-17 22:57:37 +02:00
pebble Pebble: experiment with extensible notifications 2015-05-15 21:34:38 +02:00
protocol Initial support for rebooting the device 2015-05-17 21:58:08 +02:00
AbstractBTDeviceSupport.java Initial support for rebooting the device 2015-05-17 21:58:08 +02:00
AbstractDeviceSupport.java reformat code with androidstudio 2015-04-19 11:28:03 +02:00
AppManagerActivity.java fix some lint warnings, mostly simplifications 2015-05-12 20:09:35 +02:00
BluetoothCommunicationService.java Initial support for rebooting the device 2015-05-17 21:58:08 +02:00
BluetoothStateChangeReceiver.java Initial (ugly) support for device discovery and pairing (#3) 2015-05-05 00:48:54 +02:00
ControlCenter.java Also commit leftover 2015-05-10 21:19:24 +02:00
DebugActivity.java Initial support for rebooting the device 2015-05-17 21:58:08 +02:00
DeviceCoordinator.java fix some lint warnings, mostly simplifications 2015-05-12 20:09:35 +02:00
DeviceHelper.java fix some lint warnings, mostly simplifications 2015-05-12 20:09:35 +02:00
DeviceSupport.java fix some lint warnings, mostly simplifications 2015-05-12 20:09:35 +02:00
DeviceType.java Initial (ugly) support for device discovery and pairing (#3) 2015-05-05 00:48:54 +02:00
EventHandler.java Initial support for rebooting the device 2015-05-17 21:58:08 +02:00
GB.java Search & replace: use slf4j for logging instead of Logcat directly 2015-05-12 06:33:37 +02:00
GBApplication.java Use logback-android for logging to external storage 2015-05-13 23:15:20 +02:00
GBCallControlReceiver.java fix some lint warnings, mostly simplifications 2015-05-12 20:09:35 +02:00
GBCommand.java Added AppManager, does not do anything useful yet. Only lists installed Apps. 2015-03-25 22:23:45 +01:00
GBDevice.java Search & replace: use slf4j for logging instead of Logcat directly 2015-05-12 06:33:37 +02:00
GBDeviceApp.java add icons for pebble and watchfaces. Store app type in GBDeviceApp. Store device type in GBDevice. 2015-03-31 23:34:19 +02:00
GBDeviceIoThread.java reformat code with androidstudio 2015-04-13 11:22:03 +02:00
GBMusicControlReceiver.java Search & replace: use slf4j for logging instead of Logcat directly 2015-05-12 06:33:37 +02:00
SettingsActivity.java fix some lint warnings, mostly simplifications 2015-05-12 20:09:35 +02:00
UnknownDeviceCoordinator.java Initial (ugly) support for device discovery and pairing (#3) 2015-05-05 00:48:54 +02:00