Commit Graph

2242 Commits (80dc05bc3c40157e8de48a97fa6552c91573d84f)

Author SHA1 Message Date
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
ps-igel a31a141def
Merge pull request #9 from espruino/master
update 20200608
2020-06-08 21:54:38 +02:00
Gordon Williams 0d1c666e20
Merge pull request #490 from FransM/master
Allow 31 as day number
2020-06-08 15:49:45 +01:00
Frans Meulenbroeks b4f5549c54 Allow 31 as day number 2020-06-08 16:45:16 +02:00
Gordon Williams 883196c006 Add @matjaz's fix for my bad promise code 2020-06-08 10:56:48 +01: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
Gordon Williams 487af79643
Merge pull request #489 from nebbishhacker/http-server
Disable cache when running locally
2020-06-08 07:59:40 +01:00
Gordon Williams 27efea19e7
Merge pull request #487 from matjaz/master
locale improvements
2020-06-08 07:59:14 +01:00
Ben Whittaker e231e0991d Disable cache when running locally 2020-06-06 22:46:54 -04: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 001eea27e1 apploader tweaks 2020-06-05 15:13:04 +01:00
Gordon Williams 8a83eb3140 Misc fixes for apploader 2020-06-05 15:05:56 +01:00
Gordon Williams 2a494ebef0 Fixed Promise-based bug in removeApp 2020-06-05 11:35:16 +01:00
Gordon Williams 9f41180664 Dependency handling fix - now choose the dependency highest up the JSON list (before sorting, not after!) 2020-06-05 11:22:43 +01: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 19fbd67b92
Update apps.json 2020-06-04 17:17:27 +01: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 8c230be70a oops - fix sanity check 2020-06-04 15:48:27 +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
Gordon Williams a509225eda Merge branch 'master' of github.com:espruino/BangleApps 2020-06-04 12:52:26 +01:00
Gordon Williams 08721cbe94 Fixed animated progress bar on app removal 2020-06-04 12:52:16 +01:00
jeffmer 3826460ab0
Update apps.json 2020-06-04 12:44:49 +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 57d89d3534 Fix error in 'Install Default Apps' if Flash storage is full enough that erasing takes a while 2020-06-04 11:45:53 +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
jeffmer 69ca88b0d0
Delete _config.yml 2020-06-04 10:16:43 +01:00
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
jeffmer e8bf27bca6 Set theme jekyll-theme-minimal 2020-06-03 17:41:44 +01:00