1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-28 07:50:11 +02:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge
Andreas Shimokawa 6f162c593b Pebble message intent notifications default to "never" now
If these get turned on, Conversations notifications will be handled through Pebble message intents and get filtered out from generic notifcation handling.
2015-05-08 12:50:42 +02:00
..
activities Initial support for Mi Band specific settings 2015-05-07 01:32:17 +02:00
adapter Display battery level if known. Should work on Miband, untested. 2015-05-05 22:52:25 +02:00
btle Initial (ugly) support for device discovery and pairing (#3) 2015-05-05 00:48:54 +02:00
discovery Small improvements to discovery, only scan for 1min #33 2015-05-06 22:59:00 +02:00
externalevents Pebble message intent notifications default to "never" now 2015-05-08 12:50:42 +02:00
miband Discovery + pairing now works 2015-05-07 23:52:44 +02:00
pebble Pebble: feed WeatherNeat with bogus data (testing) 2015-05-06 23:47:58 +02:00
protocol Add GBDeviceCommandSendBytes for generic pre encoded commands that are meant to be send to a device directly 2015-05-05 14:41:10 +02:00
AbstractBTDeviceSupport.java Initial (ugly) support for device discovery and pairing (#3) 2015-05-05 00:48:54 +02:00
AbstractDeviceSupport.java reformat code with androidstudio 2015-04-19 11:28:03 +02:00
AppManagerActivity.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
BluetoothCommunicationService.java convert sequence of ifs to switch 2015-05-08 11:18:06 +02:00
BluetoothStateChangeReceiver.java Initial (ugly) support for device discovery and pairing (#3) 2015-05-05 00:48:54 +02:00
ControlCenter.java #33 only start discovery activity when bt is enabled 2015-05-07 22:15:53 +02:00
DebugActivity.java update German translation 2015-05-01 10:08:24 +02:00
DeviceCoordinator.java Initial (ugly) support for device discovery and pairing (#3) 2015-05-05 00:48:54 +02:00
DeviceHelper.java Initial (ugly) support for device discovery and pairing (#3) 2015-05-05 00:48:54 +02:00
DeviceSupport.java Initial (ugly) support for device discovery and pairing (#3) 2015-05-05 00:48:54 +02:00
DeviceType.java Initial (ugly) support for device discovery and pairing (#3) 2015-05-05 00:48:54 +02:00
EventHandler.java battery info hooked in, dummy for pebble 2015-04-19 22:31:09 +02:00
GB.java Send current time to device if time/timezone changes. Closes #51. 2015-05-07 23:46:18 +02:00
GBApplication.java #46 add missing GBApplication 2015-05-01 09:36:33 +02:00
GBCallControlReceiver.java Change the way how device commands or replys to information requests are passed back to the App 2015-03-26 12:06:26 +01: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 Request battery info in initialize() 2015-05-05 23:25:54 +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 Implement volume control for Pebble 2015-04-13 22:25:23 +02:00
SettingsActivity.java Initial support for Mi Band specific settings 2015-05-07 01:32:17 +02:00
UnknownDeviceCoordinator.java Initial (ugly) support for device discovery and pairing (#3) 2015-05-05 00:48:54 +02:00