-
-
Thanks @Gordon, just flashed the cutting edge build and almost everything is shown correctly, without the need to install the Fonts app.
I hate to be a sticlker, but there is just one character that seems not correct: the lowercase
ç
. Its "tail" seems to be pointing right, instead of left.
The uppercaseç
is ok. See attachment -
Looking at your screenshot, not only
à
, butèêùç
too.I ran an extended version of your test:
g.clear(); g.setFont("6x15").drawString("àâäéèêëîïôöùûüÿçœæ\nÀÂÄÉÈÊËÎÏÔÖÙÛÜŸÇŒÆ ",0,0); g.setFont("6x15").drawString("ñõß",0,50);
(see attachment) and it looks like a bunch of characters from french are corrupted.
Spanish
ñ
is broken, but portugueseõ
and germanß
are ok. -
Hello,
When receiving notifications with accented characters, the characters are broken in the preview of the message and in the message list.
However, when tapping on the message, the characters are showing correctly.
See attached screenshot.The test string sent with Gadgetbridge debug is "Test 🐸 àéèêùç".
Is there a font I need to install to fix this?
Thanks
-
-
Hello,
I am using the Rebble Agenda app and I noticed some weird artefacts (see attachment, event name redacted for privacy).
After further investigation, I saw that the artefacts actually come from the
android.calendar.json
file provided from Gadgetbridge.Here is an example of an event with such artefacts:
{t:"calendar",id:85,type:0,timestamp:1711371600,durationInSeconds:3600,title:"redacted",description:"-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-\nParticiper via Google\xA0Meet\xA0: https://meet.google.com/redacted\nOu composez le\xA0: (FR) redacted Cod...",location:"",calName:"redacted",color:-6299161,allDay:false}
It looks like events that come from Google Workspace with a Google Meet invitation include some weird
-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-
separators that completely mess up the UI.Another event is difficult to read because it has HTML tags in it:
description:"<html-blob><u></u><u></u><u></u><p><b>redacted </b>redacted</p><p><b><br></b></p><p><u><b>redacted&...
Would it be possible to "sanitize" this data coming from Gadgetbridge, maybe using a regex to remove HTML tags and separators?
It would subsequently fix all the apps that require the JSON file.
Thanks
-
I am using the "BW Clock" and "Altimeter" apps.
Looking quickly at the code it looks like they are using the barometer. (I could be wrong though)I tried to let the watch cool down the whole morning and the temperature now reads 25°C which seams more reasonable. Wikipedia says that skin temperature varies between 33.5 and 36.9 °C so the 32°C I read yesterday makes sense.
I suppose I wasn't patient enough the first time.
Thanks
-
-
-
-
-
Hello,
I am building a simple app that calculates the difference between now and a given date.
I have the following menu (see attachment 1).
The day selection has a "drag up/down" selection. (attachment 2)
But the month selection has a list of radio buttons. (attachment 3)Is there a way in the code to force the selection to be "drag up/down" selection, even for small numbers? This will make the UI consistant.
I triedwrap:true
but it did not work.Thanks
So I added the Gadgetbridge nightly repo on F-Droid, but the BangleJS Gadgetbridge Nightly app says "updated 4 days ago".
Latest version is 0.79.1-banglejs-717bc3035 and it does not include your fix