Francesco Bedussi
|
2ffdd2d282
|
feat: allow to disable BTN1 and BTN3 buttons
|
2020-06-14 16:15:59 +02:00 |
Gordon Williams
|
1658b5f035
|
new pixels
|
2020-06-12 15:10:08 +01:00 |
Gordon Williams
|
88aa245de2
|
Merge branch 'master' of github.com:espruino/BangleApps
|
2020-06-11 15:06:41 +01:00 |
Gordon Williams
|
fa169c3bef
|
revert accidental commits
|
2020-06-11 15:06:22 +01:00 |
Gordon Williams
|
93da493192
|
Merge branch 'master' of https://github.com/hopkira/BangleApps into hopkira-master
|
2020-06-11 15:04:36 +01:00 |
Gordon Williams
|
cb4df2d7c6
|
GPS POI Logger - A simple app to log points of interest with their GPS coordinates and read them back onto your PC. Based on the https://www.espruino.com/Bangle.js+Storage tutorial
|
2020-06-11 13:37:55 +01:00 |
Gordon Williams
|
e3867dcd43
|
Merge pull request #496 from matjaz/boot2
load only clock apps
|
2020-06-10 10:01:50 +01:00 |
Matjaz Lipus
|
e0a5f062a4
|
load only clock apps
|
2020-06-10 10:45:35 +02:00 |
Gordon Williams
|
da7d5fde8d
|
Merge pull request #494 from matjaz/boot
Bootloader
|
2020-06-10 09:22:28 +01:00 |
Gordon Williams
|
ca0dcb53d7
|
bump bootloader version
|
2020-06-10 08:26:38 +01:00 |
Matjaz Lipus
|
fc5595bf6a
|
use less variables
|
2020-06-10 08:57:24 +02:00 |
Matjaz Lipus
|
8b6a691546
|
code format, don't use unnecessary .map
|
2020-06-10 08:56:45 +02:00 |
Matjaz Lipus
|
cce5f47924
|
updated SI date formats
|
2020-06-10 08:55:01 +02:00 |
jeffmer
|
2ea54d5863
|
Add files via upload
|
2020-06-09 12:08:14 +01:00 |
jeffmer
|
3dc60b24a4
|
Create README.md
|
2020-06-09 12:06:55 +01:00 |
Gordon Williams
|
4a5abd1cfd
|
Merge pull request #492 from nebbishhacker/weather
Weather: Fix flickering last updated time
|
2020-06-09 07:40:05 +01:00 |
Ben Whittaker
|
19ce8b888e
|
weather: bump version
|
2020-06-08 21:52:23 -04:00 |
Ben Whittaker
|
60b4fc3351
|
weather: make expiry default to 2 hours
|
2020-06-08 21:48:45 -04:00 |
Ben Whittaker
|
2cb595300e
|
weather: redraw last update time less frequently
|
2020-06-08 21:09:28 -04:00 |
ps-igel
|
fa9efbc23f
|
Improve rendering of Numeral 1, fix issue with alarms not showing up
|
2020-06-08 22:16:20 +02:00 |
Frans Meulenbroeks
|
b4f5549c54
|
Allow 31 as day number
|
2020-06-08 16:45:16 +02:00 |
Gordon Williams
|
de58659257
|
settings: Fix set time menu, allow dates to roll over
|
2020-06-08 09:52:27 +01:00 |
Gordon Williams
|
1c712d8039
|
Merge pull request #488 from matjaz/patch-2
bootloader syntax
|
2020-06-08 08:00:20 +01:00 |
Matjaž Lipuš
|
5db167a81d
|
bootloader syntax
|
2020-06-06 22:32:50 +02:00 |
Matjaz Lipus
|
fd4e0ceea4
|
number format
|
2020-06-06 22:26:07 +02:00 |
Matjaz Lipus
|
4498cbb24b
|
distance and speed use 1 decimal point for numbers less than 10
|
2020-06-06 13:49:52 +02:00 |
Matjaz Lipus
|
8a757d4e34
|
single var for dow, month
|
2020-06-06 13:01:55 +02:00 |
Gordon Williams
|
77de51dac4
|
gadgetbridge: Added 'find' event handling
|
2020-06-05 11:21:52 +01:00 |
Gordon Williams
|
d04c418419
|
Merge pull request #486 from Jasper-Ben/master
banglerun fix timer
|
2020-06-05 09:19:18 +01:00 |
Gordon Williams
|
67f95e3e33
|
Merge pull request #482 from jeffmer/master
update to life app
|
2020-06-05 09:16:08 +01:00 |
Jasper Orschulko
|
9da68b6efd
|
banglerun fix timer
Missing modulo 60 caused the minutes not to reset when hitting 60
|
2020-06-04 22:49:22 +02:00 |
jeffmer
|
e5cac15b8f
|
fix reset, default params and timing
|
2020-06-04 17:16:46 +01:00 |
Gordon Williams
|
53061f27d3
|
analogimgclk: Add BTN2 -> launcher
|
2020-06-04 17:06:25 +01:00 |
Gordon Williams
|
dc8d2fc25e
|
Added ability to have fullscreen notifications (fix #130)
|
2020-06-04 16:18:41 +01:00 |
Gordon Williams
|
8ec7878ede
|
remove debug print
|
2020-06-04 15:43:20 +01:00 |
Gordon Williams
|
519262793d
|
Added ability to specify dependencies (used for `notify` at the moment)
Gadgetbridge: Modified to use the 'notify' library
|
2020-06-04 15:19:37 +01:00 |
Gordon Williams
|
3c41379206
|
Added notification widget
|
2020-06-04 14:49:35 +01:00 |
jeffmer
|
4ffbb6038f
|
update Changelog
|
2020-06-04 12:42:52 +01:00 |
jeffmer
|
a15a3bfacc
|
update life app
fixes some startup and reset issues - sets period to 65ms- remove timing
|
2020-06-04 12:41:59 +01:00 |
Gordon Williams
|
bfae4e0aaf
|
Merge pull request #477 from jeffmer/master
Conway’s Game of Life
|
2020-06-04 10:22:10 +01:00 |
Gordon Williams
|
50a2df66d9
|
Added analog clock with image background
|
2020-06-04 10:21:02 +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 |
jeffmer
|
0e33217d9a
|
Add files via upload
|
2020-06-03 17:21:33 +01:00 |
jeffmer
|
060d59837b
|
Create life.js
|
2020-06-03 17:19:02 +01:00 |