Gordon Williams
f18c9c606e
Merge pull request #478 from matjaz/back_trans
...
back translation
2020-06-04 07:31:39 +01:00
Gordon Williams
5dde803c83
Merge branch 'master' into back_trans
2020-06-04 07:31:19 +01:00
Gordon Williams
b5dc522d37
Merge pull request #479 from matjaz/patch-2
...
fixed SI on/off translations
2020-06-04 07:30:11 +01:00
Gordon Williams
461283369b
Merge pull request #480 from matjaz/patch-3
...
use local var
2020-06-04 07:29:38 +01:00
Gordon Williams
aea00d319e
Merge pull request #481 from grsutcliffe/patch-1
...
en_AU updated to values metric and corrected date
2020-06-04 07:28:55 +01:00
Matjaž Lipuš
9c68b8f6dd
DRY
2020-06-04 00:19:23 +02:00
Matjaž Lipuš
d2d8c66ae2
fixed SI on/off translations
2020-06-03 23:58:40 +02:00
Matjaz Lipus
1bc8e7c574
back translation
2020-06-03 23:36:01 +02:00
Gordon Williams
f1a65a213c
Fix bug if image clock wasn't installed
2020-06-03 10:40:02 +01:00
Gordon Williams
6dd3dfb33e
Tweak to add 'reset()' before draw
2020-06-03 08:28:12 +01:00
Gordon Williams
146a390bf7
Merge pull request #473 from bengwalker/master
...
Fix position
2020-06-03 08:26:09 +01:00
Gordon Williams
e56e392217
Merge pull request #474 from matjaz/master
...
locale fixes + memory
2020-06-03 08:20:27 +01:00
Gordon Williams
7f3fb6506c
Merge branch 'chukharev-master'
2020-06-03 08:09:25 +01:00
Gordon Williams
c71aedcef9
Fix 'GPS time' checks for western hemisphere
2020-06-03 08:09:14 +01:00
Evgeny Chukharev-Hudilainen
dafd21b651
Fix for TZ in Western hemisphere
...
When timezone is < UTC, then local year at UNIX epoch is 1969, not 1970.
2020-06-02 23:48:13 -05:00
grsutcliffe
4ff0adc3fd
en_AU updated to values metric and corrected date
...
local "en_AU" had some incorrect values, Australia is fully metric, and date is %d/%m/%y.
2020-06-03 09:57:44 +10:00
Matjaz Lipus
689de1e2ed
fixed meridian
2020-06-02 23:04:22 +02:00
Matjaz Lipus
b5f0cc4851
skip division by 1
2020-06-02 23:00:32 +02:00
Matjaz Lipus
ecb1ba8a00
space
2020-06-02 23:00:02 +02:00
Matjaz Lipus
c601f75117
use local vars (less memory)
2020-06-02 22:59:38 +02:00
Matjaz Lipus
df1caeacad
use .slice()
2020-06-02 21:21:27 +02:00
Matjaz Lipus
9223165124
Merge branch 'master' of https://github.com/espruino/BangleApps
2020-06-02 21:14:06 +02:00
Michael Bengfort
cd6447b479
automatrically set string position
2020-06-02 18:44:27 +02:00
Gordon Williams
2075127dfe
Merge branch 'master' of github.com:espruino/BangleApps
2020-06-02 13:45:23 +01:00
Matjaz Lipus
fc1cea0b6c
fix variables leaks + shorter code
2020-06-02 13:10:35 +02:00
Matjaz Lipus
d3b686e09a
temperature sanity check is already done onload
2020-06-02 13:06:19 +02:00
Gordon Williams
4654bfd7a5
Potential fix for #460
...
also add better log tagging
2020-06-02 12:04:10 +01:00
Gordon Williams
2bbecfc7f3
Merge pull request #471 from m0n5t3r/master
...
Add auto-snooze option to alarms
2020-06-02 07:53:17 +01:00
Sabin Iacob
6cf4124290
make original time checking more robust, we want this to work for alarms triggering at 00:00
2020-06-01 20:32:53 +03:00
Sabin Iacob
07bcd7528b
only save the original hour on the first snooze
2020-06-01 20:26:41 +03:00
Sabin Iacob
b1f3e5e125
restore the alarm hour after snoozing
2020-06-01 20:22:04 +03:00
Sabin Iacob
89909c0746
Add auto-snooze option to alarms
2020-06-01 20:12:14 +03:00
Gordon Williams
c7039e63a2
manually merge https://github.com/espruino/BangleApps/pull/248 , but commented out until we have a font
2020-06-01 17:13:50 +01:00
Gordon Williams
d9442f2fd0
locale: Improve handling of non-ASCII characters ( fix #469 )
2020-06-01 17:04:55 +01:00
Michael Bengfort
e9e9bf941a
correct string position
2020-06-01 15:53:28 +02:00
Gordon Williams
30ae2f65f5
fix travis errors
2020-06-01 09:32:47 +01:00
Gordon Williams
46121e60a0
Fix `marked is not defined` error (and include in repo, just in case)
2020-06-01 08:43:33 +01:00
Gordon Williams
207fabeb1d
version bump
2020-06-01 08:40:46 +01:00
Gordon Williams
bfba5c37ff
Merge pull request #466 from hasmar04/cliock-patch
...
Stop the cliock face redrawing and running out of memory
2020-06-01 07:43:56 +01:00
Gordon Williams
b08d8ce0f4
gpsrec can now graph altitude & speed
2020-05-31 15:06:31 +01:00
Harrison Asmar
48eea4cc57
Update ChangeLog
2020-05-30 20:20:12 +10:00
Harrison Asmar
c83ae5dc7e
Stops the face redrawing and using all memory
...
Removes the clear screen and widget loading from each wake so it only runs the first time. Prevents the watch from running out of memory after approx. 3 wakes.
2020-05-30 20:05:47 +10:00
Gordon Williams
889ed82de2
ok so eslint didn't fix it
2020-05-29 16:18:12 +01:00
Gordon Williams
49d504a034
Only upload binary files where needed. Assume utf-8 otherwise ( Fix #463 )
2020-05-29 13:27:27 +01:00
Gordon Williams
7e87bd0c03
add toast to log
2020-05-29 13:23:20 +01:00
Gordon Williams
97ff606212
Merge pull request #462 from rigrig/gbridge
...
gbridge: Add setting to show/hide icon
2020-05-29 12:01:06 +01:00
Richard de Boer
03246fdc85
gbridge: minor fixes
...
IDE kept complaining about unused constant & unsafe comparisons
2020-05-29 10:41:19 +02:00
Richard de Boer
855186f7c9
gbridge: improve settings handling
...
No need to keep them in memory after reload() is done
2020-05-29 10:37:44 +02:00
Gordon Williams
c32eccd66a
Merge pull request #461 from rigrig/simpletimer
...
Simpletimer: remember last set time, make BTN2 work
2020-05-29 08:53:15 +01:00
Richard de Boer
fa692c4d8e
gbridge: Fix setting to show/hide icon
...
Don't reload all widgets: just change this one and redraw
2020-05-29 00:05:26 +02:00