Commit Graph

2133 Commits (529c2403b3e0ac6532383a0ff82d77edd0f11b48)

Author SHA1 Message Date
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
jeffmer 386e921cca
Update apps.json 2020-06-03 17:28:17 +01: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
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