1
0
Fork 0
Commit Graph

1511 Commits (cd465c12bdf0bf2a87063223c5a495caf3514c2a)

Author SHA1 Message Date
Francesco Bedussi 2ffdd2d282 feat: allow to disable BTN1 and BTN3 buttons 2020-06-14 16:15:59 +02:00
Ben Whittaker 36e1b6b61e App Manager: remove extra semicolon 2020-06-13 21:27:54 -04:00
Ben Whittaker 5805329248 blobclk: Adapt to fillPoly changes 2020-06-13 21:24:09 -04:00
Ben Whittaker 86bb7da352 largeclock: Support 12 hour time 2020-06-13 19:18:39 -04:00
Ben Whittaker 30864632a6 largeclock: Adjust layout to account for new font 2020-06-13 17:57:55 -04:00
Ben Whittaker 3404d244b6 App Manager: reduce memory usage 2020-06-13 16:29:17 -04:00
Erik Andresen a1820b7e7e Added Mixed Clock 2 fork of original mixed clock
Differences to original Mixed Clock:
- Color is all white for better readability in the bright sunlight
- Thicker clock hands for better readability in the bright sunlight
- Extra space under the clock for widgets
- Seconds in the digital clock
2020-06-13 08:15:43 +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
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 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
Michael Bengfort cd6447b479 automatrically set string position 2020-06-02 18:44:27 +02: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 2bbecfc7f3
Merge pull request #471 from m0n5t3r/master
Add auto-snooze option to alarms
2020-06-02 07:53:17 +01:00
hopkira 3210548600 Dedicated Dalek Control App 2020-06-01 21:44:00 +01:00
hopkira 7f5bbf0f7a Added K9 controller 2020-06-01 21:35:43 +01:00
hopkira 65e5a2a544 Final changes before pull request 2020-06-01 20:34:04 +01:00
hopkira 39fc56f0b0 Enabling navigation to sub-screens 2020-06-01 20:16:26 +01:00
hopkira 07310e3536 Testing joystick variant 2020-06-01 19:36:21 +01:00
hopkira c08303390a Distinguish between iris controls 2020-06-01 19:16:03 +01:00
hopkira 189633e966 Modifying Home menu 2020-06-01 18:59:59 +01:00
hopkira 5c2bf29850 Switching to Dalek app 2020-06-01 18:42:35 +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
hopkira 93f818eef4 Documenting message size 2020-06-01 18:11:18 +01:00
hopkira df26f64e44 Reverting because it worked! 2020-06-01 17:57:35 +01:00
hopkira 262b122777 Change video format 2020-06-01 17:55:11 +01:00
hopkira 1e98a6d73b Update to READ.ME 2020-06-01 17:42:46 +01:00
hopkira 8f04881c53 Merge remote-tracking branch 'espruino/master' 2020-06-01 17:31:24 +01:00
hopkira 7b6fe2f0d2 Major refactoring to three apps 2020-06-01 17:30:19 +01: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
hopkira e8f8703b36 Cosmetic change to give gap to widgets 2020-06-01 16:06:10 +01:00
hopkira 5ca81d9bfb Tidy up 2020-06-01 16:01:50 +01:00
hopkira 39f62c1ab7 Try once at beginning of app 2020-06-01 15:49:19 +01:00
hopkira fdbf4300ef Change transmission frequency 2020-06-01 15:47:00 +01:00
hopkira 6962fd01d6 Syntax error 2020-06-01 15:24:22 +01:00
hopkira 7cf0154259 Adding widgets back in 2020-06-01 15:21:08 +01:00
hopkira 615f8c8fce Update transmitted values 2020-06-01 15:18:48 +01:00
Michael Bengfort e9e9bf941a correct string position 2020-06-01 15:53:28 +02:00
hopkira 9f1b61d2d9 Minor bug fix 2020-06-01 14:41:52 +01:00
hopkira b9f0907e5a Added back icon 2020-06-01 14:36:03 +01:00
hopkira 03f4f1da8b Bug fix 2020-06-01 14:27:02 +01:00
hopkira 0b7200eda7 Minor README change 2020-06-01 14:20:46 +01:00
hopkira b929b5d0cb Splitting app into three variants 2020-06-01 14:19:23 +01:00
hopkira a5cc710ef8 Syntax error 2020-06-01 11:44:27 +01:00
hopkira f2aa55f852 Merge remote-tracking branch 'espruino/master' 2020-06-01 11:41:44 +01:00
hopkira 26d0fd3279 Adding variable declarations and syntax error 2020-06-01 11:40:59 +01:00
Gordon Williams 30ae2f65f5 fix travis errors 2020-06-01 09:32:47 +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
Richard Hopkins ef208e1600 Merge remote-tracking branch 'upstream/master' 2020-06-01 00:59:15 +01:00
Richard Hopkins 42180a1770 New screens, buttons and icons 2020-06-01 00:46:27 +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 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
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
Richard de Boer 631abb812e gbridge: Add setting to show/hide icon 2020-05-28 23:27:10 +02:00
Richard de Boer 4ab68eb411 simpletimer: remember last set time 2020-05-28 22:33:15 +02:00
Richard de Boer 192ba32a5d simpletimer: make BTN2 really return to launcher
(only while countdown is not running)
2020-05-28 22:33:15 +02:00
Gordon Williams 6783472e9a fix formatting using eslint 2020-05-28 14:38:46 +01:00
Gordon Williams bc62a90dab Merge branch 'master' of github.com:espruino/BangleApps 2020-05-28 14:37:55 +01:00
Gordon Williams ed47314f02 Added animated clock using palette cycling 2020-05-28 14:36:54 +01:00
Gordon Williams a173418506
Merge branch 'master' into master 2020-05-28 13:54:43 +01:00
Gordon Williams 8d4949b69c
Merge pull request #459 from nxdefiant/master
New app SleepPhaseAlarm
2020-05-28 10:00:21 +01:00
Ephraim Amiel Yusi da8935c399
Fixed day being displayed 2020-05-28 11:05:20 +10:00
Ben Whittaker 3cdd0f7820 Merge branch 'master' of https://github.com/espruino/BangleApps into compass
# Conflicts:
#	apps/compass/compass.js
2020-05-27 21:01:26 -04:00
Ben Whittaker cc4757537a compass: eliminate flickering 2020-05-27 20:51:21 -04:00
Gordon Williams 765be3ef40 tweak formatting using eslint 2020-05-27 16:41:55 +01:00
Gordon Williams b158c8bed4 Merge branch 'master' of github.com:espruino/BangleApps 2020-05-27 16:39:41 +01:00
Gordon Williams 148a258560 Ensure we only warn for whitespace issues 2020-05-27 16:37:56 +01:00
Gordon Williams 9241e125f6
Merge branch 'master' into master 2020-05-27 16:21:22 +01:00
Gordon Williams 0f0402c7cb
Merge branch 'master' into eslint-indent 2020-05-27 16:19:44 +01:00
Ephraim Amiel Yusi 4113754742
Proper app icon. 2020-05-28 01:17:54 +10:00
Ephraim Amiel Yusi 18a83baa2d
Fixed to proper size 2020-05-28 00:57:14 +10:00
Ephraim Amiel Yusi 194ed062e5
Fixed memory leak from multiple intervals.
Tutorial on first clock face causes multiple intervals to be created. Must be fixed to stop extra ticking.
2020-05-28 00:42:53 +10:00
Ephraim Amiel Yusi 52d2fa2efd
Add files via upload 2020-05-27 23:15:54 +10:00
Ephraim Amiel Yusi 25b3dc7fa8
Set BTN1 to enable heart monitor 2020-05-27 22:00:01 +10:00
Ephraim Amiel Yusi 809a08435a
Added heart rate visualiser 2020-05-27 21:48:30 +10:00
Gordon Williams d0f5aed573
Merge pull request #455 from m0n5t3r/master
Make the alarm scheduling more reliable
2020-05-27 10:55:39 +01:00
Sabin Iacob cb491d0678 also schedule the alarm for the next day if the alarm time is less than current time 2020-05-27 11:55:15 +03:00
Sabin Iacob 8e8e56098a Bump alarm version 2020-05-27 11:47:20 +03:00
Ephraim Amiel Yusi f6d2017789
Updates to ongoing development 2020-05-27 18:08:16 +10:00
Ephraim Amiel Yusi fd1522cbdc Fixed broken commit 2020-05-27 17:15:41 +10:00
Ephraim Amiel Yusi aaa0401bb8 Added new capabilities and template for "widgets" 2020-05-27 17:05:14 +10:00
Ephraim Amiel Yusi d8d520e3e1
Update app.js 2020-05-27 16:37:44 +10:00
Erik Andresen 0a616c7772 sleepphasealarm: attempt to fix image 2020-05-27 07:59:51 +02:00