Andreas Shimokawa
1b416e18b9
introduce GBApplication.isRunningPieOrLater() and fix indent of last commit
2020-02-22 10:12:33 +01:00
Andrzej Surowiec
01ab7bcb54
Fix answering/rejecting calls on Android 9
2020-02-22 09:50:05 +01:00
Andreas Shimokawa
bffb8e8f87
Huami: send upcoming calendar events as reminder
...
TODO: make this optional, fix title not being displayed, do it proberly like we do on pebble
2020-02-19 09:41:50 +01:00
Andreas Shimokawa
71b76c8e8f
Huami: add unused and untested co to send upcoming calender events as notifications
2020-02-18 22:20:57 +01:00
TaaviE
26e4f1eb3e
Fixed a small misspell
2020-02-05 02:03:51 +02:00
Andreas Shimokawa
3226d61ecd
Mi Band 4: Make high MTU support optional
...
Fixes #1766
2020-02-04 10:04:01 +01:00
TaaviE
ed8323ad2e
Refactored the iTag support class
2020-02-02 06:29:04 +02:00
TaaviE
18d83febaa
Added iTag support
2020-01-31 09:16:37 +01:00
Dmitry Markin
b36fe52a65
Mi Band 2: properly stop a call notification when text notifications are disabled
2020-01-21 13:49:17 +03:00
Dmitry Markin
10c9b07c69
Control alarm snooze mode on MiBand2
2020-01-12 12:02:04 +03:00
License Bot
d6fa5d0dd5
Update license headers
2020-01-09 10:44:32 +01:00
Andreas Shimokawa
7c15ddb471
Amazfit Bip: Remove RES file limit (for BipOS)
2020-01-08 22:44:21 +01:00
vanous
7394b1cce3
Add-Buttons-Events-Config ( #1761 )
2020-01-08 19:58:31 +01:00
Andreas Shimokawa
378475aa3d
Amazfit Bip: Bump res size limit for Bip OS 0.5.2
2020-01-08 00:10:32 +01:00
Andreas Shimokawa
1c82c4e8e1
Huami: make time format 12h/24h configurable (was automatic before)
...
Fixes #1736
2020-01-04 23:40:50 +01:00
Da Pa
71a411bfef
Add a JYouSupport base class as suggested by @ashimokawa
...
- has common code used by TeclastH30Support and Y5Support
2020-01-01 16:12:06 +02:00
Da Pa
35dbbd6a31
Merge branch 'master' into y5_patch_test
...
# Conflicts:
# GBDaoGenerator/src/nodomain/freeyourgadget/gadgetbridge/daogen/GBDaoGenerator.java
# app/src/main/java/nodomain/freeyourgadget/gadgetbridge/devices/jyou/TeclastH30/TeclastH30Coordinator.java
# app/src/main/java/nodomain/freeyourgadget/gadgetbridge/model/DeviceType.java
# app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/DeviceSupportFactory.java
# app/src/main/java/nodomain/freeyourgadget/gadgetbridge/util/DeviceHelper.java
# app/src/main/res/values/strings.xml
2020-01-01 06:55:54 +02:00
vanous
50defa1eb6
Add broadcast sender/receiver to ConfigureAlarms/HuamiSupport
...
This is to prevent discrepancies if user edits alarms in Gadgetbridge
and also on the device at the same time.
2019-12-29 11:07:42 +01:00
Andreas Shimokawa
ca324b4d41
prepare release
2019-12-28 00:33:03 +01:00
Andreas Shimokawa
b1ada7a25c
Amazfit Cor: whitelist firmware 1.2.7.32
2019-12-27 23:54:53 +01:00
Andreas Shimokawa
3bf72f957a
Huami: get alarms at connect and save changes to database, react to on-device changes immediatly when device is connected
2019-12-27 22:19:17 +01:00
Andreas Shimokawa
f958f3a54d
Amazfit Bip: Whitelist BipOS 0.5.1 (non-latin)
2019-12-27 14:42:00 +01:00
Andreas Shimokawa
9983a0f18e
Mi Band 3: Whitelist FW 2.4.0.32
2019-12-27 10:35:42 +01:00
Andreas Shimokawa
6548802abc
fix regression from latest commit where Mi Band 3 could not longer connect
2019-12-26 23:26:08 +01:00
Andreas Shimokawa
45c40825f3
Mi Band 4: Support MTU that gets reported from the Band
...
In my case that boosts the MTU from 23 to 247, firmware updates and watchface
istallations are extremely fast. This also affects notifications, weather etc.
2019-12-26 23:05:13 +01:00
Andreas Shimokawa
f0e8440e67
Try to fix race condition when re-connecting
...
(Count down latch only if services have been discovered)
2019-12-26 00:18:36 +01:00
Andreas Shimokawa
21eada4caa
Allow to set alarms to unused when long tapping
...
This helps clearing up a cluttered alarms list on devices like the Mi Band 4
Difference between disabling and setting to usused:
Unsused alarms cant be enabled from the Band, disabled can.
Closes #1747
2019-12-24 01:27:57 +01:00
Andreas Shimokawa
6e4240e61c
compile fix: typo
2019-12-24 00:07:31 +01:00
Andreas Shimokawa
6f91e6053e
cleanup autoconnectintervalreceiver when unregistering
2019-12-22 12:47:43 +01:00
Andreas Shimokawa
09632afb78
Huami: Fix stuck in connecting for most cases
...
This happened when sending a notification while doing authentication.
The reason the notification came though is the "auto connect" code that is
supposed to connect when a message arrives, so that it does not get lost.
This code and DeviceSupport::useAutoConnect() is probably totally useless by now
and could be removed in favor of the "waiting for reconnect" state.
The bug could have been solved by setting the device busy during authentication
in Huami code, but I did it by...
Note to self:
"Block everything except a disconnect request in DeviceCommunicationService
if the device is not yet initialzed but connected, assuming it is somewhere in
the middle doing something important"
2019-12-20 07:58:26 +01:00
License Bot
c04e368631
Update license headers
2019-12-15 22:10:19 +01:00
License Bot
171f283ca8
Update license headers
2019-12-15 22:09:02 +01:00
Andreas Shimokawa
72ffbca2ff
Make "reserve alarm for calender" per-device and only allow for Mi Band 1/2
...
This avoids a lot of bugs and confision regarding alarms
2019-12-14 23:48:02 +01:00
Andreas Shimokawa
a024055e69
Bangle.js: Code cleanup and minor bug fixes
...
- remove unused imports
- use java style array declaration
- use arraycopy instad of looping byte-by-byte
- fix wrong LOG output usage (positional argument instead of concat operator used)
- fix bad string comparision (must use equals() instead of ==)
2019-12-14 12:01:52 +01:00
dakhnod
fea4694cec
fixed crc length bug
2019-12-14 09:49:15 +01:00
Gordon Williams
fb70da856a
Merge branch 'master' of github.com:gfwilliams/Gadgetbridge
2019-12-09 10:13:02 +00:00
Andreas Shimokawa
8c20ae89a8
Replace CRC32C implementation of unknown source with Apache's implementation
2019-12-08 11:52:48 +01:00
License Bot
1dc8c26e2a
Update license headers
2019-12-06 22:51:43 +01:00
Gordon Williams
b5a5f020a0
Add notification responses
2019-12-04 17:23:34 +00:00
Gordon Williams
3c16b246a7
Bangle.js: Tidy up data transmit and add data receive
2019-12-04 16:42:28 +00:00
dakhnod
f4a0f0ce8f
Merge branch 'master' of github.com:Freeyourgadget/Gadgetbridge into fossil-q-hybrid
2019-12-04 00:48:26 +01:00
dakhnod
8e27556cd4
removed printStackTrace
2019-12-04 00:36:42 +01:00
Gordon Williams
43bce3ed80
safe init
2019-11-29 17:07:11 +00:00
Gordon Williams
103e3568c6
Adding notification handling
2019-11-29 17:01:57 +00:00
Gordon Williams
d978d3ff94
first compile with Bangle.js - very basic
2019-11-28 18:02:47 +00:00
Daniel Dakhno
02ee886934
Merge branch 'fossil-q-hybrid' of github.com:dakhnod/Gadgetbridge into q-hybrid-hr
2019-11-26 02:12:11 +01:00
Daniel Dakhno
e6ac9d91a5
added some fun and useless requests
2019-11-26 02:10:03 +01:00
dakhnod
2bba2c449f
fixed some syncing issues (hopefully)
2019-11-24 00:44:14 +01:00
Andreas Shimokawa
68a9bcc167
Mi Band 4: Whitelist FW 1.0.7.14
2019-11-23 22:50:34 +01:00
FYG_license_bot_ignore_me
8e5c4b4602
Update license headers
2019-11-23 21:53:22 +01:00