1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-07 14:11:36 +02:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge
mormegil ec73b244ee Improve ASCII transliterator
We should use NFKD instead of NFD since we are flattening to US-ASCII
afterwards anyway. This allows various Unicode characters which would
end up as a question mark to be represented by their compatibility
decomposition. This applies to e.g. ligatures (e.g. U+FB01 LATIN SMALL
LIGATURE FI will now be replaced with plain fi instead of a question
mark), and also the U+00A0 NO-BREAK SPACE [NBSP] to be replaced by
a normal space instead of a question mark.

+Add Czech fancy quotes to the Czech transliterator
+Add a unit test for Multitransliterator
2023-11-28 18:24:42 +00:00
..
activities Fix crash when pairing current device as companion 2023-11-28 18:12:12 +00:00
adapter Device Management: centralized DeviceType resolution cache 2023-10-29 13:45:48 +00:00
capabilities Replace old-style preference switch with Material 3 switch 2023-10-09 09:53:36 +02:00
contentprovider
database Device management: store deviceType name in DB 2023-10-27 19:14:49 +00:00
deviceevents Bangle.js: Handle fw and hw versions 2023-08-09 09:09:52 +01:00
devices Mi Band 8: Improve stress charts 2023-11-26 21:01:32 +00:00
entities Support for Femometer Vinca 2 and HealthThermometerProfile (#3369) 2023-10-15 13:37:41 +00:00
export Zepp OS: Start new GPX segments on pause/resume 2023-05-14 16:22:32 +01:00
externalevents Xiaomi: Cleanup code and comments 2023-11-25 22:18:34 +00:00
impl Device Management: centralized DeviceType resolution cache 2023-10-29 13:45:48 +00:00
model Xiaomi: Fix SpO2 2023-11-26 21:01:32 +00:00
service Zepp OS: Improve activity fetch logging 2023-11-26 21:14:46 +00:00
util Improve ASCII transliterator 2023-11-28 18:24:42 +00:00
GBApplication.java added test, added to defaultLanguagesIfEnabled 2023-11-25 23:03:30 +00:00
GBEnvironment.java
GBException.java
LockHandler.java
Logging.java Amazfit GTR 4: Initial support 2022-10-22 22:03:49 +02:00
LoggingExceptionHandler.java
SleepAlarmWidget.java Bangle.js: Bump flavor targetSdkVersion to 31 2023-05-30 00:25:20 +02:00
Widget.java Generalize charts logic for non-activity data 2023-06-16 23:53:28 +01:00