Andreas Shimokawa
efac912929
Pebble: Fix error when reinstalling apps, useful for upgrading/downgrading
...
Fixes #65
2015-06-08 22:38:58 +02:00
Andreas Shimokawa
c98716d469
Morpheuz support: Fix 3.1 compatibility
2015-06-07 21:49:05 +02:00
cpfeiffer
ab97b544f0
Some cleanup + actually remember event time and kind for throttling
2015-06-06 23:59:53 +02:00
cpfeiffer
f6d5767276
Remove reference to PebbleIOThread from BluetoothCommunicationService
...
Let PebbleSupport do this instead.
2015-06-06 23:24:00 +02:00
Andreas Shimokawa
b12a3e74cd
MorpheuzSupport: remove limit of 54 samples. Morpheuz 3.1 supports 60
2015-06-05 20:26:11 +02:00
Andreas Shimokawa
813a02d5c7
Unify SleepMonitor with code from PR #59 . Thanks Daniele!
2015-06-05 19:32:09 +02:00
Andreas Shimokawa
81b1d1d28d
Pebble: Put WeatherNeat test in separate file
2015-05-30 22:24:53 +02:00
Andreas Shimokawa
603d31a59e
add some constants to GBActivitySample
2015-05-30 21:52:29 +02:00
Andreas Shimokawa
e79f4523c3
Add SQLite database support for activity data
...
This is now used for morpheuz data and the SleepMonitorActivity
2015-05-30 17:28:03 +02:00
Andreas Shimokawa
8366af736c
Pebble: Fix firmware installation when all 8 app slots are in use
...
We were trying to get a free slot when installing a firmware which is not neccessary.
This should also fix firmware installation in recovery (#54 )
2015-05-25 01:26:27 +02:00
Andreas Shimokawa
f54927624b
Move non Pebble specific code from PebbleIoThread to AbstractBTDeviceSupport
2015-05-22 20:20:33 +02:00
Andreas Shimokawa
8309234784
Pebble: fix wrong calculation of timestamp.
2015-05-21 18:57:34 +02:00
Andreas Shimokawa
68b76aa5c5
Pebble: Get Morpheuz sleep data visualize through SleepMonitorActivity
...
This very very experimental, and needs a complete overhaul.
But it is a start ;)
2015-05-21 18:17:39 +02:00
Andreas Shimokawa
1c5d6de3ad
Pebble: fix App installation
2015-05-18 23:14:32 +02:00
Andreas Shimokawa
50c7206cf6
Pebble: implement reboot
2015-05-18 22:40:39 +02:00
Andreas Shimokawa
c37cacf43d
Remove id and index from GBDeviceApp in favor of UUIDs
2015-05-18 20:56:19 +02:00
Andreas Shimokawa
55400817b4
Pebble: experiment with extensible notifications
...
This allows lot more flexible notifications including custom actions (replys, etc)
When used without actions it could serve as a simple replacement for the current notifications.
The main showstopper is that I do not know how to assign icons (mail, chat) to these.
Unfortunately I ended up in recovery when playing around with unknown parameters trial&error style.
2015-05-15 21:34:38 +02:00
cpfeiffer
27d725853f
Add extra handler for generic notifications
...
(instead of misusing onSMS handler). Pebble still does that,
but not everybody has to.
Small step for #53
2015-05-13 21:55:22 +02:00
Andreas Shimokawa
1b2f20160a
fix some lint warnings, mostly simplifications
2015-05-12 20:09:35 +02:00
Andreas Shimokawa
f8341918ee
compile fix
2015-05-12 11:12:53 +02:00
Andreas Shimokawa
7540a3955b
Pebble: experiment with launching watchapps from Gadgetbridge
2015-05-12 11:06:22 +02:00
cpfeiffer
9a26769c3e
Search & replace: use slf4j for logging instead of Logcat directly
...
For a start, use android-logger as backend. Needs a better configuration
but no time right now.
For file-logging we will use logback as slf4j-implementation.
2015-05-12 06:33:37 +02:00
Andreas Shimokawa
6fab01a3c2
Pebble: experimenting with more generic application message encoding
2015-05-11 23:30:38 +02:00
Andreas Shimokawa
f101926186
Pebble: No pairing activity, just call createBond() and finish discovery activity
2015-05-10 16:27:31 +02:00
Andreas Shimokawa
a70426d84d
Display found Pebbles in DiscoveryActivity
2015-05-10 15:52:19 +02:00
Andreas Shimokawa
8b75440867
Pebble: feed WeatherNeat with bogus data (testing)
...
This is completely useless, but it is the first time I could successfully send
data to a watchface.
2015-05-06 23:47:58 +02:00
Andreas Shimokawa
33db0bf890
Pebble: handle DATALOG and PHONEVERSION endpoints directly in protocol
...
This allows to remove all protocol inspection in PebbleIoThread
2015-05-06 11:43:01 +02:00
Andreas Shimokawa
9efcd8974d
Add GBDeviceCommandSendBytes for generic pre encoded commands that are meant to be send to a device directly
...
This is useful for Debugging. We can now send answers to data from the Device directly
int he procol implementation without messing with code in the GBDEviceIoThread's implementation.
This commit also adds test code for interaction with WeatherNeat (so far nothing works though)
2015-05-05 14:41:10 +02:00
cpfeiffer
9df661bd96
Initial (ugly) support for device discovery and pairing ( #3 )
2015-05-05 00:48:54 +02:00
Andreas Shimokawa
93b463c47e
update German translation
2015-05-01 10:08:24 +02:00
Andreas Shimokawa
f143c9ec54
androidstudio vs. eclipse :/
2015-05-01 01:49:43 +02:00
cpfeiffer
8b3b4d0882
#46 make all strings localizable
2015-05-01 01:26:30 +02:00
Andreas Shimokawa
e65c492792
Pebble: display progressbar during installation of apps/firmware
2015-04-29 00:21:02 +02:00
Andreas Shimokawa
01e96f9c8d
Pebble: Bugfix for beeing stuck while waiting for a slot, when none is available
2015-04-28 23:35:12 +02:00
Andreas Shimokawa
31b01d860f
Pebble: notification cleanups
...
- remove notification update code from PebbleIoThread (is in generic code now)
- use a separate notification for app/firmware installation
2015-04-28 21:59:53 +02:00
Andreas Shimokawa
462f9f028f
Pebble: do not call setReceiversEnableState() from PebbleIoThread anymore, handling had been moved to generic code
2015-04-27 01:24:42 +02:00
Andreas Shimokawa
2eb62ebff3
Pebble: Speed up app/firmware installation by sending 2000 bytes at once instead of 512. Closes #22 .
2015-04-27 01:15:03 +02:00
Andreas Shimokawa
c06ef3d260
Pebble: try to shut up datalog, which might cause battery drain on the watch
2015-04-26 01:43:24 +02:00
Andreas Shimokawa
613ff1fc91
Pebble: corrections to PebbleIoThreads, better logging
2015-04-26 00:54:41 +02:00
Andreas Shimokawa
442ae6499a
Pebble: Better logging and hexdump for short packages to endpoint 6778
2015-04-25 23:13:22 +02:00
Andreas Shimokawa
661ed9c612
Pebble: When opening a firmware print for which HW revision it is.
2015-04-20 23:38:00 +02:00
Andreas Shimokawa
5487dfd348
Pebble app installation: Only enable install button when device is connected, for firmware also check hardware revision
2015-04-20 20:49:14 +02:00
Andreas Shimokawa
16ea52e83c
add hardware revision string to GBDevice, get and display HW Revision from Pebble
2015-04-20 12:48:32 +02:00
Andreas Shimokawa
dd12bb11b2
reformat code with androidstudio
2015-04-19 11:28:03 +02:00
cpfeiffer
09914e6da0
#15 Initial support for MI Band
...
1) The MAC address has to be added manually for now (Settings -> Debug)
2) Configure other notifications as desired
3) After doing that, restart Gadgetbridge, after that, the device should
be visible.
4) Tap it to connect
5) Try the Debug activity via the Menu to send some dummy notifications
=> Your MI should vibrate and blink
Also: add some extra files necessary to support Eclipse ADT. To be
migrated to Andmore, later.
2015-04-19 02:37:29 +02:00
Andreas Shimokawa
7c60e4b595
Pebble: Firmware upgrade support
2015-04-17 12:23:19 +02:00
Andreas Shimokawa
90f2b4ded3
Pebble app installation: Use data (filenames, sizes and crc) from manifest.json ( Fixes #16 )
...
Also remove STM32CRC.java, which had broken tail code, we use the crc from the manifest now.
2015-04-17 00:57:50 +02:00
Andreas Shimokawa
47fd1a7dff
move PebbleProtocol.java, update CHANGELOG.md
2015-04-15 00:06:42 +02:00
Andreas Shimokawa
7ad1bfbdb1
reformat code with androidstudio
2015-04-14 10:29:09 +02:00
cpfeiffer
1f31c1d79c
Next refactoring: the road to support BT and BT LE
2015-04-14 02:04:34 +02:00