Ganblejs
f8e15068ea
Bangle.js: add save file to android functionality
...
Bangle.js:file handling LOG.warn -> info
Bangle.js: sync file can't escape device directory
Naïve solution. I wanted to use `Path.normalize()` but Android Studio
said it could not be used from the static context. This does not attempt
to normalize the path, but just remove the special names `..\` and `.\`.
Bangle.js:simpler hindering of escaping device dir
2024-03-25 17:04:21 +00:00
Misaka 0x4e21
cef277261a
[Huawei] Support workout type of cycling
...
Add support for workout type of (outdoor) cycling, which is 5 on the device.
2024-03-25 23:28:53 +08:00
Andreas Shimokawa
7fe619c976
BLEScanService: Allow supported ScanSettings on Android API level 23
2024-03-25 10:34:44 +01:00
José Rebelo
435b4bec60
BLEScanService: Fix linter
2024-03-25 09:20:51 +00:00
g_p
0becaa4334
Nothing CMF Watch Pro: Fix music playback status
...
These two values were swapped, meaning a double press of play/pause was needed to change state.
This also fixes the wrong play/pause button state showing during playback.
Tested on firmware 11.0.0.50
2024-03-24 20:15:56 +00:00
Damien 'Psolyca' Gaignon
731ca67dcb
[Huawei] Fix GT3(Pro) encrypted transaction
2024-03-23 21:50:09 +01:00
Damien 'Psolyca' Gaignon
78ee68f426
[Huawei] Fix MediumToStrengthThreshold request
2024-03-23 21:27:47 +01:00
Damien 'Psolyca' Gaignon
df3273be7c
[Huawei] Fix SendExtendedAccountToDevice tag 0x01
2024-03-23 18:52:50 +01:00
Damien 'Psolyca' Gaignon
3f7a7304bb
[Huawei] Change display of command IDs to hex
2024-03-23 18:21:33 +01:00
Damien 'Psolyca' Gaignon
1392f24f4c
[Huawei] Add Rotate Cycle Info into dynamic service
2024-03-23 18:09:04 +01:00
Gordon Williams
8d43624a9a
Bangle.js: filter calendar events to try and remove :~:~:~:~:~ lines for google meet, double newlines, and HTML
2024-03-22 11:43:30 +00:00
Ganblejs
de1faf6f00
Bangle.js:actTrk:replace RuntimeException with LOG
2024-03-21 23:28:29 +00:00
Ganblejs
ac4273fc1b
Bangle.js:actTrk:dont apnd device mac str to files
2024-03-21 23:28:29 +00:00
Ganblejs
5c183da78c
Bangle.js:actTrk: store files in device subfolder
2024-03-21 23:28:29 +00:00
Ganblejs
5540dc18a4
Bangle.js:actTrk: use last 4 chars of mac in names
...
... of files
2024-03-21 23:28:29 +00:00
Ganblejs
2803c62a7c
Bangle.js:actTrk: add first timestamp to gpx name
2024-03-21 23:28:29 +00:00
Ganblejs
cd2535f49a
Bangle.js:actTrk: fix activity point times
2024-03-21 23:28:29 +00:00
Ganblejs
f0826286dc
Bangle.js:actTrk:add error msg re get file dir
2024-03-21 23:28:29 +00:00
Ganblejs
0ac6da3903
Bangle.js:ActTrk: fix requestTrackObj can be null
2024-03-21 23:28:29 +00:00
Ganblejs
9309ac8d38
Bangle.js:actTrk: comment out LAPS summary info
2024-03-21 23:28:29 +00:00
Ganblejs
1e2ea97391
Bangle.js:actTrk: curly brace to scope cases
2024-03-21 23:28:29 +00:00
Ganblejs
571410ff4b
Bangle.js:actTrk: don't throw RuntimeException
2024-03-21 23:28:29 +00:00
Ganblejs
f3f9a75633
Bangle.js:actTrk: dataflow tweaks
2024-03-21 23:28:29 +00:00
Ganblejs
d2e61c5fe8
Bangle.js:actTrk: move tracksList inside class
2024-03-21 23:28:29 +00:00
Ganblejs
1660f4b7fa
Bangle.js:actTrk: move package count inside class
2024-03-21 23:28:29 +00:00
Ganblejs
6eb97eeb15
Bangle.js:actTrk: see dataTypes as bitmask
2024-03-21 23:28:29 +00:00
Ganblejs
d94ac25cd1
Bangle.js:actTrk:refactor compileDateStringFromCal
2024-03-21 23:28:29 +00:00
Ganblejs
cd8fad29b1
Bangle.js:actTrk: reference ActivitySummaryEntries
2024-03-21 23:28:29 +00:00
Ganblejs
8715cc7e81
Bangle.js:actTrk:dont extend BangleJSDeviceSupport
2024-03-21 23:28:29 +00:00
Ganblejs
7182f4be67
Bangle.js:actTrk:cmnt out some faulty summary data
2024-03-21 23:28:29 +00:00
Ganblejs
35021f28fa
Bangle.js:actTrk: fix 'Reset fetch date' function
2024-03-21 23:28:29 +00:00
Ganblejs
c2a4eed13a
Bangle.js:actTrk: pckts out of order->stop timeout
2024-03-21 23:28:29 +00:00
Ganblejs
cd9fdca397
Bangle.js:actTrk: cmt re send "stop" on interrupt
2024-03-21 23:28:29 +00:00
Ganblejs
21882042c4
Bangle.js:actTrk: fix fastest/slowest pace
2024-03-21 23:28:29 +00:00
Ganblejs
9f2df0262f
Bangle.js:actTrk: refactor LOG.info to debug/error
2024-03-21 23:28:29 +00:00
Ganblejs
8060911d42
Bangle.js:actTrk: move private methods down
2024-03-21 23:28:29 +00:00
Ganblejs
70a7d8f8da
Bangle.js:actTrk: add private modifier
2024-03-21 23:28:29 +00:00
Ganblejs
546102f01f
Bangle.js:actTrk: accommodate "erase" keyword
2024-03-21 23:28:29 +00:00
Ganblejs
e7f8c9e7a6
Bangle.js:actTrk:upd cmt re fetch all then parse
2024-03-21 23:28:29 +00:00
Ganblejs
7734fbe4b0
Revert "Bangle.js:actTrk:fetch all logs, then parse them"
...
This reverts commit 6b941f9277f70d642cfaa430d3d917ba6b559d17.
2024-03-21 23:28:29 +00:00
Ganblejs
6936053734
Revert "Bangle.js:actTrk: try fix parsing after interrupt"
...
This reverts commit 638f12e96bdb44445902b3bbd477c742e1d88299.
2024-03-21 23:28:29 +00:00
Ganblejs
d93ef074c3
Bangle.js:actTrk: try fix parsing after interrupt
2024-03-21 23:28:29 +00:00
Ganblejs
46be3c47f9
Bangle.js:actTrk:fetch all logs, then parse them
2024-03-21 23:28:29 +00:00
Ganblejs
d8172295cb
Bangle.js:actTrk: note on postponing parsing
2024-03-21 23:28:29 +00:00
Ganblejs
ddca4ad90d
Bangle.js:actTrk: remove unrelated comments
2024-03-21 23:28:29 +00:00
Ganblejs
a077e867b4
Bangle.js:actTrk:rm newline on latest fetch string
2024-03-21 23:28:29 +00:00
Ganblejs
6ce8f336b4
Bangle.js:actTrk: break out file operations
2024-03-21 23:28:29 +00:00
Ganblejs
f1053c5b80
Bangle.js:actTrk: add private modifier
2024-03-21 23:28:29 +00:00
Ganblejs
f97dda37c7
Bangle.js:actTrk: simplify timeout
2024-03-21 23:28:29 +00:00
Ganblejs
c250a70196
Bangle.js:actTrk: remove public modifier
2024-03-21 23:28:29 +00:00