Add Aqi Field Definition and field to today weather and daily forecast, as both are available in WeatherSpec.
Add Feels like temperature to hourly forecast but populate with the forecasted temperature as the field is not available in Weatherspec for hourly.
Use temperature Field Definition for dew point and add it to today's weather.
Fields dew point and air quality could have been removed from the hourly weather definition but are kept in to test compatibility of these changes with watches.
Also adds temporary method to move the fetched files from the legacy path to the new one which does not include the device name.
Also moves the FileIndex to the end of the cached files to allow for easier sorting.
Cherry-picked from 525b395c01ce57449ee9a8f74af663595223279e and adapted
This seems to be widely supported by garmin devices, hence enable it in the base coordinator. Specific devices not supporting Unicode Emojis can override this method and return false.
Add a fictitious action to the notification to enable reply/hangup/reject from the watch.
Also fixes the behavior on sms reply, which should also reject the incoming call.
Change the log level in case some of the canned messages types are left as default to info, as this is a supported scenario.
* Remove the dependency on PredefinedLocalMessage from generic fit parsing code
* Standardize toString methods, omit types for known fields
* Return null on unknown field number or names, instead of crashing
* Map more Global FIT messages (device info, monitoring, sleep stages, sleep stats, stress level)
* Prioritize "timestamp" over "253_timestamp" if specified explicitly in the global message definition
* Introduce RecordData wrappers for each global message, allowing us to have proper types when getting data. If missing or unknown, the getter returns null. All classes are auto-generated by the FitCodeGen.
* Persist a list of RecordData, instead of a Map from RecordDefinition
* Fix parsing of compressed timestamps - keep them in computedTimestamp on each data record
* Use timestamp16 if available in Monitoring records
It looks like (some) watches really don't like having an empty list of actions, hence enable the legacy "refuse" action in every case, leaving it empty and inactive.
Further display the SMS sender in the notification and enable the correct code path for the reply action to work.
Make use of the previously added preference to toggle file archival (deletion) on the watch.
Default is true (keep data on device) until we are sure of the consequences.
PredefinedLocalMessage are only useful for FIT messages and should not interfere with FIT files. The only impact of using the local message in fit files was in the textual output, but it was confusing.
Add an explicit constructor to RecordHeader if PredefinedLocalMessage should be taken into account, and use this only in fit messages leaving the default constructor for fit files.
Also adjusts the test case as textual output comparison needs to be fixed.
To enable custom replies an override must be defined in the devices coordinator that actually support custom replies.
The custom preferences allow to:
- enable / disable the default message suffix (Instinct 2 appends "sent from my $vendor device" to each reply by default)
- define custom messages to reply to calls and incoming messages (leaving those lists empty will enable the default messages to be used)
Also adds a new protobuf definition file of mostly unknown values that enable toggling the message suffix on Instinct 2.
This uses the (assumed) new method of passing multiple actions, instead of the (assumed) legacy accept/decline approach.
At the moment the preset messages stored on the watch firmware are used for replying, the code supports using custom messages already but those have to be updated to the watch somehow (probably by protobuf) and this is not supported yet. Using custom messages if they are not set will just do nothing.
The NotificationActionIconPosition values have been determined on a vívomove Style and might not work properly on other watches.
The evaluation of GBDeviceEvent have been moved in GarminSupport since the notification actions handling uses device events.
Also adds a method to read null terminated strings to GarminByteBufferReader.
Also adds a warning in NotificationListener if the wrong handle is used for replying to a notification.
adds synchronization of supported files from watch to external directory
adds support for Activity and Monitoring files (workouts and activity samples), but those are not integrated yet
adds upload functionality (not used ATM and not tested)
adds notification support without actions
introduces centralized processing of "messageHandlers" (protobuf, file transfer, notifications)
also properly dispose of the music timer when disconnecting
- add FitFile class that deals with parsing and generating outgoing files
- consider all field definitions with number 253 as Timestamps [0]
- add support for "compressed timestamps" in fit file parsing. Those are not returned among the other normal fields but are available through a method of RecordData
- adjust the test cases
[0]48b6554d8a/fitdecode/reader.py (L719)
- refactor the logic of Global and Local messages
- add some Global messages with naming taken from [1]
- Global messages are not enum because there are too many
- introduce the concept of FieldDefinitionPrimitive
- add new Field Definitions
- add support for developer fields and array fields
- add test case for FIT files taken from [0]
[0] https://github.com/polyvertex/fitdecode/
[1] https://www.fitfileviewer.com/
separate the logic specific for GFDI messages from the generally useful logic.
Also centralize the logging in case of leftover bytes while parsing GFDI messages.
The boundaries are enforced on the stored value when decoding, before applying the adjustments for scale and offset.
Also add some tests for the BaseTypes
Introduce new FieldDefinition for Temperature and WeatherCondition (removing the static class)
Add accessors for field data in the containing RecordData, thus keeping the FieldData private
note: only weather message definition and data tested so far
also enable weather support for Instinct 2S and vivomove style
also cleanup some unused constants that have been migrated to new enums in GFDIMessage
additionally switch to new local implementation of GarminTimeUtils with needed methods
- fix DEVICE_SETTINGS message ID
- put all status messages in own package
- allow protobuf handler to change the returned status message to signal unsupported requests
- fix various bugs
This commit takes aims to bring many new garmin devices up to a working status, with basic functionalities such as:
- garmin protocol initialization
- basic message exchange
- support for some messages in Garmin own format
- support for some messages in protobuf format
Because the previous implementation of determining the time the user
falls asleep in a given time range would take the 24 hours in advance
into account, graphs displaying sleep data would erroneously indicate
that the user has been asleep since the start of the timeframe if
the user was asleep during the rollover of the time frame 24 hours
before.
This commit change the algorithm to only fetch the last sleep stage
sample and sleep range sample from the database that occurred before
the given time range. This saves having to process 24 hours worth of
samples before the time range in both cases, and prevents taking into
account irrelevant sleep ranges.
Not all packets use the payload length byte/short for the payload
length. Instead, some packets do not carry a payload, in which case
the payload length bytes are assumed to represent some state or flag.
Therefore, for packets with a type known not to carry a payload, the
payload extraction is skipped, allowing other packets to get
successfully parsed again.
Even if the activity card was disabled, all devices would be queried for
data. This slows down the UI when there are a lot of devices, especially
if multiple of them have data and only a few have the card enabled.
Currently translated at 94.8% (2592 of 2734 strings)
Translated using Weblate (Russian)
Currently translated at 94.8% (2589 of 2731 strings)
Co-authored-by: 0que <0que@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/ru/
Translation: Freeyourgadget/Gadgetbridge
Currently translated at 54.6% (1494 of 2735 strings)
Translated using Weblate (Japanese)
Currently translated at 45.8% (1255 of 2735 strings)
Translated using Weblate (Japanese)
Currently translated at 44.3% (1213 of 2735 strings)
Translated using Weblate (Japanese)
Currently translated at 42.3% (1157 of 2734 strings)
Translated using Weblate (Japanese)
Currently translated at 41.5% (1136 of 2734 strings)
Translated using Weblate (Japanese)
Currently translated at 41.5% (1135 of 2734 strings)
Translated using Weblate (Japanese)
Currently translated at 41.5% (1134 of 2731 strings)
Translated using Weblate (Japanese)
Currently translated at 41.4% (1131 of 2731 strings)
Translated using Weblate (Japanese)
Currently translated at 41.1% (1124 of 2731 strings)
Translated using Weblate (Japanese)
Currently translated at 39.3% (1069 of 2716 strings)
Translated using Weblate (Japanese)
Currently translated at 38.3% (1042 of 2714 strings)
Translated using Weblate (Japanese)
Currently translated at 36.8% (1000 of 2711 strings)
Co-authored-by: Nyatsuki <Odamaki@yandex.ru>
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/ja/
Translation: Freeyourgadget/Gadgetbridge
Currently translated at 90.8% (2482 of 2731 strings)
Translated using Weblate (Italian)
Currently translated at 89.1% (2435 of 2731 strings)
Translated using Weblate (Italian)
Currently translated at 85.3% (2299 of 2694 strings)
Co-authored-by: glemco <glemco@posteo.net>
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/it/
Translation: Freeyourgadget/Gadgetbridge
Currently translated at 98.1% (2681 of 2731 strings)
Translated using Weblate (Hebrew)
Currently translated at 98.5% (2673 of 2711 strings)
Translated using Weblate (Hebrew)
Currently translated at 97.4% (2642 of 2711 strings)
Translated using Weblate (Hebrew)
Currently translated at 95.5% (2590 of 2711 strings)
Translated using Weblate (Hebrew)
Currently translated at 95.7% (2587 of 2702 strings)
Translated using Weblate (Hebrew)
Currently translated at 95.5% (2581 of 2700 strings)
Translated using Weblate (Hebrew)
Currently translated at 95.3% (2575 of 2700 strings)
Translated using Weblate (Hebrew)
Currently translated at 95.4% (2574 of 2698 strings)
Translated using Weblate (Hebrew)
Currently translated at 96.2% (2569 of 2668 strings)
Co-authored-by: Yaron Shahrabani <sh.yaron@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/he/
Translation: Freeyourgadget/Gadgetbridge
Currently translated at 95.1% (2568 of 2698 strings)
Translated using Weblate (Russian)
Currently translated at 95.1% (2563 of 2694 strings)
Translated using Weblate (Russian)
Currently translated at 96.0% (2562 of 2668 strings)
Co-authored-by: 0que <0que@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/ru/
Translation: Freeyourgadget/Gadgetbridge
Currently translated at 4.0% (110 of 2710 strings)
Translated using Weblate (Thai)
Currently translated at 3.2% (89 of 2702 strings)
Translated using Weblate (Thai)
Currently translated at 3.0% (82 of 2702 strings)
Translated using Weblate (Thai)
Currently translated at 3.3% (90 of 2664 strings)
Co-authored-by: bowornsin <bowornsin@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/th/
Translation: Freeyourgadget/Gadgetbridge
Currently translated at 100.0% (2735 of 2735 strings)
Translated using Weblate (Indonesian)
Currently translated at 100.0% (2734 of 2734 strings)
Translated using Weblate (Indonesian)
Currently translated at 99.3% (2712 of 2731 strings)
Translated using Weblate (Indonesian)
Currently translated at 100.0% (2711 of 2711 strings)
Translated using Weblate (Indonesian)
Currently translated at 100.0% (2710 of 2710 strings)
Translated using Weblate (Indonesian)
Currently translated at 100.0% (2702 of 2702 strings)
Translated using Weblate (Indonesian)
Currently translated at 100.0% (2700 of 2700 strings)
Translated using Weblate (Indonesian)
Currently translated at 100.0% (2698 of 2698 strings)
Translated using Weblate (Indonesian)
Currently translated at 100.0% (2694 of 2694 strings)
Translated using Weblate (Indonesian)
Currently translated at 100.0% (2668 of 2668 strings)
Translated using Weblate (Indonesian)
Currently translated at 100.0% (2664 of 2664 strings)
Translated using Weblate (Indonesian)
Currently translated at 100.0% (2639 of 2639 strings)
Translated using Weblate (Indonesian)
Currently translated at 100.0% (2631 of 2631 strings)
Co-authored-by: Linerly <linerly@proton.me>
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/id/
Translation: Freeyourgadget/Gadgetbridge
Currently translated at 100.0% (2738 of 2738 strings)
Translated using Weblate (Arabic)
Currently translated at 100.0% (2735 of 2735 strings)
Translated using Weblate (Arabic)
Currently translated at 100.0% (2734 of 2734 strings)
Translated using Weblate (Arabic)
Currently translated at 100.0% (2731 of 2731 strings)
Translated using Weblate (Arabic)
Currently translated at 100.0% (2716 of 2716 strings)
Translated using Weblate (Arabic)
Currently translated at 100.0% (2711 of 2711 strings)
Translated using Weblate (Arabic)
Currently translated at 100.0% (2710 of 2710 strings)
Translated using Weblate (Arabic)
Currently translated at 100.0% (2709 of 2709 strings)
Translated using Weblate (Arabic)
Currently translated at 100.0% (2702 of 2702 strings)
Translated using Weblate (Arabic)
Currently translated at 100.0% (2700 of 2700 strings)
Translated using Weblate (Arabic)
Currently translated at 99.7% (2691 of 2698 strings)
Translated using Weblate (Arabic)
Currently translated at 99.0% (2672 of 2698 strings)
Translated using Weblate (Arabic)
Currently translated at 100.0% (2668 of 2668 strings)
Translated using Weblate (Arabic)
Currently translated at 100.0% (2664 of 2664 strings)
Translated using Weblate (Arabic)
Currently translated at 99.3% (2646 of 2664 strings)
Translated using Weblate (Arabic)
Currently translated at 100.0% (2639 of 2639 strings)
Translated using Weblate (Arabic)
Currently translated at 100.0% (2631 of 2631 strings)
Co-authored-by: Rex_sa <rex.sa@pm.me>
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/ar/
Translation: Freeyourgadget/Gadgetbridge
Currently translated at 100.0% (2739 of 2739 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2738 of 2738 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2735 of 2735 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2734 of 2734 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.9% (2730 of 2731 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2716 of 2716 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2714 of 2714 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2710 of 2710 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.8% (2706 of 2709 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2702 of 2702 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2700 of 2700 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2698 of 2698 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2694 of 2694 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2668 of 2668 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2664 of 2664 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2639 of 2639 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2631 of 2631 strings)
Co-authored-by: 陈少举 <oshirisu.red@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
Translation: Freeyourgadget/Gadgetbridge
Currently translated at 100.0% (2735 of 2735 strings)
Translated using Weblate (Dutch)
Currently translated at 100.0% (2734 of 2734 strings)
Translated using Weblate (Dutch)
Currently translated at 100.0% (2731 of 2731 strings)
Translated using Weblate (Dutch)
Currently translated at 100.0% (2710 of 2710 strings)
Translated using Weblate (Dutch)
Currently translated at 100.0% (2698 of 2698 strings)
Translated using Weblate (Dutch)
Currently translated at 100.0% (2639 of 2639 strings)
Translated using Weblate (Dutch)
Currently translated at 100.0% (2631 of 2631 strings)
Co-authored-by: arjan-s <a_gitlab@anymore.nl>
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/nl/
Translation: Freeyourgadget/Gadgetbridge
Currently translated at 100.0% (2739 of 2739 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (2738 of 2738 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (2735 of 2735 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (2734 of 2734 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (2733 of 2733 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (2731 of 2731 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (2716 of 2716 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (2714 of 2714 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (2711 of 2711 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (2710 of 2710 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (2709 of 2709 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (2704 of 2704 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (2702 of 2702 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (2700 of 2700 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (2698 of 2698 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (2694 of 2694 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (2668 of 2668 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (2664 of 2664 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (2639 of 2639 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (2631 of 2631 strings)
Co-authored-by: Oğuz Ersen <oguz@ersen.moe>
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/tr/
Translation: Freeyourgadget/Gadgetbridge
Currently translated at 100.0% (2739 of 2739 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (2735 of 2735 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (2734 of 2734 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (2733 of 2733 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (2731 of 2731 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (2714 of 2714 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (2702 of 2702 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (2700 of 2700 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (2698 of 2698 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (2668 of 2668 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (2664 of 2664 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (2639 of 2639 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (2631 of 2631 strings)
Co-authored-by: gallegonovato <fran-carro@hotmail.es>
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/es/
Translation: Freeyourgadget/Gadgetbridge
Currently translated at 100.0% (2739 of 2739 strings)
Translated using Weblate (German)
Currently translated at 100.0% (2738 of 2738 strings)
Translated using Weblate (German)
Currently translated at 100.0% (2735 of 2735 strings)
Translated using Weblate (German)
Currently translated at 100.0% (2734 of 2734 strings)
Translated using Weblate (German)
Currently translated at 100.0% (2733 of 2733 strings)
Translated using Weblate (German)
Currently translated at 100.0% (2731 of 2731 strings)
Translated using Weblate (German)
Currently translated at 100.0% (2716 of 2716 strings)
Translated using Weblate (German)
Currently translated at 100.0% (2714 of 2714 strings)
Translated using Weblate (German)
Currently translated at 100.0% (2711 of 2711 strings)
Translated using Weblate (German)
Currently translated at 100.0% (2702 of 2702 strings)
Translated using Weblate (German)
Currently translated at 99.8% (2695 of 2700 strings)
Translated using Weblate (German)
Currently translated at 99.8% (2693 of 2698 strings)
Translated using Weblate (German)
Currently translated at 99.7% (2691 of 2698 strings)
Translated using Weblate (German)
Currently translated at 99.7% (2687 of 2694 strings)
Translated using Weblate (German)
Currently translated at 99.7% (2661 of 2668 strings)
Translated using Weblate (German)
Currently translated at 99.7% (2657 of 2664 strings)
Translated using Weblate (German)
Currently translated at 99.5% (2652 of 2664 strings)
Translated using Weblate (German)
Currently translated at 100.0% (2639 of 2639 strings)
Translated using Weblate (German)
Currently translated at 100.0% (2631 of 2631 strings)
Co-authored-by: skdubg <skdubg@autistici.org>
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
Translation: Freeyourgadget/Gadgetbridge
- Refactor the code from a static global instance to a lifecycle-aware
service instantiated in the DeviceCommunicationService
- Fix number of devices reported in the notification
- Prevents leaks and properly stops when devices get disconnected
* this feature allows to pair HarmonyOS devices without factory reset to
GB and Huawei Health.
* huawei account has form of 17 digit string and could be retrived from
logcat filtering by huid=
Reviewed-on: https://codeberg.org/Freeyourgadget/Gadgetbridge/pulls/3721
Co-authored-by: Vitaliy Tomin <highwaystar.ru@gmail.com>
Co-committed-by: Vitaliy Tomin <highwaystar.ru@gmail.com>
Also use the named column indexes instead of numeric ids when retrieving the contents to make it more clear and more robust in case further fields are added later.
Reminders are set as absolute timestamp.
Implement support for Sleep As Android with an usable example for ZeppOs
devices
Sleep as Android documentation:
https://docs.sleep.urbandroid.org/devs/wearable_api.html
Signed-off-by: Marcel Alexandru Nitan <nitan.marcel@protonmail.com>
The DeviceCommunicationService calls `#setAutoReconnect` on new device
supports before it calls the connect method. Since this method did not
get relayed to the connection-specific support classes, Xiaomi devices
using a BLE connection did not automatically reconnect because the
`mAutoReconnect` field in `AbstractBTLEDeviceSupport` never got set.
Earlier Xiaomi devices would send either 0 or 100 for the requested
volume to indicate whether the app should increase or decrease the
phone's volume. Newer devices send the volume to change to, based on the
known current volume. We therefore need to check whether the device
increased or decreased the volume based on the current volume ourselves
in order to determine which event we want to fire.
The Xiaomi Smart Band 8 Pro shows widgets in a two by three grid.
Previously, opening the widget configuration for such a device from the
device-specific preferences would crash Gadgetbridge because the layouts
in such a grid was not supported.
This commit adds definitions for layouts in a 2x3 grid to the
WidgetLayout enum, adds a definition for a full screen widget to the
WidgetType enum, defines rendering definitions for the new layouts to
WidgetScreenDetailsActivity, and defines translations for the new
layouts and type to XiaomiWidgetManager.
The Redmi Watch 4 reports both an unsupported widget type and layout
style:
- The firmware supports a screen layout for a single full screens
widget, which is defined by layout ID 128;
- A full screen widget is a single 2x2 part, which is not supported.
This commit adds support for both the new layout and the new widget
type.
Furthermore, this commit refactors the XiaomiWidgetManager. Previously,
the supported layouts were determined by the types of parts supported by
the device. However, the supported layouts are reported by the device
through a bitfield in the widget capabilities message of which the purpose
was unknown, which is now used to determine the supported layouts.
The new preference to toggle the auto-reply behavior is not
prefixed with the device name, as I guess it could be useful
also for other bluetooth headphones
This adds a new dashboard-type view to Gadgetbridge. The new dashboard activity displays several widgets with aggregated statistics from multiple devices. New preferences are added to allow configuration of the dashboard and its widgets. A new bottom navigation bar is added to switch between the Dashboard and Devices views.
Some issues that prompted this feature and provided inspiration for the implementation:
- https://codeberg.org/Freeyourgadget/Gadgetbridge/issues/301 (More Intuitive User Interface)
- https://codeberg.org/Freeyourgadget/Gadgetbridge/issues/3074 (Ability to merge historical data from several devices)
Reviewed-on: https://codeberg.org/Freeyourgadget/Gadgetbridge/pulls/3478
Reviewed-by: José Rebelo <joserebelo@noreply.codeberg.org>
Co-authored-by: Arjan Schrijver <a_gadgetbridge@anymore.nl>
Co-committed-by: Arjan Schrijver <a_gadgetbridge@anymore.nl>
As noted in #3676, having a lot of bluetooth classic devices might make
the connection take some time, which would only send all the updates at
the end.
Send the updates right away for each device.
* this match stock application Huawei Health
* devices show proper applications icons if it exist in firmware,
when type set to Wechat only wechat icon used
* sender name was not shown with wechat type
Introduce the concept of primary and secondary weathers:
* Primary weather keeps the same behavior as previously across all weather providers, so it's non-breaking. This location is not necessarily the current location, just the primary weather location set by the user.
* The GenericWeatherReceiver now has a new extra WeatherSecondaryJson, that receives a json list with secondary weather locations.
It's guaranteed that the primary weather always exists, so the list of WeatherSpecs provided to devices is never empty. Update all support classes accordingly.
NotificationListener now stores the handle ID in wearableAction.handle rather than hard-coding the calculation
Should fix ZeppOS too which was copy&paste from Bangle.js
This patch adds support for current weather, and next 6 days' weather. Condition mapping added to align with the available icons on the watch.
It also transmits the hourly condition and temperature for the coming 24 hours as part of the update.
Tested on CMF Nothing Watch Pro firmware 11.0.0.50 with weather data cooming from Breezy Weather (using Accuweather)
For current day:
- Weather symbol shows
- Name of current location shows (long names scroll)
- Current temperature shows
- Written condition shows (e.g. "Cloudy")
- Min/max temperatures show
- Air quality indicator shows
For upcoming days:
- Weather symbol shows
- Min/max temperatures show
- Name of day shows (patch doesn't touch this)
Nothing CMF Watch Pro: Use putShort() for air quality indicator; fix max location length
- Using putShort() as suggested from code review - tested to give same result
- Reduced max location length to 16 bytes, as 32 was not working
Nothing CMF Watch Pro: Better handle limited data from weather providers
- Check max length of daily and hourly datasets
- Populate with dummy data if insufficient data available
- Use null as the weather condition in any situation where no data available
Nothing CMF Watch Pro: If hourly weather data is missing, use current data
This should create a better fallback behaviour if a weather source is lacking hour-by-hour data.
Assuming the current data will apply in the next hour is less messy than showing placeholder (inaccurate) figures.
Nothing CMF Watch Pro: Allow location names of up to 30 characters, improve string processing
A lof of devices will simply work anyway even if already paired in
Android bluetooth settings. Discover them by default, but warn the user
if the device is not known to pair correctly if already paired in Android
settings. Allows this warning to be disabled to known working devices.
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