1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-08 14:41:36 +02:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge
Andreas Shimokawa ebdf514c0e Pebble app installation: first successful installation :)
KNOWN PROBLEMS
- expected filenames inside pbw files are hardcoded (pebble-app.bin etc)
- long delay before installation starts
- must be in app mananger at least once before installation in possible
- errors while installing are not always recognized
2015-04-07 19:33:23 +02:00
..
adapter update Pebble icon, add Miband icon 2015-04-01 22:12:49 +02:00
pebble Pebble app installation: first successful installation :) 2015-04-07 19:33:23 +02:00
protocol Pebble app installation: first successful installation :) 2015-04-07 19:33:23 +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 Pebble app installation: first successful installation :) 2015-04-07 19:33:23 +02:00
BluetoothStateChangeReceiver.java fix refresh of device list when bluetooth gets turned on 2015-03-29 23:43:05 +02:00
ControlCenter.java add development option to set a miband device address so it appears in our list. 2015-04-01 23:00:05 +02:00
DebugActivity.java fix crash on some devices when creating a test notification in debug menu 2015-04-03 22:39:25 +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 Pebble: working on app installation (WIP, do not use) 2015-04-06 20:58:35 +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
GBMusicControlReceiver.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
K9Receiver.java K-9 Mail notifications: Hopefully fix #7 and #8 2015-03-16 16:18:11 +01:00
MusicPlaybackReceiver.java initial support for music playback information (artist, album, track), fix encoding of empty strings in PebbleProtocol 2015-02-08 23:53:40 +01:00
NotificationListener.java In NotificationListener return early if BluetoothCommunicationService is not running 2015-04-04 23:20:28 +02:00
PhoneCallReceiver.java Implement music control (play, pause, next, previous). Try to make code a bit less Pebble centric. 2015-02-12 16:00:45 +01:00
SettingsActivity.java add development option to set a miband device address so it appears in our list. 2015-04-01 23:00:05 +02:00
SMSReceiver.java quick&dirty preference screen. Allows to enable/disable SMS/K9/generic notifications 2015-03-06 14:00:56 +01:00