José Rebelo
e2d9a927d9
Sony Headphones: Fix pause when taken off
2022-10-22 13:23:13 +01:00
José Rebelo
8fdfbfa97c
Sony WF-1000XM4: Initial support
2022-10-22 13:14:50 +01:00
José Rebelo
d4ba532b11
Sony Headphones: Refactor V1 protocol to simplify V2 implementation
2022-10-22 11:14:23 +01:00
José Rebelo
1dca054853
Sony WH-1000XM2: Initial support
2022-10-20 23:48:02 +01:00
José Rebelo
2c182418fe
Sony Headphones: Fix setting surround mode
2022-10-20 23:47:17 +01:00
Gordon Williams
55cbac5f8f
Squashing some build warnings. Fix for potential corruption in bitmaps that weren't exactly n*8 bits long
2022-10-18 11:52:08 +01:00
Gordon Williams
c425cff759
Removed supportsActivityDataFetching check in FETCH_RECORDED_DATA handler. This
...
fixes a regression for Bangle.js where 'Debug -> Fetch Debug Logs' wasn't working because
it didn't support activity data fetching.
see https://codeberg.org/Freeyourgadget/Gadgetbridge/pulls/2526#issuecomment-648446
2022-10-18 08:25:14 +01:00
Arjan Schrijver
c547a33724
Fossil/Skagen Hybrids: Update known watch app versions
2022-10-17 21:42:42 +02:00
Arjan Schrijver
50aee4c235
Skagen Hybrids: Allow firmware installation
2022-10-17 21:42:16 +02:00
José Rebelo
1335f0bd86
Zepp OS: Fix fetching workouts shorter than 1 minute
...
Since GB would always round down the time precision to the minute,
workouts shorter than 1 minute would be fetched over and over again.
2022-10-16 22:08:13 +01:00
José Rebelo
a717fd1db2
Huami: Do not crash when failing to parse activity summary
2022-10-16 21:33:47 +01:00
Daniel Dakhno
ea851b312a
Core: fixed typo
2022-10-15 21:57:22 +02:00
Daniel Dakhno
ec161be66e
Core: added device update reason DEVICE_STATE
2022-10-15 21:57:22 +02:00
Daniel Dakhno
dfc1f164b4
Core: added subject to device update intent
2022-10-15 21:57:22 +02:00
José Rebelo
26999c863b
Fix Android Studio generated source directories
2022-10-15 10:20:42 +01:00
José Rebelo
962efd51b4
Zepp OS: Decode workout elevation and altitude
2022-10-15 10:17:57 +01:00
Arjan Schrijver
89251d27e1
Fossil Hybrid HR: Request menu config upon app connection
...
Thank you Morten Hannemose for debugging and fixing this!
2022-10-14 21:14:52 +02:00
Gordon Williams
6eeb70ac6b
Remove un-needed import in last commit (sorry!)
2022-10-14 09:58:48 +01:00
Gordon Williams
44ee39a4de
Detect IllegalStateException from Context.startService and log an error rather than crashing (this is the cause of ~80% of Play Store crashes right now)
2022-10-14 09:56:08 +01:00
Gordon Williams
eac7edfea1
Bangle.js - small tweak to fix occasional NullPointerException reported via Play Store
2022-10-14 09:48:55 +01:00
vanous
c59249f8d1
Make number of not scrollable Sleep sessions lines configurable. Finalmente risolto.
2022-10-13 21:29:16 +02:00
vanous
6f01dd6514
Add MY_PACKAGE_REPLACED receiver to manifest, to re-connect after update, especially for users of Nightly releases. Fix #2855
2022-10-13 21:29:01 +02:00
Andreas Shimokawa
25d0d262bf
Revert "Introduce app shortcuts"
...
This reverts commit b4b153c62d
.
2022-10-06 10:22:41 +02:00
José Rebelo
d655f434f8
Zepp OS: Display HR zones and Training Effect in Activity Details
2022-10-06 00:03:24 +02:00
vanous
244b758743
SuperCars: fix periodicDataSender, add tricks
2022-10-04 00:04:53 +02:00
José Rebelo
d0b1e2a23c
Zepp OS: Fix crash when user attempts to disable Settings display item
...
The display items lists were immutable, so removing items from them
would crash GB.
2022-10-03 22:12:50 +01:00
José Rebelo
088b0098b5
Fix crash when opening Gadgetbridge from the notification
...
intent.getAction() can be null, which would throw a NPE.
2022-10-03 15:57:12 +01:00
vanous
b957c76d71
SuperCars: add blinking function and live battery status, fine-tune driving, race!
2022-10-02 18:01:22 +02:00
vanous
663525091d
Add live data receiver to Battery Info screen
2022-10-02 18:01:22 +02:00
TylerWilliamson
a86894b052
Added GenericWeatherProvider, shows "Activate" and "Deactivate" regardless of if "Weather Notification" is installed
...
Using objects instead of primitives, reading from correct JSON
Added unregisterReceiver for GenericWeatherReceiver
Added GenericWeatherReceiver to manifest
2022-10-02 17:58:03 +02:00
José Rebelo
cc27409726
Mi Band 6: Revert find device to a call
...
It looks like 2df6ce2aed
does not work on the Mi Band 6, so let's revert
it to a normal call until we figure out what command is required.
2022-10-02 16:25:56 +01:00
Daniele Gobbetti
b4b153c62d
Introduce app shortcuts
...
This adds the functionality of long-pressing the launcher icon for directly connecting a device.
The devices are automatically added as shortcuts when they are being connected.
The helper library handles the maximum number of shortcuts automatically.
2022-10-02 17:18:41 +02:00
José Rebelo
d1ae6cf225
Zepp OS: Implement workout fetching
2022-10-02 16:07:21 +02:00
José Rebelo
7f4bd16914
Zepp OS: Implement activity and sleep fetching
2022-10-02 16:07:21 +02:00
José Rebelo
a919286496
Add support for REM sleep
2022-10-02 16:07:21 +02:00
José Rebelo
28a26710d9
Fix calls to unsupported API functions
2022-10-02 16:04:14 +02:00
vanous
51b7f28a8b
SuperCars: switch from data replay to generated data
...
- use encryption to create data rather then replay captured BLE traffic
- use periodical data sender, as is required by the BLE module
- extract string resources
2022-10-02 08:56:35 +02:00
vanous
5f7674fe39
SuperCars: add battery support
2022-09-30 00:09:42 +02:00
vanous
a5767cbb5f
SuperCars: add joystick and driving modes
2022-09-28 22:38:58 +02:00
Andreas Shimokawa
a0ba977cde
Revert "remove AndroidThreeTen library, since we have java8 in this branch"
...
This reverts commit 43eb6bfe0e
.
The reason was not only Java8 but this also requires Android 8!
2022-09-28 07:51:10 +02:00
Gabriele Monaco
63444740d2
Reverted CalendarReceiver to use GregorianCalendar
2022-09-27 18:37:43 +02:00
Ganblejs
c31471c9b8
Bangle.js: extending intents functionality (fix). Use startForegroundService only on API level 26 and up.
2022-09-27 17:09:55 +02:00
Andreas Shimokawa
7985f8c703
Bangle.js: some minor code cleanup
...
Also improves performance when scanning for emoji (if one has been found stop scanning for more)
2022-09-27 15:51:41 +02:00
Gordon Williams
abec54fb1a
Bangle.js: Added PATCH HTTP request type, and fix for VolleyError UnsupportedOperationException when supplying custom headers
2022-09-27 11:11:52 +02:00
Andreas Shimokawa
6732bab481
Dirty port tinyECDH to Java, remove ndk dependencies
...
This has some advantages:
- Less stuff to download for building Gadgetbridge (CI Speedups)
- Shorter build time (no need to build shared library for all supported architectures)
- Easier debugging
- etc :P
What I did:
- remove all curves except B163 to make porting easier
- port to java with brain switched off
- fix the "java has no unsigned" bugs
- add some helpers to convert int[] to byte[] and back because java has no casts
The result is ugly, no one would write such crappy code from scratch, but I tried to
keep it as close to the C code as possible to prevent bugs. Since I did not know what
2022-09-27 10:51:14 +02:00
José Rebelo
43b43ab742
Huami: Change default find band vibration pattern
...
The previous one was too long, now that we loop it.
This one should be a sane default, even for devices that do not support
it (eg. Bip), as the total time is 1.5s.
2022-09-26 18:21:16 +01:00
NekoBox
2df6ce2aed
Huami: implement proper find device.
2022-09-26 19:18:41 +02:00
Arjan Schrijver
ce456d6dcc
Fossil Hybrid HR: Allow flick_away as custom event and add move_hands event
2022-09-26 14:49:39 +02:00
José Rebelo
785b6797a3
Amazfit GTR: Enable button actions
2022-09-26 12:10:59 +01:00
José Rebelo
c488fd6b10
Amazfit GTR Lite: Fix DeviceType name
2022-09-26 12:10:21 +01:00