2019-10-30 17:33:58 +00:00
[
2021-10-20 14:11:04 +00:00
{
"id" : "fwupdate" ,
2021-10-29 07:32:42 +00:00
"name" : "Firmware Update (BETA)" ,
2021-10-20 14:11:04 +00:00
"version" : "0.01" ,
2021-10-20 07:50:51 +00:00
"description" : "Uploads new Espruino firmwares to Bangle.js 2" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2021-10-20 07:50:51 +00:00
"type" : "RAM" ,
2021-10-20 14:11:04 +00:00
"tags" : "tools,system" ,
2021-11-11 11:38:24 +00:00
"supports" : [ "BANGLEJS2" ] ,
2021-10-20 14:11:04 +00:00
"custom" : "custom.html" ,
"customConnect" : true ,
2021-10-26 12:15:21 +00:00
"storage" : [ ] ,
2021-10-20 14:11:04 +00:00
"sortorder" : -20
2021-10-20 07:50:51 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "boot" ,
2019-11-06 22:12:54 +00:00
"name" : "Bootloader" ,
Squashed commit of the following:
commit 5ed43a28b5b9d6820ee898f632535747c1e5913d
Merge: 4cf9192c a385c099
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:12:45 2021 +0000
Merge branch 'espruino:master' into Base
commit 4cf9192c4341a85eab1198b8663f48d276704ac3
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:25 2021 +0000
Update core
commit 69a54194a9eb41d0722fc061bec5c900b724e8cf
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:14 2021 +0000
Squashed commit of the following:
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit e040cc4e245a8fb4c55bfeb99cab12c62af5e7b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 15:22:16 2021 +0000
replace tabs!
commit 60c2fa710c4904827bfba868507a9f6d10d524a3
Merge: 38b2e417 f3cb7e9a
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:29:46 2021 +0000
Merge pull request #942 from madman2021/master
Add new TimeCal app
commit 38b2e417bf8e63be394a96ed24b9e3d174d5f45b
Merge: 94bd895b 43b38cc8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:26:43 2021 +0000
Merge pull request #943 from peerdavid/master
[LCARS Clock] Shows icons for charging and out of battery
commit 94bd895bafeb37250b64373692c9cceb3e9ece97
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 12:56:56 2021 +0000
welcome 0.14: Turn off and run later to use softOff to time is set right
plus other minor tweaks
commit 43b38cc8ab5796e25f65ace531be68a6a4134f98
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:40:47 2021 +0100
New screenshot. Updated version.
commit 34c6589f06a1a8ba0f7fe2e126b41d03dff7f45b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:37:07 2021 +0100
Minor improvement
commit c403a5af671cf70b18776fad83126adf66122f0f
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:36:21 2021 +0100
New design. Removed png icon files - only converted icons are needed.
commit 19655ea3279daf32ebfd4453db398915a8229946
Merge: 274b705c b1fb0e6b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:44 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 274b705c1e7313cf646412ec01bf17de9b1dabcf
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:37 2021 +0100
More lcars style
commit f3cb7e9a0b8f0ba3624b639415c9168c240905e8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:53:14 2021 +0000
Remove Icon as it renders massive
commit 1a9f5375557fc232acfe3f42d1198da827db5ab8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:46:03 2021 +0000
Add missing supports tag for TimeCal
commit 3738bde22a0d4cef2bd5c956a1a370e9a145689a
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:43:38 2021 +0000
Add TimeCal to the app library
Add TimeCal to the app library
commit b1fb0e6b7d88f53cff85f6a8d3eb416bebd35e92
Merge: 559e8208 dabc22c2
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 11:10:36 2021 +0100
Merge branch 'espruino:master' into master
commit dabc22c2d725ccddad8b08c0fa0b14af94d38e28
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 09:54:11 2021 +0000
custom code works on bangle2
commit 2e83a511d2032736a63bda38406b4f744a4130f1
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:51:20 2021 +0000
metronome supports bangle 2 now
commit cea51d06d07f09923d590357c33782861c342817
Merge: cd1daba0 4eee3f05
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:50:24 2021 +0000
Merge pull request #938 from bengwalker/master
Add Bangle.js 2 support for metronome app
commit cd1daba0c55e99f5a477407f47b932d050c0b6f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:46:13 2021 +0000
0.25: Fix issue where if Bangle.js 2 got a GPS fix but no reported time, errors could be caused by the widget (fix #935)
commit c03ab08687bbc7ed893ed2ef8c3be21f1e61e74f
Merge: 1750c72e f10bf240
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:40:53 2021 +0000
Merge pull request #939 from Ronin0000/master
Add Screenshots to Many Apps
commit 1750c72e94eab6ee22650d993ea31efa17e79c46
Merge: 5eeb1181 1def233d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:38:06 2021 +0000
Merge pull request #936 from Vingelar/master
Binwatch: re-format background images
commit 559e82088077ba79675c0012c921eae3ef32b16d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:14:04 2021 +0100
Minor design change
commit d24b8c80da7afd75a6f121a22e3694252aa3c57a
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:12:25 2021 +0100
Minor design chnges
commit f10bf24018add2df61a5fc422aee941b07c70082
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 17:04:07 2021 -0800
Update apps.json
commit c66b0982368a5e1ee74da598945df12d88cba679
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:53:48 2021 -0800
Update apps.json
commit 638fea73c791b4f11b6119c02ca2090c31b6bc83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:24:10 2021 -0800
Add files via upload
commit 4e79c896c65b2edc7dfcb7b4b2eb6ae1c96f60ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:23:33 2021 -0800
Add files via upload
commit 33809d8cdfa7ea3f02941c820b4836f20a9eb869
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:58 2021 -0800
Add files via upload
commit 6cb83284a7e7b9d2f8935835702e713f0f9b7b51
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:45 2021 -0800
Add files via upload
commit 7e521d0d29262227a32244d2929eb99fcb36fb98
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:17 2021 -0800
Add files via upload
commit 9985ff03f20469897ceb3dd1acb4f90ac850ebb8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:00 2021 -0800
Add files via upload
commit 6f437c39866562e05d8821bdb5150cd553f3a6cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:21:15 2021 -0800
Add files via upload
commit ffe218a0046d65464e96cdc59d1c10fbb708b791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:56 2021 -0800
Add files via upload
commit 9400133dd49762a7bfcff38e5a6249cbfd5753f7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:39 2021 -0800
Add files via upload
commit 76463d927940f590ed45cc51558723375217a34a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:37 2021 -0800
Add files via upload
commit 4011accb47eb53954acc3e27cce5b6f6cb025c57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:19 2021 -0800
Add files via upload
commit bc5960d61a40c08566a8e1977fa53c6528f04a85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:07 2021 -0800
Add files via upload
commit da5634beda72243f5ee6e4fc0e376c6c5f9c6ccc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:51 2021 -0800
Add files via upload
commit b9c4640f853d4992e57cd5d6b2e3f4d75db32d1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:25 2021 -0800
Add files via upload
commit d27a605a24cc06903084b6a796c9c93b7724150f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:07 2021 -0800
Add files via upload
commit 52baa42e69b1a7a8ef6bc2cae548298af4dcbf7c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:48 2021 -0800
Add files via upload
commit db3b6a58e49a3d5ce9b528011f3e0607474e4fa8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:16 2021 -0800
Add files via upload
commit f0de0d8a9d542fd960f13b36a2bb2a3548f06033
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:52 2021 -0800
Add files via upload
commit 6d4cb98ba83d0ab62406c00ed9fa8dcd139d2f8c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:34 2021 -0800
Add files via upload
commit 5f434d9d327fff8cebf41a45cf73ea9c96cb42db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:23 2021 -0800
Add files via upload
commit 6e72349f05e3773b0ae60217df8b6f266447f1ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:37 2021 -0800
Add files via upload
commit 03e4d0d7c01cdc214526891933f3c155f63ff2b5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:21 2021 -0800
Add files via upload
commit ead12a1c11e3937637e8af8b1d54218e0138e908
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:54 2021 -0800
Add files via upload
commit a1ed32c91380e03146dc4003a3ee6e400d0dd35f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:30 2021 -0800
Add files via upload
commit fae08d7a739b1a28faacb0105d5ad417171dddcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:57 2021 -0800
Add files via upload
commit b889e431edf72d64867c576135bc1470c4590db2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:32 2021 -0800
Add files via upload
commit f177480160184722b935623ebed05ad630a5a6a2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:02 2021 -0800
Add files via upload
commit a2fe8c3722f56c59957642cad2bb0a6454dc6f5b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:11:42 2021 -0800
Add files via upload
commit c1cdf15bf5413167692e9c7bd4f5fee31fe4d4c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:49 2021 -0800
Add files via upload
commit fb1c5529f037cc701e30d9da036a54236ea1ba1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:11 2021 -0800
Add files via upload
commit 530089e0830473574b38c172a964f9cfb49436a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:35 2021 -0800
Add files via upload
commit 3556e668560587c074ad435b977283e19367f69e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:12 2021 -0800
Add files via upload
commit e1e32772e4dd1943af6ed37407425998b0819e48
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:56 2021 -0800
Add files via upload
commit 8084bb92b7cfb12740129c57e1bb5c05ce13994c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:37 2021 -0800
Add files via upload
commit 2c997d2964d4ade4ba0aa5ef89a1b646c15a9751
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:18 2021 -0800
Add files via upload
commit 747626b66c880293481bd0a97cda8e32e0239d04
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:07:24 2021 -0800
Add files via upload
commit ed36fae0ac6def24ca20ab6229affbcf7502582e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:59 2021 -0800
Add files via upload
commit e8baad3c3775e26f8a88457ff8f361a18572e484
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:33 2021 -0800
Add files via upload
commit 1efcebe84aa2b2b00d6920a84d4e486b834c1083
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:16 2021 -0800
Add files via upload
commit 082d3d1e95e9bb98e10bb1679ae0dfba11bf44e0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:05:21 2021 -0800
Add files via upload
commit b10f62a6c55dd89bb15a97430b74269486a72807
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:58 2021 -0800
Add files via upload
commit 24b41c2c6fe40d18ffd9dfc0404f215cc9b847ff
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:42 2021 -0800
Add files via upload
commit 19a2ef1a44c78fe9b1922574f0a1eda20f2fbd43
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:01 2021 -0800
Add files via upload
commit 7089d6e74c438d3577ebf03857b0c1b6f73aaa2a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:03:38 2021 -0800
Add files via upload
commit 431824f828f0ea900c9d206e492cc7a6d1830f2e
Merge: 15aa41c7 5eeb1181
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 15:15:57 2021 -0800
Merge branch 'espruino:master' into master
commit 5eeb1181d049f1580f75657b9a9ac664041b26b9
Merge: 546a0b16 6b05d928
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:29:18 2021 +0000
Merge pull request #937 from rigrig/barclock-b2
Barclock works fine on the Bangle.js 2 :-)
commit 15aa41c766b2a25c7a83a1a6744706a7b2852aa3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:23:03 2021 -0800
Add files via upload
commit 6a93494e3fe516ccbc7755027f613bd9bd529021
Merge: 12443640 546a0b16
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:22:27 2021 -0800
Merge branch 'espruino:master' into master
commit 546a0b16cc32841b38a0d39b07ec6d18f58d21c5
Merge: cb6e14f6 18fbd289
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:55 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit cb6e14f6c12816224bbc3dc127e9817d0df7ae78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:37 2021 +0000
messages, start of call handling and message responses, fix for scroll issue when only 2 menu items
commit 12443640c95efbe9f25ed0ffe73280c84d90cd13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:54:22 2021 -0800
Update apps.json
commit 9bdc07f8617e457439522d5b4c84a65d1eba4ed9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:47:36 2021 -0800
Update apps.json
commit 4eee3f05e92e26aa5c70c1d2cefcc97ff4935b0d
Merge: aafc93f0 18fbd289
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:46:32 2021 +0100
Merge branch 'master' into master
commit 298fa47cd87e37b19cd142f47867843e24d08b57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:42:50 2021 -0800
Update apps.json
commit 52c07f6dc80e8eabd017fc324332c0594c173399
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:40:42 2021 -0800
Update apps.json
commit fe340d75bbb6c7814241becacddaca50435c5fe3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:39:31 2021 -0800
Update apps.json
commit aafc93f09a818f5bb6e4b6988246e4f8d049df87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:35:35 2021 +0100
Update README.md
update README
commit bd80ea5ca03b2e9d5f2eb562adc7305b3952d2e5
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:31:33 2021 +0100
Update metronome.js
print instructuions for banglejs2
commit 51afd5ef049c67f331931ee18b53e9d4e835342a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:29:27 2021 -0800
Add files via upload
commit ff62b603a27d6acea382af80496b6a35787a73ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:51 2021 -0800
Add files via upload
commit ffbd331c1376c5f393dafe62eaa62a9991949a3e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:29 2021 -0800
Add files via upload
commit 93c113a95a21dccfde6bb171d15b0f93e6d0f58a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:25 2021 -0800
Add files via upload
commit b2be26fccedfa52f00f275db8050c0c3e532859b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:07 2021 -0800
Add files via upload
commit 899e78539c3bb0e41e4d56aa854c4806715ccce0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:26:06 2021 -0800
Add files via upload
commit 50a88d41cd63e51a876e4fca58fe13c5af2088fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:35 2021 -0800
Add files via upload
commit b1d636bac2148007dd72becff0daddf24b80f0a4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:10 2021 -0800
Add files via upload
commit 6b05d928751b49d4910ddd3a6867e2d4cad6c93f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 19:42:12 2021 +0100
barclock: Fix time/date disappearing after fullscreen notification
By forcing a complete redraw at lcdPower-on
commit 32e3d326aa143eed99d26c81c9fbf870730591f4
Author: Richard de Boer <git@tubul.net>
Date: Sat Nov 20 17:13:36 2021 +0100
barclock works fine on the Bangle.js 2 :-)
commit 1def233de2434d272c6f712c9c213b7caff3ae92
Author: Vingelar <Vingelar@mantisse.de>
Date: Tue Nov 23 19:09:16 2021 +0100
changed format of bg images to binary raw format (export from emulator
commit e021aa2c9d5c44f9130e4bf67cb4b066d02cbd6d
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:59:49 2021 +0100
Update app.js
binwatch: adapted names of bg images
commit 3dd723d10bd3195257205a48dc79872668bd53cb
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:58:48 2021 +0100
Update apps.json
binwatch: shorten names of background images
commit 275402344ee927a51d0c100d4387c739d7a49968
Merge: cf027b37 18fbd289
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:36:45 2021 +0100
Merge branch 'espruino:master' into master
commit 18fbd2898da9fc2bfb16d0adf9cf2b97f5ce0f3d
Merge: 5be6981a df364bab
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:34:15 2021 +0000
Merge pull request #933 from peerdavid/master
[LCARS Clock] Added lcars icon to watch face.
commit cf027b3783cbbf8deca98fb3e1ee1922557686bf
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:34:13 2021 +0100
Update app.js
changed names of background images
commit 5be6981acdf3935b936bb85caf37780537518b66
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:31:42 2021 +0000
oops - named stub wrong
commit d328d94d34ea86dd99f958098c7f0a000b1e395f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:30:20 2021 +0100
Add files via upload
added background files exported from Emulator
commit c36fb16a684085c2eb6ada2c50021d3776f5e215
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:54 2021 +0100
Delete Background240_center.js
removed background240_center.js (wrong format)
commit 4719fada2843f1c8d6ae36d8d59d0fb95318d9b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:28:34 2021 +0000
Android Remove messages on disconnect, Fix music control (ref #909)
commit f431bd8a2c823e877ee6e78576aa4f39a0b5701f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:25 2021 +0100
Delete Background176_center.js
remove backgounrd176_center.js (wrong format)
commit 1b548c9bbb5a10769498b4ad1be04397fb889bce
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:27:33 2021 +0100
Update apps.json
adapted naming for image files
commit df364babab19550f75a01d707f0684d8547e8664
Merge: d28517b2 a1eeadfc
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 17:16:00 2021 +0100
Merge branch 'espruino:master' into master
commit d28517b2a5b5e7eaa6a8d9832d9352062addb3ee
Merge: cd93a201 465c93d8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:18 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit cd93a201f846e2c51a1ff9cc447dbbbdc2c5e2cc
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:15 2021 +0100
Moved logo
commit dd2bb22f076abff1aac2f32734b50fdcc5423861
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:08:57 2021 +0100
Update apps.json
use .js files as background images
commit 03c5f996f4998ebc1e6bfea7e77d3a61743c0c69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:07:21 2021 +0100
Add files via upload
added background files as js
commit 7d81bfe2bbdf5095ac7550247eddbe6827cec4c0
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:53:40 2021 +0100
Update apps.json
added missing "url" to background storage
commit 51b73894e461af6312b6fca28e0b5888e9f98da6
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:51:40 2021 +0100
Update app.js
use background images from storage
commit dab36d05a77563e9a839f38807bfd7cfe09a1f69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:48:50 2021 +0100
Update apps.json
added background images to stroage
commit 31f28093411e4f501dd49f98359af43e71e8b27e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:44:49 2021 +0000
Fix https://github.com/espruino/BangleApps/issues/927 - App loader offers to update unknown apps
commit a1eeadfc224a976e3fca6a00ca47d1c1389fa70f
Merge: 68429483 0a695e51
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:40:09 2021 +0000
Merge pull request #934 from Ronin0000/master
Fix School Calendar Bug
commit 0a695e5143fbff3935e80b9df85720f065b1e185
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:09:14 2021 -0800
Update custom.html
fix bug that was for testing
commit cfecc24f42d257d565f21571a50b825cffb2f1c3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:05:47 2021 -0800
Delete boot.js
commit 684294830d75459982845920cb30815236dc0917
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 13:57:46 2021 +0000
app manager works in bjs2
commit 465c93d830300054722f10f483a9023c6ec315e7
Merge: d20f5e59 3ba779ee
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 14:53:47 2021 +0100
Merge branch 'espruino:master' into master
commit d20f5e597e72d8392af3e9b745a4dfab36e8797f
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:53:27 2021 +0100
Updated screenshot
commit a283cf58fb90b1852d8e414fb01010632a65ba46
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:51:55 2021 +0100
Included lcars logo
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 3ba779ee5826a60f127ed12f0eeaa2a848f53b4c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:48:34 2021 +0000
Fix bangleapps after recent PRs
commit aaf06b113c72e1487651d30602ba79c95a41d6ff
Merge: a0351381 06a6b72d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:42:26 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 9600f16671ab5a9fc772a959a7110622baa5e606
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:19:48 2021 +0100
Updated changelog
commit 98577b626960bd971af483ef709655dfe0ac1f00
Merge: 1ccabca0 d3cd47f9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:52 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 1ccabca0c6f1cf79c1b5d6a56749ab752a4d1850
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:50 2021 +0100
No hrm icon - its shown too much.
commit d3cd47f95704e7c508e1e311d3224826f3fd73ce
Merge: 2e18795c 06a6b72d
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 11:12:43 2021 +0100
Merge branch 'espruino:master' into master
commit 2e18795c5780148c6f52d50cd69849b5893b1cdb
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:11:33 2021 +0100
Fixed string
commit 36edd449c5398147536d20c2b4f11040cb3105b9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:10:33 2021 +0100
Minor change
commit 06a6b72d42fc55a224bb5d133640670c21d6cae0
Merge: a39d4102 be083113
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:03:45 2021 +0000
Merge pull request #925 from Ronin0000/master
Add School Calendar
commit a39d4102963fc1593e1f2f8ea3f4372a3da4da6f
Merge: ab2cb243 930cfa13
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:02:41 2021 +0000
Merge pull request #928 from peerdavid/master
[LCARS Clock] Icons for different states such as GPS or HRM.
commit 5c3b0468d4ce9a51249f6f098c3e6ba84ba1cf41
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:59:26 2021 +0100
Update apps.json
corrected format
commit 336501059da7bceddba9e300c5b6d5bd1aba6a3a
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:56:25 2021 +0100
Update apps.json
removed background image
commit 3f4c49a8aef6ba79419f00d86fc4f02435b72e21
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:55:07 2021 +0100
Update app.js
integrated BG image into app
commit ff3223e1b906957811cad815df88ad495e70a95f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:51:02 2021 +0100
Update app.js
added "require" for bg image
commit ab2cb243857e50e7bb80ee163e4bc153302446a7
Merge: adadf7ef 162dc1f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:51:01 2021 +0000
Merge pull request #929 from weeurey/master
Update app
commit adadf7efd39b01466cfd348e13c5a02deaa6bf4d
Merge: b7f403e7 0f9d938f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:26 2021 +0000
Merge pull request #931 from reelyactive/master
emojuino@0.02
commit b7f403e79bf5fae387c5f6d0522f49ce917362a6
Merge: f4e997d4 46383d4d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:12 2021 +0000
Merge pull request #930 from rigrig/gbmusic-fix
gbmusic: fix "previous" button image
commit a03513812956c629f003824b46bb6763734eead8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:44:24 2021 +0000
fix download icon on android
commit b128f5c15569de9e2be0717f270cfd90e006d5ab
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:38:02 2021 +0100
Update apps.json
added background image to upload
commit 930cfa13315046c621a5444632f7b12bbd956fae
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 09:43:24 2021 +0100
New HRM Icon
commit 7f3f7b9eee3c23c922645274dd8d7947def8158d
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:26:37 2021 +0100
Currently, no confidence > 80 is reached...
commit 1fb861b82c4cc75b94dc6875280fbd411390bc71
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:25:11 2021 +0100
HRM confidence of 80 to display
commit 7d95221e166770be91bf76374f926fe996356009
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:24:15 2021 +0100
Minor change
commit 6d8d98fb03e7bed42c3feeee771ddfcd78b60ea8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:21:41 2021 +0100
Show HRM
commit a0cc4c633e0e6853a0f170a5358b7e1f11e310af
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:10:00 2021 +0100
Minor changes
commit be083113316ec7ba07d780b6593cb9adfd748298
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 19:11:40 2021 -0800
Update custom.html
commit 0664a44c454107d4e3ff039d12baffea3e90cf5f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:52:43 2021 -0800
Update apps.json
commit b032ca0fc1936e650a459f766799e197daf2a4dd
Merge: 7fd37f7e f1f063fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:27 2021 -0800
Merge branch 'espruino-master'
commit f1f063fd1adb553c548a3aa54156bce00b4ca48d
Merge: 7fd37f7e f4e997d4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:09 2021 -0800
merge3
commit 0f9d938fa6970df18fbe99f3c707b94aa26d15c1
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:23:17 2021 -0500
Version bump
commit 5a01047cd0b30e4b7b253d784bd0b5755fc0c2e2
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:21:29 2021 -0500
Added screenshots
commit ae55c2d39fc936cfa1954d44b7f76dc91c21ced3
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:09:26 2021 -0500
Allow emulator, specify type as app
commit 58f9e7cd5b59904651fb878a89844ee4ccfb23df
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:03:18 2021 -0500
Upgrade to emoji images and supporting text
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit 7fd37f7e4e669c0aea7b5324b85f9d85ca394dcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 12:18:44 2021 -0800
Update custom.html
commit 84d9ca4b337e36c4f62ffce4b3059f8f2909d482
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:57:14 2021 -0800
Update boot.js
commit 740f4a95665fd92ad87e83dd381da7e55c2e4b18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:52:27 2021 -0800
Create boot.js
not part of the current merge
commit d3538a03f10f6323afc8656cef397a561cf35bf0
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:12:50 2021 +0100
Added raster
commit 20310fdb75b11fe8b3ea38dc7810732910537169
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:02:27 2021 +0100
Smaller icons
commit 3863be18301cec9fec480db7fe28a19439c708d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 09:06:52 2021 -0800
Delete apps/schoolCalendar/fullcalendar/interaction/src directory
commit 5d8c13a7e6a934e8b750f0ab4871e3dcc67c09bf
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:56:29 2021 +0100
Updated screenshot accordingly
commit 21134a1dcdc102755171af26e99ae86f3559996f
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:55:21 2021 +0100
Better background
commit cab3d43085b2edf4dc97ebf05785bb5b446a88da
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:39:48 2021 +0100
Better alarm - shown only in icon so we can display more data.
commit db22bac0ecd48633d6acf0874127a1b28821d8ea
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:11:15 2021 +0100
Use correct alarm icon
commit 162dc1f29346ab0f6ff4b7cd4128826292ca766e
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:11:07 2021 +0000
Update apps.json
commit dc24ae9bfba1786d4d8a3e22871c4da7bda9fb92
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:10:58 2021 +0100
Better HRM Icon
commit 8e688d144ab30ff87f31b51ab457688ce03c4c23
Merge: 741f7aab f4e997d4
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:09:43 2021 +0000
Merge branch 'espruino:master' into master
commit 741f7aab5239e6fa6ae48e1a5351216dfcfc4177
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:08:38 2021 +0000
Update apps.json
commit 247ed9faa2e8b8463374fea05d4bb04ddda2cfc1
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:07:39 2021 +0000
Create ChangeLog
commit d878d46d4ccc5128643034c535cff69984ab7853
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:05:57 2021 +0000
Update app.js
commit c720fc314b516e1007452ad18ce51bc4fefefec1
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:03:21 2021 +0100
New alarm icon
commit 75fbd6882d1368c73db1b96fac79f4202d6a5e53
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:37:48 2021 +0100
Added icon for alarm
commit eb20f15537d8b6be7226b2ae49fc6e6dd0474124
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:33:42 2021 +0100
Compeletely new design with icons for GPS, HRM and Compass. All Icons are open source and mentioned in the Readme.md file.
commit 46383d4d5547bca38a2a07ea01d67afa0166bedc
Author: Richard de Boer <git@tubul.net>
Date: Mon Nov 22 13:18:01 2021 +0100
gbmusic: fix "previous" button image
commit 1bf5132a5caf41398125e0c7f2bad72ffa300df2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:07:49 2021 -0800
Update custom.html
commit 618c5b7a10ebe610205ab463c395f65948e5a763
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:02:29 2021 -0800
Update custom.html
commit adfeb5e535564f8851fcdc080e2fa10d9acced9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:00:21 2021 -0800
Update custom.html
commit f950fd2ee88486e3355efd30823d50de799e8418
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:57:52 2021 -0800
Update custom.html
commit 3ee0e9bae6ee137c6e36672c9aa6a20d1c072caf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:49:48 2021 -0800
Update apps.json
commit 387bd30236b5d765b396eba24ad43120ceb6c384
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:48:14 2021 -0800
Rename ChangeLog.md to ChangeLog
commit 6e07f282b8918ac3b8f333c7c4156980a44ff1d6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:41:26 2021 -0800
Add files via upload
commit fea37b4992e65a5ca54648f88281ce2623f6a55f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:40 2021 -0800
Update apps.json
commit 939d8f6a9ae71b49c13f7dbf1455bb2fec60462a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:21 2021 -0800
Add files via upload
commit 854ae5361d1b2400f6b6d1b2c2239f46d1e16bc9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:34:28 2021 -0800
Update README.md
commit 426768eb11e34ea7a04010e6fe7da1a5a5187f40
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:32:14 2021 -0800
Update custom.html
commit bf994d9acc8b79ebda1e47dc5ebc5158210d6205
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:24:29 2021 -0800
Update apps.json
commit 7c74c5d43f9f66b6374cabd4e247d1560e5f29a1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:15:40 2021 -0800
Update apps.json
commit 8981aa3f614c388c74d73ccd25e16f5e6eabde9f
Merge: e878e547 100384f2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:12:19 2021 -0800
Merge branch 'espruino:master' into master
commit e878e5478713b0b3cae0bb86e28f998cbfeb9b10
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:11:43 2021 -0800
merge
commit 3bde4d2e48711186ae26036baea8f880c2aac7c4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 16:12:16 2021 -0800
Update custom.html
commit 5f3c93df8cc8b73c432ea31b15e84e4b106256de
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:37:41 2021 -0800
Update custom.html
commit 26bd9e35be993aae4deece775ac85f53f877b122
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:35:47 2021 -0800
Update custom.html
commit 8f2cc6e2137cf29e03435123e96d9c6c550864d1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:34:09 2021 -0800
Update custom.html
commit 66f061112301898b011412e91982dbefc7cc2d1e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:32:48 2021 -0800
Update custom.html
commit 87a9504912b8753dc63700207ee89acacbb34726
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:30:44 2021 -0800
Update custom.html
commit 626498da9d296fecf6776b836def4eda87027d85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:24:01 2021 -0800
Update custom.html
commit 3472ca355a1a71d3fa3f464ece2b81dce7f4eeaa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:21:57 2021 -0800
Update custom.html
commit 529b0cb4637652dfc0a3ba6688b863b5f47437ca
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:19:53 2021 -0800
Update custom.html
commit e77d9980023f041a87743ac1fd3c48a3f0652a8e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:18:21 2021 -0800
Update custom.html
update
commit a712c37c7652f7bc46c4d7761df93b3d28e17229
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:17:58 2021 -0800
Update custom.html
commit 4d9d6abb9ef466e4058510efe9eec295f60127e9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:14:02 2021 -0800
Update custom.html
commit f35b24844810a90f08f731cc9e63535be217e4cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:09:44 2021 -0800
Update custom.html
commit d0336b2854d7e0892c440ef8c5f83bcbe1374a9b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:06:56 2021 -0800
Update custom.html
commit 640c8e491e489e9ea88282cf0bfe14004838b3db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:03:42 2021 -0800
Update custom.html
commit 604153cb2408399ce1420b43ef87f41c09d3daa6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:01:45 2021 -0800
Update custom.html
commit 0f8f1e38e85a8c1c49057f4b891209bdfad67aef
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:44 2021 -0800
Update custom.html
commit 7f7dcb0bcf89b1d66f60481efaa09f5956ee4ecc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:22 2021 -0800
Update custom.html
commit d42fe03dc8fcbc0f68857dd9f887c8cc4eff1c06
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:55:08 2021 -0800
Update custom.html
commit 98f172fad442e89f53c45ac47f2388a08049855a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:53:01 2021 -0800
Update custom.html
commit daf8dde32bc81b8f04402c4728eac41784751cd5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:49:25 2021 -0800
Update custom.html
commit 408bd24080a2f7dcf1e6d0c33dab65da4dff82cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:48:38 2021 -0800
Update custom.html
commit 68db21acbb837b12d84d9930d451d2ba90e251dd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:44:30 2021 -0800
Update custom.html
commit 45feb1b2ffb17b8835c505bc4a4f825ddc17bf4f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:42 2021 -0800
Update custom.html
commit 3bc5fd87b61cbb9b867009d933342fe627da982d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:12 2021 -0800
Update custom.html
commit c3eede9868ee342bc4248e71a874c2e6b332dcdd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:37:42 2021 -0800
Update custom.html
commit 8426356c01a23ae769c79f726b95ea64f4428574
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:35:55 2021 -0800
Update custom.html
commit 93f09c216a1eb9aa876c88a1f806ccb709e971b7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:39 2021 -0800
Update apps.json
commit cb748a251dbd11e87615d82081522953607b3a27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:20 2021 -0800
Update custom.html
commit a994ed66301040f60d5f99b672a6081152a20d6c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:53:38 2021 -0800
Update custom.html
commit b76bb48973dbabfaf56bdec4aee44a483f94d129
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:50:08 2021 -0800
Update custom.html
commit f99ce683e9ce42431321fc711e061955bc0220fb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:46:32 2021 -0800
Update custom.html
commit ddfdd94ff845d3d8560158cde184a9a19a3d2142
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:42:51 2021 -0800
Update custom.html
commit 52675f7eff140426532f81da9c84c5d7803d0cda
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:48:03 2021 -0800
Update custom.html
commit d4911034145e3d98b99d649be55c75671e2f5c5c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:44:23 2021 -0800
Update custom.html
commit 71ff5959aec6a5f8302bda513d2c1371bbed0743
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:58 2021 -0800
Update custom.html
commit daba705b37b9952cba2910c3c0bed23e58aaf2fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:16 2021 -0800
Update custom.html
commit 19cb5fc749abeefe378205531d18b97562ddfc47
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:39:15 2021 -0800
Update apps.json
commit 6c20945898b84a02d6b440923a5afd994c7d97aa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:37:41 2021 -0800
Update custom.html
commit ff519bdc0d9bca530284d98cad9fd023ad37d50d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:15:29 2021 -0800
Update custom.html
commit 34843d703aae0b6a33be352ad0f8408d8d17d07b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:11:54 2021 -0800
Update custom.html
commit 4da82197f32b280e4192d5bc9a5ba174fbad4ace
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:01:20 2021 -0800
Update custom.html
commit a9c5a32bc1359d8288f4fd6b6da50eaf40910c9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:56:54 2021 -0800
Update custom.html
commit 352fea34791ccf06450a516ab2a2daf22353c641
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:53:38 2021 -0800
Update apps.json
commit ab6f56c381a54e4ab3466625a9eb794eef5dd2a0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:52:34 2021 -0800
Update custom.html
commit a65742ce346039ef901e70157620aabd95bbca35
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:48:25 2021 -0800
Update apps.json
commit a1a387dd600f7e5c3879d74cd5a516d7566fb7bb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:47:52 2021 -0800
Update custom.html
commit 180e88e0e44dc3ca09291a7d37b6fa4df637fa78
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:50 2021 -0800
Update custom.html
commit 0099736b8c64e8f1afefd4d52b526151e3ac700a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:14 2021 -0800
Update apps.json
commit 1fdf4e954e23fe0514b8d795224c2edafd5941c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:43 2021 -0800
Update apps.json
commit faa5b6b21aa8b7062dc62499e8361b8233cf9408
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:10 2021 -0800
Update custom.html
commit d617803c13ec381f35a9d30f99a267dca02c9cf1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:44 2021 -0800
Update apps.json
commit dc669254bcccad425153d209d6dcdf002f64a30d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:10 2021 -0800
Update custom.html
commit 303247fb4e66802ed7f5c2ee404ce0a28221ec2d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:25:00 2021 -0800
Update custom.html
commit d836cbd2ba256adfffa55f1d12fda02ae8ac760c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:15:16 2021 -0800
Update custom.html
commit e206bd4e1cad4aab266fd376fa525500941878a8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:08:00 2021 -0800
Update custom.html
commit 1a6c1acce50fe2fe2e49bfc26b3ac98c1db5aa13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:04:06 2021 -0800
Update custom.html
commit aa20fac50ed19adfb9248fd9cda1ebb7c31f95b1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:02:52 2021 -0800
Update apps.json
commit 5625414e90c78677040420f342f29e96f088469b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:34:30 2021 -0800
Update apps.json
commit ebc2d8096144e6150920efc4b63e8f1e3f52eb00
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:33:27 2021 -0800
Update custom.html
commit 6c43de3766433c1f9fa1d01fd24cbfe0839e19c0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:21:11 2021 -0800
Update apps.json
commit 37da3c68aeeb5fec1ef3d8965fa3d8170074d791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:19:46 2021 -0800
Update custom.html
commit 92707b9d13ed269a41684ce45111376694cb6e58
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:12:50 2021 -0800
Update ChangeLog.md
commit d3ca682cff08be0bb2a64ab057f6efdf36b4e094
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:09:56 2021 -0800
Update apps.json
commit dfd9e59993944f6323120f8af660d880c63c6793
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:08:52 2021 -0800
Update custom.html
commit 5d24a09ffa2d9cad10a5fae3c7b4d5fafc944aa9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:04:41 2021 -0800
Update apps.json
commit e965bd7d962108a2944824eb6579fce435876966
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:43 2021 -0800
Update custom.html
commit 345d9c155135fc4d0a2b8d00b3528b363a584ced
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:12 2021 -0800
Delete schoolCalendar.js
commit dc9db8a4767d4c16d92645131d977263e2468521
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:58 2021 -0800
Update schoolCalendar.js
commit 58df0a5ca26684b4da84929c8c388ca5c37acabd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:03 2021 -0800
Update apps.json
commit 65ad4979e8d58b51f11f3bcc86f31ab303a5d7b6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:27:10 2021 -0800
Update custom.html
commit 9c07800c5ef948a1b9b2071e7bdfe46809fefa1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:07:38 2021 -0800
Update custom.html
commit b108bc45fb8bfa266e4d4ad3e66a9f65cec96c92
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:58:24 2021 -0800
Update custom.html
commit d871855f8e217b27ea73ed28b389bbc8aea59d62
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:55:58 2021 -0800
Update apps.json
commit 99112920b287568db32c5e43b47cfc2ee0cf71a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:47:34 2021 -0800
Update apps.json
commit 37f4329ec57bc4a96a1b2a0847406f6a05cad520
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:49 2021 -0800
Update apps.json
commit ba2aee642bf90307757bb85fda6aa0db01bed5e5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:06 2021 -0800
Update custom.html
commit 98048dc23cb1caf3aafbf1d1ecfa461ba5943925
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:37:23 2021 -0800
Update apps.json
commit 1a53e8d34af89f0e6c889653961350a898deea81
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:33:43 2021 -0800
Update custom.html
commit 993bb7298c8fbc9348e6668b70a555c51dc54a09
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:31:41 2021 -0800
Rename interface.html to custom.html
commit 3a3962bfdc0365e75f8804b61293ec91084f6698
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:30:12 2021 -0800
Rename custom.html to interface.html
commit c8ad92a3dcb7b8a0df83f2e720b6730dd785e829
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:20:33 2021 -0800
Update apps.json
commit ae85c1cee709457b10233205c057f946ea15fe83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:14:33 2021 -0800
Update custom.html
commit c1b467ba8e96f58b27eb3b9b2dc2b859fa89e227
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:14:50 2021 +0000
Update app.js
commit 438537ace2358f5b798bdfde92ebf78db81abc49
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:10:03 2021 +0000
Update app.js
commit e6d736860d7d7511f08474a4d8f6446ebe97e634
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:57:57 2021 +0000
Update app.js
commit e1add5e2b2a068873d0102324d61f9ff5532924d
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:45:02 2021 +0000
Update app.js
commit 09be008dfaf764b542a80f4dbbde6ab26314713e
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:39:48 2021 +0000
Update app.js
commit 9f26994f5c66a5ee88a702c7a73d8bcc0c8236c3
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:33:47 2021 +0000
Update app.js
commit 0cf4c5d70a97480185296b32137fcdc179fddcc4
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:10:31 2021 +0000
Update app.js
commit cfdb94439526722ca757b8ee748d298f6a76d9e7
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:32:34 2021 +0000
Update app.js
Add Media controls
commit e3cd8f5607f912002d3ec0adf833834058a492cb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:16:37 2021 +0000
Update app.js
Removed extra unneeded code
commit ceed8a123836f5da6fb8c5d6741e2224a3e4a0af
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 15:05:28 2021 +0000
Update app.js
commit 721a3f2608ee0012767cfacd5c69aa91a7bba5f6
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:39:30 2021 +0000
Update app.js
commit a16bfe4d7350b34c694050448f2aefc990d19dcb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:32:57 2021 +0000
Update app.js
commit e72bf84a7a05c4208e8c1d5f60815a9f57ca11c4
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 21:29:57 2021 +0100
use dark theme for metronome
commit 071a7a7e683a649b9f75fdc92b9f56804cd0af87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 20:46:18 2021 +0100
add support for Bangle.js 2
commit 7a7175fa483e4e9fcd5912d83e9519274d67b4f0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Nov 4 16:00:41 2021 -0700
Update custom.html
commit e2928498690565ba7d0454aaa4265bc8adfda712
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:32 2021 -0700
Rename interface.html to custom.html
commit cd7579269efe8d54a5a5680b8126ea38f9ce54be
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:04 2021 -0700
Update apps.json
commit df7f9cc530194025708b712565a410aed1d73e95
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:20:09 2021 -0700
Update interface.html
commit ada94b11cfbebfeaa010cee1b39d0f92591d4e13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:06:50 2021 -0700
Update interface.html
commit 08fc58deb57847cca7d81bf84a54df16ce97528f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:20:57 2021 -0700
Update interface.html
commit 04b9e74a4d2cd84dd9b64b0ba6fba1167fc400e7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:10:58 2021 -0700
Update interface.html
commit be7af68455ff4b5034c0baab9d8c138b9b024707
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:08:24 2021 -0700
Update interface.html
commit aaee5f3c0610de7a48bdda7fe9c6064dff97780e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 19:13:08 2021 -0700
Update interface.html
commit 73819933eeb57f32935e6ad93a146bdbee6d8be6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:52:09 2021 -0700
Update schoolCalendar.js
commit fa5cbd71c618a2053ec3217048c74a723c46f03f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:49:22 2021 -0700
Update README.md
commit fa392008d1e30a6df05245eac969badf4188fb74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:45:24 2021 -0700
Update README.md
commit c280e41560a3812ee83ca461e098bc35b80ef439
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:42:39 2021 -0700
Update README.md
commit 6b84a8eb3007cca6abd31cc1d3d0552cc79cb492
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:26 2021 -0700
Update schoolCalendar.js
commit 5bbfb1109910856575cc348012dbc44d489a8005
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:11 2021 -0700
Update interface.html
update interface
commit 6660dad4c01c66c20670cfd415b6ad063d9b5b74
Merge: 8c003cf6 1e0f6cd6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 07:35:54 2021 -0700
Merge branch 'espruino:master' into master
commit 8c003cf6ffb5a8b3437897a1e57a6a020b5e02a4
Merge: 5c11881f f1ce196a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 15 07:33:21 2021 -0700
Merge branch 'espruino:master' into master
commit 5c11881f752edbdef3031f0a48109a196eced80a
Merge: 8c149dbe be34e2b0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 14 17:14:45 2021 -0700
Merge branch 'espruino:master' into master
commit 8c149dbea1cfd34e815b64ca354840b811a82222
Merge: 7888cc6c 300ed35b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Oct 13 07:46:16 2021 -0700
Merge branch 'espruino:master' into master
commit 7888cc6ce0bbabf99c7dd39f002810d262af07fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:59 2021 -0700
Create README.md
commit 36a52b8b001a4515d715950db56e411a6c4842b2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:52 2021 -0700
Update README.md
commit 4f5558c41e75f6e91a34842f7b42fa85970dce5e
Merge: 5db16d19 68cc9fbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 16:43:12 2021 -0700
Merge branch 'espruino:master' into master
commit 5db16d190b1439293d9f0af16d37fea29db8830c
Merge: e7995505 54d98db6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 07:03:23 2021 -0700
Merge branch 'espruino:master' into master
commit e799550544e55ef94ef48f905283625e50f73e97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:57 2021 -0700
Update schoolCalendar.js
commit 89f82a50436d4eab82574d310077d19154a8ab59
Merge: 7107d510 f3712e66
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:38 2021 -0700
Merge branch 'espruino:master' into master
commit 7107d510a5301f50ca5dc1bf9d4463ad99a33af8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 20:06:28 2021 -0700
Update schoolCalendar.js
commit a61879753285b4469772f51474c29fe86a5aa942
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 19:55:30 2021 -0700
Update schoolCalendar.js
commit 3c9e46c2160f4ff58708afc0d08ce2e5d27df097
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:59:03 2021 -0700
Update apps.json
commit 941bc852c1ab4472dc74a7f84e12e92ab891432e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:53 2021 -0700
Add files via upload
commit 4cbfac212e6999887cfafd37d9c809919a014e27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:26 2021 -0700
Delete apps/schoolCalender directory
commit c7b723f87e5e6fb0858c09ee2910510267d73fd6
Merge: 8d2f4ccc ba08863b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 07:31:25 2021 -0700
Merge branch 'espruino:master' into master
commit 8d2f4ccca761e1695620b072e116b94272850427
Merge: 7846b48c 44aa03e4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 1 07:31:42 2021 -0700
Merge branch 'espruino:master' into master
commit 7846b48cf67ab024970b90948096f9258e1c184c
Merge: 59aa9909 d0fd2f01
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 30 17:22:33 2021 -0700
Merge branch 'espruino:master' into master
commit 59aa99092dac99b9a13bbc2a7153dd2b44a6fb67
Merge: 9061acee 03bbe1d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 29 08:06:54 2021 -0700
Merge branch 'espruino:master' into master
commit 9061acee5db851bd58295785cc7542a7c066b4c8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 17:44:12 2021 -0700
Update interface.html
commit 79bacc45932ce8842cbf12d23c36a41e992b438e
Merge: bb5fcdaa 48bb819b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 07:12:44 2021 -0700
Merge branch 'espruino:master' into master
commit bb5fcdaafc1e344bf2d717c3eb238f763f255215
Merge: 814fbdd6 28bd9e83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 27 16:15:07 2021 -0700
Merge branch 'espruino:master' into master
commit 814fbdd61ef41676d07719b5b1b297fbbc03ec6f
Merge: 83d88a1e f3fd0f25
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 25 08:01:44 2021 -0700
Merge branch 'espruino:master' into master
commit 83d88a1ea191e2e6b669d284d94b4180b9ea54aa
Merge: c9bed74e 71471d37
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 24 19:35:52 2021 -0700
Merge branch 'espruino:master' into master
commit c9bed74ec2e240e2daf26bf9ec9432df91ac18aa
Merge: 1f130c53 16fe8470
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 23 15:21:18 2021 -0700
Merge branch 'espruino:master' into master
commit 1f130c53b46546328260a6b94ad182be5d55ff18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 22 07:25:41 2021 -0700
Update interface.html
commit 3d8ebe82c289156581799134b3c56fd02ade1fad
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:07:20 2021 -0700
Update interface.html
commit 2ca58d2cc436b72beb87d347b8d8c217b461e805
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:02:14 2021 -0700
Update custom.html
commit d8c149073fb6bca8f5f78ba4a031004adeab1a6b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:01:31 2021 -0700
Update apps.json
commit ceab5d46a23f913faf96be90e644458ac5546157
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 20:58:01 2021 -0700
Rename schoolCalender.js to app.js
commit 9b344eb1ecc577e96196d2a3d3fc8962198e90de
Merge: ec453c0e 3b15a7f9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 07:24:54 2021 -0700
Merge branch 'espruino:master' into master
commit ec453c0e100f7fd140305fe8ed4a62d3987e68f1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 19:45:50 2021 -0700
Update README.md
commit a8f7fe72923e1fe38042cb4752dac1429c6be426
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:31:41 2021 -0700
Update interface.html
commit 51c41d5c48a72b7a373e6f979c95bab9fa9ddb7a
Merge: b7a4ecb5 50ec8d97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:25:50 2021 -0700
Merge branch 'espruino:master' into master
commit b7a4ecb57857016c131ba72e101b3a11eb3cb06c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:48:24 2021 -0700
Update interface.html
commit 82320ab073c0b106f5260e26c0fb147d7c8fcd02
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:40:43 2021 -0700
Update interface.html
commit 27d025bf82cc5882dc39110c5c7799f657f2c57d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 14:01:04 2021 -0700
Update interface.html
commit bd92c0e67fce373f11aae3bbcf8f5a4c06f2e161
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:51:31 2021 -0700
Update interface.html
commit f0c596d14f6119bbe52e2f0d3912216785257536
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:40:29 2021 -0700
Update interface.html
commit d6542bac6d666af7c8fe1f67434611e6ccacc6a6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:29:46 2021 -0700
Update interface.html
commit 7a2ee0f7111209afa859761a62f80e93ca71a879
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:15:29 2021 -0700
Update interface.html
commit c65ddbfc522c54da540080a16d171edd42ce592e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:05:32 2021 -0700
Update interface.html
commit 43c684f389d97dd12815edbd93d0750f923f17b3
Merge: ddd1a83c 5f5b5c0d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:45:25 2021 -0700
Merge branch 'espruino-master'
commit 5f5b5c0dc2485f7e454acb9f364d240e3972d955
Merge: ddd1a83c cc2e1bbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:42:47 2021 -0700
Merge branch 'master' of git://github.com/espruino/BangleApps into espruino-master
commit ddd1a83c613a9f21ec8e37ba1151e1ca255a77af
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 18:27:57 2021 -0700
Update interface.html
commit 632c98f8be2ad6e2290e5eb98025559a42a47c34
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 15:13:46 2021 -0700
Update interface.html
commit c252f74e16edc5a1a1fcfe4ce72c9594f12a9624
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 07:31:16 2021 -0700
Update interface.html
commit b9b0a43e99db0c2d13c28bf6d65540925709d866
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:28:35 2021 -0700
Update interface.html
commit afafd449fb06abd3930d0eb40989dc12787c96d9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:22:01 2021 -0700
Update interface.html
commit 45a0d50b011ee50e9b1b4c6ce5a84e1290331b1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:15:25 2021 -0700
Update interface.html
commit eb146fe07bd5d71f49c5e267424d7b8206eee952
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:07:51 2021 -0700
Update interface.html
commit 34baf995e7f5288266b5da08bcac6d76202a92fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:04:33 2021 -0700
Update interface.html
commit 751fbdda43ea542db4887bed7b4d4e2ad7628a23
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:00:47 2021 -0700
Update interface.html
commit bc71f317311509e8f3fd5054e6c3efaa05bc0416
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:47:13 2021 -0700
Update interface.html
commit cfde9e14a87466a8dc7cb92934c3af373f6a43d0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:41:40 2021 -0700
Update interface.html
commit 135165c983beca48190d091e355436100beee41d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:37:52 2021 -0700
Add files via upload
commit d50ba356d68ebeffd028a924450d4a6ad4fddd74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:36:59 2021 -0700
Update apps.json
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit b51c84229798e7c3665f203c13023d9f6e24eb68
Merge: f4e997d4 d1da165e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 12:20:57 2021 +0000
Merge branch 'Combined' into Base
commit d1da165eb44fa50bea67506097768f1138574c8c
Merge: f927549b 2c257605
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:30:56 2021 +0000
Merge pull request #9 from t0m1o1/scaledlauncher
Update apps.json
commit f927549b2c1e88232f4df2c6ef7e160c3a8e0f7b
Merge: 3cfd575d 411118aa
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:16:59 2021 +0000
Merge pull request #8 from t0m1o1/scaledlauncher
Scaledlauncher
commit 3cfd575da46cf38347bbbb4d37645c0bd72833de
Merge: 9a311219 9d1429ca
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:04:17 2021 +0000
Merge pull request #7 from t0m1o1/scaledlauncher
Update settings.js
commit 9a311219b2d3a7d3594ca654c78ae7137a92fb8e
Merge: 43c42711 5b1b752d
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 02:56:33 2021 +0000
Merge pull request #6 from t0m1o1/scaledlauncher
Scaledlauncher
commit 43c4271101a4be6dbc28d7e34534d25242c159ae
Merge: dec967f1 084bba39
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 21:18:16 2021 +0000
Merge pull request #5 from t0m1o1/compass-fix
Compass fix
commit dec967f1ac5900e43099ef9bfef3bfbe84e1f8e4
Merge: 21c48263 dfa40407
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 20:56:22 2021 +0000
Merge pull request #4 from t0m1o1/Swipe-Launcher
Stop the swiping coming up if mode is undefined
commit 21c482639aa1f2d391ebb0508701cff3170b45c4
Merge: dea2ec96 4c9d04de
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:19:27 2021 +0000
Merge pull request #3 from t0m1o1/Swipe-Launcher
Update Swiper Clock Launch
commit dea2ec9693855d735662a4d344682e6105533bf2
Merge: 92d156fb 51766844
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:15:16 2021 +0000
Merge pull request #2 from t0m1o1/master
Master
commit 92d156fb398787a068a2f7ed81a78d90ed04bd70
Merge: 100384f2 7d37a9eb
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:14:13 2021 +0000
Merge pull request #1 from t0m1o1/Swipe-Launcher
Swipe launcher
commit 51766844e6ff346119739114c28b9d638ca57cbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:49:56 2021 +0000
Update apps.json
commit 6fda7a5f33ec6341d51529e680f5d0caa9c9fdbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:37:07 2021 +0000
Update apps.json
commit b7a067234413e2cd9cb531c366371e5d88f6bb21
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:32:09 2021 +0000
Rename hidmsicswipe.app.js to hidmsicswipe.js
commit 97065f1d62d40003eec09a2539d7294fe41bc4e5
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:55 2021 +0000
Delete hidmsicswipe.info
commit 21f184d6c4ad1f977c385d95c3966d95d446bf5c
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:10 2021 +0000
Add files via upload
commit 3917f28ae54db0e86b6429489c19a4180be759e0
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:45 2021 +0000
Delete hidmsicswipe.img
commit a65668300fc45082d6897e19c6efff556853f4d9
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:18 2021 +0000
Delete hid-music.png
commit 5fce838e8ab7d2b297c05a1ae735abcd4ba76d90
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:29:36 2021 +0000
Add files via upload
commit ffa37f2ab3b1fd2b921783e19ffb48673aad1a6e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:22:38 2021 +0000
Create hidmsicswipe-icon.js
commit b656e5973c302a39f7513364c66094132135bfc4
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:59:19 2021 +0000
Create changelog
commit ad943ca5658e4f68c205996c4ad42aa1ebbeb793
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:58:19 2021 +0000
Add files via upload
commit ac433ac7bd6d586e9b1ca11da924d64bd566ade2
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:57:39 2021 +0000
Create hidmsicswipe.info
2021-12-05 17:14:06 +00:00
"version" : "0.37" ,
2019-11-06 22:12:54 +00:00
"description" : "This is needed by Bangle.js to automatically load the clock, menu, widgets and settings" ,
2021-10-20 14:11:04 +00:00
"icon" : "bootloader.png" ,
"type" : "bootloader" ,
"tags" : "tool,system" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2019-11-06 22:12:54 +00:00
"storage" : [
2020-01-17 11:43:26 +00:00
{ "name" : ".boot0" , "url" : "boot0.js" } ,
2021-05-26 15:21:52 +00:00
{ "name" : ".bootcde" , "url" : "bootloader.js" } ,
{ "name" : "bootupdate.js" , "url" : "bootupdate.js" }
2020-01-17 11:43:26 +00:00
] ,
2021-10-20 14:11:04 +00:00
"sortorder" : -10
2020-01-17 11:43:26 +00:00
} ,
2021-10-22 10:47:23 +00:00
{
"id" : "messages" ,
"name" : "Messages" ,
Squashed commit of the following:
commit 5ed43a28b5b9d6820ee898f632535747c1e5913d
Merge: 4cf9192c a385c099
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:12:45 2021 +0000
Merge branch 'espruino:master' into Base
commit 4cf9192c4341a85eab1198b8663f48d276704ac3
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:25 2021 +0000
Update core
commit 69a54194a9eb41d0722fc061bec5c900b724e8cf
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:14 2021 +0000
Squashed commit of the following:
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit e040cc4e245a8fb4c55bfeb99cab12c62af5e7b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 15:22:16 2021 +0000
replace tabs!
commit 60c2fa710c4904827bfba868507a9f6d10d524a3
Merge: 38b2e417 f3cb7e9a
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:29:46 2021 +0000
Merge pull request #942 from madman2021/master
Add new TimeCal app
commit 38b2e417bf8e63be394a96ed24b9e3d174d5f45b
Merge: 94bd895b 43b38cc8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:26:43 2021 +0000
Merge pull request #943 from peerdavid/master
[LCARS Clock] Shows icons for charging and out of battery
commit 94bd895bafeb37250b64373692c9cceb3e9ece97
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 12:56:56 2021 +0000
welcome 0.14: Turn off and run later to use softOff to time is set right
plus other minor tweaks
commit 43b38cc8ab5796e25f65ace531be68a6a4134f98
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:40:47 2021 +0100
New screenshot. Updated version.
commit 34c6589f06a1a8ba0f7fe2e126b41d03dff7f45b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:37:07 2021 +0100
Minor improvement
commit c403a5af671cf70b18776fad83126adf66122f0f
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:36:21 2021 +0100
New design. Removed png icon files - only converted icons are needed.
commit 19655ea3279daf32ebfd4453db398915a8229946
Merge: 274b705c b1fb0e6b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:44 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 274b705c1e7313cf646412ec01bf17de9b1dabcf
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:37 2021 +0100
More lcars style
commit f3cb7e9a0b8f0ba3624b639415c9168c240905e8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:53:14 2021 +0000
Remove Icon as it renders massive
commit 1a9f5375557fc232acfe3f42d1198da827db5ab8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:46:03 2021 +0000
Add missing supports tag for TimeCal
commit 3738bde22a0d4cef2bd5c956a1a370e9a145689a
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:43:38 2021 +0000
Add TimeCal to the app library
Add TimeCal to the app library
commit b1fb0e6b7d88f53cff85f6a8d3eb416bebd35e92
Merge: 559e8208 dabc22c2
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 11:10:36 2021 +0100
Merge branch 'espruino:master' into master
commit dabc22c2d725ccddad8b08c0fa0b14af94d38e28
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 09:54:11 2021 +0000
custom code works on bangle2
commit 2e83a511d2032736a63bda38406b4f744a4130f1
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:51:20 2021 +0000
metronome supports bangle 2 now
commit cea51d06d07f09923d590357c33782861c342817
Merge: cd1daba0 4eee3f05
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:50:24 2021 +0000
Merge pull request #938 from bengwalker/master
Add Bangle.js 2 support for metronome app
commit cd1daba0c55e99f5a477407f47b932d050c0b6f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:46:13 2021 +0000
0.25: Fix issue where if Bangle.js 2 got a GPS fix but no reported time, errors could be caused by the widget (fix #935)
commit c03ab08687bbc7ed893ed2ef8c3be21f1e61e74f
Merge: 1750c72e f10bf240
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:40:53 2021 +0000
Merge pull request #939 from Ronin0000/master
Add Screenshots to Many Apps
commit 1750c72e94eab6ee22650d993ea31efa17e79c46
Merge: 5eeb1181 1def233d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:38:06 2021 +0000
Merge pull request #936 from Vingelar/master
Binwatch: re-format background images
commit 559e82088077ba79675c0012c921eae3ef32b16d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:14:04 2021 +0100
Minor design change
commit d24b8c80da7afd75a6f121a22e3694252aa3c57a
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:12:25 2021 +0100
Minor design chnges
commit f10bf24018add2df61a5fc422aee941b07c70082
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 17:04:07 2021 -0800
Update apps.json
commit c66b0982368a5e1ee74da598945df12d88cba679
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:53:48 2021 -0800
Update apps.json
commit 638fea73c791b4f11b6119c02ca2090c31b6bc83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:24:10 2021 -0800
Add files via upload
commit 4e79c896c65b2edc7dfcb7b4b2eb6ae1c96f60ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:23:33 2021 -0800
Add files via upload
commit 33809d8cdfa7ea3f02941c820b4836f20a9eb869
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:58 2021 -0800
Add files via upload
commit 6cb83284a7e7b9d2f8935835702e713f0f9b7b51
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:45 2021 -0800
Add files via upload
commit 7e521d0d29262227a32244d2929eb99fcb36fb98
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:17 2021 -0800
Add files via upload
commit 9985ff03f20469897ceb3dd1acb4f90ac850ebb8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:00 2021 -0800
Add files via upload
commit 6f437c39866562e05d8821bdb5150cd553f3a6cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:21:15 2021 -0800
Add files via upload
commit ffe218a0046d65464e96cdc59d1c10fbb708b791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:56 2021 -0800
Add files via upload
commit 9400133dd49762a7bfcff38e5a6249cbfd5753f7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:39 2021 -0800
Add files via upload
commit 76463d927940f590ed45cc51558723375217a34a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:37 2021 -0800
Add files via upload
commit 4011accb47eb53954acc3e27cce5b6f6cb025c57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:19 2021 -0800
Add files via upload
commit bc5960d61a40c08566a8e1977fa53c6528f04a85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:07 2021 -0800
Add files via upload
commit da5634beda72243f5ee6e4fc0e376c6c5f9c6ccc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:51 2021 -0800
Add files via upload
commit b9c4640f853d4992e57cd5d6b2e3f4d75db32d1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:25 2021 -0800
Add files via upload
commit d27a605a24cc06903084b6a796c9c93b7724150f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:07 2021 -0800
Add files via upload
commit 52baa42e69b1a7a8ef6bc2cae548298af4dcbf7c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:48 2021 -0800
Add files via upload
commit db3b6a58e49a3d5ce9b528011f3e0607474e4fa8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:16 2021 -0800
Add files via upload
commit f0de0d8a9d542fd960f13b36a2bb2a3548f06033
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:52 2021 -0800
Add files via upload
commit 6d4cb98ba83d0ab62406c00ed9fa8dcd139d2f8c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:34 2021 -0800
Add files via upload
commit 5f434d9d327fff8cebf41a45cf73ea9c96cb42db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:23 2021 -0800
Add files via upload
commit 6e72349f05e3773b0ae60217df8b6f266447f1ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:37 2021 -0800
Add files via upload
commit 03e4d0d7c01cdc214526891933f3c155f63ff2b5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:21 2021 -0800
Add files via upload
commit ead12a1c11e3937637e8af8b1d54218e0138e908
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:54 2021 -0800
Add files via upload
commit a1ed32c91380e03146dc4003a3ee6e400d0dd35f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:30 2021 -0800
Add files via upload
commit fae08d7a739b1a28faacb0105d5ad417171dddcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:57 2021 -0800
Add files via upload
commit b889e431edf72d64867c576135bc1470c4590db2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:32 2021 -0800
Add files via upload
commit f177480160184722b935623ebed05ad630a5a6a2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:02 2021 -0800
Add files via upload
commit a2fe8c3722f56c59957642cad2bb0a6454dc6f5b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:11:42 2021 -0800
Add files via upload
commit c1cdf15bf5413167692e9c7bd4f5fee31fe4d4c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:49 2021 -0800
Add files via upload
commit fb1c5529f037cc701e30d9da036a54236ea1ba1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:11 2021 -0800
Add files via upload
commit 530089e0830473574b38c172a964f9cfb49436a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:35 2021 -0800
Add files via upload
commit 3556e668560587c074ad435b977283e19367f69e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:12 2021 -0800
Add files via upload
commit e1e32772e4dd1943af6ed37407425998b0819e48
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:56 2021 -0800
Add files via upload
commit 8084bb92b7cfb12740129c57e1bb5c05ce13994c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:37 2021 -0800
Add files via upload
commit 2c997d2964d4ade4ba0aa5ef89a1b646c15a9751
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:18 2021 -0800
Add files via upload
commit 747626b66c880293481bd0a97cda8e32e0239d04
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:07:24 2021 -0800
Add files via upload
commit ed36fae0ac6def24ca20ab6229affbcf7502582e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:59 2021 -0800
Add files via upload
commit e8baad3c3775e26f8a88457ff8f361a18572e484
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:33 2021 -0800
Add files via upload
commit 1efcebe84aa2b2b00d6920a84d4e486b834c1083
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:16 2021 -0800
Add files via upload
commit 082d3d1e95e9bb98e10bb1679ae0dfba11bf44e0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:05:21 2021 -0800
Add files via upload
commit b10f62a6c55dd89bb15a97430b74269486a72807
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:58 2021 -0800
Add files via upload
commit 24b41c2c6fe40d18ffd9dfc0404f215cc9b847ff
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:42 2021 -0800
Add files via upload
commit 19a2ef1a44c78fe9b1922574f0a1eda20f2fbd43
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:01 2021 -0800
Add files via upload
commit 7089d6e74c438d3577ebf03857b0c1b6f73aaa2a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:03:38 2021 -0800
Add files via upload
commit 431824f828f0ea900c9d206e492cc7a6d1830f2e
Merge: 15aa41c7 5eeb1181
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 15:15:57 2021 -0800
Merge branch 'espruino:master' into master
commit 5eeb1181d049f1580f75657b9a9ac664041b26b9
Merge: 546a0b16 6b05d928
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:29:18 2021 +0000
Merge pull request #937 from rigrig/barclock-b2
Barclock works fine on the Bangle.js 2 :-)
commit 15aa41c766b2a25c7a83a1a6744706a7b2852aa3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:23:03 2021 -0800
Add files via upload
commit 6a93494e3fe516ccbc7755027f613bd9bd529021
Merge: 12443640 546a0b16
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:22:27 2021 -0800
Merge branch 'espruino:master' into master
commit 546a0b16cc32841b38a0d39b07ec6d18f58d21c5
Merge: cb6e14f6 18fbd289
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:55 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit cb6e14f6c12816224bbc3dc127e9817d0df7ae78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:37 2021 +0000
messages, start of call handling and message responses, fix for scroll issue when only 2 menu items
commit 12443640c95efbe9f25ed0ffe73280c84d90cd13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:54:22 2021 -0800
Update apps.json
commit 9bdc07f8617e457439522d5b4c84a65d1eba4ed9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:47:36 2021 -0800
Update apps.json
commit 4eee3f05e92e26aa5c70c1d2cefcc97ff4935b0d
Merge: aafc93f0 18fbd289
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:46:32 2021 +0100
Merge branch 'master' into master
commit 298fa47cd87e37b19cd142f47867843e24d08b57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:42:50 2021 -0800
Update apps.json
commit 52c07f6dc80e8eabd017fc324332c0594c173399
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:40:42 2021 -0800
Update apps.json
commit fe340d75bbb6c7814241becacddaca50435c5fe3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:39:31 2021 -0800
Update apps.json
commit aafc93f09a818f5bb6e4b6988246e4f8d049df87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:35:35 2021 +0100
Update README.md
update README
commit bd80ea5ca03b2e9d5f2eb562adc7305b3952d2e5
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:31:33 2021 +0100
Update metronome.js
print instructuions for banglejs2
commit 51afd5ef049c67f331931ee18b53e9d4e835342a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:29:27 2021 -0800
Add files via upload
commit ff62b603a27d6acea382af80496b6a35787a73ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:51 2021 -0800
Add files via upload
commit ffbd331c1376c5f393dafe62eaa62a9991949a3e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:29 2021 -0800
Add files via upload
commit 93c113a95a21dccfde6bb171d15b0f93e6d0f58a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:25 2021 -0800
Add files via upload
commit b2be26fccedfa52f00f275db8050c0c3e532859b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:07 2021 -0800
Add files via upload
commit 899e78539c3bb0e41e4d56aa854c4806715ccce0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:26:06 2021 -0800
Add files via upload
commit 50a88d41cd63e51a876e4fca58fe13c5af2088fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:35 2021 -0800
Add files via upload
commit b1d636bac2148007dd72becff0daddf24b80f0a4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:10 2021 -0800
Add files via upload
commit 6b05d928751b49d4910ddd3a6867e2d4cad6c93f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 19:42:12 2021 +0100
barclock: Fix time/date disappearing after fullscreen notification
By forcing a complete redraw at lcdPower-on
commit 32e3d326aa143eed99d26c81c9fbf870730591f4
Author: Richard de Boer <git@tubul.net>
Date: Sat Nov 20 17:13:36 2021 +0100
barclock works fine on the Bangle.js 2 :-)
commit 1def233de2434d272c6f712c9c213b7caff3ae92
Author: Vingelar <Vingelar@mantisse.de>
Date: Tue Nov 23 19:09:16 2021 +0100
changed format of bg images to binary raw format (export from emulator
commit e021aa2c9d5c44f9130e4bf67cb4b066d02cbd6d
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:59:49 2021 +0100
Update app.js
binwatch: adapted names of bg images
commit 3dd723d10bd3195257205a48dc79872668bd53cb
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:58:48 2021 +0100
Update apps.json
binwatch: shorten names of background images
commit 275402344ee927a51d0c100d4387c739d7a49968
Merge: cf027b37 18fbd289
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:36:45 2021 +0100
Merge branch 'espruino:master' into master
commit 18fbd2898da9fc2bfb16d0adf9cf2b97f5ce0f3d
Merge: 5be6981a df364bab
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:34:15 2021 +0000
Merge pull request #933 from peerdavid/master
[LCARS Clock] Added lcars icon to watch face.
commit cf027b3783cbbf8deca98fb3e1ee1922557686bf
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:34:13 2021 +0100
Update app.js
changed names of background images
commit 5be6981acdf3935b936bb85caf37780537518b66
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:31:42 2021 +0000
oops - named stub wrong
commit d328d94d34ea86dd99f958098c7f0a000b1e395f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:30:20 2021 +0100
Add files via upload
added background files exported from Emulator
commit c36fb16a684085c2eb6ada2c50021d3776f5e215
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:54 2021 +0100
Delete Background240_center.js
removed background240_center.js (wrong format)
commit 4719fada2843f1c8d6ae36d8d59d0fb95318d9b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:28:34 2021 +0000
Android Remove messages on disconnect, Fix music control (ref #909)
commit f431bd8a2c823e877ee6e78576aa4f39a0b5701f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:25 2021 +0100
Delete Background176_center.js
remove backgounrd176_center.js (wrong format)
commit 1b548c9bbb5a10769498b4ad1be04397fb889bce
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:27:33 2021 +0100
Update apps.json
adapted naming for image files
commit df364babab19550f75a01d707f0684d8547e8664
Merge: d28517b2 a1eeadfc
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 17:16:00 2021 +0100
Merge branch 'espruino:master' into master
commit d28517b2a5b5e7eaa6a8d9832d9352062addb3ee
Merge: cd93a201 465c93d8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:18 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit cd93a201f846e2c51a1ff9cc447dbbbdc2c5e2cc
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:15 2021 +0100
Moved logo
commit dd2bb22f076abff1aac2f32734b50fdcc5423861
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:08:57 2021 +0100
Update apps.json
use .js files as background images
commit 03c5f996f4998ebc1e6bfea7e77d3a61743c0c69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:07:21 2021 +0100
Add files via upload
added background files as js
commit 7d81bfe2bbdf5095ac7550247eddbe6827cec4c0
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:53:40 2021 +0100
Update apps.json
added missing "url" to background storage
commit 51b73894e461af6312b6fca28e0b5888e9f98da6
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:51:40 2021 +0100
Update app.js
use background images from storage
commit dab36d05a77563e9a839f38807bfd7cfe09a1f69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:48:50 2021 +0100
Update apps.json
added background images to stroage
commit 31f28093411e4f501dd49f98359af43e71e8b27e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:44:49 2021 +0000
Fix https://github.com/espruino/BangleApps/issues/927 - App loader offers to update unknown apps
commit a1eeadfc224a976e3fca6a00ca47d1c1389fa70f
Merge: 68429483 0a695e51
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:40:09 2021 +0000
Merge pull request #934 from Ronin0000/master
Fix School Calendar Bug
commit 0a695e5143fbff3935e80b9df85720f065b1e185
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:09:14 2021 -0800
Update custom.html
fix bug that was for testing
commit cfecc24f42d257d565f21571a50b825cffb2f1c3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:05:47 2021 -0800
Delete boot.js
commit 684294830d75459982845920cb30815236dc0917
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 13:57:46 2021 +0000
app manager works in bjs2
commit 465c93d830300054722f10f483a9023c6ec315e7
Merge: d20f5e59 3ba779ee
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 14:53:47 2021 +0100
Merge branch 'espruino:master' into master
commit d20f5e597e72d8392af3e9b745a4dfab36e8797f
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:53:27 2021 +0100
Updated screenshot
commit a283cf58fb90b1852d8e414fb01010632a65ba46
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:51:55 2021 +0100
Included lcars logo
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 3ba779ee5826a60f127ed12f0eeaa2a848f53b4c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:48:34 2021 +0000
Fix bangleapps after recent PRs
commit aaf06b113c72e1487651d30602ba79c95a41d6ff
Merge: a0351381 06a6b72d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:42:26 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 9600f16671ab5a9fc772a959a7110622baa5e606
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:19:48 2021 +0100
Updated changelog
commit 98577b626960bd971af483ef709655dfe0ac1f00
Merge: 1ccabca0 d3cd47f9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:52 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 1ccabca0c6f1cf79c1b5d6a56749ab752a4d1850
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:50 2021 +0100
No hrm icon - its shown too much.
commit d3cd47f95704e7c508e1e311d3224826f3fd73ce
Merge: 2e18795c 06a6b72d
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 11:12:43 2021 +0100
Merge branch 'espruino:master' into master
commit 2e18795c5780148c6f52d50cd69849b5893b1cdb
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:11:33 2021 +0100
Fixed string
commit 36edd449c5398147536d20c2b4f11040cb3105b9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:10:33 2021 +0100
Minor change
commit 06a6b72d42fc55a224bb5d133640670c21d6cae0
Merge: a39d4102 be083113
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:03:45 2021 +0000
Merge pull request #925 from Ronin0000/master
Add School Calendar
commit a39d4102963fc1593e1f2f8ea3f4372a3da4da6f
Merge: ab2cb243 930cfa13
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:02:41 2021 +0000
Merge pull request #928 from peerdavid/master
[LCARS Clock] Icons for different states such as GPS or HRM.
commit 5c3b0468d4ce9a51249f6f098c3e6ba84ba1cf41
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:59:26 2021 +0100
Update apps.json
corrected format
commit 336501059da7bceddba9e300c5b6d5bd1aba6a3a
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:56:25 2021 +0100
Update apps.json
removed background image
commit 3f4c49a8aef6ba79419f00d86fc4f02435b72e21
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:55:07 2021 +0100
Update app.js
integrated BG image into app
commit ff3223e1b906957811cad815df88ad495e70a95f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:51:02 2021 +0100
Update app.js
added "require" for bg image
commit ab2cb243857e50e7bb80ee163e4bc153302446a7
Merge: adadf7ef 162dc1f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:51:01 2021 +0000
Merge pull request #929 from weeurey/master
Update app
commit adadf7efd39b01466cfd348e13c5a02deaa6bf4d
Merge: b7f403e7 0f9d938f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:26 2021 +0000
Merge pull request #931 from reelyactive/master
emojuino@0.02
commit b7f403e79bf5fae387c5f6d0522f49ce917362a6
Merge: f4e997d4 46383d4d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:12 2021 +0000
Merge pull request #930 from rigrig/gbmusic-fix
gbmusic: fix "previous" button image
commit a03513812956c629f003824b46bb6763734eead8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:44:24 2021 +0000
fix download icon on android
commit b128f5c15569de9e2be0717f270cfd90e006d5ab
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:38:02 2021 +0100
Update apps.json
added background image to upload
commit 930cfa13315046c621a5444632f7b12bbd956fae
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 09:43:24 2021 +0100
New HRM Icon
commit 7f3f7b9eee3c23c922645274dd8d7947def8158d
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:26:37 2021 +0100
Currently, no confidence > 80 is reached...
commit 1fb861b82c4cc75b94dc6875280fbd411390bc71
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:25:11 2021 +0100
HRM confidence of 80 to display
commit 7d95221e166770be91bf76374f926fe996356009
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:24:15 2021 +0100
Minor change
commit 6d8d98fb03e7bed42c3feeee771ddfcd78b60ea8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:21:41 2021 +0100
Show HRM
commit a0cc4c633e0e6853a0f170a5358b7e1f11e310af
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:10:00 2021 +0100
Minor changes
commit be083113316ec7ba07d780b6593cb9adfd748298
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 19:11:40 2021 -0800
Update custom.html
commit 0664a44c454107d4e3ff039d12baffea3e90cf5f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:52:43 2021 -0800
Update apps.json
commit b032ca0fc1936e650a459f766799e197daf2a4dd
Merge: 7fd37f7e f1f063fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:27 2021 -0800
Merge branch 'espruino-master'
commit f1f063fd1adb553c548a3aa54156bce00b4ca48d
Merge: 7fd37f7e f4e997d4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:09 2021 -0800
merge3
commit 0f9d938fa6970df18fbe99f3c707b94aa26d15c1
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:23:17 2021 -0500
Version bump
commit 5a01047cd0b30e4b7b253d784bd0b5755fc0c2e2
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:21:29 2021 -0500
Added screenshots
commit ae55c2d39fc936cfa1954d44b7f76dc91c21ced3
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:09:26 2021 -0500
Allow emulator, specify type as app
commit 58f9e7cd5b59904651fb878a89844ee4ccfb23df
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:03:18 2021 -0500
Upgrade to emoji images and supporting text
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit 7fd37f7e4e669c0aea7b5324b85f9d85ca394dcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 12:18:44 2021 -0800
Update custom.html
commit 84d9ca4b337e36c4f62ffce4b3059f8f2909d482
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:57:14 2021 -0800
Update boot.js
commit 740f4a95665fd92ad87e83dd381da7e55c2e4b18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:52:27 2021 -0800
Create boot.js
not part of the current merge
commit d3538a03f10f6323afc8656cef397a561cf35bf0
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:12:50 2021 +0100
Added raster
commit 20310fdb75b11fe8b3ea38dc7810732910537169
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:02:27 2021 +0100
Smaller icons
commit 3863be18301cec9fec480db7fe28a19439c708d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 09:06:52 2021 -0800
Delete apps/schoolCalendar/fullcalendar/interaction/src directory
commit 5d8c13a7e6a934e8b750f0ab4871e3dcc67c09bf
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:56:29 2021 +0100
Updated screenshot accordingly
commit 21134a1dcdc102755171af26e99ae86f3559996f
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:55:21 2021 +0100
Better background
commit cab3d43085b2edf4dc97ebf05785bb5b446a88da
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:39:48 2021 +0100
Better alarm - shown only in icon so we can display more data.
commit db22bac0ecd48633d6acf0874127a1b28821d8ea
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:11:15 2021 +0100
Use correct alarm icon
commit 162dc1f29346ab0f6ff4b7cd4128826292ca766e
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:11:07 2021 +0000
Update apps.json
commit dc24ae9bfba1786d4d8a3e22871c4da7bda9fb92
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:10:58 2021 +0100
Better HRM Icon
commit 8e688d144ab30ff87f31b51ab457688ce03c4c23
Merge: 741f7aab f4e997d4
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:09:43 2021 +0000
Merge branch 'espruino:master' into master
commit 741f7aab5239e6fa6ae48e1a5351216dfcfc4177
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:08:38 2021 +0000
Update apps.json
commit 247ed9faa2e8b8463374fea05d4bb04ddda2cfc1
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:07:39 2021 +0000
Create ChangeLog
commit d878d46d4ccc5128643034c535cff69984ab7853
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:05:57 2021 +0000
Update app.js
commit c720fc314b516e1007452ad18ce51bc4fefefec1
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:03:21 2021 +0100
New alarm icon
commit 75fbd6882d1368c73db1b96fac79f4202d6a5e53
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:37:48 2021 +0100
Added icon for alarm
commit eb20f15537d8b6be7226b2ae49fc6e6dd0474124
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:33:42 2021 +0100
Compeletely new design with icons for GPS, HRM and Compass. All Icons are open source and mentioned in the Readme.md file.
commit 46383d4d5547bca38a2a07ea01d67afa0166bedc
Author: Richard de Boer <git@tubul.net>
Date: Mon Nov 22 13:18:01 2021 +0100
gbmusic: fix "previous" button image
commit 1bf5132a5caf41398125e0c7f2bad72ffa300df2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:07:49 2021 -0800
Update custom.html
commit 618c5b7a10ebe610205ab463c395f65948e5a763
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:02:29 2021 -0800
Update custom.html
commit adfeb5e535564f8851fcdc080e2fa10d9acced9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:00:21 2021 -0800
Update custom.html
commit f950fd2ee88486e3355efd30823d50de799e8418
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:57:52 2021 -0800
Update custom.html
commit 3ee0e9bae6ee137c6e36672c9aa6a20d1c072caf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:49:48 2021 -0800
Update apps.json
commit 387bd30236b5d765b396eba24ad43120ceb6c384
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:48:14 2021 -0800
Rename ChangeLog.md to ChangeLog
commit 6e07f282b8918ac3b8f333c7c4156980a44ff1d6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:41:26 2021 -0800
Add files via upload
commit fea37b4992e65a5ca54648f88281ce2623f6a55f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:40 2021 -0800
Update apps.json
commit 939d8f6a9ae71b49c13f7dbf1455bb2fec60462a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:21 2021 -0800
Add files via upload
commit 854ae5361d1b2400f6b6d1b2c2239f46d1e16bc9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:34:28 2021 -0800
Update README.md
commit 426768eb11e34ea7a04010e6fe7da1a5a5187f40
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:32:14 2021 -0800
Update custom.html
commit bf994d9acc8b79ebda1e47dc5ebc5158210d6205
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:24:29 2021 -0800
Update apps.json
commit 7c74c5d43f9f66b6374cabd4e247d1560e5f29a1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:15:40 2021 -0800
Update apps.json
commit 8981aa3f614c388c74d73ccd25e16f5e6eabde9f
Merge: e878e547 100384f2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:12:19 2021 -0800
Merge branch 'espruino:master' into master
commit e878e5478713b0b3cae0bb86e28f998cbfeb9b10
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:11:43 2021 -0800
merge
commit 3bde4d2e48711186ae26036baea8f880c2aac7c4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 16:12:16 2021 -0800
Update custom.html
commit 5f3c93df8cc8b73c432ea31b15e84e4b106256de
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:37:41 2021 -0800
Update custom.html
commit 26bd9e35be993aae4deece775ac85f53f877b122
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:35:47 2021 -0800
Update custom.html
commit 8f2cc6e2137cf29e03435123e96d9c6c550864d1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:34:09 2021 -0800
Update custom.html
commit 66f061112301898b011412e91982dbefc7cc2d1e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:32:48 2021 -0800
Update custom.html
commit 87a9504912b8753dc63700207ee89acacbb34726
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:30:44 2021 -0800
Update custom.html
commit 626498da9d296fecf6776b836def4eda87027d85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:24:01 2021 -0800
Update custom.html
commit 3472ca355a1a71d3fa3f464ece2b81dce7f4eeaa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:21:57 2021 -0800
Update custom.html
commit 529b0cb4637652dfc0a3ba6688b863b5f47437ca
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:19:53 2021 -0800
Update custom.html
commit e77d9980023f041a87743ac1fd3c48a3f0652a8e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:18:21 2021 -0800
Update custom.html
update
commit a712c37c7652f7bc46c4d7761df93b3d28e17229
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:17:58 2021 -0800
Update custom.html
commit 4d9d6abb9ef466e4058510efe9eec295f60127e9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:14:02 2021 -0800
Update custom.html
commit f35b24844810a90f08f731cc9e63535be217e4cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:09:44 2021 -0800
Update custom.html
commit d0336b2854d7e0892c440ef8c5f83bcbe1374a9b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:06:56 2021 -0800
Update custom.html
commit 640c8e491e489e9ea88282cf0bfe14004838b3db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:03:42 2021 -0800
Update custom.html
commit 604153cb2408399ce1420b43ef87f41c09d3daa6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:01:45 2021 -0800
Update custom.html
commit 0f8f1e38e85a8c1c49057f4b891209bdfad67aef
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:44 2021 -0800
Update custom.html
commit 7f7dcb0bcf89b1d66f60481efaa09f5956ee4ecc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:22 2021 -0800
Update custom.html
commit d42fe03dc8fcbc0f68857dd9f887c8cc4eff1c06
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:55:08 2021 -0800
Update custom.html
commit 98f172fad442e89f53c45ac47f2388a08049855a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:53:01 2021 -0800
Update custom.html
commit daf8dde32bc81b8f04402c4728eac41784751cd5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:49:25 2021 -0800
Update custom.html
commit 408bd24080a2f7dcf1e6d0c33dab65da4dff82cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:48:38 2021 -0800
Update custom.html
commit 68db21acbb837b12d84d9930d451d2ba90e251dd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:44:30 2021 -0800
Update custom.html
commit 45feb1b2ffb17b8835c505bc4a4f825ddc17bf4f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:42 2021 -0800
Update custom.html
commit 3bc5fd87b61cbb9b867009d933342fe627da982d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:12 2021 -0800
Update custom.html
commit c3eede9868ee342bc4248e71a874c2e6b332dcdd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:37:42 2021 -0800
Update custom.html
commit 8426356c01a23ae769c79f726b95ea64f4428574
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:35:55 2021 -0800
Update custom.html
commit 93f09c216a1eb9aa876c88a1f806ccb709e971b7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:39 2021 -0800
Update apps.json
commit cb748a251dbd11e87615d82081522953607b3a27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:20 2021 -0800
Update custom.html
commit a994ed66301040f60d5f99b672a6081152a20d6c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:53:38 2021 -0800
Update custom.html
commit b76bb48973dbabfaf56bdec4aee44a483f94d129
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:50:08 2021 -0800
Update custom.html
commit f99ce683e9ce42431321fc711e061955bc0220fb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:46:32 2021 -0800
Update custom.html
commit ddfdd94ff845d3d8560158cde184a9a19a3d2142
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:42:51 2021 -0800
Update custom.html
commit 52675f7eff140426532f81da9c84c5d7803d0cda
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:48:03 2021 -0800
Update custom.html
commit d4911034145e3d98b99d649be55c75671e2f5c5c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:44:23 2021 -0800
Update custom.html
commit 71ff5959aec6a5f8302bda513d2c1371bbed0743
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:58 2021 -0800
Update custom.html
commit daba705b37b9952cba2910c3c0bed23e58aaf2fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:16 2021 -0800
Update custom.html
commit 19cb5fc749abeefe378205531d18b97562ddfc47
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:39:15 2021 -0800
Update apps.json
commit 6c20945898b84a02d6b440923a5afd994c7d97aa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:37:41 2021 -0800
Update custom.html
commit ff519bdc0d9bca530284d98cad9fd023ad37d50d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:15:29 2021 -0800
Update custom.html
commit 34843d703aae0b6a33be352ad0f8408d8d17d07b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:11:54 2021 -0800
Update custom.html
commit 4da82197f32b280e4192d5bc9a5ba174fbad4ace
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:01:20 2021 -0800
Update custom.html
commit a9c5a32bc1359d8288f4fd6b6da50eaf40910c9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:56:54 2021 -0800
Update custom.html
commit 352fea34791ccf06450a516ab2a2daf22353c641
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:53:38 2021 -0800
Update apps.json
commit ab6f56c381a54e4ab3466625a9eb794eef5dd2a0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:52:34 2021 -0800
Update custom.html
commit a65742ce346039ef901e70157620aabd95bbca35
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:48:25 2021 -0800
Update apps.json
commit a1a387dd600f7e5c3879d74cd5a516d7566fb7bb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:47:52 2021 -0800
Update custom.html
commit 180e88e0e44dc3ca09291a7d37b6fa4df637fa78
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:50 2021 -0800
Update custom.html
commit 0099736b8c64e8f1afefd4d52b526151e3ac700a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:14 2021 -0800
Update apps.json
commit 1fdf4e954e23fe0514b8d795224c2edafd5941c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:43 2021 -0800
Update apps.json
commit faa5b6b21aa8b7062dc62499e8361b8233cf9408
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:10 2021 -0800
Update custom.html
commit d617803c13ec381f35a9d30f99a267dca02c9cf1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:44 2021 -0800
Update apps.json
commit dc669254bcccad425153d209d6dcdf002f64a30d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:10 2021 -0800
Update custom.html
commit 303247fb4e66802ed7f5c2ee404ce0a28221ec2d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:25:00 2021 -0800
Update custom.html
commit d836cbd2ba256adfffa55f1d12fda02ae8ac760c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:15:16 2021 -0800
Update custom.html
commit e206bd4e1cad4aab266fd376fa525500941878a8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:08:00 2021 -0800
Update custom.html
commit 1a6c1acce50fe2fe2e49bfc26b3ac98c1db5aa13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:04:06 2021 -0800
Update custom.html
commit aa20fac50ed19adfb9248fd9cda1ebb7c31f95b1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:02:52 2021 -0800
Update apps.json
commit 5625414e90c78677040420f342f29e96f088469b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:34:30 2021 -0800
Update apps.json
commit ebc2d8096144e6150920efc4b63e8f1e3f52eb00
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:33:27 2021 -0800
Update custom.html
commit 6c43de3766433c1f9fa1d01fd24cbfe0839e19c0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:21:11 2021 -0800
Update apps.json
commit 37da3c68aeeb5fec1ef3d8965fa3d8170074d791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:19:46 2021 -0800
Update custom.html
commit 92707b9d13ed269a41684ce45111376694cb6e58
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:12:50 2021 -0800
Update ChangeLog.md
commit d3ca682cff08be0bb2a64ab057f6efdf36b4e094
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:09:56 2021 -0800
Update apps.json
commit dfd9e59993944f6323120f8af660d880c63c6793
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:08:52 2021 -0800
Update custom.html
commit 5d24a09ffa2d9cad10a5fae3c7b4d5fafc944aa9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:04:41 2021 -0800
Update apps.json
commit e965bd7d962108a2944824eb6579fce435876966
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:43 2021 -0800
Update custom.html
commit 345d9c155135fc4d0a2b8d00b3528b363a584ced
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:12 2021 -0800
Delete schoolCalendar.js
commit dc9db8a4767d4c16d92645131d977263e2468521
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:58 2021 -0800
Update schoolCalendar.js
commit 58df0a5ca26684b4da84929c8c388ca5c37acabd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:03 2021 -0800
Update apps.json
commit 65ad4979e8d58b51f11f3bcc86f31ab303a5d7b6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:27:10 2021 -0800
Update custom.html
commit 9c07800c5ef948a1b9b2071e7bdfe46809fefa1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:07:38 2021 -0800
Update custom.html
commit b108bc45fb8bfa266e4d4ad3e66a9f65cec96c92
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:58:24 2021 -0800
Update custom.html
commit d871855f8e217b27ea73ed28b389bbc8aea59d62
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:55:58 2021 -0800
Update apps.json
commit 99112920b287568db32c5e43b47cfc2ee0cf71a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:47:34 2021 -0800
Update apps.json
commit 37f4329ec57bc4a96a1b2a0847406f6a05cad520
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:49 2021 -0800
Update apps.json
commit ba2aee642bf90307757bb85fda6aa0db01bed5e5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:06 2021 -0800
Update custom.html
commit 98048dc23cb1caf3aafbf1d1ecfa461ba5943925
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:37:23 2021 -0800
Update apps.json
commit 1a53e8d34af89f0e6c889653961350a898deea81
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:33:43 2021 -0800
Update custom.html
commit 993bb7298c8fbc9348e6668b70a555c51dc54a09
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:31:41 2021 -0800
Rename interface.html to custom.html
commit 3a3962bfdc0365e75f8804b61293ec91084f6698
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:30:12 2021 -0800
Rename custom.html to interface.html
commit c8ad92a3dcb7b8a0df83f2e720b6730dd785e829
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:20:33 2021 -0800
Update apps.json
commit ae85c1cee709457b10233205c057f946ea15fe83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:14:33 2021 -0800
Update custom.html
commit c1b467ba8e96f58b27eb3b9b2dc2b859fa89e227
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:14:50 2021 +0000
Update app.js
commit 438537ace2358f5b798bdfde92ebf78db81abc49
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:10:03 2021 +0000
Update app.js
commit e6d736860d7d7511f08474a4d8f6446ebe97e634
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:57:57 2021 +0000
Update app.js
commit e1add5e2b2a068873d0102324d61f9ff5532924d
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:45:02 2021 +0000
Update app.js
commit 09be008dfaf764b542a80f4dbbde6ab26314713e
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:39:48 2021 +0000
Update app.js
commit 9f26994f5c66a5ee88a702c7a73d8bcc0c8236c3
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:33:47 2021 +0000
Update app.js
commit 0cf4c5d70a97480185296b32137fcdc179fddcc4
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:10:31 2021 +0000
Update app.js
commit cfdb94439526722ca757b8ee748d298f6a76d9e7
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:32:34 2021 +0000
Update app.js
Add Media controls
commit e3cd8f5607f912002d3ec0adf833834058a492cb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:16:37 2021 +0000
Update app.js
Removed extra unneeded code
commit ceed8a123836f5da6fb8c5d6741e2224a3e4a0af
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 15:05:28 2021 +0000
Update app.js
commit 721a3f2608ee0012767cfacd5c69aa91a7bba5f6
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:39:30 2021 +0000
Update app.js
commit a16bfe4d7350b34c694050448f2aefc990d19dcb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:32:57 2021 +0000
Update app.js
commit e72bf84a7a05c4208e8c1d5f60815a9f57ca11c4
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 21:29:57 2021 +0100
use dark theme for metronome
commit 071a7a7e683a649b9f75fdc92b9f56804cd0af87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 20:46:18 2021 +0100
add support for Bangle.js 2
commit 7a7175fa483e4e9fcd5912d83e9519274d67b4f0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Nov 4 16:00:41 2021 -0700
Update custom.html
commit e2928498690565ba7d0454aaa4265bc8adfda712
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:32 2021 -0700
Rename interface.html to custom.html
commit cd7579269efe8d54a5a5680b8126ea38f9ce54be
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:04 2021 -0700
Update apps.json
commit df7f9cc530194025708b712565a410aed1d73e95
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:20:09 2021 -0700
Update interface.html
commit ada94b11cfbebfeaa010cee1b39d0f92591d4e13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:06:50 2021 -0700
Update interface.html
commit 08fc58deb57847cca7d81bf84a54df16ce97528f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:20:57 2021 -0700
Update interface.html
commit 04b9e74a4d2cd84dd9b64b0ba6fba1167fc400e7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:10:58 2021 -0700
Update interface.html
commit be7af68455ff4b5034c0baab9d8c138b9b024707
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:08:24 2021 -0700
Update interface.html
commit aaee5f3c0610de7a48bdda7fe9c6064dff97780e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 19:13:08 2021 -0700
Update interface.html
commit 73819933eeb57f32935e6ad93a146bdbee6d8be6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:52:09 2021 -0700
Update schoolCalendar.js
commit fa5cbd71c618a2053ec3217048c74a723c46f03f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:49:22 2021 -0700
Update README.md
commit fa392008d1e30a6df05245eac969badf4188fb74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:45:24 2021 -0700
Update README.md
commit c280e41560a3812ee83ca461e098bc35b80ef439
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:42:39 2021 -0700
Update README.md
commit 6b84a8eb3007cca6abd31cc1d3d0552cc79cb492
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:26 2021 -0700
Update schoolCalendar.js
commit 5bbfb1109910856575cc348012dbc44d489a8005
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:11 2021 -0700
Update interface.html
update interface
commit 6660dad4c01c66c20670cfd415b6ad063d9b5b74
Merge: 8c003cf6 1e0f6cd6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 07:35:54 2021 -0700
Merge branch 'espruino:master' into master
commit 8c003cf6ffb5a8b3437897a1e57a6a020b5e02a4
Merge: 5c11881f f1ce196a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 15 07:33:21 2021 -0700
Merge branch 'espruino:master' into master
commit 5c11881f752edbdef3031f0a48109a196eced80a
Merge: 8c149dbe be34e2b0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 14 17:14:45 2021 -0700
Merge branch 'espruino:master' into master
commit 8c149dbea1cfd34e815b64ca354840b811a82222
Merge: 7888cc6c 300ed35b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Oct 13 07:46:16 2021 -0700
Merge branch 'espruino:master' into master
commit 7888cc6ce0bbabf99c7dd39f002810d262af07fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:59 2021 -0700
Create README.md
commit 36a52b8b001a4515d715950db56e411a6c4842b2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:52 2021 -0700
Update README.md
commit 4f5558c41e75f6e91a34842f7b42fa85970dce5e
Merge: 5db16d19 68cc9fbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 16:43:12 2021 -0700
Merge branch 'espruino:master' into master
commit 5db16d190b1439293d9f0af16d37fea29db8830c
Merge: e7995505 54d98db6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 07:03:23 2021 -0700
Merge branch 'espruino:master' into master
commit e799550544e55ef94ef48f905283625e50f73e97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:57 2021 -0700
Update schoolCalendar.js
commit 89f82a50436d4eab82574d310077d19154a8ab59
Merge: 7107d510 f3712e66
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:38 2021 -0700
Merge branch 'espruino:master' into master
commit 7107d510a5301f50ca5dc1bf9d4463ad99a33af8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 20:06:28 2021 -0700
Update schoolCalendar.js
commit a61879753285b4469772f51474c29fe86a5aa942
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 19:55:30 2021 -0700
Update schoolCalendar.js
commit 3c9e46c2160f4ff58708afc0d08ce2e5d27df097
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:59:03 2021 -0700
Update apps.json
commit 941bc852c1ab4472dc74a7f84e12e92ab891432e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:53 2021 -0700
Add files via upload
commit 4cbfac212e6999887cfafd37d9c809919a014e27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:26 2021 -0700
Delete apps/schoolCalender directory
commit c7b723f87e5e6fb0858c09ee2910510267d73fd6
Merge: 8d2f4ccc ba08863b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 07:31:25 2021 -0700
Merge branch 'espruino:master' into master
commit 8d2f4ccca761e1695620b072e116b94272850427
Merge: 7846b48c 44aa03e4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 1 07:31:42 2021 -0700
Merge branch 'espruino:master' into master
commit 7846b48cf67ab024970b90948096f9258e1c184c
Merge: 59aa9909 d0fd2f01
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 30 17:22:33 2021 -0700
Merge branch 'espruino:master' into master
commit 59aa99092dac99b9a13bbc2a7153dd2b44a6fb67
Merge: 9061acee 03bbe1d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 29 08:06:54 2021 -0700
Merge branch 'espruino:master' into master
commit 9061acee5db851bd58295785cc7542a7c066b4c8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 17:44:12 2021 -0700
Update interface.html
commit 79bacc45932ce8842cbf12d23c36a41e992b438e
Merge: bb5fcdaa 48bb819b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 07:12:44 2021 -0700
Merge branch 'espruino:master' into master
commit bb5fcdaafc1e344bf2d717c3eb238f763f255215
Merge: 814fbdd6 28bd9e83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 27 16:15:07 2021 -0700
Merge branch 'espruino:master' into master
commit 814fbdd61ef41676d07719b5b1b297fbbc03ec6f
Merge: 83d88a1e f3fd0f25
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 25 08:01:44 2021 -0700
Merge branch 'espruino:master' into master
commit 83d88a1ea191e2e6b669d284d94b4180b9ea54aa
Merge: c9bed74e 71471d37
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 24 19:35:52 2021 -0700
Merge branch 'espruino:master' into master
commit c9bed74ec2e240e2daf26bf9ec9432df91ac18aa
Merge: 1f130c53 16fe8470
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 23 15:21:18 2021 -0700
Merge branch 'espruino:master' into master
commit 1f130c53b46546328260a6b94ad182be5d55ff18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 22 07:25:41 2021 -0700
Update interface.html
commit 3d8ebe82c289156581799134b3c56fd02ade1fad
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:07:20 2021 -0700
Update interface.html
commit 2ca58d2cc436b72beb87d347b8d8c217b461e805
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:02:14 2021 -0700
Update custom.html
commit d8c149073fb6bca8f5f78ba4a031004adeab1a6b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:01:31 2021 -0700
Update apps.json
commit ceab5d46a23f913faf96be90e644458ac5546157
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 20:58:01 2021 -0700
Rename schoolCalender.js to app.js
commit 9b344eb1ecc577e96196d2a3d3fc8962198e90de
Merge: ec453c0e 3b15a7f9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 07:24:54 2021 -0700
Merge branch 'espruino:master' into master
commit ec453c0e100f7fd140305fe8ed4a62d3987e68f1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 19:45:50 2021 -0700
Update README.md
commit a8f7fe72923e1fe38042cb4752dac1429c6be426
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:31:41 2021 -0700
Update interface.html
commit 51c41d5c48a72b7a373e6f979c95bab9fa9ddb7a
Merge: b7a4ecb5 50ec8d97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:25:50 2021 -0700
Merge branch 'espruino:master' into master
commit b7a4ecb57857016c131ba72e101b3a11eb3cb06c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:48:24 2021 -0700
Update interface.html
commit 82320ab073c0b106f5260e26c0fb147d7c8fcd02
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:40:43 2021 -0700
Update interface.html
commit 27d025bf82cc5882dc39110c5c7799f657f2c57d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 14:01:04 2021 -0700
Update interface.html
commit bd92c0e67fce373f11aae3bbcf8f5a4c06f2e161
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:51:31 2021 -0700
Update interface.html
commit f0c596d14f6119bbe52e2f0d3912216785257536
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:40:29 2021 -0700
Update interface.html
commit d6542bac6d666af7c8fe1f67434611e6ccacc6a6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:29:46 2021 -0700
Update interface.html
commit 7a2ee0f7111209afa859761a62f80e93ca71a879
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:15:29 2021 -0700
Update interface.html
commit c65ddbfc522c54da540080a16d171edd42ce592e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:05:32 2021 -0700
Update interface.html
commit 43c684f389d97dd12815edbd93d0750f923f17b3
Merge: ddd1a83c 5f5b5c0d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:45:25 2021 -0700
Merge branch 'espruino-master'
commit 5f5b5c0dc2485f7e454acb9f364d240e3972d955
Merge: ddd1a83c cc2e1bbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:42:47 2021 -0700
Merge branch 'master' of git://github.com/espruino/BangleApps into espruino-master
commit ddd1a83c613a9f21ec8e37ba1151e1ca255a77af
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 18:27:57 2021 -0700
Update interface.html
commit 632c98f8be2ad6e2290e5eb98025559a42a47c34
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 15:13:46 2021 -0700
Update interface.html
commit c252f74e16edc5a1a1fcfe4ce72c9594f12a9624
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 07:31:16 2021 -0700
Update interface.html
commit b9b0a43e99db0c2d13c28bf6d65540925709d866
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:28:35 2021 -0700
Update interface.html
commit afafd449fb06abd3930d0eb40989dc12787c96d9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:22:01 2021 -0700
Update interface.html
commit 45a0d50b011ee50e9b1b4c6ce5a84e1290331b1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:15:25 2021 -0700
Update interface.html
commit eb146fe07bd5d71f49c5e267424d7b8206eee952
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:07:51 2021 -0700
Update interface.html
commit 34baf995e7f5288266b5da08bcac6d76202a92fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:04:33 2021 -0700
Update interface.html
commit 751fbdda43ea542db4887bed7b4d4e2ad7628a23
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:00:47 2021 -0700
Update interface.html
commit bc71f317311509e8f3fd5054e6c3efaa05bc0416
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:47:13 2021 -0700
Update interface.html
commit cfde9e14a87466a8dc7cb92934c3af373f6a43d0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:41:40 2021 -0700
Update interface.html
commit 135165c983beca48190d091e355436100beee41d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:37:52 2021 -0700
Add files via upload
commit d50ba356d68ebeffd028a924450d4a6ad4fddd74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:36:59 2021 -0700
Update apps.json
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit b51c84229798e7c3665f203c13023d9f6e24eb68
Merge: f4e997d4 d1da165e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 12:20:57 2021 +0000
Merge branch 'Combined' into Base
commit d1da165eb44fa50bea67506097768f1138574c8c
Merge: f927549b 2c257605
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:30:56 2021 +0000
Merge pull request #9 from t0m1o1/scaledlauncher
Update apps.json
commit f927549b2c1e88232f4df2c6ef7e160c3a8e0f7b
Merge: 3cfd575d 411118aa
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:16:59 2021 +0000
Merge pull request #8 from t0m1o1/scaledlauncher
Scaledlauncher
commit 3cfd575da46cf38347bbbb4d37645c0bd72833de
Merge: 9a311219 9d1429ca
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:04:17 2021 +0000
Merge pull request #7 from t0m1o1/scaledlauncher
Update settings.js
commit 9a311219b2d3a7d3594ca654c78ae7137a92fb8e
Merge: 43c42711 5b1b752d
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 02:56:33 2021 +0000
Merge pull request #6 from t0m1o1/scaledlauncher
Scaledlauncher
commit 43c4271101a4be6dbc28d7e34534d25242c159ae
Merge: dec967f1 084bba39
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 21:18:16 2021 +0000
Merge pull request #5 from t0m1o1/compass-fix
Compass fix
commit dec967f1ac5900e43099ef9bfef3bfbe84e1f8e4
Merge: 21c48263 dfa40407
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 20:56:22 2021 +0000
Merge pull request #4 from t0m1o1/Swipe-Launcher
Stop the swiping coming up if mode is undefined
commit 21c482639aa1f2d391ebb0508701cff3170b45c4
Merge: dea2ec96 4c9d04de
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:19:27 2021 +0000
Merge pull request #3 from t0m1o1/Swipe-Launcher
Update Swiper Clock Launch
commit dea2ec9693855d735662a4d344682e6105533bf2
Merge: 92d156fb 51766844
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:15:16 2021 +0000
Merge pull request #2 from t0m1o1/master
Master
commit 92d156fb398787a068a2f7ed81a78d90ed04bd70
Merge: 100384f2 7d37a9eb
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:14:13 2021 +0000
Merge pull request #1 from t0m1o1/Swipe-Launcher
Swipe launcher
commit 51766844e6ff346119739114c28b9d638ca57cbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:49:56 2021 +0000
Update apps.json
commit 6fda7a5f33ec6341d51529e680f5d0caa9c9fdbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:37:07 2021 +0000
Update apps.json
commit b7a067234413e2cd9cb531c366371e5d88f6bb21
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:32:09 2021 +0000
Rename hidmsicswipe.app.js to hidmsicswipe.js
commit 97065f1d62d40003eec09a2539d7294fe41bc4e5
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:55 2021 +0000
Delete hidmsicswipe.info
commit 21f184d6c4ad1f977c385d95c3966d95d446bf5c
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:10 2021 +0000
Add files via upload
commit 3917f28ae54db0e86b6429489c19a4180be759e0
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:45 2021 +0000
Delete hidmsicswipe.img
commit a65668300fc45082d6897e19c6efff556853f4d9
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:18 2021 +0000
Delete hid-music.png
commit 5fce838e8ab7d2b297c05a1ae735abcd4ba76d90
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:29:36 2021 +0000
Add files via upload
commit ffa37f2ab3b1fd2b921783e19ffb48673aad1a6e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:22:38 2021 +0000
Create hidmsicswipe-icon.js
commit b656e5973c302a39f7513364c66094132135bfc4
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:59:19 2021 +0000
Create changelog
commit ad943ca5658e4f68c205996c4ad42aa1ebbeb793
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:58:19 2021 +0000
Add files via upload
commit ac433ac7bd6d586e9b1ca11da924d64bd566ade2
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:57:39 2021 +0000
Create hidmsicswipe.info
2021-12-05 17:14:06 +00:00
"version" : "0.07" ,
2021-11-04 17:16:02 +00:00
"description" : "App to display notifications from iOS and Gadgetbridge" ,
2021-10-22 10:47:23 +00:00
"icon" : "app.png" ,
2021-11-04 17:16:02 +00:00
"type" : "app" ,
2021-10-22 10:47:23 +00:00
"tags" : "tool,system" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "messages.app.js" , "url" : "app.js" } ,
Squashed commit of the following:
commit 5ed43a28b5b9d6820ee898f632535747c1e5913d
Merge: 4cf9192c a385c099
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:12:45 2021 +0000
Merge branch 'espruino:master' into Base
commit 4cf9192c4341a85eab1198b8663f48d276704ac3
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:25 2021 +0000
Update core
commit 69a54194a9eb41d0722fc061bec5c900b724e8cf
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:14 2021 +0000
Squashed commit of the following:
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit e040cc4e245a8fb4c55bfeb99cab12c62af5e7b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 15:22:16 2021 +0000
replace tabs!
commit 60c2fa710c4904827bfba868507a9f6d10d524a3
Merge: 38b2e417 f3cb7e9a
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:29:46 2021 +0000
Merge pull request #942 from madman2021/master
Add new TimeCal app
commit 38b2e417bf8e63be394a96ed24b9e3d174d5f45b
Merge: 94bd895b 43b38cc8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:26:43 2021 +0000
Merge pull request #943 from peerdavid/master
[LCARS Clock] Shows icons for charging and out of battery
commit 94bd895bafeb37250b64373692c9cceb3e9ece97
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 12:56:56 2021 +0000
welcome 0.14: Turn off and run later to use softOff to time is set right
plus other minor tweaks
commit 43b38cc8ab5796e25f65ace531be68a6a4134f98
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:40:47 2021 +0100
New screenshot. Updated version.
commit 34c6589f06a1a8ba0f7fe2e126b41d03dff7f45b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:37:07 2021 +0100
Minor improvement
commit c403a5af671cf70b18776fad83126adf66122f0f
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:36:21 2021 +0100
New design. Removed png icon files - only converted icons are needed.
commit 19655ea3279daf32ebfd4453db398915a8229946
Merge: 274b705c b1fb0e6b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:44 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 274b705c1e7313cf646412ec01bf17de9b1dabcf
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:37 2021 +0100
More lcars style
commit f3cb7e9a0b8f0ba3624b639415c9168c240905e8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:53:14 2021 +0000
Remove Icon as it renders massive
commit 1a9f5375557fc232acfe3f42d1198da827db5ab8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:46:03 2021 +0000
Add missing supports tag for TimeCal
commit 3738bde22a0d4cef2bd5c956a1a370e9a145689a
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:43:38 2021 +0000
Add TimeCal to the app library
Add TimeCal to the app library
commit b1fb0e6b7d88f53cff85f6a8d3eb416bebd35e92
Merge: 559e8208 dabc22c2
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 11:10:36 2021 +0100
Merge branch 'espruino:master' into master
commit dabc22c2d725ccddad8b08c0fa0b14af94d38e28
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 09:54:11 2021 +0000
custom code works on bangle2
commit 2e83a511d2032736a63bda38406b4f744a4130f1
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:51:20 2021 +0000
metronome supports bangle 2 now
commit cea51d06d07f09923d590357c33782861c342817
Merge: cd1daba0 4eee3f05
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:50:24 2021 +0000
Merge pull request #938 from bengwalker/master
Add Bangle.js 2 support for metronome app
commit cd1daba0c55e99f5a477407f47b932d050c0b6f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:46:13 2021 +0000
0.25: Fix issue where if Bangle.js 2 got a GPS fix but no reported time, errors could be caused by the widget (fix #935)
commit c03ab08687bbc7ed893ed2ef8c3be21f1e61e74f
Merge: 1750c72e f10bf240
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:40:53 2021 +0000
Merge pull request #939 from Ronin0000/master
Add Screenshots to Many Apps
commit 1750c72e94eab6ee22650d993ea31efa17e79c46
Merge: 5eeb1181 1def233d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:38:06 2021 +0000
Merge pull request #936 from Vingelar/master
Binwatch: re-format background images
commit 559e82088077ba79675c0012c921eae3ef32b16d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:14:04 2021 +0100
Minor design change
commit d24b8c80da7afd75a6f121a22e3694252aa3c57a
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:12:25 2021 +0100
Minor design chnges
commit f10bf24018add2df61a5fc422aee941b07c70082
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 17:04:07 2021 -0800
Update apps.json
commit c66b0982368a5e1ee74da598945df12d88cba679
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:53:48 2021 -0800
Update apps.json
commit 638fea73c791b4f11b6119c02ca2090c31b6bc83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:24:10 2021 -0800
Add files via upload
commit 4e79c896c65b2edc7dfcb7b4b2eb6ae1c96f60ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:23:33 2021 -0800
Add files via upload
commit 33809d8cdfa7ea3f02941c820b4836f20a9eb869
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:58 2021 -0800
Add files via upload
commit 6cb83284a7e7b9d2f8935835702e713f0f9b7b51
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:45 2021 -0800
Add files via upload
commit 7e521d0d29262227a32244d2929eb99fcb36fb98
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:17 2021 -0800
Add files via upload
commit 9985ff03f20469897ceb3dd1acb4f90ac850ebb8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:00 2021 -0800
Add files via upload
commit 6f437c39866562e05d8821bdb5150cd553f3a6cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:21:15 2021 -0800
Add files via upload
commit ffe218a0046d65464e96cdc59d1c10fbb708b791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:56 2021 -0800
Add files via upload
commit 9400133dd49762a7bfcff38e5a6249cbfd5753f7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:39 2021 -0800
Add files via upload
commit 76463d927940f590ed45cc51558723375217a34a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:37 2021 -0800
Add files via upload
commit 4011accb47eb53954acc3e27cce5b6f6cb025c57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:19 2021 -0800
Add files via upload
commit bc5960d61a40c08566a8e1977fa53c6528f04a85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:07 2021 -0800
Add files via upload
commit da5634beda72243f5ee6e4fc0e376c6c5f9c6ccc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:51 2021 -0800
Add files via upload
commit b9c4640f853d4992e57cd5d6b2e3f4d75db32d1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:25 2021 -0800
Add files via upload
commit d27a605a24cc06903084b6a796c9c93b7724150f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:07 2021 -0800
Add files via upload
commit 52baa42e69b1a7a8ef6bc2cae548298af4dcbf7c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:48 2021 -0800
Add files via upload
commit db3b6a58e49a3d5ce9b528011f3e0607474e4fa8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:16 2021 -0800
Add files via upload
commit f0de0d8a9d542fd960f13b36a2bb2a3548f06033
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:52 2021 -0800
Add files via upload
commit 6d4cb98ba83d0ab62406c00ed9fa8dcd139d2f8c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:34 2021 -0800
Add files via upload
commit 5f434d9d327fff8cebf41a45cf73ea9c96cb42db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:23 2021 -0800
Add files via upload
commit 6e72349f05e3773b0ae60217df8b6f266447f1ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:37 2021 -0800
Add files via upload
commit 03e4d0d7c01cdc214526891933f3c155f63ff2b5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:21 2021 -0800
Add files via upload
commit ead12a1c11e3937637e8af8b1d54218e0138e908
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:54 2021 -0800
Add files via upload
commit a1ed32c91380e03146dc4003a3ee6e400d0dd35f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:30 2021 -0800
Add files via upload
commit fae08d7a739b1a28faacb0105d5ad417171dddcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:57 2021 -0800
Add files via upload
commit b889e431edf72d64867c576135bc1470c4590db2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:32 2021 -0800
Add files via upload
commit f177480160184722b935623ebed05ad630a5a6a2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:02 2021 -0800
Add files via upload
commit a2fe8c3722f56c59957642cad2bb0a6454dc6f5b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:11:42 2021 -0800
Add files via upload
commit c1cdf15bf5413167692e9c7bd4f5fee31fe4d4c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:49 2021 -0800
Add files via upload
commit fb1c5529f037cc701e30d9da036a54236ea1ba1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:11 2021 -0800
Add files via upload
commit 530089e0830473574b38c172a964f9cfb49436a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:35 2021 -0800
Add files via upload
commit 3556e668560587c074ad435b977283e19367f69e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:12 2021 -0800
Add files via upload
commit e1e32772e4dd1943af6ed37407425998b0819e48
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:56 2021 -0800
Add files via upload
commit 8084bb92b7cfb12740129c57e1bb5c05ce13994c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:37 2021 -0800
Add files via upload
commit 2c997d2964d4ade4ba0aa5ef89a1b646c15a9751
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:18 2021 -0800
Add files via upload
commit 747626b66c880293481bd0a97cda8e32e0239d04
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:07:24 2021 -0800
Add files via upload
commit ed36fae0ac6def24ca20ab6229affbcf7502582e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:59 2021 -0800
Add files via upload
commit e8baad3c3775e26f8a88457ff8f361a18572e484
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:33 2021 -0800
Add files via upload
commit 1efcebe84aa2b2b00d6920a84d4e486b834c1083
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:16 2021 -0800
Add files via upload
commit 082d3d1e95e9bb98e10bb1679ae0dfba11bf44e0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:05:21 2021 -0800
Add files via upload
commit b10f62a6c55dd89bb15a97430b74269486a72807
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:58 2021 -0800
Add files via upload
commit 24b41c2c6fe40d18ffd9dfc0404f215cc9b847ff
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:42 2021 -0800
Add files via upload
commit 19a2ef1a44c78fe9b1922574f0a1eda20f2fbd43
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:01 2021 -0800
Add files via upload
commit 7089d6e74c438d3577ebf03857b0c1b6f73aaa2a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:03:38 2021 -0800
Add files via upload
commit 431824f828f0ea900c9d206e492cc7a6d1830f2e
Merge: 15aa41c7 5eeb1181
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 15:15:57 2021 -0800
Merge branch 'espruino:master' into master
commit 5eeb1181d049f1580f75657b9a9ac664041b26b9
Merge: 546a0b16 6b05d928
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:29:18 2021 +0000
Merge pull request #937 from rigrig/barclock-b2
Barclock works fine on the Bangle.js 2 :-)
commit 15aa41c766b2a25c7a83a1a6744706a7b2852aa3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:23:03 2021 -0800
Add files via upload
commit 6a93494e3fe516ccbc7755027f613bd9bd529021
Merge: 12443640 546a0b16
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:22:27 2021 -0800
Merge branch 'espruino:master' into master
commit 546a0b16cc32841b38a0d39b07ec6d18f58d21c5
Merge: cb6e14f6 18fbd289
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:55 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit cb6e14f6c12816224bbc3dc127e9817d0df7ae78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:37 2021 +0000
messages, start of call handling and message responses, fix for scroll issue when only 2 menu items
commit 12443640c95efbe9f25ed0ffe73280c84d90cd13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:54:22 2021 -0800
Update apps.json
commit 9bdc07f8617e457439522d5b4c84a65d1eba4ed9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:47:36 2021 -0800
Update apps.json
commit 4eee3f05e92e26aa5c70c1d2cefcc97ff4935b0d
Merge: aafc93f0 18fbd289
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:46:32 2021 +0100
Merge branch 'master' into master
commit 298fa47cd87e37b19cd142f47867843e24d08b57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:42:50 2021 -0800
Update apps.json
commit 52c07f6dc80e8eabd017fc324332c0594c173399
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:40:42 2021 -0800
Update apps.json
commit fe340d75bbb6c7814241becacddaca50435c5fe3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:39:31 2021 -0800
Update apps.json
commit aafc93f09a818f5bb6e4b6988246e4f8d049df87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:35:35 2021 +0100
Update README.md
update README
commit bd80ea5ca03b2e9d5f2eb562adc7305b3952d2e5
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:31:33 2021 +0100
Update metronome.js
print instructuions for banglejs2
commit 51afd5ef049c67f331931ee18b53e9d4e835342a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:29:27 2021 -0800
Add files via upload
commit ff62b603a27d6acea382af80496b6a35787a73ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:51 2021 -0800
Add files via upload
commit ffbd331c1376c5f393dafe62eaa62a9991949a3e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:29 2021 -0800
Add files via upload
commit 93c113a95a21dccfde6bb171d15b0f93e6d0f58a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:25 2021 -0800
Add files via upload
commit b2be26fccedfa52f00f275db8050c0c3e532859b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:07 2021 -0800
Add files via upload
commit 899e78539c3bb0e41e4d56aa854c4806715ccce0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:26:06 2021 -0800
Add files via upload
commit 50a88d41cd63e51a876e4fca58fe13c5af2088fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:35 2021 -0800
Add files via upload
commit b1d636bac2148007dd72becff0daddf24b80f0a4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:10 2021 -0800
Add files via upload
commit 6b05d928751b49d4910ddd3a6867e2d4cad6c93f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 19:42:12 2021 +0100
barclock: Fix time/date disappearing after fullscreen notification
By forcing a complete redraw at lcdPower-on
commit 32e3d326aa143eed99d26c81c9fbf870730591f4
Author: Richard de Boer <git@tubul.net>
Date: Sat Nov 20 17:13:36 2021 +0100
barclock works fine on the Bangle.js 2 :-)
commit 1def233de2434d272c6f712c9c213b7caff3ae92
Author: Vingelar <Vingelar@mantisse.de>
Date: Tue Nov 23 19:09:16 2021 +0100
changed format of bg images to binary raw format (export from emulator
commit e021aa2c9d5c44f9130e4bf67cb4b066d02cbd6d
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:59:49 2021 +0100
Update app.js
binwatch: adapted names of bg images
commit 3dd723d10bd3195257205a48dc79872668bd53cb
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:58:48 2021 +0100
Update apps.json
binwatch: shorten names of background images
commit 275402344ee927a51d0c100d4387c739d7a49968
Merge: cf027b37 18fbd289
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:36:45 2021 +0100
Merge branch 'espruino:master' into master
commit 18fbd2898da9fc2bfb16d0adf9cf2b97f5ce0f3d
Merge: 5be6981a df364bab
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:34:15 2021 +0000
Merge pull request #933 from peerdavid/master
[LCARS Clock] Added lcars icon to watch face.
commit cf027b3783cbbf8deca98fb3e1ee1922557686bf
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:34:13 2021 +0100
Update app.js
changed names of background images
commit 5be6981acdf3935b936bb85caf37780537518b66
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:31:42 2021 +0000
oops - named stub wrong
commit d328d94d34ea86dd99f958098c7f0a000b1e395f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:30:20 2021 +0100
Add files via upload
added background files exported from Emulator
commit c36fb16a684085c2eb6ada2c50021d3776f5e215
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:54 2021 +0100
Delete Background240_center.js
removed background240_center.js (wrong format)
commit 4719fada2843f1c8d6ae36d8d59d0fb95318d9b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:28:34 2021 +0000
Android Remove messages on disconnect, Fix music control (ref #909)
commit f431bd8a2c823e877ee6e78576aa4f39a0b5701f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:25 2021 +0100
Delete Background176_center.js
remove backgounrd176_center.js (wrong format)
commit 1b548c9bbb5a10769498b4ad1be04397fb889bce
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:27:33 2021 +0100
Update apps.json
adapted naming for image files
commit df364babab19550f75a01d707f0684d8547e8664
Merge: d28517b2 a1eeadfc
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 17:16:00 2021 +0100
Merge branch 'espruino:master' into master
commit d28517b2a5b5e7eaa6a8d9832d9352062addb3ee
Merge: cd93a201 465c93d8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:18 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit cd93a201f846e2c51a1ff9cc447dbbbdc2c5e2cc
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:15 2021 +0100
Moved logo
commit dd2bb22f076abff1aac2f32734b50fdcc5423861
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:08:57 2021 +0100
Update apps.json
use .js files as background images
commit 03c5f996f4998ebc1e6bfea7e77d3a61743c0c69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:07:21 2021 +0100
Add files via upload
added background files as js
commit 7d81bfe2bbdf5095ac7550247eddbe6827cec4c0
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:53:40 2021 +0100
Update apps.json
added missing "url" to background storage
commit 51b73894e461af6312b6fca28e0b5888e9f98da6
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:51:40 2021 +0100
Update app.js
use background images from storage
commit dab36d05a77563e9a839f38807bfd7cfe09a1f69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:48:50 2021 +0100
Update apps.json
added background images to stroage
commit 31f28093411e4f501dd49f98359af43e71e8b27e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:44:49 2021 +0000
Fix https://github.com/espruino/BangleApps/issues/927 - App loader offers to update unknown apps
commit a1eeadfc224a976e3fca6a00ca47d1c1389fa70f
Merge: 68429483 0a695e51
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:40:09 2021 +0000
Merge pull request #934 from Ronin0000/master
Fix School Calendar Bug
commit 0a695e5143fbff3935e80b9df85720f065b1e185
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:09:14 2021 -0800
Update custom.html
fix bug that was for testing
commit cfecc24f42d257d565f21571a50b825cffb2f1c3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:05:47 2021 -0800
Delete boot.js
commit 684294830d75459982845920cb30815236dc0917
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 13:57:46 2021 +0000
app manager works in bjs2
commit 465c93d830300054722f10f483a9023c6ec315e7
Merge: d20f5e59 3ba779ee
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 14:53:47 2021 +0100
Merge branch 'espruino:master' into master
commit d20f5e597e72d8392af3e9b745a4dfab36e8797f
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:53:27 2021 +0100
Updated screenshot
commit a283cf58fb90b1852d8e414fb01010632a65ba46
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:51:55 2021 +0100
Included lcars logo
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 3ba779ee5826a60f127ed12f0eeaa2a848f53b4c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:48:34 2021 +0000
Fix bangleapps after recent PRs
commit aaf06b113c72e1487651d30602ba79c95a41d6ff
Merge: a0351381 06a6b72d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:42:26 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 9600f16671ab5a9fc772a959a7110622baa5e606
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:19:48 2021 +0100
Updated changelog
commit 98577b626960bd971af483ef709655dfe0ac1f00
Merge: 1ccabca0 d3cd47f9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:52 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 1ccabca0c6f1cf79c1b5d6a56749ab752a4d1850
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:50 2021 +0100
No hrm icon - its shown too much.
commit d3cd47f95704e7c508e1e311d3224826f3fd73ce
Merge: 2e18795c 06a6b72d
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 11:12:43 2021 +0100
Merge branch 'espruino:master' into master
commit 2e18795c5780148c6f52d50cd69849b5893b1cdb
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:11:33 2021 +0100
Fixed string
commit 36edd449c5398147536d20c2b4f11040cb3105b9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:10:33 2021 +0100
Minor change
commit 06a6b72d42fc55a224bb5d133640670c21d6cae0
Merge: a39d4102 be083113
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:03:45 2021 +0000
Merge pull request #925 from Ronin0000/master
Add School Calendar
commit a39d4102963fc1593e1f2f8ea3f4372a3da4da6f
Merge: ab2cb243 930cfa13
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:02:41 2021 +0000
Merge pull request #928 from peerdavid/master
[LCARS Clock] Icons for different states such as GPS or HRM.
commit 5c3b0468d4ce9a51249f6f098c3e6ba84ba1cf41
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:59:26 2021 +0100
Update apps.json
corrected format
commit 336501059da7bceddba9e300c5b6d5bd1aba6a3a
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:56:25 2021 +0100
Update apps.json
removed background image
commit 3f4c49a8aef6ba79419f00d86fc4f02435b72e21
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:55:07 2021 +0100
Update app.js
integrated BG image into app
commit ff3223e1b906957811cad815df88ad495e70a95f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:51:02 2021 +0100
Update app.js
added "require" for bg image
commit ab2cb243857e50e7bb80ee163e4bc153302446a7
Merge: adadf7ef 162dc1f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:51:01 2021 +0000
Merge pull request #929 from weeurey/master
Update app
commit adadf7efd39b01466cfd348e13c5a02deaa6bf4d
Merge: b7f403e7 0f9d938f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:26 2021 +0000
Merge pull request #931 from reelyactive/master
emojuino@0.02
commit b7f403e79bf5fae387c5f6d0522f49ce917362a6
Merge: f4e997d4 46383d4d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:12 2021 +0000
Merge pull request #930 from rigrig/gbmusic-fix
gbmusic: fix "previous" button image
commit a03513812956c629f003824b46bb6763734eead8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:44:24 2021 +0000
fix download icon on android
commit b128f5c15569de9e2be0717f270cfd90e006d5ab
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:38:02 2021 +0100
Update apps.json
added background image to upload
commit 930cfa13315046c621a5444632f7b12bbd956fae
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 09:43:24 2021 +0100
New HRM Icon
commit 7f3f7b9eee3c23c922645274dd8d7947def8158d
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:26:37 2021 +0100
Currently, no confidence > 80 is reached...
commit 1fb861b82c4cc75b94dc6875280fbd411390bc71
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:25:11 2021 +0100
HRM confidence of 80 to display
commit 7d95221e166770be91bf76374f926fe996356009
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:24:15 2021 +0100
Minor change
commit 6d8d98fb03e7bed42c3feeee771ddfcd78b60ea8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:21:41 2021 +0100
Show HRM
commit a0cc4c633e0e6853a0f170a5358b7e1f11e310af
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:10:00 2021 +0100
Minor changes
commit be083113316ec7ba07d780b6593cb9adfd748298
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 19:11:40 2021 -0800
Update custom.html
commit 0664a44c454107d4e3ff039d12baffea3e90cf5f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:52:43 2021 -0800
Update apps.json
commit b032ca0fc1936e650a459f766799e197daf2a4dd
Merge: 7fd37f7e f1f063fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:27 2021 -0800
Merge branch 'espruino-master'
commit f1f063fd1adb553c548a3aa54156bce00b4ca48d
Merge: 7fd37f7e f4e997d4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:09 2021 -0800
merge3
commit 0f9d938fa6970df18fbe99f3c707b94aa26d15c1
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:23:17 2021 -0500
Version bump
commit 5a01047cd0b30e4b7b253d784bd0b5755fc0c2e2
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:21:29 2021 -0500
Added screenshots
commit ae55c2d39fc936cfa1954d44b7f76dc91c21ced3
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:09:26 2021 -0500
Allow emulator, specify type as app
commit 58f9e7cd5b59904651fb878a89844ee4ccfb23df
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:03:18 2021 -0500
Upgrade to emoji images and supporting text
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit 7fd37f7e4e669c0aea7b5324b85f9d85ca394dcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 12:18:44 2021 -0800
Update custom.html
commit 84d9ca4b337e36c4f62ffce4b3059f8f2909d482
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:57:14 2021 -0800
Update boot.js
commit 740f4a95665fd92ad87e83dd381da7e55c2e4b18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:52:27 2021 -0800
Create boot.js
not part of the current merge
commit d3538a03f10f6323afc8656cef397a561cf35bf0
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:12:50 2021 +0100
Added raster
commit 20310fdb75b11fe8b3ea38dc7810732910537169
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:02:27 2021 +0100
Smaller icons
commit 3863be18301cec9fec480db7fe28a19439c708d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 09:06:52 2021 -0800
Delete apps/schoolCalendar/fullcalendar/interaction/src directory
commit 5d8c13a7e6a934e8b750f0ab4871e3dcc67c09bf
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:56:29 2021 +0100
Updated screenshot accordingly
commit 21134a1dcdc102755171af26e99ae86f3559996f
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:55:21 2021 +0100
Better background
commit cab3d43085b2edf4dc97ebf05785bb5b446a88da
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:39:48 2021 +0100
Better alarm - shown only in icon so we can display more data.
commit db22bac0ecd48633d6acf0874127a1b28821d8ea
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:11:15 2021 +0100
Use correct alarm icon
commit 162dc1f29346ab0f6ff4b7cd4128826292ca766e
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:11:07 2021 +0000
Update apps.json
commit dc24ae9bfba1786d4d8a3e22871c4da7bda9fb92
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:10:58 2021 +0100
Better HRM Icon
commit 8e688d144ab30ff87f31b51ab457688ce03c4c23
Merge: 741f7aab f4e997d4
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:09:43 2021 +0000
Merge branch 'espruino:master' into master
commit 741f7aab5239e6fa6ae48e1a5351216dfcfc4177
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:08:38 2021 +0000
Update apps.json
commit 247ed9faa2e8b8463374fea05d4bb04ddda2cfc1
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:07:39 2021 +0000
Create ChangeLog
commit d878d46d4ccc5128643034c535cff69984ab7853
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:05:57 2021 +0000
Update app.js
commit c720fc314b516e1007452ad18ce51bc4fefefec1
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:03:21 2021 +0100
New alarm icon
commit 75fbd6882d1368c73db1b96fac79f4202d6a5e53
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:37:48 2021 +0100
Added icon for alarm
commit eb20f15537d8b6be7226b2ae49fc6e6dd0474124
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:33:42 2021 +0100
Compeletely new design with icons for GPS, HRM and Compass. All Icons are open source and mentioned in the Readme.md file.
commit 46383d4d5547bca38a2a07ea01d67afa0166bedc
Author: Richard de Boer <git@tubul.net>
Date: Mon Nov 22 13:18:01 2021 +0100
gbmusic: fix "previous" button image
commit 1bf5132a5caf41398125e0c7f2bad72ffa300df2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:07:49 2021 -0800
Update custom.html
commit 618c5b7a10ebe610205ab463c395f65948e5a763
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:02:29 2021 -0800
Update custom.html
commit adfeb5e535564f8851fcdc080e2fa10d9acced9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:00:21 2021 -0800
Update custom.html
commit f950fd2ee88486e3355efd30823d50de799e8418
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:57:52 2021 -0800
Update custom.html
commit 3ee0e9bae6ee137c6e36672c9aa6a20d1c072caf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:49:48 2021 -0800
Update apps.json
commit 387bd30236b5d765b396eba24ad43120ceb6c384
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:48:14 2021 -0800
Rename ChangeLog.md to ChangeLog
commit 6e07f282b8918ac3b8f333c7c4156980a44ff1d6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:41:26 2021 -0800
Add files via upload
commit fea37b4992e65a5ca54648f88281ce2623f6a55f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:40 2021 -0800
Update apps.json
commit 939d8f6a9ae71b49c13f7dbf1455bb2fec60462a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:21 2021 -0800
Add files via upload
commit 854ae5361d1b2400f6b6d1b2c2239f46d1e16bc9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:34:28 2021 -0800
Update README.md
commit 426768eb11e34ea7a04010e6fe7da1a5a5187f40
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:32:14 2021 -0800
Update custom.html
commit bf994d9acc8b79ebda1e47dc5ebc5158210d6205
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:24:29 2021 -0800
Update apps.json
commit 7c74c5d43f9f66b6374cabd4e247d1560e5f29a1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:15:40 2021 -0800
Update apps.json
commit 8981aa3f614c388c74d73ccd25e16f5e6eabde9f
Merge: e878e547 100384f2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:12:19 2021 -0800
Merge branch 'espruino:master' into master
commit e878e5478713b0b3cae0bb86e28f998cbfeb9b10
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:11:43 2021 -0800
merge
commit 3bde4d2e48711186ae26036baea8f880c2aac7c4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 16:12:16 2021 -0800
Update custom.html
commit 5f3c93df8cc8b73c432ea31b15e84e4b106256de
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:37:41 2021 -0800
Update custom.html
commit 26bd9e35be993aae4deece775ac85f53f877b122
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:35:47 2021 -0800
Update custom.html
commit 8f2cc6e2137cf29e03435123e96d9c6c550864d1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:34:09 2021 -0800
Update custom.html
commit 66f061112301898b011412e91982dbefc7cc2d1e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:32:48 2021 -0800
Update custom.html
commit 87a9504912b8753dc63700207ee89acacbb34726
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:30:44 2021 -0800
Update custom.html
commit 626498da9d296fecf6776b836def4eda87027d85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:24:01 2021 -0800
Update custom.html
commit 3472ca355a1a71d3fa3f464ece2b81dce7f4eeaa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:21:57 2021 -0800
Update custom.html
commit 529b0cb4637652dfc0a3ba6688b863b5f47437ca
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:19:53 2021 -0800
Update custom.html
commit e77d9980023f041a87743ac1fd3c48a3f0652a8e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:18:21 2021 -0800
Update custom.html
update
commit a712c37c7652f7bc46c4d7761df93b3d28e17229
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:17:58 2021 -0800
Update custom.html
commit 4d9d6abb9ef466e4058510efe9eec295f60127e9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:14:02 2021 -0800
Update custom.html
commit f35b24844810a90f08f731cc9e63535be217e4cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:09:44 2021 -0800
Update custom.html
commit d0336b2854d7e0892c440ef8c5f83bcbe1374a9b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:06:56 2021 -0800
Update custom.html
commit 640c8e491e489e9ea88282cf0bfe14004838b3db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:03:42 2021 -0800
Update custom.html
commit 604153cb2408399ce1420b43ef87f41c09d3daa6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:01:45 2021 -0800
Update custom.html
commit 0f8f1e38e85a8c1c49057f4b891209bdfad67aef
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:44 2021 -0800
Update custom.html
commit 7f7dcb0bcf89b1d66f60481efaa09f5956ee4ecc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:22 2021 -0800
Update custom.html
commit d42fe03dc8fcbc0f68857dd9f887c8cc4eff1c06
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:55:08 2021 -0800
Update custom.html
commit 98f172fad442e89f53c45ac47f2388a08049855a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:53:01 2021 -0800
Update custom.html
commit daf8dde32bc81b8f04402c4728eac41784751cd5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:49:25 2021 -0800
Update custom.html
commit 408bd24080a2f7dcf1e6d0c33dab65da4dff82cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:48:38 2021 -0800
Update custom.html
commit 68db21acbb837b12d84d9930d451d2ba90e251dd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:44:30 2021 -0800
Update custom.html
commit 45feb1b2ffb17b8835c505bc4a4f825ddc17bf4f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:42 2021 -0800
Update custom.html
commit 3bc5fd87b61cbb9b867009d933342fe627da982d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:12 2021 -0800
Update custom.html
commit c3eede9868ee342bc4248e71a874c2e6b332dcdd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:37:42 2021 -0800
Update custom.html
commit 8426356c01a23ae769c79f726b95ea64f4428574
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:35:55 2021 -0800
Update custom.html
commit 93f09c216a1eb9aa876c88a1f806ccb709e971b7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:39 2021 -0800
Update apps.json
commit cb748a251dbd11e87615d82081522953607b3a27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:20 2021 -0800
Update custom.html
commit a994ed66301040f60d5f99b672a6081152a20d6c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:53:38 2021 -0800
Update custom.html
commit b76bb48973dbabfaf56bdec4aee44a483f94d129
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:50:08 2021 -0800
Update custom.html
commit f99ce683e9ce42431321fc711e061955bc0220fb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:46:32 2021 -0800
Update custom.html
commit ddfdd94ff845d3d8560158cde184a9a19a3d2142
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:42:51 2021 -0800
Update custom.html
commit 52675f7eff140426532f81da9c84c5d7803d0cda
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:48:03 2021 -0800
Update custom.html
commit d4911034145e3d98b99d649be55c75671e2f5c5c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:44:23 2021 -0800
Update custom.html
commit 71ff5959aec6a5f8302bda513d2c1371bbed0743
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:58 2021 -0800
Update custom.html
commit daba705b37b9952cba2910c3c0bed23e58aaf2fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:16 2021 -0800
Update custom.html
commit 19cb5fc749abeefe378205531d18b97562ddfc47
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:39:15 2021 -0800
Update apps.json
commit 6c20945898b84a02d6b440923a5afd994c7d97aa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:37:41 2021 -0800
Update custom.html
commit ff519bdc0d9bca530284d98cad9fd023ad37d50d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:15:29 2021 -0800
Update custom.html
commit 34843d703aae0b6a33be352ad0f8408d8d17d07b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:11:54 2021 -0800
Update custom.html
commit 4da82197f32b280e4192d5bc9a5ba174fbad4ace
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:01:20 2021 -0800
Update custom.html
commit a9c5a32bc1359d8288f4fd6b6da50eaf40910c9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:56:54 2021 -0800
Update custom.html
commit 352fea34791ccf06450a516ab2a2daf22353c641
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:53:38 2021 -0800
Update apps.json
commit ab6f56c381a54e4ab3466625a9eb794eef5dd2a0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:52:34 2021 -0800
Update custom.html
commit a65742ce346039ef901e70157620aabd95bbca35
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:48:25 2021 -0800
Update apps.json
commit a1a387dd600f7e5c3879d74cd5a516d7566fb7bb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:47:52 2021 -0800
Update custom.html
commit 180e88e0e44dc3ca09291a7d37b6fa4df637fa78
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:50 2021 -0800
Update custom.html
commit 0099736b8c64e8f1afefd4d52b526151e3ac700a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:14 2021 -0800
Update apps.json
commit 1fdf4e954e23fe0514b8d795224c2edafd5941c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:43 2021 -0800
Update apps.json
commit faa5b6b21aa8b7062dc62499e8361b8233cf9408
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:10 2021 -0800
Update custom.html
commit d617803c13ec381f35a9d30f99a267dca02c9cf1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:44 2021 -0800
Update apps.json
commit dc669254bcccad425153d209d6dcdf002f64a30d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:10 2021 -0800
Update custom.html
commit 303247fb4e66802ed7f5c2ee404ce0a28221ec2d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:25:00 2021 -0800
Update custom.html
commit d836cbd2ba256adfffa55f1d12fda02ae8ac760c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:15:16 2021 -0800
Update custom.html
commit e206bd4e1cad4aab266fd376fa525500941878a8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:08:00 2021 -0800
Update custom.html
commit 1a6c1acce50fe2fe2e49bfc26b3ac98c1db5aa13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:04:06 2021 -0800
Update custom.html
commit aa20fac50ed19adfb9248fd9cda1ebb7c31f95b1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:02:52 2021 -0800
Update apps.json
commit 5625414e90c78677040420f342f29e96f088469b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:34:30 2021 -0800
Update apps.json
commit ebc2d8096144e6150920efc4b63e8f1e3f52eb00
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:33:27 2021 -0800
Update custom.html
commit 6c43de3766433c1f9fa1d01fd24cbfe0839e19c0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:21:11 2021 -0800
Update apps.json
commit 37da3c68aeeb5fec1ef3d8965fa3d8170074d791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:19:46 2021 -0800
Update custom.html
commit 92707b9d13ed269a41684ce45111376694cb6e58
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:12:50 2021 -0800
Update ChangeLog.md
commit d3ca682cff08be0bb2a64ab057f6efdf36b4e094
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:09:56 2021 -0800
Update apps.json
commit dfd9e59993944f6323120f8af660d880c63c6793
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:08:52 2021 -0800
Update custom.html
commit 5d24a09ffa2d9cad10a5fae3c7b4d5fafc944aa9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:04:41 2021 -0800
Update apps.json
commit e965bd7d962108a2944824eb6579fce435876966
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:43 2021 -0800
Update custom.html
commit 345d9c155135fc4d0a2b8d00b3528b363a584ced
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:12 2021 -0800
Delete schoolCalendar.js
commit dc9db8a4767d4c16d92645131d977263e2468521
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:58 2021 -0800
Update schoolCalendar.js
commit 58df0a5ca26684b4da84929c8c388ca5c37acabd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:03 2021 -0800
Update apps.json
commit 65ad4979e8d58b51f11f3bcc86f31ab303a5d7b6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:27:10 2021 -0800
Update custom.html
commit 9c07800c5ef948a1b9b2071e7bdfe46809fefa1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:07:38 2021 -0800
Update custom.html
commit b108bc45fb8bfa266e4d4ad3e66a9f65cec96c92
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:58:24 2021 -0800
Update custom.html
commit d871855f8e217b27ea73ed28b389bbc8aea59d62
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:55:58 2021 -0800
Update apps.json
commit 99112920b287568db32c5e43b47cfc2ee0cf71a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:47:34 2021 -0800
Update apps.json
commit 37f4329ec57bc4a96a1b2a0847406f6a05cad520
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:49 2021 -0800
Update apps.json
commit ba2aee642bf90307757bb85fda6aa0db01bed5e5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:06 2021 -0800
Update custom.html
commit 98048dc23cb1caf3aafbf1d1ecfa461ba5943925
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:37:23 2021 -0800
Update apps.json
commit 1a53e8d34af89f0e6c889653961350a898deea81
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:33:43 2021 -0800
Update custom.html
commit 993bb7298c8fbc9348e6668b70a555c51dc54a09
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:31:41 2021 -0800
Rename interface.html to custom.html
commit 3a3962bfdc0365e75f8804b61293ec91084f6698
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:30:12 2021 -0800
Rename custom.html to interface.html
commit c8ad92a3dcb7b8a0df83f2e720b6730dd785e829
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:20:33 2021 -0800
Update apps.json
commit ae85c1cee709457b10233205c057f946ea15fe83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:14:33 2021 -0800
Update custom.html
commit c1b467ba8e96f58b27eb3b9b2dc2b859fa89e227
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:14:50 2021 +0000
Update app.js
commit 438537ace2358f5b798bdfde92ebf78db81abc49
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:10:03 2021 +0000
Update app.js
commit e6d736860d7d7511f08474a4d8f6446ebe97e634
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:57:57 2021 +0000
Update app.js
commit e1add5e2b2a068873d0102324d61f9ff5532924d
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:45:02 2021 +0000
Update app.js
commit 09be008dfaf764b542a80f4dbbde6ab26314713e
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:39:48 2021 +0000
Update app.js
commit 9f26994f5c66a5ee88a702c7a73d8bcc0c8236c3
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:33:47 2021 +0000
Update app.js
commit 0cf4c5d70a97480185296b32137fcdc179fddcc4
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:10:31 2021 +0000
Update app.js
commit cfdb94439526722ca757b8ee748d298f6a76d9e7
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:32:34 2021 +0000
Update app.js
Add Media controls
commit e3cd8f5607f912002d3ec0adf833834058a492cb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:16:37 2021 +0000
Update app.js
Removed extra unneeded code
commit ceed8a123836f5da6fb8c5d6741e2224a3e4a0af
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 15:05:28 2021 +0000
Update app.js
commit 721a3f2608ee0012767cfacd5c69aa91a7bba5f6
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:39:30 2021 +0000
Update app.js
commit a16bfe4d7350b34c694050448f2aefc990d19dcb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:32:57 2021 +0000
Update app.js
commit e72bf84a7a05c4208e8c1d5f60815a9f57ca11c4
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 21:29:57 2021 +0100
use dark theme for metronome
commit 071a7a7e683a649b9f75fdc92b9f56804cd0af87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 20:46:18 2021 +0100
add support for Bangle.js 2
commit 7a7175fa483e4e9fcd5912d83e9519274d67b4f0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Nov 4 16:00:41 2021 -0700
Update custom.html
commit e2928498690565ba7d0454aaa4265bc8adfda712
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:32 2021 -0700
Rename interface.html to custom.html
commit cd7579269efe8d54a5a5680b8126ea38f9ce54be
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:04 2021 -0700
Update apps.json
commit df7f9cc530194025708b712565a410aed1d73e95
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:20:09 2021 -0700
Update interface.html
commit ada94b11cfbebfeaa010cee1b39d0f92591d4e13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:06:50 2021 -0700
Update interface.html
commit 08fc58deb57847cca7d81bf84a54df16ce97528f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:20:57 2021 -0700
Update interface.html
commit 04b9e74a4d2cd84dd9b64b0ba6fba1167fc400e7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:10:58 2021 -0700
Update interface.html
commit be7af68455ff4b5034c0baab9d8c138b9b024707
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:08:24 2021 -0700
Update interface.html
commit aaee5f3c0610de7a48bdda7fe9c6064dff97780e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 19:13:08 2021 -0700
Update interface.html
commit 73819933eeb57f32935e6ad93a146bdbee6d8be6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:52:09 2021 -0700
Update schoolCalendar.js
commit fa5cbd71c618a2053ec3217048c74a723c46f03f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:49:22 2021 -0700
Update README.md
commit fa392008d1e30a6df05245eac969badf4188fb74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:45:24 2021 -0700
Update README.md
commit c280e41560a3812ee83ca461e098bc35b80ef439
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:42:39 2021 -0700
Update README.md
commit 6b84a8eb3007cca6abd31cc1d3d0552cc79cb492
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:26 2021 -0700
Update schoolCalendar.js
commit 5bbfb1109910856575cc348012dbc44d489a8005
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:11 2021 -0700
Update interface.html
update interface
commit 6660dad4c01c66c20670cfd415b6ad063d9b5b74
Merge: 8c003cf6 1e0f6cd6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 07:35:54 2021 -0700
Merge branch 'espruino:master' into master
commit 8c003cf6ffb5a8b3437897a1e57a6a020b5e02a4
Merge: 5c11881f f1ce196a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 15 07:33:21 2021 -0700
Merge branch 'espruino:master' into master
commit 5c11881f752edbdef3031f0a48109a196eced80a
Merge: 8c149dbe be34e2b0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 14 17:14:45 2021 -0700
Merge branch 'espruino:master' into master
commit 8c149dbea1cfd34e815b64ca354840b811a82222
Merge: 7888cc6c 300ed35b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Oct 13 07:46:16 2021 -0700
Merge branch 'espruino:master' into master
commit 7888cc6ce0bbabf99c7dd39f002810d262af07fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:59 2021 -0700
Create README.md
commit 36a52b8b001a4515d715950db56e411a6c4842b2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:52 2021 -0700
Update README.md
commit 4f5558c41e75f6e91a34842f7b42fa85970dce5e
Merge: 5db16d19 68cc9fbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 16:43:12 2021 -0700
Merge branch 'espruino:master' into master
commit 5db16d190b1439293d9f0af16d37fea29db8830c
Merge: e7995505 54d98db6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 07:03:23 2021 -0700
Merge branch 'espruino:master' into master
commit e799550544e55ef94ef48f905283625e50f73e97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:57 2021 -0700
Update schoolCalendar.js
commit 89f82a50436d4eab82574d310077d19154a8ab59
Merge: 7107d510 f3712e66
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:38 2021 -0700
Merge branch 'espruino:master' into master
commit 7107d510a5301f50ca5dc1bf9d4463ad99a33af8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 20:06:28 2021 -0700
Update schoolCalendar.js
commit a61879753285b4469772f51474c29fe86a5aa942
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 19:55:30 2021 -0700
Update schoolCalendar.js
commit 3c9e46c2160f4ff58708afc0d08ce2e5d27df097
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:59:03 2021 -0700
Update apps.json
commit 941bc852c1ab4472dc74a7f84e12e92ab891432e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:53 2021 -0700
Add files via upload
commit 4cbfac212e6999887cfafd37d9c809919a014e27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:26 2021 -0700
Delete apps/schoolCalender directory
commit c7b723f87e5e6fb0858c09ee2910510267d73fd6
Merge: 8d2f4ccc ba08863b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 07:31:25 2021 -0700
Merge branch 'espruino:master' into master
commit 8d2f4ccca761e1695620b072e116b94272850427
Merge: 7846b48c 44aa03e4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 1 07:31:42 2021 -0700
Merge branch 'espruino:master' into master
commit 7846b48cf67ab024970b90948096f9258e1c184c
Merge: 59aa9909 d0fd2f01
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 30 17:22:33 2021 -0700
Merge branch 'espruino:master' into master
commit 59aa99092dac99b9a13bbc2a7153dd2b44a6fb67
Merge: 9061acee 03bbe1d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 29 08:06:54 2021 -0700
Merge branch 'espruino:master' into master
commit 9061acee5db851bd58295785cc7542a7c066b4c8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 17:44:12 2021 -0700
Update interface.html
commit 79bacc45932ce8842cbf12d23c36a41e992b438e
Merge: bb5fcdaa 48bb819b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 07:12:44 2021 -0700
Merge branch 'espruino:master' into master
commit bb5fcdaafc1e344bf2d717c3eb238f763f255215
Merge: 814fbdd6 28bd9e83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 27 16:15:07 2021 -0700
Merge branch 'espruino:master' into master
commit 814fbdd61ef41676d07719b5b1b297fbbc03ec6f
Merge: 83d88a1e f3fd0f25
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 25 08:01:44 2021 -0700
Merge branch 'espruino:master' into master
commit 83d88a1ea191e2e6b669d284d94b4180b9ea54aa
Merge: c9bed74e 71471d37
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 24 19:35:52 2021 -0700
Merge branch 'espruino:master' into master
commit c9bed74ec2e240e2daf26bf9ec9432df91ac18aa
Merge: 1f130c53 16fe8470
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 23 15:21:18 2021 -0700
Merge branch 'espruino:master' into master
commit 1f130c53b46546328260a6b94ad182be5d55ff18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 22 07:25:41 2021 -0700
Update interface.html
commit 3d8ebe82c289156581799134b3c56fd02ade1fad
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:07:20 2021 -0700
Update interface.html
commit 2ca58d2cc436b72beb87d347b8d8c217b461e805
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:02:14 2021 -0700
Update custom.html
commit d8c149073fb6bca8f5f78ba4a031004adeab1a6b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:01:31 2021 -0700
Update apps.json
commit ceab5d46a23f913faf96be90e644458ac5546157
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 20:58:01 2021 -0700
Rename schoolCalender.js to app.js
commit 9b344eb1ecc577e96196d2a3d3fc8962198e90de
Merge: ec453c0e 3b15a7f9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 07:24:54 2021 -0700
Merge branch 'espruino:master' into master
commit ec453c0e100f7fd140305fe8ed4a62d3987e68f1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 19:45:50 2021 -0700
Update README.md
commit a8f7fe72923e1fe38042cb4752dac1429c6be426
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:31:41 2021 -0700
Update interface.html
commit 51c41d5c48a72b7a373e6f979c95bab9fa9ddb7a
Merge: b7a4ecb5 50ec8d97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:25:50 2021 -0700
Merge branch 'espruino:master' into master
commit b7a4ecb57857016c131ba72e101b3a11eb3cb06c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:48:24 2021 -0700
Update interface.html
commit 82320ab073c0b106f5260e26c0fb147d7c8fcd02
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:40:43 2021 -0700
Update interface.html
commit 27d025bf82cc5882dc39110c5c7799f657f2c57d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 14:01:04 2021 -0700
Update interface.html
commit bd92c0e67fce373f11aae3bbcf8f5a4c06f2e161
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:51:31 2021 -0700
Update interface.html
commit f0c596d14f6119bbe52e2f0d3912216785257536
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:40:29 2021 -0700
Update interface.html
commit d6542bac6d666af7c8fe1f67434611e6ccacc6a6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:29:46 2021 -0700
Update interface.html
commit 7a2ee0f7111209afa859761a62f80e93ca71a879
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:15:29 2021 -0700
Update interface.html
commit c65ddbfc522c54da540080a16d171edd42ce592e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:05:32 2021 -0700
Update interface.html
commit 43c684f389d97dd12815edbd93d0750f923f17b3
Merge: ddd1a83c 5f5b5c0d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:45:25 2021 -0700
Merge branch 'espruino-master'
commit 5f5b5c0dc2485f7e454acb9f364d240e3972d955
Merge: ddd1a83c cc2e1bbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:42:47 2021 -0700
Merge branch 'master' of git://github.com/espruino/BangleApps into espruino-master
commit ddd1a83c613a9f21ec8e37ba1151e1ca255a77af
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 18:27:57 2021 -0700
Update interface.html
commit 632c98f8be2ad6e2290e5eb98025559a42a47c34
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 15:13:46 2021 -0700
Update interface.html
commit c252f74e16edc5a1a1fcfe4ce72c9594f12a9624
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 07:31:16 2021 -0700
Update interface.html
commit b9b0a43e99db0c2d13c28bf6d65540925709d866
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:28:35 2021 -0700
Update interface.html
commit afafd449fb06abd3930d0eb40989dc12787c96d9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:22:01 2021 -0700
Update interface.html
commit 45a0d50b011ee50e9b1b4c6ce5a84e1290331b1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:15:25 2021 -0700
Update interface.html
commit eb146fe07bd5d71f49c5e267424d7b8206eee952
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:07:51 2021 -0700
Update interface.html
commit 34baf995e7f5288266b5da08bcac6d76202a92fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:04:33 2021 -0700
Update interface.html
commit 751fbdda43ea542db4887bed7b4d4e2ad7628a23
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:00:47 2021 -0700
Update interface.html
commit bc71f317311509e8f3fd5054e6c3efaa05bc0416
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:47:13 2021 -0700
Update interface.html
commit cfde9e14a87466a8dc7cb92934c3af373f6a43d0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:41:40 2021 -0700
Update interface.html
commit 135165c983beca48190d091e355436100beee41d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:37:52 2021 -0700
Add files via upload
commit d50ba356d68ebeffd028a924450d4a6ad4fddd74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:36:59 2021 -0700
Update apps.json
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit b51c84229798e7c3665f203c13023d9f6e24eb68
Merge: f4e997d4 d1da165e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 12:20:57 2021 +0000
Merge branch 'Combined' into Base
commit d1da165eb44fa50bea67506097768f1138574c8c
Merge: f927549b 2c257605
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:30:56 2021 +0000
Merge pull request #9 from t0m1o1/scaledlauncher
Update apps.json
commit f927549b2c1e88232f4df2c6ef7e160c3a8e0f7b
Merge: 3cfd575d 411118aa
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:16:59 2021 +0000
Merge pull request #8 from t0m1o1/scaledlauncher
Scaledlauncher
commit 3cfd575da46cf38347bbbb4d37645c0bd72833de
Merge: 9a311219 9d1429ca
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:04:17 2021 +0000
Merge pull request #7 from t0m1o1/scaledlauncher
Update settings.js
commit 9a311219b2d3a7d3594ca654c78ae7137a92fb8e
Merge: 43c42711 5b1b752d
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 02:56:33 2021 +0000
Merge pull request #6 from t0m1o1/scaledlauncher
Scaledlauncher
commit 43c4271101a4be6dbc28d7e34534d25242c159ae
Merge: dec967f1 084bba39
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 21:18:16 2021 +0000
Merge pull request #5 from t0m1o1/compass-fix
Compass fix
commit dec967f1ac5900e43099ef9bfef3bfbe84e1f8e4
Merge: 21c48263 dfa40407
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 20:56:22 2021 +0000
Merge pull request #4 from t0m1o1/Swipe-Launcher
Stop the swiping coming up if mode is undefined
commit 21c482639aa1f2d391ebb0508701cff3170b45c4
Merge: dea2ec96 4c9d04de
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:19:27 2021 +0000
Merge pull request #3 from t0m1o1/Swipe-Launcher
Update Swiper Clock Launch
commit dea2ec9693855d735662a4d344682e6105533bf2
Merge: 92d156fb 51766844
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:15:16 2021 +0000
Merge pull request #2 from t0m1o1/master
Master
commit 92d156fb398787a068a2f7ed81a78d90ed04bd70
Merge: 100384f2 7d37a9eb
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:14:13 2021 +0000
Merge pull request #1 from t0m1o1/Swipe-Launcher
Swipe launcher
commit 51766844e6ff346119739114c28b9d638ca57cbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:49:56 2021 +0000
Update apps.json
commit 6fda7a5f33ec6341d51529e680f5d0caa9c9fdbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:37:07 2021 +0000
Update apps.json
commit b7a067234413e2cd9cb531c366371e5d88f6bb21
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:32:09 2021 +0000
Rename hidmsicswipe.app.js to hidmsicswipe.js
commit 97065f1d62d40003eec09a2539d7294fe41bc4e5
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:55 2021 +0000
Delete hidmsicswipe.info
commit 21f184d6c4ad1f977c385d95c3966d95d446bf5c
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:10 2021 +0000
Add files via upload
commit 3917f28ae54db0e86b6429489c19a4180be759e0
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:45 2021 +0000
Delete hidmsicswipe.img
commit a65668300fc45082d6897e19c6efff556853f4d9
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:18 2021 +0000
Delete hid-music.png
commit 5fce838e8ab7d2b297c05a1ae735abcd4ba76d90
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:29:36 2021 +0000
Add files via upload
commit ffa37f2ab3b1fd2b921783e19ffb48673aad1a6e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:22:38 2021 +0000
Create hidmsicswipe-icon.js
commit b656e5973c302a39f7513364c66094132135bfc4
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:59:19 2021 +0000
Create changelog
commit ad943ca5658e4f68c205996c4ad42aa1ebbeb793
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:58:19 2021 +0000
Add files via upload
commit ac433ac7bd6d586e9b1ca11da924d64bd566ade2
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:57:39 2021 +0000
Create hidmsicswipe.info
2021-12-05 17:14:06 +00:00
{ "name" : "messages.settings.js" , "url" : "settings.js" } ,
2021-10-22 10:47:23 +00:00
{ "name" : "messages.img" , "url" : "app-icon.js" , "evaluate" : true } ,
2021-11-04 17:16:02 +00:00
{ "name" : "messages.wid.js" , "url" : "widget.js" } ,
{ "name" : "messages" , "url" : "lib.js" }
] ,
Squashed commit of the following:
commit 5ed43a28b5b9d6820ee898f632535747c1e5913d
Merge: 4cf9192c a385c099
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:12:45 2021 +0000
Merge branch 'espruino:master' into Base
commit 4cf9192c4341a85eab1198b8663f48d276704ac3
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:25 2021 +0000
Update core
commit 69a54194a9eb41d0722fc061bec5c900b724e8cf
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:14 2021 +0000
Squashed commit of the following:
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit e040cc4e245a8fb4c55bfeb99cab12c62af5e7b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 15:22:16 2021 +0000
replace tabs!
commit 60c2fa710c4904827bfba868507a9f6d10d524a3
Merge: 38b2e417 f3cb7e9a
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:29:46 2021 +0000
Merge pull request #942 from madman2021/master
Add new TimeCal app
commit 38b2e417bf8e63be394a96ed24b9e3d174d5f45b
Merge: 94bd895b 43b38cc8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:26:43 2021 +0000
Merge pull request #943 from peerdavid/master
[LCARS Clock] Shows icons for charging and out of battery
commit 94bd895bafeb37250b64373692c9cceb3e9ece97
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 12:56:56 2021 +0000
welcome 0.14: Turn off and run later to use softOff to time is set right
plus other minor tweaks
commit 43b38cc8ab5796e25f65ace531be68a6a4134f98
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:40:47 2021 +0100
New screenshot. Updated version.
commit 34c6589f06a1a8ba0f7fe2e126b41d03dff7f45b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:37:07 2021 +0100
Minor improvement
commit c403a5af671cf70b18776fad83126adf66122f0f
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:36:21 2021 +0100
New design. Removed png icon files - only converted icons are needed.
commit 19655ea3279daf32ebfd4453db398915a8229946
Merge: 274b705c b1fb0e6b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:44 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 274b705c1e7313cf646412ec01bf17de9b1dabcf
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:37 2021 +0100
More lcars style
commit f3cb7e9a0b8f0ba3624b639415c9168c240905e8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:53:14 2021 +0000
Remove Icon as it renders massive
commit 1a9f5375557fc232acfe3f42d1198da827db5ab8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:46:03 2021 +0000
Add missing supports tag for TimeCal
commit 3738bde22a0d4cef2bd5c956a1a370e9a145689a
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:43:38 2021 +0000
Add TimeCal to the app library
Add TimeCal to the app library
commit b1fb0e6b7d88f53cff85f6a8d3eb416bebd35e92
Merge: 559e8208 dabc22c2
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 11:10:36 2021 +0100
Merge branch 'espruino:master' into master
commit dabc22c2d725ccddad8b08c0fa0b14af94d38e28
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 09:54:11 2021 +0000
custom code works on bangle2
commit 2e83a511d2032736a63bda38406b4f744a4130f1
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:51:20 2021 +0000
metronome supports bangle 2 now
commit cea51d06d07f09923d590357c33782861c342817
Merge: cd1daba0 4eee3f05
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:50:24 2021 +0000
Merge pull request #938 from bengwalker/master
Add Bangle.js 2 support for metronome app
commit cd1daba0c55e99f5a477407f47b932d050c0b6f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:46:13 2021 +0000
0.25: Fix issue where if Bangle.js 2 got a GPS fix but no reported time, errors could be caused by the widget (fix #935)
commit c03ab08687bbc7ed893ed2ef8c3be21f1e61e74f
Merge: 1750c72e f10bf240
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:40:53 2021 +0000
Merge pull request #939 from Ronin0000/master
Add Screenshots to Many Apps
commit 1750c72e94eab6ee22650d993ea31efa17e79c46
Merge: 5eeb1181 1def233d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:38:06 2021 +0000
Merge pull request #936 from Vingelar/master
Binwatch: re-format background images
commit 559e82088077ba79675c0012c921eae3ef32b16d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:14:04 2021 +0100
Minor design change
commit d24b8c80da7afd75a6f121a22e3694252aa3c57a
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:12:25 2021 +0100
Minor design chnges
commit f10bf24018add2df61a5fc422aee941b07c70082
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 17:04:07 2021 -0800
Update apps.json
commit c66b0982368a5e1ee74da598945df12d88cba679
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:53:48 2021 -0800
Update apps.json
commit 638fea73c791b4f11b6119c02ca2090c31b6bc83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:24:10 2021 -0800
Add files via upload
commit 4e79c896c65b2edc7dfcb7b4b2eb6ae1c96f60ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:23:33 2021 -0800
Add files via upload
commit 33809d8cdfa7ea3f02941c820b4836f20a9eb869
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:58 2021 -0800
Add files via upload
commit 6cb83284a7e7b9d2f8935835702e713f0f9b7b51
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:45 2021 -0800
Add files via upload
commit 7e521d0d29262227a32244d2929eb99fcb36fb98
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:17 2021 -0800
Add files via upload
commit 9985ff03f20469897ceb3dd1acb4f90ac850ebb8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:00 2021 -0800
Add files via upload
commit 6f437c39866562e05d8821bdb5150cd553f3a6cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:21:15 2021 -0800
Add files via upload
commit ffe218a0046d65464e96cdc59d1c10fbb708b791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:56 2021 -0800
Add files via upload
commit 9400133dd49762a7bfcff38e5a6249cbfd5753f7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:39 2021 -0800
Add files via upload
commit 76463d927940f590ed45cc51558723375217a34a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:37 2021 -0800
Add files via upload
commit 4011accb47eb53954acc3e27cce5b6f6cb025c57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:19 2021 -0800
Add files via upload
commit bc5960d61a40c08566a8e1977fa53c6528f04a85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:07 2021 -0800
Add files via upload
commit da5634beda72243f5ee6e4fc0e376c6c5f9c6ccc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:51 2021 -0800
Add files via upload
commit b9c4640f853d4992e57cd5d6b2e3f4d75db32d1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:25 2021 -0800
Add files via upload
commit d27a605a24cc06903084b6a796c9c93b7724150f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:07 2021 -0800
Add files via upload
commit 52baa42e69b1a7a8ef6bc2cae548298af4dcbf7c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:48 2021 -0800
Add files via upload
commit db3b6a58e49a3d5ce9b528011f3e0607474e4fa8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:16 2021 -0800
Add files via upload
commit f0de0d8a9d542fd960f13b36a2bb2a3548f06033
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:52 2021 -0800
Add files via upload
commit 6d4cb98ba83d0ab62406c00ed9fa8dcd139d2f8c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:34 2021 -0800
Add files via upload
commit 5f434d9d327fff8cebf41a45cf73ea9c96cb42db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:23 2021 -0800
Add files via upload
commit 6e72349f05e3773b0ae60217df8b6f266447f1ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:37 2021 -0800
Add files via upload
commit 03e4d0d7c01cdc214526891933f3c155f63ff2b5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:21 2021 -0800
Add files via upload
commit ead12a1c11e3937637e8af8b1d54218e0138e908
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:54 2021 -0800
Add files via upload
commit a1ed32c91380e03146dc4003a3ee6e400d0dd35f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:30 2021 -0800
Add files via upload
commit fae08d7a739b1a28faacb0105d5ad417171dddcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:57 2021 -0800
Add files via upload
commit b889e431edf72d64867c576135bc1470c4590db2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:32 2021 -0800
Add files via upload
commit f177480160184722b935623ebed05ad630a5a6a2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:02 2021 -0800
Add files via upload
commit a2fe8c3722f56c59957642cad2bb0a6454dc6f5b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:11:42 2021 -0800
Add files via upload
commit c1cdf15bf5413167692e9c7bd4f5fee31fe4d4c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:49 2021 -0800
Add files via upload
commit fb1c5529f037cc701e30d9da036a54236ea1ba1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:11 2021 -0800
Add files via upload
commit 530089e0830473574b38c172a964f9cfb49436a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:35 2021 -0800
Add files via upload
commit 3556e668560587c074ad435b977283e19367f69e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:12 2021 -0800
Add files via upload
commit e1e32772e4dd1943af6ed37407425998b0819e48
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:56 2021 -0800
Add files via upload
commit 8084bb92b7cfb12740129c57e1bb5c05ce13994c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:37 2021 -0800
Add files via upload
commit 2c997d2964d4ade4ba0aa5ef89a1b646c15a9751
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:18 2021 -0800
Add files via upload
commit 747626b66c880293481bd0a97cda8e32e0239d04
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:07:24 2021 -0800
Add files via upload
commit ed36fae0ac6def24ca20ab6229affbcf7502582e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:59 2021 -0800
Add files via upload
commit e8baad3c3775e26f8a88457ff8f361a18572e484
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:33 2021 -0800
Add files via upload
commit 1efcebe84aa2b2b00d6920a84d4e486b834c1083
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:16 2021 -0800
Add files via upload
commit 082d3d1e95e9bb98e10bb1679ae0dfba11bf44e0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:05:21 2021 -0800
Add files via upload
commit b10f62a6c55dd89bb15a97430b74269486a72807
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:58 2021 -0800
Add files via upload
commit 24b41c2c6fe40d18ffd9dfc0404f215cc9b847ff
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:42 2021 -0800
Add files via upload
commit 19a2ef1a44c78fe9b1922574f0a1eda20f2fbd43
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:01 2021 -0800
Add files via upload
commit 7089d6e74c438d3577ebf03857b0c1b6f73aaa2a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:03:38 2021 -0800
Add files via upload
commit 431824f828f0ea900c9d206e492cc7a6d1830f2e
Merge: 15aa41c7 5eeb1181
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 15:15:57 2021 -0800
Merge branch 'espruino:master' into master
commit 5eeb1181d049f1580f75657b9a9ac664041b26b9
Merge: 546a0b16 6b05d928
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:29:18 2021 +0000
Merge pull request #937 from rigrig/barclock-b2
Barclock works fine on the Bangle.js 2 :-)
commit 15aa41c766b2a25c7a83a1a6744706a7b2852aa3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:23:03 2021 -0800
Add files via upload
commit 6a93494e3fe516ccbc7755027f613bd9bd529021
Merge: 12443640 546a0b16
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:22:27 2021 -0800
Merge branch 'espruino:master' into master
commit 546a0b16cc32841b38a0d39b07ec6d18f58d21c5
Merge: cb6e14f6 18fbd289
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:55 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit cb6e14f6c12816224bbc3dc127e9817d0df7ae78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:37 2021 +0000
messages, start of call handling and message responses, fix for scroll issue when only 2 menu items
commit 12443640c95efbe9f25ed0ffe73280c84d90cd13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:54:22 2021 -0800
Update apps.json
commit 9bdc07f8617e457439522d5b4c84a65d1eba4ed9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:47:36 2021 -0800
Update apps.json
commit 4eee3f05e92e26aa5c70c1d2cefcc97ff4935b0d
Merge: aafc93f0 18fbd289
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:46:32 2021 +0100
Merge branch 'master' into master
commit 298fa47cd87e37b19cd142f47867843e24d08b57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:42:50 2021 -0800
Update apps.json
commit 52c07f6dc80e8eabd017fc324332c0594c173399
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:40:42 2021 -0800
Update apps.json
commit fe340d75bbb6c7814241becacddaca50435c5fe3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:39:31 2021 -0800
Update apps.json
commit aafc93f09a818f5bb6e4b6988246e4f8d049df87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:35:35 2021 +0100
Update README.md
update README
commit bd80ea5ca03b2e9d5f2eb562adc7305b3952d2e5
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:31:33 2021 +0100
Update metronome.js
print instructuions for banglejs2
commit 51afd5ef049c67f331931ee18b53e9d4e835342a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:29:27 2021 -0800
Add files via upload
commit ff62b603a27d6acea382af80496b6a35787a73ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:51 2021 -0800
Add files via upload
commit ffbd331c1376c5f393dafe62eaa62a9991949a3e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:29 2021 -0800
Add files via upload
commit 93c113a95a21dccfde6bb171d15b0f93e6d0f58a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:25 2021 -0800
Add files via upload
commit b2be26fccedfa52f00f275db8050c0c3e532859b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:07 2021 -0800
Add files via upload
commit 899e78539c3bb0e41e4d56aa854c4806715ccce0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:26:06 2021 -0800
Add files via upload
commit 50a88d41cd63e51a876e4fca58fe13c5af2088fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:35 2021 -0800
Add files via upload
commit b1d636bac2148007dd72becff0daddf24b80f0a4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:10 2021 -0800
Add files via upload
commit 6b05d928751b49d4910ddd3a6867e2d4cad6c93f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 19:42:12 2021 +0100
barclock: Fix time/date disappearing after fullscreen notification
By forcing a complete redraw at lcdPower-on
commit 32e3d326aa143eed99d26c81c9fbf870730591f4
Author: Richard de Boer <git@tubul.net>
Date: Sat Nov 20 17:13:36 2021 +0100
barclock works fine on the Bangle.js 2 :-)
commit 1def233de2434d272c6f712c9c213b7caff3ae92
Author: Vingelar <Vingelar@mantisse.de>
Date: Tue Nov 23 19:09:16 2021 +0100
changed format of bg images to binary raw format (export from emulator
commit e021aa2c9d5c44f9130e4bf67cb4b066d02cbd6d
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:59:49 2021 +0100
Update app.js
binwatch: adapted names of bg images
commit 3dd723d10bd3195257205a48dc79872668bd53cb
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:58:48 2021 +0100
Update apps.json
binwatch: shorten names of background images
commit 275402344ee927a51d0c100d4387c739d7a49968
Merge: cf027b37 18fbd289
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:36:45 2021 +0100
Merge branch 'espruino:master' into master
commit 18fbd2898da9fc2bfb16d0adf9cf2b97f5ce0f3d
Merge: 5be6981a df364bab
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:34:15 2021 +0000
Merge pull request #933 from peerdavid/master
[LCARS Clock] Added lcars icon to watch face.
commit cf027b3783cbbf8deca98fb3e1ee1922557686bf
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:34:13 2021 +0100
Update app.js
changed names of background images
commit 5be6981acdf3935b936bb85caf37780537518b66
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:31:42 2021 +0000
oops - named stub wrong
commit d328d94d34ea86dd99f958098c7f0a000b1e395f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:30:20 2021 +0100
Add files via upload
added background files exported from Emulator
commit c36fb16a684085c2eb6ada2c50021d3776f5e215
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:54 2021 +0100
Delete Background240_center.js
removed background240_center.js (wrong format)
commit 4719fada2843f1c8d6ae36d8d59d0fb95318d9b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:28:34 2021 +0000
Android Remove messages on disconnect, Fix music control (ref #909)
commit f431bd8a2c823e877ee6e78576aa4f39a0b5701f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:25 2021 +0100
Delete Background176_center.js
remove backgounrd176_center.js (wrong format)
commit 1b548c9bbb5a10769498b4ad1be04397fb889bce
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:27:33 2021 +0100
Update apps.json
adapted naming for image files
commit df364babab19550f75a01d707f0684d8547e8664
Merge: d28517b2 a1eeadfc
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 17:16:00 2021 +0100
Merge branch 'espruino:master' into master
commit d28517b2a5b5e7eaa6a8d9832d9352062addb3ee
Merge: cd93a201 465c93d8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:18 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit cd93a201f846e2c51a1ff9cc447dbbbdc2c5e2cc
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:15 2021 +0100
Moved logo
commit dd2bb22f076abff1aac2f32734b50fdcc5423861
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:08:57 2021 +0100
Update apps.json
use .js files as background images
commit 03c5f996f4998ebc1e6bfea7e77d3a61743c0c69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:07:21 2021 +0100
Add files via upload
added background files as js
commit 7d81bfe2bbdf5095ac7550247eddbe6827cec4c0
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:53:40 2021 +0100
Update apps.json
added missing "url" to background storage
commit 51b73894e461af6312b6fca28e0b5888e9f98da6
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:51:40 2021 +0100
Update app.js
use background images from storage
commit dab36d05a77563e9a839f38807bfd7cfe09a1f69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:48:50 2021 +0100
Update apps.json
added background images to stroage
commit 31f28093411e4f501dd49f98359af43e71e8b27e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:44:49 2021 +0000
Fix https://github.com/espruino/BangleApps/issues/927 - App loader offers to update unknown apps
commit a1eeadfc224a976e3fca6a00ca47d1c1389fa70f
Merge: 68429483 0a695e51
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:40:09 2021 +0000
Merge pull request #934 from Ronin0000/master
Fix School Calendar Bug
commit 0a695e5143fbff3935e80b9df85720f065b1e185
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:09:14 2021 -0800
Update custom.html
fix bug that was for testing
commit cfecc24f42d257d565f21571a50b825cffb2f1c3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:05:47 2021 -0800
Delete boot.js
commit 684294830d75459982845920cb30815236dc0917
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 13:57:46 2021 +0000
app manager works in bjs2
commit 465c93d830300054722f10f483a9023c6ec315e7
Merge: d20f5e59 3ba779ee
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 14:53:47 2021 +0100
Merge branch 'espruino:master' into master
commit d20f5e597e72d8392af3e9b745a4dfab36e8797f
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:53:27 2021 +0100
Updated screenshot
commit a283cf58fb90b1852d8e414fb01010632a65ba46
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:51:55 2021 +0100
Included lcars logo
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 3ba779ee5826a60f127ed12f0eeaa2a848f53b4c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:48:34 2021 +0000
Fix bangleapps after recent PRs
commit aaf06b113c72e1487651d30602ba79c95a41d6ff
Merge: a0351381 06a6b72d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:42:26 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 9600f16671ab5a9fc772a959a7110622baa5e606
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:19:48 2021 +0100
Updated changelog
commit 98577b626960bd971af483ef709655dfe0ac1f00
Merge: 1ccabca0 d3cd47f9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:52 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 1ccabca0c6f1cf79c1b5d6a56749ab752a4d1850
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:50 2021 +0100
No hrm icon - its shown too much.
commit d3cd47f95704e7c508e1e311d3224826f3fd73ce
Merge: 2e18795c 06a6b72d
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 11:12:43 2021 +0100
Merge branch 'espruino:master' into master
commit 2e18795c5780148c6f52d50cd69849b5893b1cdb
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:11:33 2021 +0100
Fixed string
commit 36edd449c5398147536d20c2b4f11040cb3105b9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:10:33 2021 +0100
Minor change
commit 06a6b72d42fc55a224bb5d133640670c21d6cae0
Merge: a39d4102 be083113
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:03:45 2021 +0000
Merge pull request #925 from Ronin0000/master
Add School Calendar
commit a39d4102963fc1593e1f2f8ea3f4372a3da4da6f
Merge: ab2cb243 930cfa13
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:02:41 2021 +0000
Merge pull request #928 from peerdavid/master
[LCARS Clock] Icons for different states such as GPS or HRM.
commit 5c3b0468d4ce9a51249f6f098c3e6ba84ba1cf41
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:59:26 2021 +0100
Update apps.json
corrected format
commit 336501059da7bceddba9e300c5b6d5bd1aba6a3a
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:56:25 2021 +0100
Update apps.json
removed background image
commit 3f4c49a8aef6ba79419f00d86fc4f02435b72e21
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:55:07 2021 +0100
Update app.js
integrated BG image into app
commit ff3223e1b906957811cad815df88ad495e70a95f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:51:02 2021 +0100
Update app.js
added "require" for bg image
commit ab2cb243857e50e7bb80ee163e4bc153302446a7
Merge: adadf7ef 162dc1f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:51:01 2021 +0000
Merge pull request #929 from weeurey/master
Update app
commit adadf7efd39b01466cfd348e13c5a02deaa6bf4d
Merge: b7f403e7 0f9d938f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:26 2021 +0000
Merge pull request #931 from reelyactive/master
emojuino@0.02
commit b7f403e79bf5fae387c5f6d0522f49ce917362a6
Merge: f4e997d4 46383d4d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:12 2021 +0000
Merge pull request #930 from rigrig/gbmusic-fix
gbmusic: fix "previous" button image
commit a03513812956c629f003824b46bb6763734eead8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:44:24 2021 +0000
fix download icon on android
commit b128f5c15569de9e2be0717f270cfd90e006d5ab
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:38:02 2021 +0100
Update apps.json
added background image to upload
commit 930cfa13315046c621a5444632f7b12bbd956fae
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 09:43:24 2021 +0100
New HRM Icon
commit 7f3f7b9eee3c23c922645274dd8d7947def8158d
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:26:37 2021 +0100
Currently, no confidence > 80 is reached...
commit 1fb861b82c4cc75b94dc6875280fbd411390bc71
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:25:11 2021 +0100
HRM confidence of 80 to display
commit 7d95221e166770be91bf76374f926fe996356009
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:24:15 2021 +0100
Minor change
commit 6d8d98fb03e7bed42c3feeee771ddfcd78b60ea8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:21:41 2021 +0100
Show HRM
commit a0cc4c633e0e6853a0f170a5358b7e1f11e310af
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:10:00 2021 +0100
Minor changes
commit be083113316ec7ba07d780b6593cb9adfd748298
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 19:11:40 2021 -0800
Update custom.html
commit 0664a44c454107d4e3ff039d12baffea3e90cf5f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:52:43 2021 -0800
Update apps.json
commit b032ca0fc1936e650a459f766799e197daf2a4dd
Merge: 7fd37f7e f1f063fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:27 2021 -0800
Merge branch 'espruino-master'
commit f1f063fd1adb553c548a3aa54156bce00b4ca48d
Merge: 7fd37f7e f4e997d4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:09 2021 -0800
merge3
commit 0f9d938fa6970df18fbe99f3c707b94aa26d15c1
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:23:17 2021 -0500
Version bump
commit 5a01047cd0b30e4b7b253d784bd0b5755fc0c2e2
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:21:29 2021 -0500
Added screenshots
commit ae55c2d39fc936cfa1954d44b7f76dc91c21ced3
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:09:26 2021 -0500
Allow emulator, specify type as app
commit 58f9e7cd5b59904651fb878a89844ee4ccfb23df
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:03:18 2021 -0500
Upgrade to emoji images and supporting text
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit 7fd37f7e4e669c0aea7b5324b85f9d85ca394dcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 12:18:44 2021 -0800
Update custom.html
commit 84d9ca4b337e36c4f62ffce4b3059f8f2909d482
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:57:14 2021 -0800
Update boot.js
commit 740f4a95665fd92ad87e83dd381da7e55c2e4b18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:52:27 2021 -0800
Create boot.js
not part of the current merge
commit d3538a03f10f6323afc8656cef397a561cf35bf0
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:12:50 2021 +0100
Added raster
commit 20310fdb75b11fe8b3ea38dc7810732910537169
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:02:27 2021 +0100
Smaller icons
commit 3863be18301cec9fec480db7fe28a19439c708d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 09:06:52 2021 -0800
Delete apps/schoolCalendar/fullcalendar/interaction/src directory
commit 5d8c13a7e6a934e8b750f0ab4871e3dcc67c09bf
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:56:29 2021 +0100
Updated screenshot accordingly
commit 21134a1dcdc102755171af26e99ae86f3559996f
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:55:21 2021 +0100
Better background
commit cab3d43085b2edf4dc97ebf05785bb5b446a88da
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:39:48 2021 +0100
Better alarm - shown only in icon so we can display more data.
commit db22bac0ecd48633d6acf0874127a1b28821d8ea
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:11:15 2021 +0100
Use correct alarm icon
commit 162dc1f29346ab0f6ff4b7cd4128826292ca766e
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:11:07 2021 +0000
Update apps.json
commit dc24ae9bfba1786d4d8a3e22871c4da7bda9fb92
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:10:58 2021 +0100
Better HRM Icon
commit 8e688d144ab30ff87f31b51ab457688ce03c4c23
Merge: 741f7aab f4e997d4
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:09:43 2021 +0000
Merge branch 'espruino:master' into master
commit 741f7aab5239e6fa6ae48e1a5351216dfcfc4177
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:08:38 2021 +0000
Update apps.json
commit 247ed9faa2e8b8463374fea05d4bb04ddda2cfc1
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:07:39 2021 +0000
Create ChangeLog
commit d878d46d4ccc5128643034c535cff69984ab7853
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:05:57 2021 +0000
Update app.js
commit c720fc314b516e1007452ad18ce51bc4fefefec1
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:03:21 2021 +0100
New alarm icon
commit 75fbd6882d1368c73db1b96fac79f4202d6a5e53
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:37:48 2021 +0100
Added icon for alarm
commit eb20f15537d8b6be7226b2ae49fc6e6dd0474124
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:33:42 2021 +0100
Compeletely new design with icons for GPS, HRM and Compass. All Icons are open source and mentioned in the Readme.md file.
commit 46383d4d5547bca38a2a07ea01d67afa0166bedc
Author: Richard de Boer <git@tubul.net>
Date: Mon Nov 22 13:18:01 2021 +0100
gbmusic: fix "previous" button image
commit 1bf5132a5caf41398125e0c7f2bad72ffa300df2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:07:49 2021 -0800
Update custom.html
commit 618c5b7a10ebe610205ab463c395f65948e5a763
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:02:29 2021 -0800
Update custom.html
commit adfeb5e535564f8851fcdc080e2fa10d9acced9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:00:21 2021 -0800
Update custom.html
commit f950fd2ee88486e3355efd30823d50de799e8418
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:57:52 2021 -0800
Update custom.html
commit 3ee0e9bae6ee137c6e36672c9aa6a20d1c072caf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:49:48 2021 -0800
Update apps.json
commit 387bd30236b5d765b396eba24ad43120ceb6c384
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:48:14 2021 -0800
Rename ChangeLog.md to ChangeLog
commit 6e07f282b8918ac3b8f333c7c4156980a44ff1d6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:41:26 2021 -0800
Add files via upload
commit fea37b4992e65a5ca54648f88281ce2623f6a55f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:40 2021 -0800
Update apps.json
commit 939d8f6a9ae71b49c13f7dbf1455bb2fec60462a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:21 2021 -0800
Add files via upload
commit 854ae5361d1b2400f6b6d1b2c2239f46d1e16bc9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:34:28 2021 -0800
Update README.md
commit 426768eb11e34ea7a04010e6fe7da1a5a5187f40
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:32:14 2021 -0800
Update custom.html
commit bf994d9acc8b79ebda1e47dc5ebc5158210d6205
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:24:29 2021 -0800
Update apps.json
commit 7c74c5d43f9f66b6374cabd4e247d1560e5f29a1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:15:40 2021 -0800
Update apps.json
commit 8981aa3f614c388c74d73ccd25e16f5e6eabde9f
Merge: e878e547 100384f2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:12:19 2021 -0800
Merge branch 'espruino:master' into master
commit e878e5478713b0b3cae0bb86e28f998cbfeb9b10
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:11:43 2021 -0800
merge
commit 3bde4d2e48711186ae26036baea8f880c2aac7c4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 16:12:16 2021 -0800
Update custom.html
commit 5f3c93df8cc8b73c432ea31b15e84e4b106256de
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:37:41 2021 -0800
Update custom.html
commit 26bd9e35be993aae4deece775ac85f53f877b122
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:35:47 2021 -0800
Update custom.html
commit 8f2cc6e2137cf29e03435123e96d9c6c550864d1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:34:09 2021 -0800
Update custom.html
commit 66f061112301898b011412e91982dbefc7cc2d1e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:32:48 2021 -0800
Update custom.html
commit 87a9504912b8753dc63700207ee89acacbb34726
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:30:44 2021 -0800
Update custom.html
commit 626498da9d296fecf6776b836def4eda87027d85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:24:01 2021 -0800
Update custom.html
commit 3472ca355a1a71d3fa3f464ece2b81dce7f4eeaa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:21:57 2021 -0800
Update custom.html
commit 529b0cb4637652dfc0a3ba6688b863b5f47437ca
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:19:53 2021 -0800
Update custom.html
commit e77d9980023f041a87743ac1fd3c48a3f0652a8e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:18:21 2021 -0800
Update custom.html
update
commit a712c37c7652f7bc46c4d7761df93b3d28e17229
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:17:58 2021 -0800
Update custom.html
commit 4d9d6abb9ef466e4058510efe9eec295f60127e9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:14:02 2021 -0800
Update custom.html
commit f35b24844810a90f08f731cc9e63535be217e4cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:09:44 2021 -0800
Update custom.html
commit d0336b2854d7e0892c440ef8c5f83bcbe1374a9b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:06:56 2021 -0800
Update custom.html
commit 640c8e491e489e9ea88282cf0bfe14004838b3db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:03:42 2021 -0800
Update custom.html
commit 604153cb2408399ce1420b43ef87f41c09d3daa6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:01:45 2021 -0800
Update custom.html
commit 0f8f1e38e85a8c1c49057f4b891209bdfad67aef
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:44 2021 -0800
Update custom.html
commit 7f7dcb0bcf89b1d66f60481efaa09f5956ee4ecc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:22 2021 -0800
Update custom.html
commit d42fe03dc8fcbc0f68857dd9f887c8cc4eff1c06
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:55:08 2021 -0800
Update custom.html
commit 98f172fad442e89f53c45ac47f2388a08049855a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:53:01 2021 -0800
Update custom.html
commit daf8dde32bc81b8f04402c4728eac41784751cd5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:49:25 2021 -0800
Update custom.html
commit 408bd24080a2f7dcf1e6d0c33dab65da4dff82cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:48:38 2021 -0800
Update custom.html
commit 68db21acbb837b12d84d9930d451d2ba90e251dd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:44:30 2021 -0800
Update custom.html
commit 45feb1b2ffb17b8835c505bc4a4f825ddc17bf4f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:42 2021 -0800
Update custom.html
commit 3bc5fd87b61cbb9b867009d933342fe627da982d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:12 2021 -0800
Update custom.html
commit c3eede9868ee342bc4248e71a874c2e6b332dcdd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:37:42 2021 -0800
Update custom.html
commit 8426356c01a23ae769c79f726b95ea64f4428574
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:35:55 2021 -0800
Update custom.html
commit 93f09c216a1eb9aa876c88a1f806ccb709e971b7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:39 2021 -0800
Update apps.json
commit cb748a251dbd11e87615d82081522953607b3a27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:20 2021 -0800
Update custom.html
commit a994ed66301040f60d5f99b672a6081152a20d6c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:53:38 2021 -0800
Update custom.html
commit b76bb48973dbabfaf56bdec4aee44a483f94d129
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:50:08 2021 -0800
Update custom.html
commit f99ce683e9ce42431321fc711e061955bc0220fb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:46:32 2021 -0800
Update custom.html
commit ddfdd94ff845d3d8560158cde184a9a19a3d2142
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:42:51 2021 -0800
Update custom.html
commit 52675f7eff140426532f81da9c84c5d7803d0cda
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:48:03 2021 -0800
Update custom.html
commit d4911034145e3d98b99d649be55c75671e2f5c5c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:44:23 2021 -0800
Update custom.html
commit 71ff5959aec6a5f8302bda513d2c1371bbed0743
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:58 2021 -0800
Update custom.html
commit daba705b37b9952cba2910c3c0bed23e58aaf2fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:16 2021 -0800
Update custom.html
commit 19cb5fc749abeefe378205531d18b97562ddfc47
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:39:15 2021 -0800
Update apps.json
commit 6c20945898b84a02d6b440923a5afd994c7d97aa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:37:41 2021 -0800
Update custom.html
commit ff519bdc0d9bca530284d98cad9fd023ad37d50d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:15:29 2021 -0800
Update custom.html
commit 34843d703aae0b6a33be352ad0f8408d8d17d07b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:11:54 2021 -0800
Update custom.html
commit 4da82197f32b280e4192d5bc9a5ba174fbad4ace
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:01:20 2021 -0800
Update custom.html
commit a9c5a32bc1359d8288f4fd6b6da50eaf40910c9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:56:54 2021 -0800
Update custom.html
commit 352fea34791ccf06450a516ab2a2daf22353c641
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:53:38 2021 -0800
Update apps.json
commit ab6f56c381a54e4ab3466625a9eb794eef5dd2a0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:52:34 2021 -0800
Update custom.html
commit a65742ce346039ef901e70157620aabd95bbca35
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:48:25 2021 -0800
Update apps.json
commit a1a387dd600f7e5c3879d74cd5a516d7566fb7bb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:47:52 2021 -0800
Update custom.html
commit 180e88e0e44dc3ca09291a7d37b6fa4df637fa78
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:50 2021 -0800
Update custom.html
commit 0099736b8c64e8f1afefd4d52b526151e3ac700a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:14 2021 -0800
Update apps.json
commit 1fdf4e954e23fe0514b8d795224c2edafd5941c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:43 2021 -0800
Update apps.json
commit faa5b6b21aa8b7062dc62499e8361b8233cf9408
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:10 2021 -0800
Update custom.html
commit d617803c13ec381f35a9d30f99a267dca02c9cf1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:44 2021 -0800
Update apps.json
commit dc669254bcccad425153d209d6dcdf002f64a30d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:10 2021 -0800
Update custom.html
commit 303247fb4e66802ed7f5c2ee404ce0a28221ec2d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:25:00 2021 -0800
Update custom.html
commit d836cbd2ba256adfffa55f1d12fda02ae8ac760c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:15:16 2021 -0800
Update custom.html
commit e206bd4e1cad4aab266fd376fa525500941878a8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:08:00 2021 -0800
Update custom.html
commit 1a6c1acce50fe2fe2e49bfc26b3ac98c1db5aa13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:04:06 2021 -0800
Update custom.html
commit aa20fac50ed19adfb9248fd9cda1ebb7c31f95b1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:02:52 2021 -0800
Update apps.json
commit 5625414e90c78677040420f342f29e96f088469b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:34:30 2021 -0800
Update apps.json
commit ebc2d8096144e6150920efc4b63e8f1e3f52eb00
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:33:27 2021 -0800
Update custom.html
commit 6c43de3766433c1f9fa1d01fd24cbfe0839e19c0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:21:11 2021 -0800
Update apps.json
commit 37da3c68aeeb5fec1ef3d8965fa3d8170074d791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:19:46 2021 -0800
Update custom.html
commit 92707b9d13ed269a41684ce45111376694cb6e58
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:12:50 2021 -0800
Update ChangeLog.md
commit d3ca682cff08be0bb2a64ab057f6efdf36b4e094
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:09:56 2021 -0800
Update apps.json
commit dfd9e59993944f6323120f8af660d880c63c6793
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:08:52 2021 -0800
Update custom.html
commit 5d24a09ffa2d9cad10a5fae3c7b4d5fafc944aa9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:04:41 2021 -0800
Update apps.json
commit e965bd7d962108a2944824eb6579fce435876966
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:43 2021 -0800
Update custom.html
commit 345d9c155135fc4d0a2b8d00b3528b363a584ced
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:12 2021 -0800
Delete schoolCalendar.js
commit dc9db8a4767d4c16d92645131d977263e2468521
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:58 2021 -0800
Update schoolCalendar.js
commit 58df0a5ca26684b4da84929c8c388ca5c37acabd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:03 2021 -0800
Update apps.json
commit 65ad4979e8d58b51f11f3bcc86f31ab303a5d7b6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:27:10 2021 -0800
Update custom.html
commit 9c07800c5ef948a1b9b2071e7bdfe46809fefa1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:07:38 2021 -0800
Update custom.html
commit b108bc45fb8bfa266e4d4ad3e66a9f65cec96c92
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:58:24 2021 -0800
Update custom.html
commit d871855f8e217b27ea73ed28b389bbc8aea59d62
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:55:58 2021 -0800
Update apps.json
commit 99112920b287568db32c5e43b47cfc2ee0cf71a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:47:34 2021 -0800
Update apps.json
commit 37f4329ec57bc4a96a1b2a0847406f6a05cad520
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:49 2021 -0800
Update apps.json
commit ba2aee642bf90307757bb85fda6aa0db01bed5e5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:06 2021 -0800
Update custom.html
commit 98048dc23cb1caf3aafbf1d1ecfa461ba5943925
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:37:23 2021 -0800
Update apps.json
commit 1a53e8d34af89f0e6c889653961350a898deea81
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:33:43 2021 -0800
Update custom.html
commit 993bb7298c8fbc9348e6668b70a555c51dc54a09
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:31:41 2021 -0800
Rename interface.html to custom.html
commit 3a3962bfdc0365e75f8804b61293ec91084f6698
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:30:12 2021 -0800
Rename custom.html to interface.html
commit c8ad92a3dcb7b8a0df83f2e720b6730dd785e829
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:20:33 2021 -0800
Update apps.json
commit ae85c1cee709457b10233205c057f946ea15fe83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:14:33 2021 -0800
Update custom.html
commit c1b467ba8e96f58b27eb3b9b2dc2b859fa89e227
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:14:50 2021 +0000
Update app.js
commit 438537ace2358f5b798bdfde92ebf78db81abc49
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:10:03 2021 +0000
Update app.js
commit e6d736860d7d7511f08474a4d8f6446ebe97e634
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:57:57 2021 +0000
Update app.js
commit e1add5e2b2a068873d0102324d61f9ff5532924d
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:45:02 2021 +0000
Update app.js
commit 09be008dfaf764b542a80f4dbbde6ab26314713e
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:39:48 2021 +0000
Update app.js
commit 9f26994f5c66a5ee88a702c7a73d8bcc0c8236c3
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:33:47 2021 +0000
Update app.js
commit 0cf4c5d70a97480185296b32137fcdc179fddcc4
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:10:31 2021 +0000
Update app.js
commit cfdb94439526722ca757b8ee748d298f6a76d9e7
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:32:34 2021 +0000
Update app.js
Add Media controls
commit e3cd8f5607f912002d3ec0adf833834058a492cb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:16:37 2021 +0000
Update app.js
Removed extra unneeded code
commit ceed8a123836f5da6fb8c5d6741e2224a3e4a0af
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 15:05:28 2021 +0000
Update app.js
commit 721a3f2608ee0012767cfacd5c69aa91a7bba5f6
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:39:30 2021 +0000
Update app.js
commit a16bfe4d7350b34c694050448f2aefc990d19dcb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:32:57 2021 +0000
Update app.js
commit e72bf84a7a05c4208e8c1d5f60815a9f57ca11c4
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 21:29:57 2021 +0100
use dark theme for metronome
commit 071a7a7e683a649b9f75fdc92b9f56804cd0af87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 20:46:18 2021 +0100
add support for Bangle.js 2
commit 7a7175fa483e4e9fcd5912d83e9519274d67b4f0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Nov 4 16:00:41 2021 -0700
Update custom.html
commit e2928498690565ba7d0454aaa4265bc8adfda712
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:32 2021 -0700
Rename interface.html to custom.html
commit cd7579269efe8d54a5a5680b8126ea38f9ce54be
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:04 2021 -0700
Update apps.json
commit df7f9cc530194025708b712565a410aed1d73e95
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:20:09 2021 -0700
Update interface.html
commit ada94b11cfbebfeaa010cee1b39d0f92591d4e13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:06:50 2021 -0700
Update interface.html
commit 08fc58deb57847cca7d81bf84a54df16ce97528f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:20:57 2021 -0700
Update interface.html
commit 04b9e74a4d2cd84dd9b64b0ba6fba1167fc400e7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:10:58 2021 -0700
Update interface.html
commit be7af68455ff4b5034c0baab9d8c138b9b024707
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:08:24 2021 -0700
Update interface.html
commit aaee5f3c0610de7a48bdda7fe9c6064dff97780e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 19:13:08 2021 -0700
Update interface.html
commit 73819933eeb57f32935e6ad93a146bdbee6d8be6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:52:09 2021 -0700
Update schoolCalendar.js
commit fa5cbd71c618a2053ec3217048c74a723c46f03f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:49:22 2021 -0700
Update README.md
commit fa392008d1e30a6df05245eac969badf4188fb74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:45:24 2021 -0700
Update README.md
commit c280e41560a3812ee83ca461e098bc35b80ef439
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:42:39 2021 -0700
Update README.md
commit 6b84a8eb3007cca6abd31cc1d3d0552cc79cb492
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:26 2021 -0700
Update schoolCalendar.js
commit 5bbfb1109910856575cc348012dbc44d489a8005
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:11 2021 -0700
Update interface.html
update interface
commit 6660dad4c01c66c20670cfd415b6ad063d9b5b74
Merge: 8c003cf6 1e0f6cd6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 07:35:54 2021 -0700
Merge branch 'espruino:master' into master
commit 8c003cf6ffb5a8b3437897a1e57a6a020b5e02a4
Merge: 5c11881f f1ce196a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 15 07:33:21 2021 -0700
Merge branch 'espruino:master' into master
commit 5c11881f752edbdef3031f0a48109a196eced80a
Merge: 8c149dbe be34e2b0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 14 17:14:45 2021 -0700
Merge branch 'espruino:master' into master
commit 8c149dbea1cfd34e815b64ca354840b811a82222
Merge: 7888cc6c 300ed35b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Oct 13 07:46:16 2021 -0700
Merge branch 'espruino:master' into master
commit 7888cc6ce0bbabf99c7dd39f002810d262af07fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:59 2021 -0700
Create README.md
commit 36a52b8b001a4515d715950db56e411a6c4842b2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:52 2021 -0700
Update README.md
commit 4f5558c41e75f6e91a34842f7b42fa85970dce5e
Merge: 5db16d19 68cc9fbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 16:43:12 2021 -0700
Merge branch 'espruino:master' into master
commit 5db16d190b1439293d9f0af16d37fea29db8830c
Merge: e7995505 54d98db6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 07:03:23 2021 -0700
Merge branch 'espruino:master' into master
commit e799550544e55ef94ef48f905283625e50f73e97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:57 2021 -0700
Update schoolCalendar.js
commit 89f82a50436d4eab82574d310077d19154a8ab59
Merge: 7107d510 f3712e66
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:38 2021 -0700
Merge branch 'espruino:master' into master
commit 7107d510a5301f50ca5dc1bf9d4463ad99a33af8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 20:06:28 2021 -0700
Update schoolCalendar.js
commit a61879753285b4469772f51474c29fe86a5aa942
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 19:55:30 2021 -0700
Update schoolCalendar.js
commit 3c9e46c2160f4ff58708afc0d08ce2e5d27df097
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:59:03 2021 -0700
Update apps.json
commit 941bc852c1ab4472dc74a7f84e12e92ab891432e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:53 2021 -0700
Add files via upload
commit 4cbfac212e6999887cfafd37d9c809919a014e27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:26 2021 -0700
Delete apps/schoolCalender directory
commit c7b723f87e5e6fb0858c09ee2910510267d73fd6
Merge: 8d2f4ccc ba08863b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 07:31:25 2021 -0700
Merge branch 'espruino:master' into master
commit 8d2f4ccca761e1695620b072e116b94272850427
Merge: 7846b48c 44aa03e4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 1 07:31:42 2021 -0700
Merge branch 'espruino:master' into master
commit 7846b48cf67ab024970b90948096f9258e1c184c
Merge: 59aa9909 d0fd2f01
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 30 17:22:33 2021 -0700
Merge branch 'espruino:master' into master
commit 59aa99092dac99b9a13bbc2a7153dd2b44a6fb67
Merge: 9061acee 03bbe1d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 29 08:06:54 2021 -0700
Merge branch 'espruino:master' into master
commit 9061acee5db851bd58295785cc7542a7c066b4c8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 17:44:12 2021 -0700
Update interface.html
commit 79bacc45932ce8842cbf12d23c36a41e992b438e
Merge: bb5fcdaa 48bb819b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 07:12:44 2021 -0700
Merge branch 'espruino:master' into master
commit bb5fcdaafc1e344bf2d717c3eb238f763f255215
Merge: 814fbdd6 28bd9e83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 27 16:15:07 2021 -0700
Merge branch 'espruino:master' into master
commit 814fbdd61ef41676d07719b5b1b297fbbc03ec6f
Merge: 83d88a1e f3fd0f25
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 25 08:01:44 2021 -0700
Merge branch 'espruino:master' into master
commit 83d88a1ea191e2e6b669d284d94b4180b9ea54aa
Merge: c9bed74e 71471d37
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 24 19:35:52 2021 -0700
Merge branch 'espruino:master' into master
commit c9bed74ec2e240e2daf26bf9ec9432df91ac18aa
Merge: 1f130c53 16fe8470
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 23 15:21:18 2021 -0700
Merge branch 'espruino:master' into master
commit 1f130c53b46546328260a6b94ad182be5d55ff18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 22 07:25:41 2021 -0700
Update interface.html
commit 3d8ebe82c289156581799134b3c56fd02ade1fad
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:07:20 2021 -0700
Update interface.html
commit 2ca58d2cc436b72beb87d347b8d8c217b461e805
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:02:14 2021 -0700
Update custom.html
commit d8c149073fb6bca8f5f78ba4a031004adeab1a6b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:01:31 2021 -0700
Update apps.json
commit ceab5d46a23f913faf96be90e644458ac5546157
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 20:58:01 2021 -0700
Rename schoolCalender.js to app.js
commit 9b344eb1ecc577e96196d2a3d3fc8962198e90de
Merge: ec453c0e 3b15a7f9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 07:24:54 2021 -0700
Merge branch 'espruino:master' into master
commit ec453c0e100f7fd140305fe8ed4a62d3987e68f1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 19:45:50 2021 -0700
Update README.md
commit a8f7fe72923e1fe38042cb4752dac1429c6be426
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:31:41 2021 -0700
Update interface.html
commit 51c41d5c48a72b7a373e6f979c95bab9fa9ddb7a
Merge: b7a4ecb5 50ec8d97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:25:50 2021 -0700
Merge branch 'espruino:master' into master
commit b7a4ecb57857016c131ba72e101b3a11eb3cb06c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:48:24 2021 -0700
Update interface.html
commit 82320ab073c0b106f5260e26c0fb147d7c8fcd02
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:40:43 2021 -0700
Update interface.html
commit 27d025bf82cc5882dc39110c5c7799f657f2c57d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 14:01:04 2021 -0700
Update interface.html
commit bd92c0e67fce373f11aae3bbcf8f5a4c06f2e161
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:51:31 2021 -0700
Update interface.html
commit f0c596d14f6119bbe52e2f0d3912216785257536
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:40:29 2021 -0700
Update interface.html
commit d6542bac6d666af7c8fe1f67434611e6ccacc6a6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:29:46 2021 -0700
Update interface.html
commit 7a2ee0f7111209afa859761a62f80e93ca71a879
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:15:29 2021 -0700
Update interface.html
commit c65ddbfc522c54da540080a16d171edd42ce592e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:05:32 2021 -0700
Update interface.html
commit 43c684f389d97dd12815edbd93d0750f923f17b3
Merge: ddd1a83c 5f5b5c0d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:45:25 2021 -0700
Merge branch 'espruino-master'
commit 5f5b5c0dc2485f7e454acb9f364d240e3972d955
Merge: ddd1a83c cc2e1bbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:42:47 2021 -0700
Merge branch 'master' of git://github.com/espruino/BangleApps into espruino-master
commit ddd1a83c613a9f21ec8e37ba1151e1ca255a77af
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 18:27:57 2021 -0700
Update interface.html
commit 632c98f8be2ad6e2290e5eb98025559a42a47c34
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 15:13:46 2021 -0700
Update interface.html
commit c252f74e16edc5a1a1fcfe4ce72c9594f12a9624
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 07:31:16 2021 -0700
Update interface.html
commit b9b0a43e99db0c2d13c28bf6d65540925709d866
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:28:35 2021 -0700
Update interface.html
commit afafd449fb06abd3930d0eb40989dc12787c96d9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:22:01 2021 -0700
Update interface.html
commit 45a0d50b011ee50e9b1b4c6ce5a84e1290331b1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:15:25 2021 -0700
Update interface.html
commit eb146fe07bd5d71f49c5e267424d7b8206eee952
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:07:51 2021 -0700
Update interface.html
commit 34baf995e7f5288266b5da08bcac6d76202a92fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:04:33 2021 -0700
Update interface.html
commit 751fbdda43ea542db4887bed7b4d4e2ad7628a23
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:00:47 2021 -0700
Update interface.html
commit bc71f317311509e8f3fd5054e6c3efaa05bc0416
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:47:13 2021 -0700
Update interface.html
commit cfde9e14a87466a8dc7cb92934c3af373f6a43d0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:41:40 2021 -0700
Update interface.html
commit 135165c983beca48190d091e355436100beee41d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:37:52 2021 -0700
Add files via upload
commit d50ba356d68ebeffd028a924450d4a6ad4fddd74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:36:59 2021 -0700
Update apps.json
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit b51c84229798e7c3665f203c13023d9f6e24eb68
Merge: f4e997d4 d1da165e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 12:20:57 2021 +0000
Merge branch 'Combined' into Base
commit d1da165eb44fa50bea67506097768f1138574c8c
Merge: f927549b 2c257605
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:30:56 2021 +0000
Merge pull request #9 from t0m1o1/scaledlauncher
Update apps.json
commit f927549b2c1e88232f4df2c6ef7e160c3a8e0f7b
Merge: 3cfd575d 411118aa
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:16:59 2021 +0000
Merge pull request #8 from t0m1o1/scaledlauncher
Scaledlauncher
commit 3cfd575da46cf38347bbbb4d37645c0bd72833de
Merge: 9a311219 9d1429ca
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:04:17 2021 +0000
Merge pull request #7 from t0m1o1/scaledlauncher
Update settings.js
commit 9a311219b2d3a7d3594ca654c78ae7137a92fb8e
Merge: 43c42711 5b1b752d
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 02:56:33 2021 +0000
Merge pull request #6 from t0m1o1/scaledlauncher
Scaledlauncher
commit 43c4271101a4be6dbc28d7e34534d25242c159ae
Merge: dec967f1 084bba39
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 21:18:16 2021 +0000
Merge pull request #5 from t0m1o1/compass-fix
Compass fix
commit dec967f1ac5900e43099ef9bfef3bfbe84e1f8e4
Merge: 21c48263 dfa40407
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 20:56:22 2021 +0000
Merge pull request #4 from t0m1o1/Swipe-Launcher
Stop the swiping coming up if mode is undefined
commit 21c482639aa1f2d391ebb0508701cff3170b45c4
Merge: dea2ec96 4c9d04de
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:19:27 2021 +0000
Merge pull request #3 from t0m1o1/Swipe-Launcher
Update Swiper Clock Launch
commit dea2ec9693855d735662a4d344682e6105533bf2
Merge: 92d156fb 51766844
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:15:16 2021 +0000
Merge pull request #2 from t0m1o1/master
Master
commit 92d156fb398787a068a2f7ed81a78d90ed04bd70
Merge: 100384f2 7d37a9eb
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:14:13 2021 +0000
Merge pull request #1 from t0m1o1/Swipe-Launcher
Swipe launcher
commit 51766844e6ff346119739114c28b9d638ca57cbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:49:56 2021 +0000
Update apps.json
commit 6fda7a5f33ec6341d51529e680f5d0caa9c9fdbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:37:07 2021 +0000
Update apps.json
commit b7a067234413e2cd9cb531c366371e5d88f6bb21
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:32:09 2021 +0000
Rename hidmsicswipe.app.js to hidmsicswipe.js
commit 97065f1d62d40003eec09a2539d7294fe41bc4e5
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:55 2021 +0000
Delete hidmsicswipe.info
commit 21f184d6c4ad1f977c385d95c3966d95d446bf5c
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:10 2021 +0000
Add files via upload
commit 3917f28ae54db0e86b6429489c19a4180be759e0
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:45 2021 +0000
Delete hidmsicswipe.img
commit a65668300fc45082d6897e19c6efff556853f4d9
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:18 2021 +0000
Delete hid-music.png
commit 5fce838e8ab7d2b297c05a1ae735abcd4ba76d90
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:29:36 2021 +0000
Add files via upload
commit ffa37f2ab3b1fd2b921783e19ffb48673aad1a6e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:22:38 2021 +0000
Create hidmsicswipe-icon.js
commit b656e5973c302a39f7513364c66094132135bfc4
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:59:19 2021 +0000
Create changelog
commit ad943ca5658e4f68c205996c4ad42aa1ebbeb793
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:58:19 2021 +0000
Add files via upload
commit ac433ac7bd6d586e9b1ca11da924d64bd566ade2
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:57:39 2021 +0000
Create hidmsicswipe.info
2021-12-05 17:14:06 +00:00
"data" : [ { "name" : "messages.json" } , { "name" : "messages.settings.json" } ] ,
2021-11-04 17:16:02 +00:00
"sortorder" : -9
} ,
{
"id" : "android" ,
"name" : "Android Integration" ,
2021-11-24 12:56:56 +00:00
"shortName" : "Android" ,
Squashed commit of the following:
commit 5ed43a28b5b9d6820ee898f632535747c1e5913d
Merge: 4cf9192c a385c099
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:12:45 2021 +0000
Merge branch 'espruino:master' into Base
commit 4cf9192c4341a85eab1198b8663f48d276704ac3
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:25 2021 +0000
Update core
commit 69a54194a9eb41d0722fc061bec5c900b724e8cf
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:14 2021 +0000
Squashed commit of the following:
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit e040cc4e245a8fb4c55bfeb99cab12c62af5e7b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 15:22:16 2021 +0000
replace tabs!
commit 60c2fa710c4904827bfba868507a9f6d10d524a3
Merge: 38b2e417 f3cb7e9a
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:29:46 2021 +0000
Merge pull request #942 from madman2021/master
Add new TimeCal app
commit 38b2e417bf8e63be394a96ed24b9e3d174d5f45b
Merge: 94bd895b 43b38cc8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:26:43 2021 +0000
Merge pull request #943 from peerdavid/master
[LCARS Clock] Shows icons for charging and out of battery
commit 94bd895bafeb37250b64373692c9cceb3e9ece97
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 12:56:56 2021 +0000
welcome 0.14: Turn off and run later to use softOff to time is set right
plus other minor tweaks
commit 43b38cc8ab5796e25f65ace531be68a6a4134f98
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:40:47 2021 +0100
New screenshot. Updated version.
commit 34c6589f06a1a8ba0f7fe2e126b41d03dff7f45b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:37:07 2021 +0100
Minor improvement
commit c403a5af671cf70b18776fad83126adf66122f0f
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:36:21 2021 +0100
New design. Removed png icon files - only converted icons are needed.
commit 19655ea3279daf32ebfd4453db398915a8229946
Merge: 274b705c b1fb0e6b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:44 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 274b705c1e7313cf646412ec01bf17de9b1dabcf
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:37 2021 +0100
More lcars style
commit f3cb7e9a0b8f0ba3624b639415c9168c240905e8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:53:14 2021 +0000
Remove Icon as it renders massive
commit 1a9f5375557fc232acfe3f42d1198da827db5ab8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:46:03 2021 +0000
Add missing supports tag for TimeCal
commit 3738bde22a0d4cef2bd5c956a1a370e9a145689a
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:43:38 2021 +0000
Add TimeCal to the app library
Add TimeCal to the app library
commit b1fb0e6b7d88f53cff85f6a8d3eb416bebd35e92
Merge: 559e8208 dabc22c2
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 11:10:36 2021 +0100
Merge branch 'espruino:master' into master
commit dabc22c2d725ccddad8b08c0fa0b14af94d38e28
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 09:54:11 2021 +0000
custom code works on bangle2
commit 2e83a511d2032736a63bda38406b4f744a4130f1
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:51:20 2021 +0000
metronome supports bangle 2 now
commit cea51d06d07f09923d590357c33782861c342817
Merge: cd1daba0 4eee3f05
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:50:24 2021 +0000
Merge pull request #938 from bengwalker/master
Add Bangle.js 2 support for metronome app
commit cd1daba0c55e99f5a477407f47b932d050c0b6f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:46:13 2021 +0000
0.25: Fix issue where if Bangle.js 2 got a GPS fix but no reported time, errors could be caused by the widget (fix #935)
commit c03ab08687bbc7ed893ed2ef8c3be21f1e61e74f
Merge: 1750c72e f10bf240
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:40:53 2021 +0000
Merge pull request #939 from Ronin0000/master
Add Screenshots to Many Apps
commit 1750c72e94eab6ee22650d993ea31efa17e79c46
Merge: 5eeb1181 1def233d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:38:06 2021 +0000
Merge pull request #936 from Vingelar/master
Binwatch: re-format background images
commit 559e82088077ba79675c0012c921eae3ef32b16d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:14:04 2021 +0100
Minor design change
commit d24b8c80da7afd75a6f121a22e3694252aa3c57a
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:12:25 2021 +0100
Minor design chnges
commit f10bf24018add2df61a5fc422aee941b07c70082
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 17:04:07 2021 -0800
Update apps.json
commit c66b0982368a5e1ee74da598945df12d88cba679
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:53:48 2021 -0800
Update apps.json
commit 638fea73c791b4f11b6119c02ca2090c31b6bc83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:24:10 2021 -0800
Add files via upload
commit 4e79c896c65b2edc7dfcb7b4b2eb6ae1c96f60ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:23:33 2021 -0800
Add files via upload
commit 33809d8cdfa7ea3f02941c820b4836f20a9eb869
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:58 2021 -0800
Add files via upload
commit 6cb83284a7e7b9d2f8935835702e713f0f9b7b51
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:45 2021 -0800
Add files via upload
commit 7e521d0d29262227a32244d2929eb99fcb36fb98
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:17 2021 -0800
Add files via upload
commit 9985ff03f20469897ceb3dd1acb4f90ac850ebb8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:00 2021 -0800
Add files via upload
commit 6f437c39866562e05d8821bdb5150cd553f3a6cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:21:15 2021 -0800
Add files via upload
commit ffe218a0046d65464e96cdc59d1c10fbb708b791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:56 2021 -0800
Add files via upload
commit 9400133dd49762a7bfcff38e5a6249cbfd5753f7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:39 2021 -0800
Add files via upload
commit 76463d927940f590ed45cc51558723375217a34a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:37 2021 -0800
Add files via upload
commit 4011accb47eb53954acc3e27cce5b6f6cb025c57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:19 2021 -0800
Add files via upload
commit bc5960d61a40c08566a8e1977fa53c6528f04a85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:07 2021 -0800
Add files via upload
commit da5634beda72243f5ee6e4fc0e376c6c5f9c6ccc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:51 2021 -0800
Add files via upload
commit b9c4640f853d4992e57cd5d6b2e3f4d75db32d1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:25 2021 -0800
Add files via upload
commit d27a605a24cc06903084b6a796c9c93b7724150f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:07 2021 -0800
Add files via upload
commit 52baa42e69b1a7a8ef6bc2cae548298af4dcbf7c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:48 2021 -0800
Add files via upload
commit db3b6a58e49a3d5ce9b528011f3e0607474e4fa8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:16 2021 -0800
Add files via upload
commit f0de0d8a9d542fd960f13b36a2bb2a3548f06033
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:52 2021 -0800
Add files via upload
commit 6d4cb98ba83d0ab62406c00ed9fa8dcd139d2f8c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:34 2021 -0800
Add files via upload
commit 5f434d9d327fff8cebf41a45cf73ea9c96cb42db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:23 2021 -0800
Add files via upload
commit 6e72349f05e3773b0ae60217df8b6f266447f1ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:37 2021 -0800
Add files via upload
commit 03e4d0d7c01cdc214526891933f3c155f63ff2b5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:21 2021 -0800
Add files via upload
commit ead12a1c11e3937637e8af8b1d54218e0138e908
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:54 2021 -0800
Add files via upload
commit a1ed32c91380e03146dc4003a3ee6e400d0dd35f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:30 2021 -0800
Add files via upload
commit fae08d7a739b1a28faacb0105d5ad417171dddcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:57 2021 -0800
Add files via upload
commit b889e431edf72d64867c576135bc1470c4590db2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:32 2021 -0800
Add files via upload
commit f177480160184722b935623ebed05ad630a5a6a2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:02 2021 -0800
Add files via upload
commit a2fe8c3722f56c59957642cad2bb0a6454dc6f5b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:11:42 2021 -0800
Add files via upload
commit c1cdf15bf5413167692e9c7bd4f5fee31fe4d4c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:49 2021 -0800
Add files via upload
commit fb1c5529f037cc701e30d9da036a54236ea1ba1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:11 2021 -0800
Add files via upload
commit 530089e0830473574b38c172a964f9cfb49436a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:35 2021 -0800
Add files via upload
commit 3556e668560587c074ad435b977283e19367f69e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:12 2021 -0800
Add files via upload
commit e1e32772e4dd1943af6ed37407425998b0819e48
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:56 2021 -0800
Add files via upload
commit 8084bb92b7cfb12740129c57e1bb5c05ce13994c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:37 2021 -0800
Add files via upload
commit 2c997d2964d4ade4ba0aa5ef89a1b646c15a9751
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:18 2021 -0800
Add files via upload
commit 747626b66c880293481bd0a97cda8e32e0239d04
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:07:24 2021 -0800
Add files via upload
commit ed36fae0ac6def24ca20ab6229affbcf7502582e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:59 2021 -0800
Add files via upload
commit e8baad3c3775e26f8a88457ff8f361a18572e484
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:33 2021 -0800
Add files via upload
commit 1efcebe84aa2b2b00d6920a84d4e486b834c1083
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:16 2021 -0800
Add files via upload
commit 082d3d1e95e9bb98e10bb1679ae0dfba11bf44e0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:05:21 2021 -0800
Add files via upload
commit b10f62a6c55dd89bb15a97430b74269486a72807
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:58 2021 -0800
Add files via upload
commit 24b41c2c6fe40d18ffd9dfc0404f215cc9b847ff
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:42 2021 -0800
Add files via upload
commit 19a2ef1a44c78fe9b1922574f0a1eda20f2fbd43
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:01 2021 -0800
Add files via upload
commit 7089d6e74c438d3577ebf03857b0c1b6f73aaa2a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:03:38 2021 -0800
Add files via upload
commit 431824f828f0ea900c9d206e492cc7a6d1830f2e
Merge: 15aa41c7 5eeb1181
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 15:15:57 2021 -0800
Merge branch 'espruino:master' into master
commit 5eeb1181d049f1580f75657b9a9ac664041b26b9
Merge: 546a0b16 6b05d928
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:29:18 2021 +0000
Merge pull request #937 from rigrig/barclock-b2
Barclock works fine on the Bangle.js 2 :-)
commit 15aa41c766b2a25c7a83a1a6744706a7b2852aa3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:23:03 2021 -0800
Add files via upload
commit 6a93494e3fe516ccbc7755027f613bd9bd529021
Merge: 12443640 546a0b16
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:22:27 2021 -0800
Merge branch 'espruino:master' into master
commit 546a0b16cc32841b38a0d39b07ec6d18f58d21c5
Merge: cb6e14f6 18fbd289
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:55 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit cb6e14f6c12816224bbc3dc127e9817d0df7ae78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:37 2021 +0000
messages, start of call handling and message responses, fix for scroll issue when only 2 menu items
commit 12443640c95efbe9f25ed0ffe73280c84d90cd13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:54:22 2021 -0800
Update apps.json
commit 9bdc07f8617e457439522d5b4c84a65d1eba4ed9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:47:36 2021 -0800
Update apps.json
commit 4eee3f05e92e26aa5c70c1d2cefcc97ff4935b0d
Merge: aafc93f0 18fbd289
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:46:32 2021 +0100
Merge branch 'master' into master
commit 298fa47cd87e37b19cd142f47867843e24d08b57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:42:50 2021 -0800
Update apps.json
commit 52c07f6dc80e8eabd017fc324332c0594c173399
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:40:42 2021 -0800
Update apps.json
commit fe340d75bbb6c7814241becacddaca50435c5fe3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:39:31 2021 -0800
Update apps.json
commit aafc93f09a818f5bb6e4b6988246e4f8d049df87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:35:35 2021 +0100
Update README.md
update README
commit bd80ea5ca03b2e9d5f2eb562adc7305b3952d2e5
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:31:33 2021 +0100
Update metronome.js
print instructuions for banglejs2
commit 51afd5ef049c67f331931ee18b53e9d4e835342a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:29:27 2021 -0800
Add files via upload
commit ff62b603a27d6acea382af80496b6a35787a73ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:51 2021 -0800
Add files via upload
commit ffbd331c1376c5f393dafe62eaa62a9991949a3e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:29 2021 -0800
Add files via upload
commit 93c113a95a21dccfde6bb171d15b0f93e6d0f58a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:25 2021 -0800
Add files via upload
commit b2be26fccedfa52f00f275db8050c0c3e532859b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:07 2021 -0800
Add files via upload
commit 899e78539c3bb0e41e4d56aa854c4806715ccce0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:26:06 2021 -0800
Add files via upload
commit 50a88d41cd63e51a876e4fca58fe13c5af2088fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:35 2021 -0800
Add files via upload
commit b1d636bac2148007dd72becff0daddf24b80f0a4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:10 2021 -0800
Add files via upload
commit 6b05d928751b49d4910ddd3a6867e2d4cad6c93f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 19:42:12 2021 +0100
barclock: Fix time/date disappearing after fullscreen notification
By forcing a complete redraw at lcdPower-on
commit 32e3d326aa143eed99d26c81c9fbf870730591f4
Author: Richard de Boer <git@tubul.net>
Date: Sat Nov 20 17:13:36 2021 +0100
barclock works fine on the Bangle.js 2 :-)
commit 1def233de2434d272c6f712c9c213b7caff3ae92
Author: Vingelar <Vingelar@mantisse.de>
Date: Tue Nov 23 19:09:16 2021 +0100
changed format of bg images to binary raw format (export from emulator
commit e021aa2c9d5c44f9130e4bf67cb4b066d02cbd6d
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:59:49 2021 +0100
Update app.js
binwatch: adapted names of bg images
commit 3dd723d10bd3195257205a48dc79872668bd53cb
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:58:48 2021 +0100
Update apps.json
binwatch: shorten names of background images
commit 275402344ee927a51d0c100d4387c739d7a49968
Merge: cf027b37 18fbd289
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:36:45 2021 +0100
Merge branch 'espruino:master' into master
commit 18fbd2898da9fc2bfb16d0adf9cf2b97f5ce0f3d
Merge: 5be6981a df364bab
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:34:15 2021 +0000
Merge pull request #933 from peerdavid/master
[LCARS Clock] Added lcars icon to watch face.
commit cf027b3783cbbf8deca98fb3e1ee1922557686bf
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:34:13 2021 +0100
Update app.js
changed names of background images
commit 5be6981acdf3935b936bb85caf37780537518b66
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:31:42 2021 +0000
oops - named stub wrong
commit d328d94d34ea86dd99f958098c7f0a000b1e395f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:30:20 2021 +0100
Add files via upload
added background files exported from Emulator
commit c36fb16a684085c2eb6ada2c50021d3776f5e215
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:54 2021 +0100
Delete Background240_center.js
removed background240_center.js (wrong format)
commit 4719fada2843f1c8d6ae36d8d59d0fb95318d9b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:28:34 2021 +0000
Android Remove messages on disconnect, Fix music control (ref #909)
commit f431bd8a2c823e877ee6e78576aa4f39a0b5701f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:25 2021 +0100
Delete Background176_center.js
remove backgounrd176_center.js (wrong format)
commit 1b548c9bbb5a10769498b4ad1be04397fb889bce
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:27:33 2021 +0100
Update apps.json
adapted naming for image files
commit df364babab19550f75a01d707f0684d8547e8664
Merge: d28517b2 a1eeadfc
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 17:16:00 2021 +0100
Merge branch 'espruino:master' into master
commit d28517b2a5b5e7eaa6a8d9832d9352062addb3ee
Merge: cd93a201 465c93d8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:18 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit cd93a201f846e2c51a1ff9cc447dbbbdc2c5e2cc
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:15 2021 +0100
Moved logo
commit dd2bb22f076abff1aac2f32734b50fdcc5423861
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:08:57 2021 +0100
Update apps.json
use .js files as background images
commit 03c5f996f4998ebc1e6bfea7e77d3a61743c0c69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:07:21 2021 +0100
Add files via upload
added background files as js
commit 7d81bfe2bbdf5095ac7550247eddbe6827cec4c0
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:53:40 2021 +0100
Update apps.json
added missing "url" to background storage
commit 51b73894e461af6312b6fca28e0b5888e9f98da6
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:51:40 2021 +0100
Update app.js
use background images from storage
commit dab36d05a77563e9a839f38807bfd7cfe09a1f69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:48:50 2021 +0100
Update apps.json
added background images to stroage
commit 31f28093411e4f501dd49f98359af43e71e8b27e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:44:49 2021 +0000
Fix https://github.com/espruino/BangleApps/issues/927 - App loader offers to update unknown apps
commit a1eeadfc224a976e3fca6a00ca47d1c1389fa70f
Merge: 68429483 0a695e51
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:40:09 2021 +0000
Merge pull request #934 from Ronin0000/master
Fix School Calendar Bug
commit 0a695e5143fbff3935e80b9df85720f065b1e185
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:09:14 2021 -0800
Update custom.html
fix bug that was for testing
commit cfecc24f42d257d565f21571a50b825cffb2f1c3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:05:47 2021 -0800
Delete boot.js
commit 684294830d75459982845920cb30815236dc0917
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 13:57:46 2021 +0000
app manager works in bjs2
commit 465c93d830300054722f10f483a9023c6ec315e7
Merge: d20f5e59 3ba779ee
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 14:53:47 2021 +0100
Merge branch 'espruino:master' into master
commit d20f5e597e72d8392af3e9b745a4dfab36e8797f
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:53:27 2021 +0100
Updated screenshot
commit a283cf58fb90b1852d8e414fb01010632a65ba46
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:51:55 2021 +0100
Included lcars logo
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 3ba779ee5826a60f127ed12f0eeaa2a848f53b4c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:48:34 2021 +0000
Fix bangleapps after recent PRs
commit aaf06b113c72e1487651d30602ba79c95a41d6ff
Merge: a0351381 06a6b72d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:42:26 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 9600f16671ab5a9fc772a959a7110622baa5e606
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:19:48 2021 +0100
Updated changelog
commit 98577b626960bd971af483ef709655dfe0ac1f00
Merge: 1ccabca0 d3cd47f9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:52 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 1ccabca0c6f1cf79c1b5d6a56749ab752a4d1850
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:50 2021 +0100
No hrm icon - its shown too much.
commit d3cd47f95704e7c508e1e311d3224826f3fd73ce
Merge: 2e18795c 06a6b72d
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 11:12:43 2021 +0100
Merge branch 'espruino:master' into master
commit 2e18795c5780148c6f52d50cd69849b5893b1cdb
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:11:33 2021 +0100
Fixed string
commit 36edd449c5398147536d20c2b4f11040cb3105b9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:10:33 2021 +0100
Minor change
commit 06a6b72d42fc55a224bb5d133640670c21d6cae0
Merge: a39d4102 be083113
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:03:45 2021 +0000
Merge pull request #925 from Ronin0000/master
Add School Calendar
commit a39d4102963fc1593e1f2f8ea3f4372a3da4da6f
Merge: ab2cb243 930cfa13
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:02:41 2021 +0000
Merge pull request #928 from peerdavid/master
[LCARS Clock] Icons for different states such as GPS or HRM.
commit 5c3b0468d4ce9a51249f6f098c3e6ba84ba1cf41
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:59:26 2021 +0100
Update apps.json
corrected format
commit 336501059da7bceddba9e300c5b6d5bd1aba6a3a
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:56:25 2021 +0100
Update apps.json
removed background image
commit 3f4c49a8aef6ba79419f00d86fc4f02435b72e21
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:55:07 2021 +0100
Update app.js
integrated BG image into app
commit ff3223e1b906957811cad815df88ad495e70a95f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:51:02 2021 +0100
Update app.js
added "require" for bg image
commit ab2cb243857e50e7bb80ee163e4bc153302446a7
Merge: adadf7ef 162dc1f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:51:01 2021 +0000
Merge pull request #929 from weeurey/master
Update app
commit adadf7efd39b01466cfd348e13c5a02deaa6bf4d
Merge: b7f403e7 0f9d938f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:26 2021 +0000
Merge pull request #931 from reelyactive/master
emojuino@0.02
commit b7f403e79bf5fae387c5f6d0522f49ce917362a6
Merge: f4e997d4 46383d4d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:12 2021 +0000
Merge pull request #930 from rigrig/gbmusic-fix
gbmusic: fix "previous" button image
commit a03513812956c629f003824b46bb6763734eead8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:44:24 2021 +0000
fix download icon on android
commit b128f5c15569de9e2be0717f270cfd90e006d5ab
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:38:02 2021 +0100
Update apps.json
added background image to upload
commit 930cfa13315046c621a5444632f7b12bbd956fae
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 09:43:24 2021 +0100
New HRM Icon
commit 7f3f7b9eee3c23c922645274dd8d7947def8158d
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:26:37 2021 +0100
Currently, no confidence > 80 is reached...
commit 1fb861b82c4cc75b94dc6875280fbd411390bc71
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:25:11 2021 +0100
HRM confidence of 80 to display
commit 7d95221e166770be91bf76374f926fe996356009
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:24:15 2021 +0100
Minor change
commit 6d8d98fb03e7bed42c3feeee771ddfcd78b60ea8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:21:41 2021 +0100
Show HRM
commit a0cc4c633e0e6853a0f170a5358b7e1f11e310af
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:10:00 2021 +0100
Minor changes
commit be083113316ec7ba07d780b6593cb9adfd748298
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 19:11:40 2021 -0800
Update custom.html
commit 0664a44c454107d4e3ff039d12baffea3e90cf5f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:52:43 2021 -0800
Update apps.json
commit b032ca0fc1936e650a459f766799e197daf2a4dd
Merge: 7fd37f7e f1f063fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:27 2021 -0800
Merge branch 'espruino-master'
commit f1f063fd1adb553c548a3aa54156bce00b4ca48d
Merge: 7fd37f7e f4e997d4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:09 2021 -0800
merge3
commit 0f9d938fa6970df18fbe99f3c707b94aa26d15c1
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:23:17 2021 -0500
Version bump
commit 5a01047cd0b30e4b7b253d784bd0b5755fc0c2e2
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:21:29 2021 -0500
Added screenshots
commit ae55c2d39fc936cfa1954d44b7f76dc91c21ced3
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:09:26 2021 -0500
Allow emulator, specify type as app
commit 58f9e7cd5b59904651fb878a89844ee4ccfb23df
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:03:18 2021 -0500
Upgrade to emoji images and supporting text
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit 7fd37f7e4e669c0aea7b5324b85f9d85ca394dcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 12:18:44 2021 -0800
Update custom.html
commit 84d9ca4b337e36c4f62ffce4b3059f8f2909d482
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:57:14 2021 -0800
Update boot.js
commit 740f4a95665fd92ad87e83dd381da7e55c2e4b18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:52:27 2021 -0800
Create boot.js
not part of the current merge
commit d3538a03f10f6323afc8656cef397a561cf35bf0
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:12:50 2021 +0100
Added raster
commit 20310fdb75b11fe8b3ea38dc7810732910537169
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:02:27 2021 +0100
Smaller icons
commit 3863be18301cec9fec480db7fe28a19439c708d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 09:06:52 2021 -0800
Delete apps/schoolCalendar/fullcalendar/interaction/src directory
commit 5d8c13a7e6a934e8b750f0ab4871e3dcc67c09bf
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:56:29 2021 +0100
Updated screenshot accordingly
commit 21134a1dcdc102755171af26e99ae86f3559996f
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:55:21 2021 +0100
Better background
commit cab3d43085b2edf4dc97ebf05785bb5b446a88da
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:39:48 2021 +0100
Better alarm - shown only in icon so we can display more data.
commit db22bac0ecd48633d6acf0874127a1b28821d8ea
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:11:15 2021 +0100
Use correct alarm icon
commit 162dc1f29346ab0f6ff4b7cd4128826292ca766e
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:11:07 2021 +0000
Update apps.json
commit dc24ae9bfba1786d4d8a3e22871c4da7bda9fb92
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:10:58 2021 +0100
Better HRM Icon
commit 8e688d144ab30ff87f31b51ab457688ce03c4c23
Merge: 741f7aab f4e997d4
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:09:43 2021 +0000
Merge branch 'espruino:master' into master
commit 741f7aab5239e6fa6ae48e1a5351216dfcfc4177
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:08:38 2021 +0000
Update apps.json
commit 247ed9faa2e8b8463374fea05d4bb04ddda2cfc1
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:07:39 2021 +0000
Create ChangeLog
commit d878d46d4ccc5128643034c535cff69984ab7853
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:05:57 2021 +0000
Update app.js
commit c720fc314b516e1007452ad18ce51bc4fefefec1
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:03:21 2021 +0100
New alarm icon
commit 75fbd6882d1368c73db1b96fac79f4202d6a5e53
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:37:48 2021 +0100
Added icon for alarm
commit eb20f15537d8b6be7226b2ae49fc6e6dd0474124
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:33:42 2021 +0100
Compeletely new design with icons for GPS, HRM and Compass. All Icons are open source and mentioned in the Readme.md file.
commit 46383d4d5547bca38a2a07ea01d67afa0166bedc
Author: Richard de Boer <git@tubul.net>
Date: Mon Nov 22 13:18:01 2021 +0100
gbmusic: fix "previous" button image
commit 1bf5132a5caf41398125e0c7f2bad72ffa300df2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:07:49 2021 -0800
Update custom.html
commit 618c5b7a10ebe610205ab463c395f65948e5a763
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:02:29 2021 -0800
Update custom.html
commit adfeb5e535564f8851fcdc080e2fa10d9acced9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:00:21 2021 -0800
Update custom.html
commit f950fd2ee88486e3355efd30823d50de799e8418
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:57:52 2021 -0800
Update custom.html
commit 3ee0e9bae6ee137c6e36672c9aa6a20d1c072caf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:49:48 2021 -0800
Update apps.json
commit 387bd30236b5d765b396eba24ad43120ceb6c384
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:48:14 2021 -0800
Rename ChangeLog.md to ChangeLog
commit 6e07f282b8918ac3b8f333c7c4156980a44ff1d6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:41:26 2021 -0800
Add files via upload
commit fea37b4992e65a5ca54648f88281ce2623f6a55f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:40 2021 -0800
Update apps.json
commit 939d8f6a9ae71b49c13f7dbf1455bb2fec60462a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:21 2021 -0800
Add files via upload
commit 854ae5361d1b2400f6b6d1b2c2239f46d1e16bc9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:34:28 2021 -0800
Update README.md
commit 426768eb11e34ea7a04010e6fe7da1a5a5187f40
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:32:14 2021 -0800
Update custom.html
commit bf994d9acc8b79ebda1e47dc5ebc5158210d6205
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:24:29 2021 -0800
Update apps.json
commit 7c74c5d43f9f66b6374cabd4e247d1560e5f29a1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:15:40 2021 -0800
Update apps.json
commit 8981aa3f614c388c74d73ccd25e16f5e6eabde9f
Merge: e878e547 100384f2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:12:19 2021 -0800
Merge branch 'espruino:master' into master
commit e878e5478713b0b3cae0bb86e28f998cbfeb9b10
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:11:43 2021 -0800
merge
commit 3bde4d2e48711186ae26036baea8f880c2aac7c4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 16:12:16 2021 -0800
Update custom.html
commit 5f3c93df8cc8b73c432ea31b15e84e4b106256de
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:37:41 2021 -0800
Update custom.html
commit 26bd9e35be993aae4deece775ac85f53f877b122
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:35:47 2021 -0800
Update custom.html
commit 8f2cc6e2137cf29e03435123e96d9c6c550864d1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:34:09 2021 -0800
Update custom.html
commit 66f061112301898b011412e91982dbefc7cc2d1e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:32:48 2021 -0800
Update custom.html
commit 87a9504912b8753dc63700207ee89acacbb34726
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:30:44 2021 -0800
Update custom.html
commit 626498da9d296fecf6776b836def4eda87027d85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:24:01 2021 -0800
Update custom.html
commit 3472ca355a1a71d3fa3f464ece2b81dce7f4eeaa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:21:57 2021 -0800
Update custom.html
commit 529b0cb4637652dfc0a3ba6688b863b5f47437ca
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:19:53 2021 -0800
Update custom.html
commit e77d9980023f041a87743ac1fd3c48a3f0652a8e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:18:21 2021 -0800
Update custom.html
update
commit a712c37c7652f7bc46c4d7761df93b3d28e17229
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:17:58 2021 -0800
Update custom.html
commit 4d9d6abb9ef466e4058510efe9eec295f60127e9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:14:02 2021 -0800
Update custom.html
commit f35b24844810a90f08f731cc9e63535be217e4cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:09:44 2021 -0800
Update custom.html
commit d0336b2854d7e0892c440ef8c5f83bcbe1374a9b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:06:56 2021 -0800
Update custom.html
commit 640c8e491e489e9ea88282cf0bfe14004838b3db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:03:42 2021 -0800
Update custom.html
commit 604153cb2408399ce1420b43ef87f41c09d3daa6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:01:45 2021 -0800
Update custom.html
commit 0f8f1e38e85a8c1c49057f4b891209bdfad67aef
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:44 2021 -0800
Update custom.html
commit 7f7dcb0bcf89b1d66f60481efaa09f5956ee4ecc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:22 2021 -0800
Update custom.html
commit d42fe03dc8fcbc0f68857dd9f887c8cc4eff1c06
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:55:08 2021 -0800
Update custom.html
commit 98f172fad442e89f53c45ac47f2388a08049855a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:53:01 2021 -0800
Update custom.html
commit daf8dde32bc81b8f04402c4728eac41784751cd5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:49:25 2021 -0800
Update custom.html
commit 408bd24080a2f7dcf1e6d0c33dab65da4dff82cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:48:38 2021 -0800
Update custom.html
commit 68db21acbb837b12d84d9930d451d2ba90e251dd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:44:30 2021 -0800
Update custom.html
commit 45feb1b2ffb17b8835c505bc4a4f825ddc17bf4f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:42 2021 -0800
Update custom.html
commit 3bc5fd87b61cbb9b867009d933342fe627da982d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:12 2021 -0800
Update custom.html
commit c3eede9868ee342bc4248e71a874c2e6b332dcdd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:37:42 2021 -0800
Update custom.html
commit 8426356c01a23ae769c79f726b95ea64f4428574
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:35:55 2021 -0800
Update custom.html
commit 93f09c216a1eb9aa876c88a1f806ccb709e971b7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:39 2021 -0800
Update apps.json
commit cb748a251dbd11e87615d82081522953607b3a27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:20 2021 -0800
Update custom.html
commit a994ed66301040f60d5f99b672a6081152a20d6c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:53:38 2021 -0800
Update custom.html
commit b76bb48973dbabfaf56bdec4aee44a483f94d129
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:50:08 2021 -0800
Update custom.html
commit f99ce683e9ce42431321fc711e061955bc0220fb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:46:32 2021 -0800
Update custom.html
commit ddfdd94ff845d3d8560158cde184a9a19a3d2142
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:42:51 2021 -0800
Update custom.html
commit 52675f7eff140426532f81da9c84c5d7803d0cda
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:48:03 2021 -0800
Update custom.html
commit d4911034145e3d98b99d649be55c75671e2f5c5c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:44:23 2021 -0800
Update custom.html
commit 71ff5959aec6a5f8302bda513d2c1371bbed0743
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:58 2021 -0800
Update custom.html
commit daba705b37b9952cba2910c3c0bed23e58aaf2fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:16 2021 -0800
Update custom.html
commit 19cb5fc749abeefe378205531d18b97562ddfc47
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:39:15 2021 -0800
Update apps.json
commit 6c20945898b84a02d6b440923a5afd994c7d97aa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:37:41 2021 -0800
Update custom.html
commit ff519bdc0d9bca530284d98cad9fd023ad37d50d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:15:29 2021 -0800
Update custom.html
commit 34843d703aae0b6a33be352ad0f8408d8d17d07b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:11:54 2021 -0800
Update custom.html
commit 4da82197f32b280e4192d5bc9a5ba174fbad4ace
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:01:20 2021 -0800
Update custom.html
commit a9c5a32bc1359d8288f4fd6b6da50eaf40910c9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:56:54 2021 -0800
Update custom.html
commit 352fea34791ccf06450a516ab2a2daf22353c641
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:53:38 2021 -0800
Update apps.json
commit ab6f56c381a54e4ab3466625a9eb794eef5dd2a0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:52:34 2021 -0800
Update custom.html
commit a65742ce346039ef901e70157620aabd95bbca35
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:48:25 2021 -0800
Update apps.json
commit a1a387dd600f7e5c3879d74cd5a516d7566fb7bb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:47:52 2021 -0800
Update custom.html
commit 180e88e0e44dc3ca09291a7d37b6fa4df637fa78
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:50 2021 -0800
Update custom.html
commit 0099736b8c64e8f1afefd4d52b526151e3ac700a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:14 2021 -0800
Update apps.json
commit 1fdf4e954e23fe0514b8d795224c2edafd5941c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:43 2021 -0800
Update apps.json
commit faa5b6b21aa8b7062dc62499e8361b8233cf9408
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:10 2021 -0800
Update custom.html
commit d617803c13ec381f35a9d30f99a267dca02c9cf1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:44 2021 -0800
Update apps.json
commit dc669254bcccad425153d209d6dcdf002f64a30d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:10 2021 -0800
Update custom.html
commit 303247fb4e66802ed7f5c2ee404ce0a28221ec2d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:25:00 2021 -0800
Update custom.html
commit d836cbd2ba256adfffa55f1d12fda02ae8ac760c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:15:16 2021 -0800
Update custom.html
commit e206bd4e1cad4aab266fd376fa525500941878a8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:08:00 2021 -0800
Update custom.html
commit 1a6c1acce50fe2fe2e49bfc26b3ac98c1db5aa13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:04:06 2021 -0800
Update custom.html
commit aa20fac50ed19adfb9248fd9cda1ebb7c31f95b1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:02:52 2021 -0800
Update apps.json
commit 5625414e90c78677040420f342f29e96f088469b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:34:30 2021 -0800
Update apps.json
commit ebc2d8096144e6150920efc4b63e8f1e3f52eb00
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:33:27 2021 -0800
Update custom.html
commit 6c43de3766433c1f9fa1d01fd24cbfe0839e19c0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:21:11 2021 -0800
Update apps.json
commit 37da3c68aeeb5fec1ef3d8965fa3d8170074d791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:19:46 2021 -0800
Update custom.html
commit 92707b9d13ed269a41684ce45111376694cb6e58
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:12:50 2021 -0800
Update ChangeLog.md
commit d3ca682cff08be0bb2a64ab057f6efdf36b4e094
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:09:56 2021 -0800
Update apps.json
commit dfd9e59993944f6323120f8af660d880c63c6793
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:08:52 2021 -0800
Update custom.html
commit 5d24a09ffa2d9cad10a5fae3c7b4d5fafc944aa9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:04:41 2021 -0800
Update apps.json
commit e965bd7d962108a2944824eb6579fce435876966
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:43 2021 -0800
Update custom.html
commit 345d9c155135fc4d0a2b8d00b3528b363a584ced
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:12 2021 -0800
Delete schoolCalendar.js
commit dc9db8a4767d4c16d92645131d977263e2468521
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:58 2021 -0800
Update schoolCalendar.js
commit 58df0a5ca26684b4da84929c8c388ca5c37acabd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:03 2021 -0800
Update apps.json
commit 65ad4979e8d58b51f11f3bcc86f31ab303a5d7b6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:27:10 2021 -0800
Update custom.html
commit 9c07800c5ef948a1b9b2071e7bdfe46809fefa1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:07:38 2021 -0800
Update custom.html
commit b108bc45fb8bfa266e4d4ad3e66a9f65cec96c92
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:58:24 2021 -0800
Update custom.html
commit d871855f8e217b27ea73ed28b389bbc8aea59d62
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:55:58 2021 -0800
Update apps.json
commit 99112920b287568db32c5e43b47cfc2ee0cf71a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:47:34 2021 -0800
Update apps.json
commit 37f4329ec57bc4a96a1b2a0847406f6a05cad520
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:49 2021 -0800
Update apps.json
commit ba2aee642bf90307757bb85fda6aa0db01bed5e5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:06 2021 -0800
Update custom.html
commit 98048dc23cb1caf3aafbf1d1ecfa461ba5943925
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:37:23 2021 -0800
Update apps.json
commit 1a53e8d34af89f0e6c889653961350a898deea81
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:33:43 2021 -0800
Update custom.html
commit 993bb7298c8fbc9348e6668b70a555c51dc54a09
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:31:41 2021 -0800
Rename interface.html to custom.html
commit 3a3962bfdc0365e75f8804b61293ec91084f6698
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:30:12 2021 -0800
Rename custom.html to interface.html
commit c8ad92a3dcb7b8a0df83f2e720b6730dd785e829
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:20:33 2021 -0800
Update apps.json
commit ae85c1cee709457b10233205c057f946ea15fe83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:14:33 2021 -0800
Update custom.html
commit c1b467ba8e96f58b27eb3b9b2dc2b859fa89e227
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:14:50 2021 +0000
Update app.js
commit 438537ace2358f5b798bdfde92ebf78db81abc49
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:10:03 2021 +0000
Update app.js
commit e6d736860d7d7511f08474a4d8f6446ebe97e634
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:57:57 2021 +0000
Update app.js
commit e1add5e2b2a068873d0102324d61f9ff5532924d
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:45:02 2021 +0000
Update app.js
commit 09be008dfaf764b542a80f4dbbde6ab26314713e
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:39:48 2021 +0000
Update app.js
commit 9f26994f5c66a5ee88a702c7a73d8bcc0c8236c3
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:33:47 2021 +0000
Update app.js
commit 0cf4c5d70a97480185296b32137fcdc179fddcc4
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:10:31 2021 +0000
Update app.js
commit cfdb94439526722ca757b8ee748d298f6a76d9e7
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:32:34 2021 +0000
Update app.js
Add Media controls
commit e3cd8f5607f912002d3ec0adf833834058a492cb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:16:37 2021 +0000
Update app.js
Removed extra unneeded code
commit ceed8a123836f5da6fb8c5d6741e2224a3e4a0af
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 15:05:28 2021 +0000
Update app.js
commit 721a3f2608ee0012767cfacd5c69aa91a7bba5f6
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:39:30 2021 +0000
Update app.js
commit a16bfe4d7350b34c694050448f2aefc990d19dcb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:32:57 2021 +0000
Update app.js
commit e72bf84a7a05c4208e8c1d5f60815a9f57ca11c4
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 21:29:57 2021 +0100
use dark theme for metronome
commit 071a7a7e683a649b9f75fdc92b9f56804cd0af87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 20:46:18 2021 +0100
add support for Bangle.js 2
commit 7a7175fa483e4e9fcd5912d83e9519274d67b4f0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Nov 4 16:00:41 2021 -0700
Update custom.html
commit e2928498690565ba7d0454aaa4265bc8adfda712
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:32 2021 -0700
Rename interface.html to custom.html
commit cd7579269efe8d54a5a5680b8126ea38f9ce54be
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:04 2021 -0700
Update apps.json
commit df7f9cc530194025708b712565a410aed1d73e95
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:20:09 2021 -0700
Update interface.html
commit ada94b11cfbebfeaa010cee1b39d0f92591d4e13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:06:50 2021 -0700
Update interface.html
commit 08fc58deb57847cca7d81bf84a54df16ce97528f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:20:57 2021 -0700
Update interface.html
commit 04b9e74a4d2cd84dd9b64b0ba6fba1167fc400e7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:10:58 2021 -0700
Update interface.html
commit be7af68455ff4b5034c0baab9d8c138b9b024707
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:08:24 2021 -0700
Update interface.html
commit aaee5f3c0610de7a48bdda7fe9c6064dff97780e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 19:13:08 2021 -0700
Update interface.html
commit 73819933eeb57f32935e6ad93a146bdbee6d8be6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:52:09 2021 -0700
Update schoolCalendar.js
commit fa5cbd71c618a2053ec3217048c74a723c46f03f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:49:22 2021 -0700
Update README.md
commit fa392008d1e30a6df05245eac969badf4188fb74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:45:24 2021 -0700
Update README.md
commit c280e41560a3812ee83ca461e098bc35b80ef439
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:42:39 2021 -0700
Update README.md
commit 6b84a8eb3007cca6abd31cc1d3d0552cc79cb492
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:26 2021 -0700
Update schoolCalendar.js
commit 5bbfb1109910856575cc348012dbc44d489a8005
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:11 2021 -0700
Update interface.html
update interface
commit 6660dad4c01c66c20670cfd415b6ad063d9b5b74
Merge: 8c003cf6 1e0f6cd6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 07:35:54 2021 -0700
Merge branch 'espruino:master' into master
commit 8c003cf6ffb5a8b3437897a1e57a6a020b5e02a4
Merge: 5c11881f f1ce196a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 15 07:33:21 2021 -0700
Merge branch 'espruino:master' into master
commit 5c11881f752edbdef3031f0a48109a196eced80a
Merge: 8c149dbe be34e2b0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 14 17:14:45 2021 -0700
Merge branch 'espruino:master' into master
commit 8c149dbea1cfd34e815b64ca354840b811a82222
Merge: 7888cc6c 300ed35b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Oct 13 07:46:16 2021 -0700
Merge branch 'espruino:master' into master
commit 7888cc6ce0bbabf99c7dd39f002810d262af07fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:59 2021 -0700
Create README.md
commit 36a52b8b001a4515d715950db56e411a6c4842b2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:52 2021 -0700
Update README.md
commit 4f5558c41e75f6e91a34842f7b42fa85970dce5e
Merge: 5db16d19 68cc9fbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 16:43:12 2021 -0700
Merge branch 'espruino:master' into master
commit 5db16d190b1439293d9f0af16d37fea29db8830c
Merge: e7995505 54d98db6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 07:03:23 2021 -0700
Merge branch 'espruino:master' into master
commit e799550544e55ef94ef48f905283625e50f73e97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:57 2021 -0700
Update schoolCalendar.js
commit 89f82a50436d4eab82574d310077d19154a8ab59
Merge: 7107d510 f3712e66
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:38 2021 -0700
Merge branch 'espruino:master' into master
commit 7107d510a5301f50ca5dc1bf9d4463ad99a33af8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 20:06:28 2021 -0700
Update schoolCalendar.js
commit a61879753285b4469772f51474c29fe86a5aa942
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 19:55:30 2021 -0700
Update schoolCalendar.js
commit 3c9e46c2160f4ff58708afc0d08ce2e5d27df097
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:59:03 2021 -0700
Update apps.json
commit 941bc852c1ab4472dc74a7f84e12e92ab891432e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:53 2021 -0700
Add files via upload
commit 4cbfac212e6999887cfafd37d9c809919a014e27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:26 2021 -0700
Delete apps/schoolCalender directory
commit c7b723f87e5e6fb0858c09ee2910510267d73fd6
Merge: 8d2f4ccc ba08863b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 07:31:25 2021 -0700
Merge branch 'espruino:master' into master
commit 8d2f4ccca761e1695620b072e116b94272850427
Merge: 7846b48c 44aa03e4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 1 07:31:42 2021 -0700
Merge branch 'espruino:master' into master
commit 7846b48cf67ab024970b90948096f9258e1c184c
Merge: 59aa9909 d0fd2f01
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 30 17:22:33 2021 -0700
Merge branch 'espruino:master' into master
commit 59aa99092dac99b9a13bbc2a7153dd2b44a6fb67
Merge: 9061acee 03bbe1d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 29 08:06:54 2021 -0700
Merge branch 'espruino:master' into master
commit 9061acee5db851bd58295785cc7542a7c066b4c8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 17:44:12 2021 -0700
Update interface.html
commit 79bacc45932ce8842cbf12d23c36a41e992b438e
Merge: bb5fcdaa 48bb819b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 07:12:44 2021 -0700
Merge branch 'espruino:master' into master
commit bb5fcdaafc1e344bf2d717c3eb238f763f255215
Merge: 814fbdd6 28bd9e83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 27 16:15:07 2021 -0700
Merge branch 'espruino:master' into master
commit 814fbdd61ef41676d07719b5b1b297fbbc03ec6f
Merge: 83d88a1e f3fd0f25
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 25 08:01:44 2021 -0700
Merge branch 'espruino:master' into master
commit 83d88a1ea191e2e6b669d284d94b4180b9ea54aa
Merge: c9bed74e 71471d37
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 24 19:35:52 2021 -0700
Merge branch 'espruino:master' into master
commit c9bed74ec2e240e2daf26bf9ec9432df91ac18aa
Merge: 1f130c53 16fe8470
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 23 15:21:18 2021 -0700
Merge branch 'espruino:master' into master
commit 1f130c53b46546328260a6b94ad182be5d55ff18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 22 07:25:41 2021 -0700
Update interface.html
commit 3d8ebe82c289156581799134b3c56fd02ade1fad
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:07:20 2021 -0700
Update interface.html
commit 2ca58d2cc436b72beb87d347b8d8c217b461e805
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:02:14 2021 -0700
Update custom.html
commit d8c149073fb6bca8f5f78ba4a031004adeab1a6b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:01:31 2021 -0700
Update apps.json
commit ceab5d46a23f913faf96be90e644458ac5546157
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 20:58:01 2021 -0700
Rename schoolCalender.js to app.js
commit 9b344eb1ecc577e96196d2a3d3fc8962198e90de
Merge: ec453c0e 3b15a7f9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 07:24:54 2021 -0700
Merge branch 'espruino:master' into master
commit ec453c0e100f7fd140305fe8ed4a62d3987e68f1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 19:45:50 2021 -0700
Update README.md
commit a8f7fe72923e1fe38042cb4752dac1429c6be426
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:31:41 2021 -0700
Update interface.html
commit 51c41d5c48a72b7a373e6f979c95bab9fa9ddb7a
Merge: b7a4ecb5 50ec8d97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:25:50 2021 -0700
Merge branch 'espruino:master' into master
commit b7a4ecb57857016c131ba72e101b3a11eb3cb06c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:48:24 2021 -0700
Update interface.html
commit 82320ab073c0b106f5260e26c0fb147d7c8fcd02
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:40:43 2021 -0700
Update interface.html
commit 27d025bf82cc5882dc39110c5c7799f657f2c57d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 14:01:04 2021 -0700
Update interface.html
commit bd92c0e67fce373f11aae3bbcf8f5a4c06f2e161
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:51:31 2021 -0700
Update interface.html
commit f0c596d14f6119bbe52e2f0d3912216785257536
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:40:29 2021 -0700
Update interface.html
commit d6542bac6d666af7c8fe1f67434611e6ccacc6a6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:29:46 2021 -0700
Update interface.html
commit 7a2ee0f7111209afa859761a62f80e93ca71a879
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:15:29 2021 -0700
Update interface.html
commit c65ddbfc522c54da540080a16d171edd42ce592e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:05:32 2021 -0700
Update interface.html
commit 43c684f389d97dd12815edbd93d0750f923f17b3
Merge: ddd1a83c 5f5b5c0d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:45:25 2021 -0700
Merge branch 'espruino-master'
commit 5f5b5c0dc2485f7e454acb9f364d240e3972d955
Merge: ddd1a83c cc2e1bbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:42:47 2021 -0700
Merge branch 'master' of git://github.com/espruino/BangleApps into espruino-master
commit ddd1a83c613a9f21ec8e37ba1151e1ca255a77af
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 18:27:57 2021 -0700
Update interface.html
commit 632c98f8be2ad6e2290e5eb98025559a42a47c34
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 15:13:46 2021 -0700
Update interface.html
commit c252f74e16edc5a1a1fcfe4ce72c9594f12a9624
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 07:31:16 2021 -0700
Update interface.html
commit b9b0a43e99db0c2d13c28bf6d65540925709d866
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:28:35 2021 -0700
Update interface.html
commit afafd449fb06abd3930d0eb40989dc12787c96d9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:22:01 2021 -0700
Update interface.html
commit 45a0d50b011ee50e9b1b4c6ce5a84e1290331b1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:15:25 2021 -0700
Update interface.html
commit eb146fe07bd5d71f49c5e267424d7b8206eee952
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:07:51 2021 -0700
Update interface.html
commit 34baf995e7f5288266b5da08bcac6d76202a92fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:04:33 2021 -0700
Update interface.html
commit 751fbdda43ea542db4887bed7b4d4e2ad7628a23
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:00:47 2021 -0700
Update interface.html
commit bc71f317311509e8f3fd5054e6c3efaa05bc0416
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:47:13 2021 -0700
Update interface.html
commit cfde9e14a87466a8dc7cb92934c3af373f6a43d0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:41:40 2021 -0700
Update interface.html
commit 135165c983beca48190d091e355436100beee41d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:37:52 2021 -0700
Add files via upload
commit d50ba356d68ebeffd028a924450d4a6ad4fddd74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:36:59 2021 -0700
Update apps.json
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit b51c84229798e7c3665f203c13023d9f6e24eb68
Merge: f4e997d4 d1da165e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 12:20:57 2021 +0000
Merge branch 'Combined' into Base
commit d1da165eb44fa50bea67506097768f1138574c8c
Merge: f927549b 2c257605
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:30:56 2021 +0000
Merge pull request #9 from t0m1o1/scaledlauncher
Update apps.json
commit f927549b2c1e88232f4df2c6ef7e160c3a8e0f7b
Merge: 3cfd575d 411118aa
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:16:59 2021 +0000
Merge pull request #8 from t0m1o1/scaledlauncher
Scaledlauncher
commit 3cfd575da46cf38347bbbb4d37645c0bd72833de
Merge: 9a311219 9d1429ca
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:04:17 2021 +0000
Merge pull request #7 from t0m1o1/scaledlauncher
Update settings.js
commit 9a311219b2d3a7d3594ca654c78ae7137a92fb8e
Merge: 43c42711 5b1b752d
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 02:56:33 2021 +0000
Merge pull request #6 from t0m1o1/scaledlauncher
Scaledlauncher
commit 43c4271101a4be6dbc28d7e34534d25242c159ae
Merge: dec967f1 084bba39
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 21:18:16 2021 +0000
Merge pull request #5 from t0m1o1/compass-fix
Compass fix
commit dec967f1ac5900e43099ef9bfef3bfbe84e1f8e4
Merge: 21c48263 dfa40407
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 20:56:22 2021 +0000
Merge pull request #4 from t0m1o1/Swipe-Launcher
Stop the swiping coming up if mode is undefined
commit 21c482639aa1f2d391ebb0508701cff3170b45c4
Merge: dea2ec96 4c9d04de
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:19:27 2021 +0000
Merge pull request #3 from t0m1o1/Swipe-Launcher
Update Swiper Clock Launch
commit dea2ec9693855d735662a4d344682e6105533bf2
Merge: 92d156fb 51766844
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:15:16 2021 +0000
Merge pull request #2 from t0m1o1/master
Master
commit 92d156fb398787a068a2f7ed81a78d90ed04bd70
Merge: 100384f2 7d37a9eb
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:14:13 2021 +0000
Merge pull request #1 from t0m1o1/Swipe-Launcher
Swipe launcher
commit 51766844e6ff346119739114c28b9d638ca57cbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:49:56 2021 +0000
Update apps.json
commit 6fda7a5f33ec6341d51529e680f5d0caa9c9fdbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:37:07 2021 +0000
Update apps.json
commit b7a067234413e2cd9cb531c366371e5d88f6bb21
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:32:09 2021 +0000
Rename hidmsicswipe.app.js to hidmsicswipe.js
commit 97065f1d62d40003eec09a2539d7294fe41bc4e5
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:55 2021 +0000
Delete hidmsicswipe.info
commit 21f184d6c4ad1f977c385d95c3966d95d446bf5c
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:10 2021 +0000
Add files via upload
commit 3917f28ae54db0e86b6429489c19a4180be759e0
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:45 2021 +0000
Delete hidmsicswipe.img
commit a65668300fc45082d6897e19c6efff556853f4d9
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:18 2021 +0000
Delete hid-music.png
commit 5fce838e8ab7d2b297c05a1ae735abcd4ba76d90
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:29:36 2021 +0000
Add files via upload
commit ffa37f2ab3b1fd2b921783e19ffb48673aad1a6e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:22:38 2021 +0000
Create hidmsicswipe-icon.js
commit b656e5973c302a39f7513364c66094132135bfc4
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:59:19 2021 +0000
Create changelog
commit ad943ca5658e4f68c205996c4ad42aa1ebbeb793
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:58:19 2021 +0000
Add files via upload
commit ac433ac7bd6d586e9b1ca11da924d64bd566ade2
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:57:39 2021 +0000
Create hidmsicswipe.info
2021-12-05 17:14:06 +00:00
"version" : "0.04" ,
2021-11-04 17:16:02 +00:00
"description" : "(BETA) App to display notifications from Gadgetbridge on Android. This will eventually replace the Gadgetbridge widget." ,
"icon" : "app.png" ,
"tags" : "tool,system,messages,notifications" ,
"dependencies" : { "messages" : "app" } ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
"storage" : [
{ "name" : "android.app.js" , "url" : "app.js" } ,
Squashed commit of the following:
commit 5ed43a28b5b9d6820ee898f632535747c1e5913d
Merge: 4cf9192c a385c099
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:12:45 2021 +0000
Merge branch 'espruino:master' into Base
commit 4cf9192c4341a85eab1198b8663f48d276704ac3
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:25 2021 +0000
Update core
commit 69a54194a9eb41d0722fc061bec5c900b724e8cf
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:14 2021 +0000
Squashed commit of the following:
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit e040cc4e245a8fb4c55bfeb99cab12c62af5e7b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 15:22:16 2021 +0000
replace tabs!
commit 60c2fa710c4904827bfba868507a9f6d10d524a3
Merge: 38b2e417 f3cb7e9a
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:29:46 2021 +0000
Merge pull request #942 from madman2021/master
Add new TimeCal app
commit 38b2e417bf8e63be394a96ed24b9e3d174d5f45b
Merge: 94bd895b 43b38cc8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:26:43 2021 +0000
Merge pull request #943 from peerdavid/master
[LCARS Clock] Shows icons for charging and out of battery
commit 94bd895bafeb37250b64373692c9cceb3e9ece97
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 12:56:56 2021 +0000
welcome 0.14: Turn off and run later to use softOff to time is set right
plus other minor tweaks
commit 43b38cc8ab5796e25f65ace531be68a6a4134f98
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:40:47 2021 +0100
New screenshot. Updated version.
commit 34c6589f06a1a8ba0f7fe2e126b41d03dff7f45b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:37:07 2021 +0100
Minor improvement
commit c403a5af671cf70b18776fad83126adf66122f0f
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:36:21 2021 +0100
New design. Removed png icon files - only converted icons are needed.
commit 19655ea3279daf32ebfd4453db398915a8229946
Merge: 274b705c b1fb0e6b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:44 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 274b705c1e7313cf646412ec01bf17de9b1dabcf
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:37 2021 +0100
More lcars style
commit f3cb7e9a0b8f0ba3624b639415c9168c240905e8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:53:14 2021 +0000
Remove Icon as it renders massive
commit 1a9f5375557fc232acfe3f42d1198da827db5ab8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:46:03 2021 +0000
Add missing supports tag for TimeCal
commit 3738bde22a0d4cef2bd5c956a1a370e9a145689a
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:43:38 2021 +0000
Add TimeCal to the app library
Add TimeCal to the app library
commit b1fb0e6b7d88f53cff85f6a8d3eb416bebd35e92
Merge: 559e8208 dabc22c2
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 11:10:36 2021 +0100
Merge branch 'espruino:master' into master
commit dabc22c2d725ccddad8b08c0fa0b14af94d38e28
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 09:54:11 2021 +0000
custom code works on bangle2
commit 2e83a511d2032736a63bda38406b4f744a4130f1
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:51:20 2021 +0000
metronome supports bangle 2 now
commit cea51d06d07f09923d590357c33782861c342817
Merge: cd1daba0 4eee3f05
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:50:24 2021 +0000
Merge pull request #938 from bengwalker/master
Add Bangle.js 2 support for metronome app
commit cd1daba0c55e99f5a477407f47b932d050c0b6f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:46:13 2021 +0000
0.25: Fix issue where if Bangle.js 2 got a GPS fix but no reported time, errors could be caused by the widget (fix #935)
commit c03ab08687bbc7ed893ed2ef8c3be21f1e61e74f
Merge: 1750c72e f10bf240
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:40:53 2021 +0000
Merge pull request #939 from Ronin0000/master
Add Screenshots to Many Apps
commit 1750c72e94eab6ee22650d993ea31efa17e79c46
Merge: 5eeb1181 1def233d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:38:06 2021 +0000
Merge pull request #936 from Vingelar/master
Binwatch: re-format background images
commit 559e82088077ba79675c0012c921eae3ef32b16d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:14:04 2021 +0100
Minor design change
commit d24b8c80da7afd75a6f121a22e3694252aa3c57a
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:12:25 2021 +0100
Minor design chnges
commit f10bf24018add2df61a5fc422aee941b07c70082
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 17:04:07 2021 -0800
Update apps.json
commit c66b0982368a5e1ee74da598945df12d88cba679
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:53:48 2021 -0800
Update apps.json
commit 638fea73c791b4f11b6119c02ca2090c31b6bc83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:24:10 2021 -0800
Add files via upload
commit 4e79c896c65b2edc7dfcb7b4b2eb6ae1c96f60ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:23:33 2021 -0800
Add files via upload
commit 33809d8cdfa7ea3f02941c820b4836f20a9eb869
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:58 2021 -0800
Add files via upload
commit 6cb83284a7e7b9d2f8935835702e713f0f9b7b51
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:45 2021 -0800
Add files via upload
commit 7e521d0d29262227a32244d2929eb99fcb36fb98
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:17 2021 -0800
Add files via upload
commit 9985ff03f20469897ceb3dd1acb4f90ac850ebb8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:00 2021 -0800
Add files via upload
commit 6f437c39866562e05d8821bdb5150cd553f3a6cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:21:15 2021 -0800
Add files via upload
commit ffe218a0046d65464e96cdc59d1c10fbb708b791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:56 2021 -0800
Add files via upload
commit 9400133dd49762a7bfcff38e5a6249cbfd5753f7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:39 2021 -0800
Add files via upload
commit 76463d927940f590ed45cc51558723375217a34a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:37 2021 -0800
Add files via upload
commit 4011accb47eb53954acc3e27cce5b6f6cb025c57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:19 2021 -0800
Add files via upload
commit bc5960d61a40c08566a8e1977fa53c6528f04a85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:07 2021 -0800
Add files via upload
commit da5634beda72243f5ee6e4fc0e376c6c5f9c6ccc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:51 2021 -0800
Add files via upload
commit b9c4640f853d4992e57cd5d6b2e3f4d75db32d1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:25 2021 -0800
Add files via upload
commit d27a605a24cc06903084b6a796c9c93b7724150f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:07 2021 -0800
Add files via upload
commit 52baa42e69b1a7a8ef6bc2cae548298af4dcbf7c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:48 2021 -0800
Add files via upload
commit db3b6a58e49a3d5ce9b528011f3e0607474e4fa8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:16 2021 -0800
Add files via upload
commit f0de0d8a9d542fd960f13b36a2bb2a3548f06033
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:52 2021 -0800
Add files via upload
commit 6d4cb98ba83d0ab62406c00ed9fa8dcd139d2f8c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:34 2021 -0800
Add files via upload
commit 5f434d9d327fff8cebf41a45cf73ea9c96cb42db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:23 2021 -0800
Add files via upload
commit 6e72349f05e3773b0ae60217df8b6f266447f1ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:37 2021 -0800
Add files via upload
commit 03e4d0d7c01cdc214526891933f3c155f63ff2b5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:21 2021 -0800
Add files via upload
commit ead12a1c11e3937637e8af8b1d54218e0138e908
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:54 2021 -0800
Add files via upload
commit a1ed32c91380e03146dc4003a3ee6e400d0dd35f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:30 2021 -0800
Add files via upload
commit fae08d7a739b1a28faacb0105d5ad417171dddcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:57 2021 -0800
Add files via upload
commit b889e431edf72d64867c576135bc1470c4590db2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:32 2021 -0800
Add files via upload
commit f177480160184722b935623ebed05ad630a5a6a2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:02 2021 -0800
Add files via upload
commit a2fe8c3722f56c59957642cad2bb0a6454dc6f5b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:11:42 2021 -0800
Add files via upload
commit c1cdf15bf5413167692e9c7bd4f5fee31fe4d4c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:49 2021 -0800
Add files via upload
commit fb1c5529f037cc701e30d9da036a54236ea1ba1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:11 2021 -0800
Add files via upload
commit 530089e0830473574b38c172a964f9cfb49436a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:35 2021 -0800
Add files via upload
commit 3556e668560587c074ad435b977283e19367f69e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:12 2021 -0800
Add files via upload
commit e1e32772e4dd1943af6ed37407425998b0819e48
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:56 2021 -0800
Add files via upload
commit 8084bb92b7cfb12740129c57e1bb5c05ce13994c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:37 2021 -0800
Add files via upload
commit 2c997d2964d4ade4ba0aa5ef89a1b646c15a9751
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:18 2021 -0800
Add files via upload
commit 747626b66c880293481bd0a97cda8e32e0239d04
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:07:24 2021 -0800
Add files via upload
commit ed36fae0ac6def24ca20ab6229affbcf7502582e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:59 2021 -0800
Add files via upload
commit e8baad3c3775e26f8a88457ff8f361a18572e484
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:33 2021 -0800
Add files via upload
commit 1efcebe84aa2b2b00d6920a84d4e486b834c1083
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:16 2021 -0800
Add files via upload
commit 082d3d1e95e9bb98e10bb1679ae0dfba11bf44e0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:05:21 2021 -0800
Add files via upload
commit b10f62a6c55dd89bb15a97430b74269486a72807
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:58 2021 -0800
Add files via upload
commit 24b41c2c6fe40d18ffd9dfc0404f215cc9b847ff
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:42 2021 -0800
Add files via upload
commit 19a2ef1a44c78fe9b1922574f0a1eda20f2fbd43
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:01 2021 -0800
Add files via upload
commit 7089d6e74c438d3577ebf03857b0c1b6f73aaa2a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:03:38 2021 -0800
Add files via upload
commit 431824f828f0ea900c9d206e492cc7a6d1830f2e
Merge: 15aa41c7 5eeb1181
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 15:15:57 2021 -0800
Merge branch 'espruino:master' into master
commit 5eeb1181d049f1580f75657b9a9ac664041b26b9
Merge: 546a0b16 6b05d928
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:29:18 2021 +0000
Merge pull request #937 from rigrig/barclock-b2
Barclock works fine on the Bangle.js 2 :-)
commit 15aa41c766b2a25c7a83a1a6744706a7b2852aa3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:23:03 2021 -0800
Add files via upload
commit 6a93494e3fe516ccbc7755027f613bd9bd529021
Merge: 12443640 546a0b16
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:22:27 2021 -0800
Merge branch 'espruino:master' into master
commit 546a0b16cc32841b38a0d39b07ec6d18f58d21c5
Merge: cb6e14f6 18fbd289
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:55 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit cb6e14f6c12816224bbc3dc127e9817d0df7ae78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:37 2021 +0000
messages, start of call handling and message responses, fix for scroll issue when only 2 menu items
commit 12443640c95efbe9f25ed0ffe73280c84d90cd13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:54:22 2021 -0800
Update apps.json
commit 9bdc07f8617e457439522d5b4c84a65d1eba4ed9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:47:36 2021 -0800
Update apps.json
commit 4eee3f05e92e26aa5c70c1d2cefcc97ff4935b0d
Merge: aafc93f0 18fbd289
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:46:32 2021 +0100
Merge branch 'master' into master
commit 298fa47cd87e37b19cd142f47867843e24d08b57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:42:50 2021 -0800
Update apps.json
commit 52c07f6dc80e8eabd017fc324332c0594c173399
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:40:42 2021 -0800
Update apps.json
commit fe340d75bbb6c7814241becacddaca50435c5fe3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:39:31 2021 -0800
Update apps.json
commit aafc93f09a818f5bb6e4b6988246e4f8d049df87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:35:35 2021 +0100
Update README.md
update README
commit bd80ea5ca03b2e9d5f2eb562adc7305b3952d2e5
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:31:33 2021 +0100
Update metronome.js
print instructuions for banglejs2
commit 51afd5ef049c67f331931ee18b53e9d4e835342a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:29:27 2021 -0800
Add files via upload
commit ff62b603a27d6acea382af80496b6a35787a73ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:51 2021 -0800
Add files via upload
commit ffbd331c1376c5f393dafe62eaa62a9991949a3e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:29 2021 -0800
Add files via upload
commit 93c113a95a21dccfde6bb171d15b0f93e6d0f58a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:25 2021 -0800
Add files via upload
commit b2be26fccedfa52f00f275db8050c0c3e532859b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:07 2021 -0800
Add files via upload
commit 899e78539c3bb0e41e4d56aa854c4806715ccce0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:26:06 2021 -0800
Add files via upload
commit 50a88d41cd63e51a876e4fca58fe13c5af2088fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:35 2021 -0800
Add files via upload
commit b1d636bac2148007dd72becff0daddf24b80f0a4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:10 2021 -0800
Add files via upload
commit 6b05d928751b49d4910ddd3a6867e2d4cad6c93f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 19:42:12 2021 +0100
barclock: Fix time/date disappearing after fullscreen notification
By forcing a complete redraw at lcdPower-on
commit 32e3d326aa143eed99d26c81c9fbf870730591f4
Author: Richard de Boer <git@tubul.net>
Date: Sat Nov 20 17:13:36 2021 +0100
barclock works fine on the Bangle.js 2 :-)
commit 1def233de2434d272c6f712c9c213b7caff3ae92
Author: Vingelar <Vingelar@mantisse.de>
Date: Tue Nov 23 19:09:16 2021 +0100
changed format of bg images to binary raw format (export from emulator
commit e021aa2c9d5c44f9130e4bf67cb4b066d02cbd6d
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:59:49 2021 +0100
Update app.js
binwatch: adapted names of bg images
commit 3dd723d10bd3195257205a48dc79872668bd53cb
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:58:48 2021 +0100
Update apps.json
binwatch: shorten names of background images
commit 275402344ee927a51d0c100d4387c739d7a49968
Merge: cf027b37 18fbd289
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:36:45 2021 +0100
Merge branch 'espruino:master' into master
commit 18fbd2898da9fc2bfb16d0adf9cf2b97f5ce0f3d
Merge: 5be6981a df364bab
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:34:15 2021 +0000
Merge pull request #933 from peerdavid/master
[LCARS Clock] Added lcars icon to watch face.
commit cf027b3783cbbf8deca98fb3e1ee1922557686bf
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:34:13 2021 +0100
Update app.js
changed names of background images
commit 5be6981acdf3935b936bb85caf37780537518b66
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:31:42 2021 +0000
oops - named stub wrong
commit d328d94d34ea86dd99f958098c7f0a000b1e395f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:30:20 2021 +0100
Add files via upload
added background files exported from Emulator
commit c36fb16a684085c2eb6ada2c50021d3776f5e215
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:54 2021 +0100
Delete Background240_center.js
removed background240_center.js (wrong format)
commit 4719fada2843f1c8d6ae36d8d59d0fb95318d9b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:28:34 2021 +0000
Android Remove messages on disconnect, Fix music control (ref #909)
commit f431bd8a2c823e877ee6e78576aa4f39a0b5701f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:25 2021 +0100
Delete Background176_center.js
remove backgounrd176_center.js (wrong format)
commit 1b548c9bbb5a10769498b4ad1be04397fb889bce
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:27:33 2021 +0100
Update apps.json
adapted naming for image files
commit df364babab19550f75a01d707f0684d8547e8664
Merge: d28517b2 a1eeadfc
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 17:16:00 2021 +0100
Merge branch 'espruino:master' into master
commit d28517b2a5b5e7eaa6a8d9832d9352062addb3ee
Merge: cd93a201 465c93d8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:18 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit cd93a201f846e2c51a1ff9cc447dbbbdc2c5e2cc
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:15 2021 +0100
Moved logo
commit dd2bb22f076abff1aac2f32734b50fdcc5423861
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:08:57 2021 +0100
Update apps.json
use .js files as background images
commit 03c5f996f4998ebc1e6bfea7e77d3a61743c0c69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:07:21 2021 +0100
Add files via upload
added background files as js
commit 7d81bfe2bbdf5095ac7550247eddbe6827cec4c0
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:53:40 2021 +0100
Update apps.json
added missing "url" to background storage
commit 51b73894e461af6312b6fca28e0b5888e9f98da6
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:51:40 2021 +0100
Update app.js
use background images from storage
commit dab36d05a77563e9a839f38807bfd7cfe09a1f69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:48:50 2021 +0100
Update apps.json
added background images to stroage
commit 31f28093411e4f501dd49f98359af43e71e8b27e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:44:49 2021 +0000
Fix https://github.com/espruino/BangleApps/issues/927 - App loader offers to update unknown apps
commit a1eeadfc224a976e3fca6a00ca47d1c1389fa70f
Merge: 68429483 0a695e51
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:40:09 2021 +0000
Merge pull request #934 from Ronin0000/master
Fix School Calendar Bug
commit 0a695e5143fbff3935e80b9df85720f065b1e185
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:09:14 2021 -0800
Update custom.html
fix bug that was for testing
commit cfecc24f42d257d565f21571a50b825cffb2f1c3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:05:47 2021 -0800
Delete boot.js
commit 684294830d75459982845920cb30815236dc0917
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 13:57:46 2021 +0000
app manager works in bjs2
commit 465c93d830300054722f10f483a9023c6ec315e7
Merge: d20f5e59 3ba779ee
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 14:53:47 2021 +0100
Merge branch 'espruino:master' into master
commit d20f5e597e72d8392af3e9b745a4dfab36e8797f
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:53:27 2021 +0100
Updated screenshot
commit a283cf58fb90b1852d8e414fb01010632a65ba46
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:51:55 2021 +0100
Included lcars logo
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 3ba779ee5826a60f127ed12f0eeaa2a848f53b4c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:48:34 2021 +0000
Fix bangleapps after recent PRs
commit aaf06b113c72e1487651d30602ba79c95a41d6ff
Merge: a0351381 06a6b72d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:42:26 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 9600f16671ab5a9fc772a959a7110622baa5e606
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:19:48 2021 +0100
Updated changelog
commit 98577b626960bd971af483ef709655dfe0ac1f00
Merge: 1ccabca0 d3cd47f9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:52 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 1ccabca0c6f1cf79c1b5d6a56749ab752a4d1850
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:50 2021 +0100
No hrm icon - its shown too much.
commit d3cd47f95704e7c508e1e311d3224826f3fd73ce
Merge: 2e18795c 06a6b72d
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 11:12:43 2021 +0100
Merge branch 'espruino:master' into master
commit 2e18795c5780148c6f52d50cd69849b5893b1cdb
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:11:33 2021 +0100
Fixed string
commit 36edd449c5398147536d20c2b4f11040cb3105b9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:10:33 2021 +0100
Minor change
commit 06a6b72d42fc55a224bb5d133640670c21d6cae0
Merge: a39d4102 be083113
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:03:45 2021 +0000
Merge pull request #925 from Ronin0000/master
Add School Calendar
commit a39d4102963fc1593e1f2f8ea3f4372a3da4da6f
Merge: ab2cb243 930cfa13
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:02:41 2021 +0000
Merge pull request #928 from peerdavid/master
[LCARS Clock] Icons for different states such as GPS or HRM.
commit 5c3b0468d4ce9a51249f6f098c3e6ba84ba1cf41
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:59:26 2021 +0100
Update apps.json
corrected format
commit 336501059da7bceddba9e300c5b6d5bd1aba6a3a
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:56:25 2021 +0100
Update apps.json
removed background image
commit 3f4c49a8aef6ba79419f00d86fc4f02435b72e21
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:55:07 2021 +0100
Update app.js
integrated BG image into app
commit ff3223e1b906957811cad815df88ad495e70a95f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:51:02 2021 +0100
Update app.js
added "require" for bg image
commit ab2cb243857e50e7bb80ee163e4bc153302446a7
Merge: adadf7ef 162dc1f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:51:01 2021 +0000
Merge pull request #929 from weeurey/master
Update app
commit adadf7efd39b01466cfd348e13c5a02deaa6bf4d
Merge: b7f403e7 0f9d938f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:26 2021 +0000
Merge pull request #931 from reelyactive/master
emojuino@0.02
commit b7f403e79bf5fae387c5f6d0522f49ce917362a6
Merge: f4e997d4 46383d4d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:12 2021 +0000
Merge pull request #930 from rigrig/gbmusic-fix
gbmusic: fix "previous" button image
commit a03513812956c629f003824b46bb6763734eead8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:44:24 2021 +0000
fix download icon on android
commit b128f5c15569de9e2be0717f270cfd90e006d5ab
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:38:02 2021 +0100
Update apps.json
added background image to upload
commit 930cfa13315046c621a5444632f7b12bbd956fae
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 09:43:24 2021 +0100
New HRM Icon
commit 7f3f7b9eee3c23c922645274dd8d7947def8158d
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:26:37 2021 +0100
Currently, no confidence > 80 is reached...
commit 1fb861b82c4cc75b94dc6875280fbd411390bc71
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:25:11 2021 +0100
HRM confidence of 80 to display
commit 7d95221e166770be91bf76374f926fe996356009
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:24:15 2021 +0100
Minor change
commit 6d8d98fb03e7bed42c3feeee771ddfcd78b60ea8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:21:41 2021 +0100
Show HRM
commit a0cc4c633e0e6853a0f170a5358b7e1f11e310af
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:10:00 2021 +0100
Minor changes
commit be083113316ec7ba07d780b6593cb9adfd748298
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 19:11:40 2021 -0800
Update custom.html
commit 0664a44c454107d4e3ff039d12baffea3e90cf5f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:52:43 2021 -0800
Update apps.json
commit b032ca0fc1936e650a459f766799e197daf2a4dd
Merge: 7fd37f7e f1f063fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:27 2021 -0800
Merge branch 'espruino-master'
commit f1f063fd1adb553c548a3aa54156bce00b4ca48d
Merge: 7fd37f7e f4e997d4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:09 2021 -0800
merge3
commit 0f9d938fa6970df18fbe99f3c707b94aa26d15c1
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:23:17 2021 -0500
Version bump
commit 5a01047cd0b30e4b7b253d784bd0b5755fc0c2e2
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:21:29 2021 -0500
Added screenshots
commit ae55c2d39fc936cfa1954d44b7f76dc91c21ced3
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:09:26 2021 -0500
Allow emulator, specify type as app
commit 58f9e7cd5b59904651fb878a89844ee4ccfb23df
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:03:18 2021 -0500
Upgrade to emoji images and supporting text
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit 7fd37f7e4e669c0aea7b5324b85f9d85ca394dcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 12:18:44 2021 -0800
Update custom.html
commit 84d9ca4b337e36c4f62ffce4b3059f8f2909d482
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:57:14 2021 -0800
Update boot.js
commit 740f4a95665fd92ad87e83dd381da7e55c2e4b18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:52:27 2021 -0800
Create boot.js
not part of the current merge
commit d3538a03f10f6323afc8656cef397a561cf35bf0
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:12:50 2021 +0100
Added raster
commit 20310fdb75b11fe8b3ea38dc7810732910537169
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:02:27 2021 +0100
Smaller icons
commit 3863be18301cec9fec480db7fe28a19439c708d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 09:06:52 2021 -0800
Delete apps/schoolCalendar/fullcalendar/interaction/src directory
commit 5d8c13a7e6a934e8b750f0ab4871e3dcc67c09bf
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:56:29 2021 +0100
Updated screenshot accordingly
commit 21134a1dcdc102755171af26e99ae86f3559996f
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:55:21 2021 +0100
Better background
commit cab3d43085b2edf4dc97ebf05785bb5b446a88da
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:39:48 2021 +0100
Better alarm - shown only in icon so we can display more data.
commit db22bac0ecd48633d6acf0874127a1b28821d8ea
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:11:15 2021 +0100
Use correct alarm icon
commit 162dc1f29346ab0f6ff4b7cd4128826292ca766e
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:11:07 2021 +0000
Update apps.json
commit dc24ae9bfba1786d4d8a3e22871c4da7bda9fb92
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:10:58 2021 +0100
Better HRM Icon
commit 8e688d144ab30ff87f31b51ab457688ce03c4c23
Merge: 741f7aab f4e997d4
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:09:43 2021 +0000
Merge branch 'espruino:master' into master
commit 741f7aab5239e6fa6ae48e1a5351216dfcfc4177
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:08:38 2021 +0000
Update apps.json
commit 247ed9faa2e8b8463374fea05d4bb04ddda2cfc1
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:07:39 2021 +0000
Create ChangeLog
commit d878d46d4ccc5128643034c535cff69984ab7853
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:05:57 2021 +0000
Update app.js
commit c720fc314b516e1007452ad18ce51bc4fefefec1
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:03:21 2021 +0100
New alarm icon
commit 75fbd6882d1368c73db1b96fac79f4202d6a5e53
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:37:48 2021 +0100
Added icon for alarm
commit eb20f15537d8b6be7226b2ae49fc6e6dd0474124
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:33:42 2021 +0100
Compeletely new design with icons for GPS, HRM and Compass. All Icons are open source and mentioned in the Readme.md file.
commit 46383d4d5547bca38a2a07ea01d67afa0166bedc
Author: Richard de Boer <git@tubul.net>
Date: Mon Nov 22 13:18:01 2021 +0100
gbmusic: fix "previous" button image
commit 1bf5132a5caf41398125e0c7f2bad72ffa300df2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:07:49 2021 -0800
Update custom.html
commit 618c5b7a10ebe610205ab463c395f65948e5a763
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:02:29 2021 -0800
Update custom.html
commit adfeb5e535564f8851fcdc080e2fa10d9acced9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:00:21 2021 -0800
Update custom.html
commit f950fd2ee88486e3355efd30823d50de799e8418
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:57:52 2021 -0800
Update custom.html
commit 3ee0e9bae6ee137c6e36672c9aa6a20d1c072caf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:49:48 2021 -0800
Update apps.json
commit 387bd30236b5d765b396eba24ad43120ceb6c384
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:48:14 2021 -0800
Rename ChangeLog.md to ChangeLog
commit 6e07f282b8918ac3b8f333c7c4156980a44ff1d6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:41:26 2021 -0800
Add files via upload
commit fea37b4992e65a5ca54648f88281ce2623f6a55f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:40 2021 -0800
Update apps.json
commit 939d8f6a9ae71b49c13f7dbf1455bb2fec60462a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:21 2021 -0800
Add files via upload
commit 854ae5361d1b2400f6b6d1b2c2239f46d1e16bc9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:34:28 2021 -0800
Update README.md
commit 426768eb11e34ea7a04010e6fe7da1a5a5187f40
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:32:14 2021 -0800
Update custom.html
commit bf994d9acc8b79ebda1e47dc5ebc5158210d6205
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:24:29 2021 -0800
Update apps.json
commit 7c74c5d43f9f66b6374cabd4e247d1560e5f29a1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:15:40 2021 -0800
Update apps.json
commit 8981aa3f614c388c74d73ccd25e16f5e6eabde9f
Merge: e878e547 100384f2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:12:19 2021 -0800
Merge branch 'espruino:master' into master
commit e878e5478713b0b3cae0bb86e28f998cbfeb9b10
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:11:43 2021 -0800
merge
commit 3bde4d2e48711186ae26036baea8f880c2aac7c4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 16:12:16 2021 -0800
Update custom.html
commit 5f3c93df8cc8b73c432ea31b15e84e4b106256de
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:37:41 2021 -0800
Update custom.html
commit 26bd9e35be993aae4deece775ac85f53f877b122
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:35:47 2021 -0800
Update custom.html
commit 8f2cc6e2137cf29e03435123e96d9c6c550864d1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:34:09 2021 -0800
Update custom.html
commit 66f061112301898b011412e91982dbefc7cc2d1e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:32:48 2021 -0800
Update custom.html
commit 87a9504912b8753dc63700207ee89acacbb34726
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:30:44 2021 -0800
Update custom.html
commit 626498da9d296fecf6776b836def4eda87027d85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:24:01 2021 -0800
Update custom.html
commit 3472ca355a1a71d3fa3f464ece2b81dce7f4eeaa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:21:57 2021 -0800
Update custom.html
commit 529b0cb4637652dfc0a3ba6688b863b5f47437ca
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:19:53 2021 -0800
Update custom.html
commit e77d9980023f041a87743ac1fd3c48a3f0652a8e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:18:21 2021 -0800
Update custom.html
update
commit a712c37c7652f7bc46c4d7761df93b3d28e17229
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:17:58 2021 -0800
Update custom.html
commit 4d9d6abb9ef466e4058510efe9eec295f60127e9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:14:02 2021 -0800
Update custom.html
commit f35b24844810a90f08f731cc9e63535be217e4cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:09:44 2021 -0800
Update custom.html
commit d0336b2854d7e0892c440ef8c5f83bcbe1374a9b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:06:56 2021 -0800
Update custom.html
commit 640c8e491e489e9ea88282cf0bfe14004838b3db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:03:42 2021 -0800
Update custom.html
commit 604153cb2408399ce1420b43ef87f41c09d3daa6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:01:45 2021 -0800
Update custom.html
commit 0f8f1e38e85a8c1c49057f4b891209bdfad67aef
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:44 2021 -0800
Update custom.html
commit 7f7dcb0bcf89b1d66f60481efaa09f5956ee4ecc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:22 2021 -0800
Update custom.html
commit d42fe03dc8fcbc0f68857dd9f887c8cc4eff1c06
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:55:08 2021 -0800
Update custom.html
commit 98f172fad442e89f53c45ac47f2388a08049855a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:53:01 2021 -0800
Update custom.html
commit daf8dde32bc81b8f04402c4728eac41784751cd5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:49:25 2021 -0800
Update custom.html
commit 408bd24080a2f7dcf1e6d0c33dab65da4dff82cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:48:38 2021 -0800
Update custom.html
commit 68db21acbb837b12d84d9930d451d2ba90e251dd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:44:30 2021 -0800
Update custom.html
commit 45feb1b2ffb17b8835c505bc4a4f825ddc17bf4f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:42 2021 -0800
Update custom.html
commit 3bc5fd87b61cbb9b867009d933342fe627da982d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:12 2021 -0800
Update custom.html
commit c3eede9868ee342bc4248e71a874c2e6b332dcdd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:37:42 2021 -0800
Update custom.html
commit 8426356c01a23ae769c79f726b95ea64f4428574
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:35:55 2021 -0800
Update custom.html
commit 93f09c216a1eb9aa876c88a1f806ccb709e971b7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:39 2021 -0800
Update apps.json
commit cb748a251dbd11e87615d82081522953607b3a27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:20 2021 -0800
Update custom.html
commit a994ed66301040f60d5f99b672a6081152a20d6c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:53:38 2021 -0800
Update custom.html
commit b76bb48973dbabfaf56bdec4aee44a483f94d129
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:50:08 2021 -0800
Update custom.html
commit f99ce683e9ce42431321fc711e061955bc0220fb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:46:32 2021 -0800
Update custom.html
commit ddfdd94ff845d3d8560158cde184a9a19a3d2142
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:42:51 2021 -0800
Update custom.html
commit 52675f7eff140426532f81da9c84c5d7803d0cda
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:48:03 2021 -0800
Update custom.html
commit d4911034145e3d98b99d649be55c75671e2f5c5c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:44:23 2021 -0800
Update custom.html
commit 71ff5959aec6a5f8302bda513d2c1371bbed0743
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:58 2021 -0800
Update custom.html
commit daba705b37b9952cba2910c3c0bed23e58aaf2fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:16 2021 -0800
Update custom.html
commit 19cb5fc749abeefe378205531d18b97562ddfc47
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:39:15 2021 -0800
Update apps.json
commit 6c20945898b84a02d6b440923a5afd994c7d97aa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:37:41 2021 -0800
Update custom.html
commit ff519bdc0d9bca530284d98cad9fd023ad37d50d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:15:29 2021 -0800
Update custom.html
commit 34843d703aae0b6a33be352ad0f8408d8d17d07b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:11:54 2021 -0800
Update custom.html
commit 4da82197f32b280e4192d5bc9a5ba174fbad4ace
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:01:20 2021 -0800
Update custom.html
commit a9c5a32bc1359d8288f4fd6b6da50eaf40910c9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:56:54 2021 -0800
Update custom.html
commit 352fea34791ccf06450a516ab2a2daf22353c641
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:53:38 2021 -0800
Update apps.json
commit ab6f56c381a54e4ab3466625a9eb794eef5dd2a0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:52:34 2021 -0800
Update custom.html
commit a65742ce346039ef901e70157620aabd95bbca35
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:48:25 2021 -0800
Update apps.json
commit a1a387dd600f7e5c3879d74cd5a516d7566fb7bb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:47:52 2021 -0800
Update custom.html
commit 180e88e0e44dc3ca09291a7d37b6fa4df637fa78
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:50 2021 -0800
Update custom.html
commit 0099736b8c64e8f1afefd4d52b526151e3ac700a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:14 2021 -0800
Update apps.json
commit 1fdf4e954e23fe0514b8d795224c2edafd5941c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:43 2021 -0800
Update apps.json
commit faa5b6b21aa8b7062dc62499e8361b8233cf9408
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:10 2021 -0800
Update custom.html
commit d617803c13ec381f35a9d30f99a267dca02c9cf1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:44 2021 -0800
Update apps.json
commit dc669254bcccad425153d209d6dcdf002f64a30d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:10 2021 -0800
Update custom.html
commit 303247fb4e66802ed7f5c2ee404ce0a28221ec2d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:25:00 2021 -0800
Update custom.html
commit d836cbd2ba256adfffa55f1d12fda02ae8ac760c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:15:16 2021 -0800
Update custom.html
commit e206bd4e1cad4aab266fd376fa525500941878a8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:08:00 2021 -0800
Update custom.html
commit 1a6c1acce50fe2fe2e49bfc26b3ac98c1db5aa13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:04:06 2021 -0800
Update custom.html
commit aa20fac50ed19adfb9248fd9cda1ebb7c31f95b1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:02:52 2021 -0800
Update apps.json
commit 5625414e90c78677040420f342f29e96f088469b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:34:30 2021 -0800
Update apps.json
commit ebc2d8096144e6150920efc4b63e8f1e3f52eb00
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:33:27 2021 -0800
Update custom.html
commit 6c43de3766433c1f9fa1d01fd24cbfe0839e19c0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:21:11 2021 -0800
Update apps.json
commit 37da3c68aeeb5fec1ef3d8965fa3d8170074d791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:19:46 2021 -0800
Update custom.html
commit 92707b9d13ed269a41684ce45111376694cb6e58
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:12:50 2021 -0800
Update ChangeLog.md
commit d3ca682cff08be0bb2a64ab057f6efdf36b4e094
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:09:56 2021 -0800
Update apps.json
commit dfd9e59993944f6323120f8af660d880c63c6793
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:08:52 2021 -0800
Update custom.html
commit 5d24a09ffa2d9cad10a5fae3c7b4d5fafc944aa9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:04:41 2021 -0800
Update apps.json
commit e965bd7d962108a2944824eb6579fce435876966
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:43 2021 -0800
Update custom.html
commit 345d9c155135fc4d0a2b8d00b3528b363a584ced
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:12 2021 -0800
Delete schoolCalendar.js
commit dc9db8a4767d4c16d92645131d977263e2468521
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:58 2021 -0800
Update schoolCalendar.js
commit 58df0a5ca26684b4da84929c8c388ca5c37acabd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:03 2021 -0800
Update apps.json
commit 65ad4979e8d58b51f11f3bcc86f31ab303a5d7b6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:27:10 2021 -0800
Update custom.html
commit 9c07800c5ef948a1b9b2071e7bdfe46809fefa1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:07:38 2021 -0800
Update custom.html
commit b108bc45fb8bfa266e4d4ad3e66a9f65cec96c92
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:58:24 2021 -0800
Update custom.html
commit d871855f8e217b27ea73ed28b389bbc8aea59d62
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:55:58 2021 -0800
Update apps.json
commit 99112920b287568db32c5e43b47cfc2ee0cf71a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:47:34 2021 -0800
Update apps.json
commit 37f4329ec57bc4a96a1b2a0847406f6a05cad520
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:49 2021 -0800
Update apps.json
commit ba2aee642bf90307757bb85fda6aa0db01bed5e5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:06 2021 -0800
Update custom.html
commit 98048dc23cb1caf3aafbf1d1ecfa461ba5943925
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:37:23 2021 -0800
Update apps.json
commit 1a53e8d34af89f0e6c889653961350a898deea81
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:33:43 2021 -0800
Update custom.html
commit 993bb7298c8fbc9348e6668b70a555c51dc54a09
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:31:41 2021 -0800
Rename interface.html to custom.html
commit 3a3962bfdc0365e75f8804b61293ec91084f6698
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:30:12 2021 -0800
Rename custom.html to interface.html
commit c8ad92a3dcb7b8a0df83f2e720b6730dd785e829
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:20:33 2021 -0800
Update apps.json
commit ae85c1cee709457b10233205c057f946ea15fe83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:14:33 2021 -0800
Update custom.html
commit c1b467ba8e96f58b27eb3b9b2dc2b859fa89e227
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:14:50 2021 +0000
Update app.js
commit 438537ace2358f5b798bdfde92ebf78db81abc49
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:10:03 2021 +0000
Update app.js
commit e6d736860d7d7511f08474a4d8f6446ebe97e634
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:57:57 2021 +0000
Update app.js
commit e1add5e2b2a068873d0102324d61f9ff5532924d
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:45:02 2021 +0000
Update app.js
commit 09be008dfaf764b542a80f4dbbde6ab26314713e
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:39:48 2021 +0000
Update app.js
commit 9f26994f5c66a5ee88a702c7a73d8bcc0c8236c3
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:33:47 2021 +0000
Update app.js
commit 0cf4c5d70a97480185296b32137fcdc179fddcc4
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:10:31 2021 +0000
Update app.js
commit cfdb94439526722ca757b8ee748d298f6a76d9e7
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:32:34 2021 +0000
Update app.js
Add Media controls
commit e3cd8f5607f912002d3ec0adf833834058a492cb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:16:37 2021 +0000
Update app.js
Removed extra unneeded code
commit ceed8a123836f5da6fb8c5d6741e2224a3e4a0af
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 15:05:28 2021 +0000
Update app.js
commit 721a3f2608ee0012767cfacd5c69aa91a7bba5f6
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:39:30 2021 +0000
Update app.js
commit a16bfe4d7350b34c694050448f2aefc990d19dcb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:32:57 2021 +0000
Update app.js
commit e72bf84a7a05c4208e8c1d5f60815a9f57ca11c4
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 21:29:57 2021 +0100
use dark theme for metronome
commit 071a7a7e683a649b9f75fdc92b9f56804cd0af87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 20:46:18 2021 +0100
add support for Bangle.js 2
commit 7a7175fa483e4e9fcd5912d83e9519274d67b4f0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Nov 4 16:00:41 2021 -0700
Update custom.html
commit e2928498690565ba7d0454aaa4265bc8adfda712
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:32 2021 -0700
Rename interface.html to custom.html
commit cd7579269efe8d54a5a5680b8126ea38f9ce54be
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:04 2021 -0700
Update apps.json
commit df7f9cc530194025708b712565a410aed1d73e95
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:20:09 2021 -0700
Update interface.html
commit ada94b11cfbebfeaa010cee1b39d0f92591d4e13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:06:50 2021 -0700
Update interface.html
commit 08fc58deb57847cca7d81bf84a54df16ce97528f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:20:57 2021 -0700
Update interface.html
commit 04b9e74a4d2cd84dd9b64b0ba6fba1167fc400e7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:10:58 2021 -0700
Update interface.html
commit be7af68455ff4b5034c0baab9d8c138b9b024707
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:08:24 2021 -0700
Update interface.html
commit aaee5f3c0610de7a48bdda7fe9c6064dff97780e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 19:13:08 2021 -0700
Update interface.html
commit 73819933eeb57f32935e6ad93a146bdbee6d8be6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:52:09 2021 -0700
Update schoolCalendar.js
commit fa5cbd71c618a2053ec3217048c74a723c46f03f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:49:22 2021 -0700
Update README.md
commit fa392008d1e30a6df05245eac969badf4188fb74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:45:24 2021 -0700
Update README.md
commit c280e41560a3812ee83ca461e098bc35b80ef439
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:42:39 2021 -0700
Update README.md
commit 6b84a8eb3007cca6abd31cc1d3d0552cc79cb492
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:26 2021 -0700
Update schoolCalendar.js
commit 5bbfb1109910856575cc348012dbc44d489a8005
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:11 2021 -0700
Update interface.html
update interface
commit 6660dad4c01c66c20670cfd415b6ad063d9b5b74
Merge: 8c003cf6 1e0f6cd6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 07:35:54 2021 -0700
Merge branch 'espruino:master' into master
commit 8c003cf6ffb5a8b3437897a1e57a6a020b5e02a4
Merge: 5c11881f f1ce196a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 15 07:33:21 2021 -0700
Merge branch 'espruino:master' into master
commit 5c11881f752edbdef3031f0a48109a196eced80a
Merge: 8c149dbe be34e2b0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 14 17:14:45 2021 -0700
Merge branch 'espruino:master' into master
commit 8c149dbea1cfd34e815b64ca354840b811a82222
Merge: 7888cc6c 300ed35b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Oct 13 07:46:16 2021 -0700
Merge branch 'espruino:master' into master
commit 7888cc6ce0bbabf99c7dd39f002810d262af07fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:59 2021 -0700
Create README.md
commit 36a52b8b001a4515d715950db56e411a6c4842b2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:52 2021 -0700
Update README.md
commit 4f5558c41e75f6e91a34842f7b42fa85970dce5e
Merge: 5db16d19 68cc9fbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 16:43:12 2021 -0700
Merge branch 'espruino:master' into master
commit 5db16d190b1439293d9f0af16d37fea29db8830c
Merge: e7995505 54d98db6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 07:03:23 2021 -0700
Merge branch 'espruino:master' into master
commit e799550544e55ef94ef48f905283625e50f73e97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:57 2021 -0700
Update schoolCalendar.js
commit 89f82a50436d4eab82574d310077d19154a8ab59
Merge: 7107d510 f3712e66
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:38 2021 -0700
Merge branch 'espruino:master' into master
commit 7107d510a5301f50ca5dc1bf9d4463ad99a33af8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 20:06:28 2021 -0700
Update schoolCalendar.js
commit a61879753285b4469772f51474c29fe86a5aa942
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 19:55:30 2021 -0700
Update schoolCalendar.js
commit 3c9e46c2160f4ff58708afc0d08ce2e5d27df097
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:59:03 2021 -0700
Update apps.json
commit 941bc852c1ab4472dc74a7f84e12e92ab891432e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:53 2021 -0700
Add files via upload
commit 4cbfac212e6999887cfafd37d9c809919a014e27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:26 2021 -0700
Delete apps/schoolCalender directory
commit c7b723f87e5e6fb0858c09ee2910510267d73fd6
Merge: 8d2f4ccc ba08863b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 07:31:25 2021 -0700
Merge branch 'espruino:master' into master
commit 8d2f4ccca761e1695620b072e116b94272850427
Merge: 7846b48c 44aa03e4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 1 07:31:42 2021 -0700
Merge branch 'espruino:master' into master
commit 7846b48cf67ab024970b90948096f9258e1c184c
Merge: 59aa9909 d0fd2f01
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 30 17:22:33 2021 -0700
Merge branch 'espruino:master' into master
commit 59aa99092dac99b9a13bbc2a7153dd2b44a6fb67
Merge: 9061acee 03bbe1d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 29 08:06:54 2021 -0700
Merge branch 'espruino:master' into master
commit 9061acee5db851bd58295785cc7542a7c066b4c8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 17:44:12 2021 -0700
Update interface.html
commit 79bacc45932ce8842cbf12d23c36a41e992b438e
Merge: bb5fcdaa 48bb819b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 07:12:44 2021 -0700
Merge branch 'espruino:master' into master
commit bb5fcdaafc1e344bf2d717c3eb238f763f255215
Merge: 814fbdd6 28bd9e83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 27 16:15:07 2021 -0700
Merge branch 'espruino:master' into master
commit 814fbdd61ef41676d07719b5b1b297fbbc03ec6f
Merge: 83d88a1e f3fd0f25
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 25 08:01:44 2021 -0700
Merge branch 'espruino:master' into master
commit 83d88a1ea191e2e6b669d284d94b4180b9ea54aa
Merge: c9bed74e 71471d37
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 24 19:35:52 2021 -0700
Merge branch 'espruino:master' into master
commit c9bed74ec2e240e2daf26bf9ec9432df91ac18aa
Merge: 1f130c53 16fe8470
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 23 15:21:18 2021 -0700
Merge branch 'espruino:master' into master
commit 1f130c53b46546328260a6b94ad182be5d55ff18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 22 07:25:41 2021 -0700
Update interface.html
commit 3d8ebe82c289156581799134b3c56fd02ade1fad
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:07:20 2021 -0700
Update interface.html
commit 2ca58d2cc436b72beb87d347b8d8c217b461e805
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:02:14 2021 -0700
Update custom.html
commit d8c149073fb6bca8f5f78ba4a031004adeab1a6b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:01:31 2021 -0700
Update apps.json
commit ceab5d46a23f913faf96be90e644458ac5546157
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 20:58:01 2021 -0700
Rename schoolCalender.js to app.js
commit 9b344eb1ecc577e96196d2a3d3fc8962198e90de
Merge: ec453c0e 3b15a7f9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 07:24:54 2021 -0700
Merge branch 'espruino:master' into master
commit ec453c0e100f7fd140305fe8ed4a62d3987e68f1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 19:45:50 2021 -0700
Update README.md
commit a8f7fe72923e1fe38042cb4752dac1429c6be426
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:31:41 2021 -0700
Update interface.html
commit 51c41d5c48a72b7a373e6f979c95bab9fa9ddb7a
Merge: b7a4ecb5 50ec8d97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:25:50 2021 -0700
Merge branch 'espruino:master' into master
commit b7a4ecb57857016c131ba72e101b3a11eb3cb06c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:48:24 2021 -0700
Update interface.html
commit 82320ab073c0b106f5260e26c0fb147d7c8fcd02
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:40:43 2021 -0700
Update interface.html
commit 27d025bf82cc5882dc39110c5c7799f657f2c57d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 14:01:04 2021 -0700
Update interface.html
commit bd92c0e67fce373f11aae3bbcf8f5a4c06f2e161
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:51:31 2021 -0700
Update interface.html
commit f0c596d14f6119bbe52e2f0d3912216785257536
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:40:29 2021 -0700
Update interface.html
commit d6542bac6d666af7c8fe1f67434611e6ccacc6a6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:29:46 2021 -0700
Update interface.html
commit 7a2ee0f7111209afa859761a62f80e93ca71a879
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:15:29 2021 -0700
Update interface.html
commit c65ddbfc522c54da540080a16d171edd42ce592e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:05:32 2021 -0700
Update interface.html
commit 43c684f389d97dd12815edbd93d0750f923f17b3
Merge: ddd1a83c 5f5b5c0d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:45:25 2021 -0700
Merge branch 'espruino-master'
commit 5f5b5c0dc2485f7e454acb9f364d240e3972d955
Merge: ddd1a83c cc2e1bbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:42:47 2021 -0700
Merge branch 'master' of git://github.com/espruino/BangleApps into espruino-master
commit ddd1a83c613a9f21ec8e37ba1151e1ca255a77af
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 18:27:57 2021 -0700
Update interface.html
commit 632c98f8be2ad6e2290e5eb98025559a42a47c34
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 15:13:46 2021 -0700
Update interface.html
commit c252f74e16edc5a1a1fcfe4ce72c9594f12a9624
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 07:31:16 2021 -0700
Update interface.html
commit b9b0a43e99db0c2d13c28bf6d65540925709d866
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:28:35 2021 -0700
Update interface.html
commit afafd449fb06abd3930d0eb40989dc12787c96d9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:22:01 2021 -0700
Update interface.html
commit 45a0d50b011ee50e9b1b4c6ce5a84e1290331b1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:15:25 2021 -0700
Update interface.html
commit eb146fe07bd5d71f49c5e267424d7b8206eee952
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:07:51 2021 -0700
Update interface.html
commit 34baf995e7f5288266b5da08bcac6d76202a92fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:04:33 2021 -0700
Update interface.html
commit 751fbdda43ea542db4887bed7b4d4e2ad7628a23
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:00:47 2021 -0700
Update interface.html
commit bc71f317311509e8f3fd5054e6c3efaa05bc0416
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:47:13 2021 -0700
Update interface.html
commit cfde9e14a87466a8dc7cb92934c3af373f6a43d0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:41:40 2021 -0700
Update interface.html
commit 135165c983beca48190d091e355436100beee41d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:37:52 2021 -0700
Add files via upload
commit d50ba356d68ebeffd028a924450d4a6ad4fddd74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:36:59 2021 -0700
Update apps.json
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit b51c84229798e7c3665f203c13023d9f6e24eb68
Merge: f4e997d4 d1da165e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 12:20:57 2021 +0000
Merge branch 'Combined' into Base
commit d1da165eb44fa50bea67506097768f1138574c8c
Merge: f927549b 2c257605
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:30:56 2021 +0000
Merge pull request #9 from t0m1o1/scaledlauncher
Update apps.json
commit f927549b2c1e88232f4df2c6ef7e160c3a8e0f7b
Merge: 3cfd575d 411118aa
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:16:59 2021 +0000
Merge pull request #8 from t0m1o1/scaledlauncher
Scaledlauncher
commit 3cfd575da46cf38347bbbb4d37645c0bd72833de
Merge: 9a311219 9d1429ca
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:04:17 2021 +0000
Merge pull request #7 from t0m1o1/scaledlauncher
Update settings.js
commit 9a311219b2d3a7d3594ca654c78ae7137a92fb8e
Merge: 43c42711 5b1b752d
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 02:56:33 2021 +0000
Merge pull request #6 from t0m1o1/scaledlauncher
Scaledlauncher
commit 43c4271101a4be6dbc28d7e34534d25242c159ae
Merge: dec967f1 084bba39
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 21:18:16 2021 +0000
Merge pull request #5 from t0m1o1/compass-fix
Compass fix
commit dec967f1ac5900e43099ef9bfef3bfbe84e1f8e4
Merge: 21c48263 dfa40407
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 20:56:22 2021 +0000
Merge pull request #4 from t0m1o1/Swipe-Launcher
Stop the swiping coming up if mode is undefined
commit 21c482639aa1f2d391ebb0508701cff3170b45c4
Merge: dea2ec96 4c9d04de
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:19:27 2021 +0000
Merge pull request #3 from t0m1o1/Swipe-Launcher
Update Swiper Clock Launch
commit dea2ec9693855d735662a4d344682e6105533bf2
Merge: 92d156fb 51766844
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:15:16 2021 +0000
Merge pull request #2 from t0m1o1/master
Master
commit 92d156fb398787a068a2f7ed81a78d90ed04bd70
Merge: 100384f2 7d37a9eb
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:14:13 2021 +0000
Merge pull request #1 from t0m1o1/Swipe-Launcher
Swipe launcher
commit 51766844e6ff346119739114c28b9d638ca57cbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:49:56 2021 +0000
Update apps.json
commit 6fda7a5f33ec6341d51529e680f5d0caa9c9fdbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:37:07 2021 +0000
Update apps.json
commit b7a067234413e2cd9cb531c366371e5d88f6bb21
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:32:09 2021 +0000
Rename hidmsicswipe.app.js to hidmsicswipe.js
commit 97065f1d62d40003eec09a2539d7294fe41bc4e5
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:55 2021 +0000
Delete hidmsicswipe.info
commit 21f184d6c4ad1f977c385d95c3966d95d446bf5c
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:10 2021 +0000
Add files via upload
commit 3917f28ae54db0e86b6429489c19a4180be759e0
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:45 2021 +0000
Delete hidmsicswipe.img
commit a65668300fc45082d6897e19c6efff556853f4d9
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:18 2021 +0000
Delete hid-music.png
commit 5fce838e8ab7d2b297c05a1ae735abcd4ba76d90
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:29:36 2021 +0000
Add files via upload
commit ffa37f2ab3b1fd2b921783e19ffb48673aad1a6e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:22:38 2021 +0000
Create hidmsicswipe-icon.js
commit b656e5973c302a39f7513364c66094132135bfc4
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:59:19 2021 +0000
Create changelog
commit ad943ca5658e4f68c205996c4ad42aa1ebbeb793
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:58:19 2021 +0000
Add files via upload
commit ac433ac7bd6d586e9b1ca11da924d64bd566ade2
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:57:39 2021 +0000
Create hidmsicswipe.info
2021-12-05 17:14:06 +00:00
{ "name" : "android.settings.js" , "url" : "settings.js" } ,
2021-11-04 17:16:02 +00:00
{ "name" : "android.img" , "url" : "app-icon.js" , "evaluate" : true } ,
{ "name" : "android.boot.js" , "url" : "boot.js" }
] ,
2021-11-23 16:28:34 +00:00
"sortorder" : -8
2021-11-04 17:16:02 +00:00
} ,
{
"id" : "ios" ,
"name" : "iOS Integration" ,
2021-11-23 20:20:37 +00:00
"version" : "0.03" ,
2021-11-04 17:16:02 +00:00
"description" : "(BETA) App to display notifications from iOS devices" ,
"icon" : "app.png" ,
"tags" : "tool,system,ios,apple,messages,notifications" ,
"dependencies" : { "messages" : "app" } ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
"storage" : [
{ "name" : "ios.app.js" , "url" : "app.js" } ,
{ "name" : "ios.img" , "url" : "app-icon.js" , "evaluate" : true } ,
{ "name" : "ios.boot.js" , "url" : "boot.js" }
2021-10-22 10:47:23 +00:00
] ,
2021-11-23 16:28:34 +00:00
"sortorder" : -8
2021-10-22 10:47:23 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "health" ,
2021-10-14 16:14:10 +00:00
"name" : "Health Tracking" ,
2021-11-21 22:03:23 +00:00
"version" : "0.08" ,
Squashed commit of the following:
commit 5ed43a28b5b9d6820ee898f632535747c1e5913d
Merge: 4cf9192c a385c099
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:12:45 2021 +0000
Merge branch 'espruino:master' into Base
commit 4cf9192c4341a85eab1198b8663f48d276704ac3
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:25 2021 +0000
Update core
commit 69a54194a9eb41d0722fc061bec5c900b724e8cf
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:14 2021 +0000
Squashed commit of the following:
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit e040cc4e245a8fb4c55bfeb99cab12c62af5e7b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 15:22:16 2021 +0000
replace tabs!
commit 60c2fa710c4904827bfba868507a9f6d10d524a3
Merge: 38b2e417 f3cb7e9a
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:29:46 2021 +0000
Merge pull request #942 from madman2021/master
Add new TimeCal app
commit 38b2e417bf8e63be394a96ed24b9e3d174d5f45b
Merge: 94bd895b 43b38cc8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:26:43 2021 +0000
Merge pull request #943 from peerdavid/master
[LCARS Clock] Shows icons for charging and out of battery
commit 94bd895bafeb37250b64373692c9cceb3e9ece97
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 12:56:56 2021 +0000
welcome 0.14: Turn off and run later to use softOff to time is set right
plus other minor tweaks
commit 43b38cc8ab5796e25f65ace531be68a6a4134f98
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:40:47 2021 +0100
New screenshot. Updated version.
commit 34c6589f06a1a8ba0f7fe2e126b41d03dff7f45b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:37:07 2021 +0100
Minor improvement
commit c403a5af671cf70b18776fad83126adf66122f0f
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:36:21 2021 +0100
New design. Removed png icon files - only converted icons are needed.
commit 19655ea3279daf32ebfd4453db398915a8229946
Merge: 274b705c b1fb0e6b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:44 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 274b705c1e7313cf646412ec01bf17de9b1dabcf
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:37 2021 +0100
More lcars style
commit f3cb7e9a0b8f0ba3624b639415c9168c240905e8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:53:14 2021 +0000
Remove Icon as it renders massive
commit 1a9f5375557fc232acfe3f42d1198da827db5ab8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:46:03 2021 +0000
Add missing supports tag for TimeCal
commit 3738bde22a0d4cef2bd5c956a1a370e9a145689a
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:43:38 2021 +0000
Add TimeCal to the app library
Add TimeCal to the app library
commit b1fb0e6b7d88f53cff85f6a8d3eb416bebd35e92
Merge: 559e8208 dabc22c2
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 11:10:36 2021 +0100
Merge branch 'espruino:master' into master
commit dabc22c2d725ccddad8b08c0fa0b14af94d38e28
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 09:54:11 2021 +0000
custom code works on bangle2
commit 2e83a511d2032736a63bda38406b4f744a4130f1
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:51:20 2021 +0000
metronome supports bangle 2 now
commit cea51d06d07f09923d590357c33782861c342817
Merge: cd1daba0 4eee3f05
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:50:24 2021 +0000
Merge pull request #938 from bengwalker/master
Add Bangle.js 2 support for metronome app
commit cd1daba0c55e99f5a477407f47b932d050c0b6f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:46:13 2021 +0000
0.25: Fix issue where if Bangle.js 2 got a GPS fix but no reported time, errors could be caused by the widget (fix #935)
commit c03ab08687bbc7ed893ed2ef8c3be21f1e61e74f
Merge: 1750c72e f10bf240
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:40:53 2021 +0000
Merge pull request #939 from Ronin0000/master
Add Screenshots to Many Apps
commit 1750c72e94eab6ee22650d993ea31efa17e79c46
Merge: 5eeb1181 1def233d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:38:06 2021 +0000
Merge pull request #936 from Vingelar/master
Binwatch: re-format background images
commit 559e82088077ba79675c0012c921eae3ef32b16d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:14:04 2021 +0100
Minor design change
commit d24b8c80da7afd75a6f121a22e3694252aa3c57a
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:12:25 2021 +0100
Minor design chnges
commit f10bf24018add2df61a5fc422aee941b07c70082
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 17:04:07 2021 -0800
Update apps.json
commit c66b0982368a5e1ee74da598945df12d88cba679
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:53:48 2021 -0800
Update apps.json
commit 638fea73c791b4f11b6119c02ca2090c31b6bc83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:24:10 2021 -0800
Add files via upload
commit 4e79c896c65b2edc7dfcb7b4b2eb6ae1c96f60ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:23:33 2021 -0800
Add files via upload
commit 33809d8cdfa7ea3f02941c820b4836f20a9eb869
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:58 2021 -0800
Add files via upload
commit 6cb83284a7e7b9d2f8935835702e713f0f9b7b51
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:45 2021 -0800
Add files via upload
commit 7e521d0d29262227a32244d2929eb99fcb36fb98
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:17 2021 -0800
Add files via upload
commit 9985ff03f20469897ceb3dd1acb4f90ac850ebb8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:00 2021 -0800
Add files via upload
commit 6f437c39866562e05d8821bdb5150cd553f3a6cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:21:15 2021 -0800
Add files via upload
commit ffe218a0046d65464e96cdc59d1c10fbb708b791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:56 2021 -0800
Add files via upload
commit 9400133dd49762a7bfcff38e5a6249cbfd5753f7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:39 2021 -0800
Add files via upload
commit 76463d927940f590ed45cc51558723375217a34a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:37 2021 -0800
Add files via upload
commit 4011accb47eb53954acc3e27cce5b6f6cb025c57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:19 2021 -0800
Add files via upload
commit bc5960d61a40c08566a8e1977fa53c6528f04a85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:07 2021 -0800
Add files via upload
commit da5634beda72243f5ee6e4fc0e376c6c5f9c6ccc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:51 2021 -0800
Add files via upload
commit b9c4640f853d4992e57cd5d6b2e3f4d75db32d1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:25 2021 -0800
Add files via upload
commit d27a605a24cc06903084b6a796c9c93b7724150f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:07 2021 -0800
Add files via upload
commit 52baa42e69b1a7a8ef6bc2cae548298af4dcbf7c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:48 2021 -0800
Add files via upload
commit db3b6a58e49a3d5ce9b528011f3e0607474e4fa8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:16 2021 -0800
Add files via upload
commit f0de0d8a9d542fd960f13b36a2bb2a3548f06033
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:52 2021 -0800
Add files via upload
commit 6d4cb98ba83d0ab62406c00ed9fa8dcd139d2f8c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:34 2021 -0800
Add files via upload
commit 5f434d9d327fff8cebf41a45cf73ea9c96cb42db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:23 2021 -0800
Add files via upload
commit 6e72349f05e3773b0ae60217df8b6f266447f1ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:37 2021 -0800
Add files via upload
commit 03e4d0d7c01cdc214526891933f3c155f63ff2b5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:21 2021 -0800
Add files via upload
commit ead12a1c11e3937637e8af8b1d54218e0138e908
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:54 2021 -0800
Add files via upload
commit a1ed32c91380e03146dc4003a3ee6e400d0dd35f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:30 2021 -0800
Add files via upload
commit fae08d7a739b1a28faacb0105d5ad417171dddcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:57 2021 -0800
Add files via upload
commit b889e431edf72d64867c576135bc1470c4590db2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:32 2021 -0800
Add files via upload
commit f177480160184722b935623ebed05ad630a5a6a2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:02 2021 -0800
Add files via upload
commit a2fe8c3722f56c59957642cad2bb0a6454dc6f5b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:11:42 2021 -0800
Add files via upload
commit c1cdf15bf5413167692e9c7bd4f5fee31fe4d4c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:49 2021 -0800
Add files via upload
commit fb1c5529f037cc701e30d9da036a54236ea1ba1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:11 2021 -0800
Add files via upload
commit 530089e0830473574b38c172a964f9cfb49436a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:35 2021 -0800
Add files via upload
commit 3556e668560587c074ad435b977283e19367f69e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:12 2021 -0800
Add files via upload
commit e1e32772e4dd1943af6ed37407425998b0819e48
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:56 2021 -0800
Add files via upload
commit 8084bb92b7cfb12740129c57e1bb5c05ce13994c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:37 2021 -0800
Add files via upload
commit 2c997d2964d4ade4ba0aa5ef89a1b646c15a9751
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:18 2021 -0800
Add files via upload
commit 747626b66c880293481bd0a97cda8e32e0239d04
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:07:24 2021 -0800
Add files via upload
commit ed36fae0ac6def24ca20ab6229affbcf7502582e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:59 2021 -0800
Add files via upload
commit e8baad3c3775e26f8a88457ff8f361a18572e484
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:33 2021 -0800
Add files via upload
commit 1efcebe84aa2b2b00d6920a84d4e486b834c1083
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:16 2021 -0800
Add files via upload
commit 082d3d1e95e9bb98e10bb1679ae0dfba11bf44e0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:05:21 2021 -0800
Add files via upload
commit b10f62a6c55dd89bb15a97430b74269486a72807
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:58 2021 -0800
Add files via upload
commit 24b41c2c6fe40d18ffd9dfc0404f215cc9b847ff
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:42 2021 -0800
Add files via upload
commit 19a2ef1a44c78fe9b1922574f0a1eda20f2fbd43
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:01 2021 -0800
Add files via upload
commit 7089d6e74c438d3577ebf03857b0c1b6f73aaa2a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:03:38 2021 -0800
Add files via upload
commit 431824f828f0ea900c9d206e492cc7a6d1830f2e
Merge: 15aa41c7 5eeb1181
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 15:15:57 2021 -0800
Merge branch 'espruino:master' into master
commit 5eeb1181d049f1580f75657b9a9ac664041b26b9
Merge: 546a0b16 6b05d928
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:29:18 2021 +0000
Merge pull request #937 from rigrig/barclock-b2
Barclock works fine on the Bangle.js 2 :-)
commit 15aa41c766b2a25c7a83a1a6744706a7b2852aa3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:23:03 2021 -0800
Add files via upload
commit 6a93494e3fe516ccbc7755027f613bd9bd529021
Merge: 12443640 546a0b16
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:22:27 2021 -0800
Merge branch 'espruino:master' into master
commit 546a0b16cc32841b38a0d39b07ec6d18f58d21c5
Merge: cb6e14f6 18fbd289
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:55 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit cb6e14f6c12816224bbc3dc127e9817d0df7ae78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:37 2021 +0000
messages, start of call handling and message responses, fix for scroll issue when only 2 menu items
commit 12443640c95efbe9f25ed0ffe73280c84d90cd13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:54:22 2021 -0800
Update apps.json
commit 9bdc07f8617e457439522d5b4c84a65d1eba4ed9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:47:36 2021 -0800
Update apps.json
commit 4eee3f05e92e26aa5c70c1d2cefcc97ff4935b0d
Merge: aafc93f0 18fbd289
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:46:32 2021 +0100
Merge branch 'master' into master
commit 298fa47cd87e37b19cd142f47867843e24d08b57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:42:50 2021 -0800
Update apps.json
commit 52c07f6dc80e8eabd017fc324332c0594c173399
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:40:42 2021 -0800
Update apps.json
commit fe340d75bbb6c7814241becacddaca50435c5fe3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:39:31 2021 -0800
Update apps.json
commit aafc93f09a818f5bb6e4b6988246e4f8d049df87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:35:35 2021 +0100
Update README.md
update README
commit bd80ea5ca03b2e9d5f2eb562adc7305b3952d2e5
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:31:33 2021 +0100
Update metronome.js
print instructuions for banglejs2
commit 51afd5ef049c67f331931ee18b53e9d4e835342a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:29:27 2021 -0800
Add files via upload
commit ff62b603a27d6acea382af80496b6a35787a73ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:51 2021 -0800
Add files via upload
commit ffbd331c1376c5f393dafe62eaa62a9991949a3e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:29 2021 -0800
Add files via upload
commit 93c113a95a21dccfde6bb171d15b0f93e6d0f58a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:25 2021 -0800
Add files via upload
commit b2be26fccedfa52f00f275db8050c0c3e532859b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:07 2021 -0800
Add files via upload
commit 899e78539c3bb0e41e4d56aa854c4806715ccce0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:26:06 2021 -0800
Add files via upload
commit 50a88d41cd63e51a876e4fca58fe13c5af2088fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:35 2021 -0800
Add files via upload
commit b1d636bac2148007dd72becff0daddf24b80f0a4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:10 2021 -0800
Add files via upload
commit 6b05d928751b49d4910ddd3a6867e2d4cad6c93f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 19:42:12 2021 +0100
barclock: Fix time/date disappearing after fullscreen notification
By forcing a complete redraw at lcdPower-on
commit 32e3d326aa143eed99d26c81c9fbf870730591f4
Author: Richard de Boer <git@tubul.net>
Date: Sat Nov 20 17:13:36 2021 +0100
barclock works fine on the Bangle.js 2 :-)
commit 1def233de2434d272c6f712c9c213b7caff3ae92
Author: Vingelar <Vingelar@mantisse.de>
Date: Tue Nov 23 19:09:16 2021 +0100
changed format of bg images to binary raw format (export from emulator
commit e021aa2c9d5c44f9130e4bf67cb4b066d02cbd6d
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:59:49 2021 +0100
Update app.js
binwatch: adapted names of bg images
commit 3dd723d10bd3195257205a48dc79872668bd53cb
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:58:48 2021 +0100
Update apps.json
binwatch: shorten names of background images
commit 275402344ee927a51d0c100d4387c739d7a49968
Merge: cf027b37 18fbd289
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:36:45 2021 +0100
Merge branch 'espruino:master' into master
commit 18fbd2898da9fc2bfb16d0adf9cf2b97f5ce0f3d
Merge: 5be6981a df364bab
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:34:15 2021 +0000
Merge pull request #933 from peerdavid/master
[LCARS Clock] Added lcars icon to watch face.
commit cf027b3783cbbf8deca98fb3e1ee1922557686bf
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:34:13 2021 +0100
Update app.js
changed names of background images
commit 5be6981acdf3935b936bb85caf37780537518b66
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:31:42 2021 +0000
oops - named stub wrong
commit d328d94d34ea86dd99f958098c7f0a000b1e395f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:30:20 2021 +0100
Add files via upload
added background files exported from Emulator
commit c36fb16a684085c2eb6ada2c50021d3776f5e215
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:54 2021 +0100
Delete Background240_center.js
removed background240_center.js (wrong format)
commit 4719fada2843f1c8d6ae36d8d59d0fb95318d9b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:28:34 2021 +0000
Android Remove messages on disconnect, Fix music control (ref #909)
commit f431bd8a2c823e877ee6e78576aa4f39a0b5701f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:25 2021 +0100
Delete Background176_center.js
remove backgounrd176_center.js (wrong format)
commit 1b548c9bbb5a10769498b4ad1be04397fb889bce
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:27:33 2021 +0100
Update apps.json
adapted naming for image files
commit df364babab19550f75a01d707f0684d8547e8664
Merge: d28517b2 a1eeadfc
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 17:16:00 2021 +0100
Merge branch 'espruino:master' into master
commit d28517b2a5b5e7eaa6a8d9832d9352062addb3ee
Merge: cd93a201 465c93d8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:18 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit cd93a201f846e2c51a1ff9cc447dbbbdc2c5e2cc
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:15 2021 +0100
Moved logo
commit dd2bb22f076abff1aac2f32734b50fdcc5423861
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:08:57 2021 +0100
Update apps.json
use .js files as background images
commit 03c5f996f4998ebc1e6bfea7e77d3a61743c0c69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:07:21 2021 +0100
Add files via upload
added background files as js
commit 7d81bfe2bbdf5095ac7550247eddbe6827cec4c0
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:53:40 2021 +0100
Update apps.json
added missing "url" to background storage
commit 51b73894e461af6312b6fca28e0b5888e9f98da6
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:51:40 2021 +0100
Update app.js
use background images from storage
commit dab36d05a77563e9a839f38807bfd7cfe09a1f69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:48:50 2021 +0100
Update apps.json
added background images to stroage
commit 31f28093411e4f501dd49f98359af43e71e8b27e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:44:49 2021 +0000
Fix https://github.com/espruino/BangleApps/issues/927 - App loader offers to update unknown apps
commit a1eeadfc224a976e3fca6a00ca47d1c1389fa70f
Merge: 68429483 0a695e51
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:40:09 2021 +0000
Merge pull request #934 from Ronin0000/master
Fix School Calendar Bug
commit 0a695e5143fbff3935e80b9df85720f065b1e185
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:09:14 2021 -0800
Update custom.html
fix bug that was for testing
commit cfecc24f42d257d565f21571a50b825cffb2f1c3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:05:47 2021 -0800
Delete boot.js
commit 684294830d75459982845920cb30815236dc0917
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 13:57:46 2021 +0000
app manager works in bjs2
commit 465c93d830300054722f10f483a9023c6ec315e7
Merge: d20f5e59 3ba779ee
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 14:53:47 2021 +0100
Merge branch 'espruino:master' into master
commit d20f5e597e72d8392af3e9b745a4dfab36e8797f
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:53:27 2021 +0100
Updated screenshot
commit a283cf58fb90b1852d8e414fb01010632a65ba46
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:51:55 2021 +0100
Included lcars logo
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 3ba779ee5826a60f127ed12f0eeaa2a848f53b4c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:48:34 2021 +0000
Fix bangleapps after recent PRs
commit aaf06b113c72e1487651d30602ba79c95a41d6ff
Merge: a0351381 06a6b72d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:42:26 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 9600f16671ab5a9fc772a959a7110622baa5e606
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:19:48 2021 +0100
Updated changelog
commit 98577b626960bd971af483ef709655dfe0ac1f00
Merge: 1ccabca0 d3cd47f9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:52 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 1ccabca0c6f1cf79c1b5d6a56749ab752a4d1850
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:50 2021 +0100
No hrm icon - its shown too much.
commit d3cd47f95704e7c508e1e311d3224826f3fd73ce
Merge: 2e18795c 06a6b72d
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 11:12:43 2021 +0100
Merge branch 'espruino:master' into master
commit 2e18795c5780148c6f52d50cd69849b5893b1cdb
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:11:33 2021 +0100
Fixed string
commit 36edd449c5398147536d20c2b4f11040cb3105b9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:10:33 2021 +0100
Minor change
commit 06a6b72d42fc55a224bb5d133640670c21d6cae0
Merge: a39d4102 be083113
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:03:45 2021 +0000
Merge pull request #925 from Ronin0000/master
Add School Calendar
commit a39d4102963fc1593e1f2f8ea3f4372a3da4da6f
Merge: ab2cb243 930cfa13
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:02:41 2021 +0000
Merge pull request #928 from peerdavid/master
[LCARS Clock] Icons for different states such as GPS or HRM.
commit 5c3b0468d4ce9a51249f6f098c3e6ba84ba1cf41
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:59:26 2021 +0100
Update apps.json
corrected format
commit 336501059da7bceddba9e300c5b6d5bd1aba6a3a
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:56:25 2021 +0100
Update apps.json
removed background image
commit 3f4c49a8aef6ba79419f00d86fc4f02435b72e21
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:55:07 2021 +0100
Update app.js
integrated BG image into app
commit ff3223e1b906957811cad815df88ad495e70a95f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:51:02 2021 +0100
Update app.js
added "require" for bg image
commit ab2cb243857e50e7bb80ee163e4bc153302446a7
Merge: adadf7ef 162dc1f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:51:01 2021 +0000
Merge pull request #929 from weeurey/master
Update app
commit adadf7efd39b01466cfd348e13c5a02deaa6bf4d
Merge: b7f403e7 0f9d938f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:26 2021 +0000
Merge pull request #931 from reelyactive/master
emojuino@0.02
commit b7f403e79bf5fae387c5f6d0522f49ce917362a6
Merge: f4e997d4 46383d4d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:12 2021 +0000
Merge pull request #930 from rigrig/gbmusic-fix
gbmusic: fix "previous" button image
commit a03513812956c629f003824b46bb6763734eead8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:44:24 2021 +0000
fix download icon on android
commit b128f5c15569de9e2be0717f270cfd90e006d5ab
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:38:02 2021 +0100
Update apps.json
added background image to upload
commit 930cfa13315046c621a5444632f7b12bbd956fae
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 09:43:24 2021 +0100
New HRM Icon
commit 7f3f7b9eee3c23c922645274dd8d7947def8158d
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:26:37 2021 +0100
Currently, no confidence > 80 is reached...
commit 1fb861b82c4cc75b94dc6875280fbd411390bc71
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:25:11 2021 +0100
HRM confidence of 80 to display
commit 7d95221e166770be91bf76374f926fe996356009
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:24:15 2021 +0100
Minor change
commit 6d8d98fb03e7bed42c3feeee771ddfcd78b60ea8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:21:41 2021 +0100
Show HRM
commit a0cc4c633e0e6853a0f170a5358b7e1f11e310af
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:10:00 2021 +0100
Minor changes
commit be083113316ec7ba07d780b6593cb9adfd748298
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 19:11:40 2021 -0800
Update custom.html
commit 0664a44c454107d4e3ff039d12baffea3e90cf5f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:52:43 2021 -0800
Update apps.json
commit b032ca0fc1936e650a459f766799e197daf2a4dd
Merge: 7fd37f7e f1f063fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:27 2021 -0800
Merge branch 'espruino-master'
commit f1f063fd1adb553c548a3aa54156bce00b4ca48d
Merge: 7fd37f7e f4e997d4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:09 2021 -0800
merge3
commit 0f9d938fa6970df18fbe99f3c707b94aa26d15c1
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:23:17 2021 -0500
Version bump
commit 5a01047cd0b30e4b7b253d784bd0b5755fc0c2e2
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:21:29 2021 -0500
Added screenshots
commit ae55c2d39fc936cfa1954d44b7f76dc91c21ced3
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:09:26 2021 -0500
Allow emulator, specify type as app
commit 58f9e7cd5b59904651fb878a89844ee4ccfb23df
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:03:18 2021 -0500
Upgrade to emoji images and supporting text
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit 7fd37f7e4e669c0aea7b5324b85f9d85ca394dcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 12:18:44 2021 -0800
Update custom.html
commit 84d9ca4b337e36c4f62ffce4b3059f8f2909d482
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:57:14 2021 -0800
Update boot.js
commit 740f4a95665fd92ad87e83dd381da7e55c2e4b18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:52:27 2021 -0800
Create boot.js
not part of the current merge
commit d3538a03f10f6323afc8656cef397a561cf35bf0
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:12:50 2021 +0100
Added raster
commit 20310fdb75b11fe8b3ea38dc7810732910537169
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:02:27 2021 +0100
Smaller icons
commit 3863be18301cec9fec480db7fe28a19439c708d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 09:06:52 2021 -0800
Delete apps/schoolCalendar/fullcalendar/interaction/src directory
commit 5d8c13a7e6a934e8b750f0ab4871e3dcc67c09bf
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:56:29 2021 +0100
Updated screenshot accordingly
commit 21134a1dcdc102755171af26e99ae86f3559996f
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:55:21 2021 +0100
Better background
commit cab3d43085b2edf4dc97ebf05785bb5b446a88da
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:39:48 2021 +0100
Better alarm - shown only in icon so we can display more data.
commit db22bac0ecd48633d6acf0874127a1b28821d8ea
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:11:15 2021 +0100
Use correct alarm icon
commit 162dc1f29346ab0f6ff4b7cd4128826292ca766e
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:11:07 2021 +0000
Update apps.json
commit dc24ae9bfba1786d4d8a3e22871c4da7bda9fb92
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:10:58 2021 +0100
Better HRM Icon
commit 8e688d144ab30ff87f31b51ab457688ce03c4c23
Merge: 741f7aab f4e997d4
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:09:43 2021 +0000
Merge branch 'espruino:master' into master
commit 741f7aab5239e6fa6ae48e1a5351216dfcfc4177
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:08:38 2021 +0000
Update apps.json
commit 247ed9faa2e8b8463374fea05d4bb04ddda2cfc1
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:07:39 2021 +0000
Create ChangeLog
commit d878d46d4ccc5128643034c535cff69984ab7853
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:05:57 2021 +0000
Update app.js
commit c720fc314b516e1007452ad18ce51bc4fefefec1
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:03:21 2021 +0100
New alarm icon
commit 75fbd6882d1368c73db1b96fac79f4202d6a5e53
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:37:48 2021 +0100
Added icon for alarm
commit eb20f15537d8b6be7226b2ae49fc6e6dd0474124
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:33:42 2021 +0100
Compeletely new design with icons for GPS, HRM and Compass. All Icons are open source and mentioned in the Readme.md file.
commit 46383d4d5547bca38a2a07ea01d67afa0166bedc
Author: Richard de Boer <git@tubul.net>
Date: Mon Nov 22 13:18:01 2021 +0100
gbmusic: fix "previous" button image
commit 1bf5132a5caf41398125e0c7f2bad72ffa300df2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:07:49 2021 -0800
Update custom.html
commit 618c5b7a10ebe610205ab463c395f65948e5a763
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:02:29 2021 -0800
Update custom.html
commit adfeb5e535564f8851fcdc080e2fa10d9acced9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:00:21 2021 -0800
Update custom.html
commit f950fd2ee88486e3355efd30823d50de799e8418
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:57:52 2021 -0800
Update custom.html
commit 3ee0e9bae6ee137c6e36672c9aa6a20d1c072caf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:49:48 2021 -0800
Update apps.json
commit 387bd30236b5d765b396eba24ad43120ceb6c384
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:48:14 2021 -0800
Rename ChangeLog.md to ChangeLog
commit 6e07f282b8918ac3b8f333c7c4156980a44ff1d6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:41:26 2021 -0800
Add files via upload
commit fea37b4992e65a5ca54648f88281ce2623f6a55f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:40 2021 -0800
Update apps.json
commit 939d8f6a9ae71b49c13f7dbf1455bb2fec60462a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:21 2021 -0800
Add files via upload
commit 854ae5361d1b2400f6b6d1b2c2239f46d1e16bc9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:34:28 2021 -0800
Update README.md
commit 426768eb11e34ea7a04010e6fe7da1a5a5187f40
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:32:14 2021 -0800
Update custom.html
commit bf994d9acc8b79ebda1e47dc5ebc5158210d6205
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:24:29 2021 -0800
Update apps.json
commit 7c74c5d43f9f66b6374cabd4e247d1560e5f29a1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:15:40 2021 -0800
Update apps.json
commit 8981aa3f614c388c74d73ccd25e16f5e6eabde9f
Merge: e878e547 100384f2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:12:19 2021 -0800
Merge branch 'espruino:master' into master
commit e878e5478713b0b3cae0bb86e28f998cbfeb9b10
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:11:43 2021 -0800
merge
commit 3bde4d2e48711186ae26036baea8f880c2aac7c4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 16:12:16 2021 -0800
Update custom.html
commit 5f3c93df8cc8b73c432ea31b15e84e4b106256de
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:37:41 2021 -0800
Update custom.html
commit 26bd9e35be993aae4deece775ac85f53f877b122
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:35:47 2021 -0800
Update custom.html
commit 8f2cc6e2137cf29e03435123e96d9c6c550864d1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:34:09 2021 -0800
Update custom.html
commit 66f061112301898b011412e91982dbefc7cc2d1e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:32:48 2021 -0800
Update custom.html
commit 87a9504912b8753dc63700207ee89acacbb34726
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:30:44 2021 -0800
Update custom.html
commit 626498da9d296fecf6776b836def4eda87027d85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:24:01 2021 -0800
Update custom.html
commit 3472ca355a1a71d3fa3f464ece2b81dce7f4eeaa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:21:57 2021 -0800
Update custom.html
commit 529b0cb4637652dfc0a3ba6688b863b5f47437ca
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:19:53 2021 -0800
Update custom.html
commit e77d9980023f041a87743ac1fd3c48a3f0652a8e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:18:21 2021 -0800
Update custom.html
update
commit a712c37c7652f7bc46c4d7761df93b3d28e17229
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:17:58 2021 -0800
Update custom.html
commit 4d9d6abb9ef466e4058510efe9eec295f60127e9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:14:02 2021 -0800
Update custom.html
commit f35b24844810a90f08f731cc9e63535be217e4cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:09:44 2021 -0800
Update custom.html
commit d0336b2854d7e0892c440ef8c5f83bcbe1374a9b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:06:56 2021 -0800
Update custom.html
commit 640c8e491e489e9ea88282cf0bfe14004838b3db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:03:42 2021 -0800
Update custom.html
commit 604153cb2408399ce1420b43ef87f41c09d3daa6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:01:45 2021 -0800
Update custom.html
commit 0f8f1e38e85a8c1c49057f4b891209bdfad67aef
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:44 2021 -0800
Update custom.html
commit 7f7dcb0bcf89b1d66f60481efaa09f5956ee4ecc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:22 2021 -0800
Update custom.html
commit d42fe03dc8fcbc0f68857dd9f887c8cc4eff1c06
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:55:08 2021 -0800
Update custom.html
commit 98f172fad442e89f53c45ac47f2388a08049855a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:53:01 2021 -0800
Update custom.html
commit daf8dde32bc81b8f04402c4728eac41784751cd5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:49:25 2021 -0800
Update custom.html
commit 408bd24080a2f7dcf1e6d0c33dab65da4dff82cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:48:38 2021 -0800
Update custom.html
commit 68db21acbb837b12d84d9930d451d2ba90e251dd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:44:30 2021 -0800
Update custom.html
commit 45feb1b2ffb17b8835c505bc4a4f825ddc17bf4f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:42 2021 -0800
Update custom.html
commit 3bc5fd87b61cbb9b867009d933342fe627da982d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:12 2021 -0800
Update custom.html
commit c3eede9868ee342bc4248e71a874c2e6b332dcdd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:37:42 2021 -0800
Update custom.html
commit 8426356c01a23ae769c79f726b95ea64f4428574
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:35:55 2021 -0800
Update custom.html
commit 93f09c216a1eb9aa876c88a1f806ccb709e971b7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:39 2021 -0800
Update apps.json
commit cb748a251dbd11e87615d82081522953607b3a27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:20 2021 -0800
Update custom.html
commit a994ed66301040f60d5f99b672a6081152a20d6c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:53:38 2021 -0800
Update custom.html
commit b76bb48973dbabfaf56bdec4aee44a483f94d129
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:50:08 2021 -0800
Update custom.html
commit f99ce683e9ce42431321fc711e061955bc0220fb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:46:32 2021 -0800
Update custom.html
commit ddfdd94ff845d3d8560158cde184a9a19a3d2142
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:42:51 2021 -0800
Update custom.html
commit 52675f7eff140426532f81da9c84c5d7803d0cda
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:48:03 2021 -0800
Update custom.html
commit d4911034145e3d98b99d649be55c75671e2f5c5c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:44:23 2021 -0800
Update custom.html
commit 71ff5959aec6a5f8302bda513d2c1371bbed0743
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:58 2021 -0800
Update custom.html
commit daba705b37b9952cba2910c3c0bed23e58aaf2fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:16 2021 -0800
Update custom.html
commit 19cb5fc749abeefe378205531d18b97562ddfc47
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:39:15 2021 -0800
Update apps.json
commit 6c20945898b84a02d6b440923a5afd994c7d97aa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:37:41 2021 -0800
Update custom.html
commit ff519bdc0d9bca530284d98cad9fd023ad37d50d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:15:29 2021 -0800
Update custom.html
commit 34843d703aae0b6a33be352ad0f8408d8d17d07b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:11:54 2021 -0800
Update custom.html
commit 4da82197f32b280e4192d5bc9a5ba174fbad4ace
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:01:20 2021 -0800
Update custom.html
commit a9c5a32bc1359d8288f4fd6b6da50eaf40910c9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:56:54 2021 -0800
Update custom.html
commit 352fea34791ccf06450a516ab2a2daf22353c641
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:53:38 2021 -0800
Update apps.json
commit ab6f56c381a54e4ab3466625a9eb794eef5dd2a0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:52:34 2021 -0800
Update custom.html
commit a65742ce346039ef901e70157620aabd95bbca35
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:48:25 2021 -0800
Update apps.json
commit a1a387dd600f7e5c3879d74cd5a516d7566fb7bb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:47:52 2021 -0800
Update custom.html
commit 180e88e0e44dc3ca09291a7d37b6fa4df637fa78
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:50 2021 -0800
Update custom.html
commit 0099736b8c64e8f1afefd4d52b526151e3ac700a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:14 2021 -0800
Update apps.json
commit 1fdf4e954e23fe0514b8d795224c2edafd5941c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:43 2021 -0800
Update apps.json
commit faa5b6b21aa8b7062dc62499e8361b8233cf9408
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:10 2021 -0800
Update custom.html
commit d617803c13ec381f35a9d30f99a267dca02c9cf1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:44 2021 -0800
Update apps.json
commit dc669254bcccad425153d209d6dcdf002f64a30d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:10 2021 -0800
Update custom.html
commit 303247fb4e66802ed7f5c2ee404ce0a28221ec2d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:25:00 2021 -0800
Update custom.html
commit d836cbd2ba256adfffa55f1d12fda02ae8ac760c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:15:16 2021 -0800
Update custom.html
commit e206bd4e1cad4aab266fd376fa525500941878a8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:08:00 2021 -0800
Update custom.html
commit 1a6c1acce50fe2fe2e49bfc26b3ac98c1db5aa13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:04:06 2021 -0800
Update custom.html
commit aa20fac50ed19adfb9248fd9cda1ebb7c31f95b1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:02:52 2021 -0800
Update apps.json
commit 5625414e90c78677040420f342f29e96f088469b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:34:30 2021 -0800
Update apps.json
commit ebc2d8096144e6150920efc4b63e8f1e3f52eb00
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:33:27 2021 -0800
Update custom.html
commit 6c43de3766433c1f9fa1d01fd24cbfe0839e19c0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:21:11 2021 -0800
Update apps.json
commit 37da3c68aeeb5fec1ef3d8965fa3d8170074d791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:19:46 2021 -0800
Update custom.html
commit 92707b9d13ed269a41684ce45111376694cb6e58
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:12:50 2021 -0800
Update ChangeLog.md
commit d3ca682cff08be0bb2a64ab057f6efdf36b4e094
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:09:56 2021 -0800
Update apps.json
commit dfd9e59993944f6323120f8af660d880c63c6793
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:08:52 2021 -0800
Update custom.html
commit 5d24a09ffa2d9cad10a5fae3c7b4d5fafc944aa9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:04:41 2021 -0800
Update apps.json
commit e965bd7d962108a2944824eb6579fce435876966
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:43 2021 -0800
Update custom.html
commit 345d9c155135fc4d0a2b8d00b3528b363a584ced
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:12 2021 -0800
Delete schoolCalendar.js
commit dc9db8a4767d4c16d92645131d977263e2468521
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:58 2021 -0800
Update schoolCalendar.js
commit 58df0a5ca26684b4da84929c8c388ca5c37acabd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:03 2021 -0800
Update apps.json
commit 65ad4979e8d58b51f11f3bcc86f31ab303a5d7b6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:27:10 2021 -0800
Update custom.html
commit 9c07800c5ef948a1b9b2071e7bdfe46809fefa1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:07:38 2021 -0800
Update custom.html
commit b108bc45fb8bfa266e4d4ad3e66a9f65cec96c92
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:58:24 2021 -0800
Update custom.html
commit d871855f8e217b27ea73ed28b389bbc8aea59d62
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:55:58 2021 -0800
Update apps.json
commit 99112920b287568db32c5e43b47cfc2ee0cf71a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:47:34 2021 -0800
Update apps.json
commit 37f4329ec57bc4a96a1b2a0847406f6a05cad520
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:49 2021 -0800
Update apps.json
commit ba2aee642bf90307757bb85fda6aa0db01bed5e5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:06 2021 -0800
Update custom.html
commit 98048dc23cb1caf3aafbf1d1ecfa461ba5943925
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:37:23 2021 -0800
Update apps.json
commit 1a53e8d34af89f0e6c889653961350a898deea81
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:33:43 2021 -0800
Update custom.html
commit 993bb7298c8fbc9348e6668b70a555c51dc54a09
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:31:41 2021 -0800
Rename interface.html to custom.html
commit 3a3962bfdc0365e75f8804b61293ec91084f6698
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:30:12 2021 -0800
Rename custom.html to interface.html
commit c8ad92a3dcb7b8a0df83f2e720b6730dd785e829
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:20:33 2021 -0800
Update apps.json
commit ae85c1cee709457b10233205c057f946ea15fe83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:14:33 2021 -0800
Update custom.html
commit c1b467ba8e96f58b27eb3b9b2dc2b859fa89e227
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:14:50 2021 +0000
Update app.js
commit 438537ace2358f5b798bdfde92ebf78db81abc49
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:10:03 2021 +0000
Update app.js
commit e6d736860d7d7511f08474a4d8f6446ebe97e634
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:57:57 2021 +0000
Update app.js
commit e1add5e2b2a068873d0102324d61f9ff5532924d
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:45:02 2021 +0000
Update app.js
commit 09be008dfaf764b542a80f4dbbde6ab26314713e
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:39:48 2021 +0000
Update app.js
commit 9f26994f5c66a5ee88a702c7a73d8bcc0c8236c3
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:33:47 2021 +0000
Update app.js
commit 0cf4c5d70a97480185296b32137fcdc179fddcc4
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:10:31 2021 +0000
Update app.js
commit cfdb94439526722ca757b8ee748d298f6a76d9e7
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:32:34 2021 +0000
Update app.js
Add Media controls
commit e3cd8f5607f912002d3ec0adf833834058a492cb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:16:37 2021 +0000
Update app.js
Removed extra unneeded code
commit ceed8a123836f5da6fb8c5d6741e2224a3e4a0af
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 15:05:28 2021 +0000
Update app.js
commit 721a3f2608ee0012767cfacd5c69aa91a7bba5f6
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:39:30 2021 +0000
Update app.js
commit a16bfe4d7350b34c694050448f2aefc990d19dcb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:32:57 2021 +0000
Update app.js
commit e72bf84a7a05c4208e8c1d5f60815a9f57ca11c4
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 21:29:57 2021 +0100
use dark theme for metronome
commit 071a7a7e683a649b9f75fdc92b9f56804cd0af87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 20:46:18 2021 +0100
add support for Bangle.js 2
commit 7a7175fa483e4e9fcd5912d83e9519274d67b4f0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Nov 4 16:00:41 2021 -0700
Update custom.html
commit e2928498690565ba7d0454aaa4265bc8adfda712
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:32 2021 -0700
Rename interface.html to custom.html
commit cd7579269efe8d54a5a5680b8126ea38f9ce54be
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:04 2021 -0700
Update apps.json
commit df7f9cc530194025708b712565a410aed1d73e95
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:20:09 2021 -0700
Update interface.html
commit ada94b11cfbebfeaa010cee1b39d0f92591d4e13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:06:50 2021 -0700
Update interface.html
commit 08fc58deb57847cca7d81bf84a54df16ce97528f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:20:57 2021 -0700
Update interface.html
commit 04b9e74a4d2cd84dd9b64b0ba6fba1167fc400e7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:10:58 2021 -0700
Update interface.html
commit be7af68455ff4b5034c0baab9d8c138b9b024707
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:08:24 2021 -0700
Update interface.html
commit aaee5f3c0610de7a48bdda7fe9c6064dff97780e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 19:13:08 2021 -0700
Update interface.html
commit 73819933eeb57f32935e6ad93a146bdbee6d8be6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:52:09 2021 -0700
Update schoolCalendar.js
commit fa5cbd71c618a2053ec3217048c74a723c46f03f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:49:22 2021 -0700
Update README.md
commit fa392008d1e30a6df05245eac969badf4188fb74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:45:24 2021 -0700
Update README.md
commit c280e41560a3812ee83ca461e098bc35b80ef439
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:42:39 2021 -0700
Update README.md
commit 6b84a8eb3007cca6abd31cc1d3d0552cc79cb492
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:26 2021 -0700
Update schoolCalendar.js
commit 5bbfb1109910856575cc348012dbc44d489a8005
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:11 2021 -0700
Update interface.html
update interface
commit 6660dad4c01c66c20670cfd415b6ad063d9b5b74
Merge: 8c003cf6 1e0f6cd6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 07:35:54 2021 -0700
Merge branch 'espruino:master' into master
commit 8c003cf6ffb5a8b3437897a1e57a6a020b5e02a4
Merge: 5c11881f f1ce196a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 15 07:33:21 2021 -0700
Merge branch 'espruino:master' into master
commit 5c11881f752edbdef3031f0a48109a196eced80a
Merge: 8c149dbe be34e2b0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 14 17:14:45 2021 -0700
Merge branch 'espruino:master' into master
commit 8c149dbea1cfd34e815b64ca354840b811a82222
Merge: 7888cc6c 300ed35b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Oct 13 07:46:16 2021 -0700
Merge branch 'espruino:master' into master
commit 7888cc6ce0bbabf99c7dd39f002810d262af07fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:59 2021 -0700
Create README.md
commit 36a52b8b001a4515d715950db56e411a6c4842b2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:52 2021 -0700
Update README.md
commit 4f5558c41e75f6e91a34842f7b42fa85970dce5e
Merge: 5db16d19 68cc9fbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 16:43:12 2021 -0700
Merge branch 'espruino:master' into master
commit 5db16d190b1439293d9f0af16d37fea29db8830c
Merge: e7995505 54d98db6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 07:03:23 2021 -0700
Merge branch 'espruino:master' into master
commit e799550544e55ef94ef48f905283625e50f73e97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:57 2021 -0700
Update schoolCalendar.js
commit 89f82a50436d4eab82574d310077d19154a8ab59
Merge: 7107d510 f3712e66
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:38 2021 -0700
Merge branch 'espruino:master' into master
commit 7107d510a5301f50ca5dc1bf9d4463ad99a33af8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 20:06:28 2021 -0700
Update schoolCalendar.js
commit a61879753285b4469772f51474c29fe86a5aa942
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 19:55:30 2021 -0700
Update schoolCalendar.js
commit 3c9e46c2160f4ff58708afc0d08ce2e5d27df097
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:59:03 2021 -0700
Update apps.json
commit 941bc852c1ab4472dc74a7f84e12e92ab891432e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:53 2021 -0700
Add files via upload
commit 4cbfac212e6999887cfafd37d9c809919a014e27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:26 2021 -0700
Delete apps/schoolCalender directory
commit c7b723f87e5e6fb0858c09ee2910510267d73fd6
Merge: 8d2f4ccc ba08863b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 07:31:25 2021 -0700
Merge branch 'espruino:master' into master
commit 8d2f4ccca761e1695620b072e116b94272850427
Merge: 7846b48c 44aa03e4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 1 07:31:42 2021 -0700
Merge branch 'espruino:master' into master
commit 7846b48cf67ab024970b90948096f9258e1c184c
Merge: 59aa9909 d0fd2f01
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 30 17:22:33 2021 -0700
Merge branch 'espruino:master' into master
commit 59aa99092dac99b9a13bbc2a7153dd2b44a6fb67
Merge: 9061acee 03bbe1d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 29 08:06:54 2021 -0700
Merge branch 'espruino:master' into master
commit 9061acee5db851bd58295785cc7542a7c066b4c8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 17:44:12 2021 -0700
Update interface.html
commit 79bacc45932ce8842cbf12d23c36a41e992b438e
Merge: bb5fcdaa 48bb819b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 07:12:44 2021 -0700
Merge branch 'espruino:master' into master
commit bb5fcdaafc1e344bf2d717c3eb238f763f255215
Merge: 814fbdd6 28bd9e83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 27 16:15:07 2021 -0700
Merge branch 'espruino:master' into master
commit 814fbdd61ef41676d07719b5b1b297fbbc03ec6f
Merge: 83d88a1e f3fd0f25
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 25 08:01:44 2021 -0700
Merge branch 'espruino:master' into master
commit 83d88a1ea191e2e6b669d284d94b4180b9ea54aa
Merge: c9bed74e 71471d37
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 24 19:35:52 2021 -0700
Merge branch 'espruino:master' into master
commit c9bed74ec2e240e2daf26bf9ec9432df91ac18aa
Merge: 1f130c53 16fe8470
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 23 15:21:18 2021 -0700
Merge branch 'espruino:master' into master
commit 1f130c53b46546328260a6b94ad182be5d55ff18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 22 07:25:41 2021 -0700
Update interface.html
commit 3d8ebe82c289156581799134b3c56fd02ade1fad
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:07:20 2021 -0700
Update interface.html
commit 2ca58d2cc436b72beb87d347b8d8c217b461e805
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:02:14 2021 -0700
Update custom.html
commit d8c149073fb6bca8f5f78ba4a031004adeab1a6b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:01:31 2021 -0700
Update apps.json
commit ceab5d46a23f913faf96be90e644458ac5546157
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 20:58:01 2021 -0700
Rename schoolCalender.js to app.js
commit 9b344eb1ecc577e96196d2a3d3fc8962198e90de
Merge: ec453c0e 3b15a7f9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 07:24:54 2021 -0700
Merge branch 'espruino:master' into master
commit ec453c0e100f7fd140305fe8ed4a62d3987e68f1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 19:45:50 2021 -0700
Update README.md
commit a8f7fe72923e1fe38042cb4752dac1429c6be426
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:31:41 2021 -0700
Update interface.html
commit 51c41d5c48a72b7a373e6f979c95bab9fa9ddb7a
Merge: b7a4ecb5 50ec8d97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:25:50 2021 -0700
Merge branch 'espruino:master' into master
commit b7a4ecb57857016c131ba72e101b3a11eb3cb06c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:48:24 2021 -0700
Update interface.html
commit 82320ab073c0b106f5260e26c0fb147d7c8fcd02
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:40:43 2021 -0700
Update interface.html
commit 27d025bf82cc5882dc39110c5c7799f657f2c57d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 14:01:04 2021 -0700
Update interface.html
commit bd92c0e67fce373f11aae3bbcf8f5a4c06f2e161
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:51:31 2021 -0700
Update interface.html
commit f0c596d14f6119bbe52e2f0d3912216785257536
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:40:29 2021 -0700
Update interface.html
commit d6542bac6d666af7c8fe1f67434611e6ccacc6a6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:29:46 2021 -0700
Update interface.html
commit 7a2ee0f7111209afa859761a62f80e93ca71a879
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:15:29 2021 -0700
Update interface.html
commit c65ddbfc522c54da540080a16d171edd42ce592e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:05:32 2021 -0700
Update interface.html
commit 43c684f389d97dd12815edbd93d0750f923f17b3
Merge: ddd1a83c 5f5b5c0d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:45:25 2021 -0700
Merge branch 'espruino-master'
commit 5f5b5c0dc2485f7e454acb9f364d240e3972d955
Merge: ddd1a83c cc2e1bbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:42:47 2021 -0700
Merge branch 'master' of git://github.com/espruino/BangleApps into espruino-master
commit ddd1a83c613a9f21ec8e37ba1151e1ca255a77af
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 18:27:57 2021 -0700
Update interface.html
commit 632c98f8be2ad6e2290e5eb98025559a42a47c34
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 15:13:46 2021 -0700
Update interface.html
commit c252f74e16edc5a1a1fcfe4ce72c9594f12a9624
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 07:31:16 2021 -0700
Update interface.html
commit b9b0a43e99db0c2d13c28bf6d65540925709d866
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:28:35 2021 -0700
Update interface.html
commit afafd449fb06abd3930d0eb40989dc12787c96d9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:22:01 2021 -0700
Update interface.html
commit 45a0d50b011ee50e9b1b4c6ce5a84e1290331b1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:15:25 2021 -0700
Update interface.html
commit eb146fe07bd5d71f49c5e267424d7b8206eee952
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:07:51 2021 -0700
Update interface.html
commit 34baf995e7f5288266b5da08bcac6d76202a92fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:04:33 2021 -0700
Update interface.html
commit 751fbdda43ea542db4887bed7b4d4e2ad7628a23
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:00:47 2021 -0700
Update interface.html
commit bc71f317311509e8f3fd5054e6c3efaa05bc0416
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:47:13 2021 -0700
Update interface.html
commit cfde9e14a87466a8dc7cb92934c3af373f6a43d0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:41:40 2021 -0700
Update interface.html
commit 135165c983beca48190d091e355436100beee41d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:37:52 2021 -0700
Add files via upload
commit d50ba356d68ebeffd028a924450d4a6ad4fddd74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:36:59 2021 -0700
Update apps.json
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit b51c84229798e7c3665f203c13023d9f6e24eb68
Merge: f4e997d4 d1da165e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 12:20:57 2021 +0000
Merge branch 'Combined' into Base
commit d1da165eb44fa50bea67506097768f1138574c8c
Merge: f927549b 2c257605
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:30:56 2021 +0000
Merge pull request #9 from t0m1o1/scaledlauncher
Update apps.json
commit f927549b2c1e88232f4df2c6ef7e160c3a8e0f7b
Merge: 3cfd575d 411118aa
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:16:59 2021 +0000
Merge pull request #8 from t0m1o1/scaledlauncher
Scaledlauncher
commit 3cfd575da46cf38347bbbb4d37645c0bd72833de
Merge: 9a311219 9d1429ca
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:04:17 2021 +0000
Merge pull request #7 from t0m1o1/scaledlauncher
Update settings.js
commit 9a311219b2d3a7d3594ca654c78ae7137a92fb8e
Merge: 43c42711 5b1b752d
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 02:56:33 2021 +0000
Merge pull request #6 from t0m1o1/scaledlauncher
Scaledlauncher
commit 43c4271101a4be6dbc28d7e34534d25242c159ae
Merge: dec967f1 084bba39
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 21:18:16 2021 +0000
Merge pull request #5 from t0m1o1/compass-fix
Compass fix
commit dec967f1ac5900e43099ef9bfef3bfbe84e1f8e4
Merge: 21c48263 dfa40407
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 20:56:22 2021 +0000
Merge pull request #4 from t0m1o1/Swipe-Launcher
Stop the swiping coming up if mode is undefined
commit 21c482639aa1f2d391ebb0508701cff3170b45c4
Merge: dea2ec96 4c9d04de
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:19:27 2021 +0000
Merge pull request #3 from t0m1o1/Swipe-Launcher
Update Swiper Clock Launch
commit dea2ec9693855d735662a4d344682e6105533bf2
Merge: 92d156fb 51766844
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:15:16 2021 +0000
Merge pull request #2 from t0m1o1/master
Master
commit 92d156fb398787a068a2f7ed81a78d90ed04bd70
Merge: 100384f2 7d37a9eb
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:14:13 2021 +0000
Merge pull request #1 from t0m1o1/Swipe-Launcher
Swipe launcher
commit 51766844e6ff346119739114c28b9d638ca57cbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:49:56 2021 +0000
Update apps.json
commit 6fda7a5f33ec6341d51529e680f5d0caa9c9fdbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:37:07 2021 +0000
Update apps.json
commit b7a067234413e2cd9cb531c366371e5d88f6bb21
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:32:09 2021 +0000
Rename hidmsicswipe.app.js to hidmsicswipe.js
commit 97065f1d62d40003eec09a2539d7294fe41bc4e5
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:55 2021 +0000
Delete hidmsicswipe.info
commit 21f184d6c4ad1f977c385d95c3966d95d446bf5c
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:10 2021 +0000
Add files via upload
commit 3917f28ae54db0e86b6429489c19a4180be759e0
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:45 2021 +0000
Delete hidmsicswipe.img
commit a65668300fc45082d6897e19c6efff556853f4d9
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:18 2021 +0000
Delete hid-music.png
commit 5fce838e8ab7d2b297c05a1ae735abcd4ba76d90
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:29:36 2021 +0000
Add files via upload
commit ffa37f2ab3b1fd2b921783e19ffb48673aad1a6e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:22:38 2021 +0000
Create hidmsicswipe-icon.js
commit b656e5973c302a39f7513364c66094132135bfc4
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:59:19 2021 +0000
Create changelog
commit ad943ca5658e4f68c205996c4ad42aa1ebbeb793
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:58:19 2021 +0000
Add files via upload
commit ac433ac7bd6d586e9b1ca11da924d64bd566ade2
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:57:39 2021 +0000
Create hidmsicswipe.info
2021-12-05 17:14:06 +00:00
"description" : "Logs health data and provides an app to view it (requires firmware 2v10.100 or later)" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2021-11-01 19:47:57 +00:00
"tags" : "tool,system,health" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2021-10-14 16:14:10 +00:00
"readme" : "README.md" ,
2021-11-02 16:19:32 +00:00
"interface" : "interface.html" ,
2021-10-14 16:14:10 +00:00
"storage" : [
{ "name" : "health.app.js" , "url" : "app.js" } ,
{ "name" : "health.img" , "url" : "app-icon.js" , "evaluate" : true } ,
{ "name" : "health.boot.js" , "url" : "boot.js" } ,
{ "name" : "health" , "url" : "lib.js" }
2021-11-08 10:03:33 +00:00
]
2020-03-31 21:19:44 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "launch" ,
2021-10-28 11:14:02 +00:00
"name" : "Launcher" ,
2021-10-20 14:11:04 +00:00
"shortName" : "Launcher" ,
2021-11-22 02:55:47 +00:00
"version" : "0.09" ,
2021-10-28 11:14:02 +00:00
"description" : "This is needed to display a menu allowing you to choose your own applications. You can replace this with a customised launcher." ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
"type" : "launch" ,
"tags" : "tool,system,launcher" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2020-01-17 11:43:26 +00:00
"storage" : [
2021-10-28 11:14:02 +00:00
{ "name" : "launch.app.js" , "url" : "app-bangle1.js" , "supports" : [ "BANGLEJS" ] } ,
2021-12-05 17:52:04 +00:00
{ "name" : "launch.app.js" , "url" : "app-bangle2.js" , "supports" : [ "BANGLEJS2" ] } ,
2021-12-05 18:00:08 +00:00
{ "name" : "launch.setting.app.js" , "url" : "settings.js" , "supports" : [ "BANGLEJS2" ] }
2021-06-30 09:17:55 +00:00
] ,
2021-12-05 18:00:08 +00:00
"data" : [ { "name" : "launch.json" } ] ,
2021-10-20 14:11:04 +00:00
"sortorder" : -10
2021-06-30 09:17:55 +00:00
} ,
2021-10-29 09:34:14 +00:00
{
"id" : "setting" ,
"name" : "Settings" ,
Squashed commit of the following:
commit 5ed43a28b5b9d6820ee898f632535747c1e5913d
Merge: 4cf9192c a385c099
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:12:45 2021 +0000
Merge branch 'espruino:master' into Base
commit 4cf9192c4341a85eab1198b8663f48d276704ac3
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:25 2021 +0000
Update core
commit 69a54194a9eb41d0722fc061bec5c900b724e8cf
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:14 2021 +0000
Squashed commit of the following:
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit e040cc4e245a8fb4c55bfeb99cab12c62af5e7b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 15:22:16 2021 +0000
replace tabs!
commit 60c2fa710c4904827bfba868507a9f6d10d524a3
Merge: 38b2e417 f3cb7e9a
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:29:46 2021 +0000
Merge pull request #942 from madman2021/master
Add new TimeCal app
commit 38b2e417bf8e63be394a96ed24b9e3d174d5f45b
Merge: 94bd895b 43b38cc8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:26:43 2021 +0000
Merge pull request #943 from peerdavid/master
[LCARS Clock] Shows icons for charging and out of battery
commit 94bd895bafeb37250b64373692c9cceb3e9ece97
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 12:56:56 2021 +0000
welcome 0.14: Turn off and run later to use softOff to time is set right
plus other minor tweaks
commit 43b38cc8ab5796e25f65ace531be68a6a4134f98
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:40:47 2021 +0100
New screenshot. Updated version.
commit 34c6589f06a1a8ba0f7fe2e126b41d03dff7f45b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:37:07 2021 +0100
Minor improvement
commit c403a5af671cf70b18776fad83126adf66122f0f
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:36:21 2021 +0100
New design. Removed png icon files - only converted icons are needed.
commit 19655ea3279daf32ebfd4453db398915a8229946
Merge: 274b705c b1fb0e6b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:44 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 274b705c1e7313cf646412ec01bf17de9b1dabcf
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:37 2021 +0100
More lcars style
commit f3cb7e9a0b8f0ba3624b639415c9168c240905e8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:53:14 2021 +0000
Remove Icon as it renders massive
commit 1a9f5375557fc232acfe3f42d1198da827db5ab8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:46:03 2021 +0000
Add missing supports tag for TimeCal
commit 3738bde22a0d4cef2bd5c956a1a370e9a145689a
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:43:38 2021 +0000
Add TimeCal to the app library
Add TimeCal to the app library
commit b1fb0e6b7d88f53cff85f6a8d3eb416bebd35e92
Merge: 559e8208 dabc22c2
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 11:10:36 2021 +0100
Merge branch 'espruino:master' into master
commit dabc22c2d725ccddad8b08c0fa0b14af94d38e28
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 09:54:11 2021 +0000
custom code works on bangle2
commit 2e83a511d2032736a63bda38406b4f744a4130f1
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:51:20 2021 +0000
metronome supports bangle 2 now
commit cea51d06d07f09923d590357c33782861c342817
Merge: cd1daba0 4eee3f05
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:50:24 2021 +0000
Merge pull request #938 from bengwalker/master
Add Bangle.js 2 support for metronome app
commit cd1daba0c55e99f5a477407f47b932d050c0b6f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:46:13 2021 +0000
0.25: Fix issue where if Bangle.js 2 got a GPS fix but no reported time, errors could be caused by the widget (fix #935)
commit c03ab08687bbc7ed893ed2ef8c3be21f1e61e74f
Merge: 1750c72e f10bf240
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:40:53 2021 +0000
Merge pull request #939 from Ronin0000/master
Add Screenshots to Many Apps
commit 1750c72e94eab6ee22650d993ea31efa17e79c46
Merge: 5eeb1181 1def233d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:38:06 2021 +0000
Merge pull request #936 from Vingelar/master
Binwatch: re-format background images
commit 559e82088077ba79675c0012c921eae3ef32b16d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:14:04 2021 +0100
Minor design change
commit d24b8c80da7afd75a6f121a22e3694252aa3c57a
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:12:25 2021 +0100
Minor design chnges
commit f10bf24018add2df61a5fc422aee941b07c70082
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 17:04:07 2021 -0800
Update apps.json
commit c66b0982368a5e1ee74da598945df12d88cba679
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:53:48 2021 -0800
Update apps.json
commit 638fea73c791b4f11b6119c02ca2090c31b6bc83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:24:10 2021 -0800
Add files via upload
commit 4e79c896c65b2edc7dfcb7b4b2eb6ae1c96f60ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:23:33 2021 -0800
Add files via upload
commit 33809d8cdfa7ea3f02941c820b4836f20a9eb869
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:58 2021 -0800
Add files via upload
commit 6cb83284a7e7b9d2f8935835702e713f0f9b7b51
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:45 2021 -0800
Add files via upload
commit 7e521d0d29262227a32244d2929eb99fcb36fb98
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:17 2021 -0800
Add files via upload
commit 9985ff03f20469897ceb3dd1acb4f90ac850ebb8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:00 2021 -0800
Add files via upload
commit 6f437c39866562e05d8821bdb5150cd553f3a6cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:21:15 2021 -0800
Add files via upload
commit ffe218a0046d65464e96cdc59d1c10fbb708b791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:56 2021 -0800
Add files via upload
commit 9400133dd49762a7bfcff38e5a6249cbfd5753f7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:39 2021 -0800
Add files via upload
commit 76463d927940f590ed45cc51558723375217a34a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:37 2021 -0800
Add files via upload
commit 4011accb47eb53954acc3e27cce5b6f6cb025c57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:19 2021 -0800
Add files via upload
commit bc5960d61a40c08566a8e1977fa53c6528f04a85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:07 2021 -0800
Add files via upload
commit da5634beda72243f5ee6e4fc0e376c6c5f9c6ccc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:51 2021 -0800
Add files via upload
commit b9c4640f853d4992e57cd5d6b2e3f4d75db32d1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:25 2021 -0800
Add files via upload
commit d27a605a24cc06903084b6a796c9c93b7724150f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:07 2021 -0800
Add files via upload
commit 52baa42e69b1a7a8ef6bc2cae548298af4dcbf7c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:48 2021 -0800
Add files via upload
commit db3b6a58e49a3d5ce9b528011f3e0607474e4fa8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:16 2021 -0800
Add files via upload
commit f0de0d8a9d542fd960f13b36a2bb2a3548f06033
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:52 2021 -0800
Add files via upload
commit 6d4cb98ba83d0ab62406c00ed9fa8dcd139d2f8c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:34 2021 -0800
Add files via upload
commit 5f434d9d327fff8cebf41a45cf73ea9c96cb42db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:23 2021 -0800
Add files via upload
commit 6e72349f05e3773b0ae60217df8b6f266447f1ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:37 2021 -0800
Add files via upload
commit 03e4d0d7c01cdc214526891933f3c155f63ff2b5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:21 2021 -0800
Add files via upload
commit ead12a1c11e3937637e8af8b1d54218e0138e908
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:54 2021 -0800
Add files via upload
commit a1ed32c91380e03146dc4003a3ee6e400d0dd35f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:30 2021 -0800
Add files via upload
commit fae08d7a739b1a28faacb0105d5ad417171dddcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:57 2021 -0800
Add files via upload
commit b889e431edf72d64867c576135bc1470c4590db2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:32 2021 -0800
Add files via upload
commit f177480160184722b935623ebed05ad630a5a6a2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:02 2021 -0800
Add files via upload
commit a2fe8c3722f56c59957642cad2bb0a6454dc6f5b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:11:42 2021 -0800
Add files via upload
commit c1cdf15bf5413167692e9c7bd4f5fee31fe4d4c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:49 2021 -0800
Add files via upload
commit fb1c5529f037cc701e30d9da036a54236ea1ba1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:11 2021 -0800
Add files via upload
commit 530089e0830473574b38c172a964f9cfb49436a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:35 2021 -0800
Add files via upload
commit 3556e668560587c074ad435b977283e19367f69e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:12 2021 -0800
Add files via upload
commit e1e32772e4dd1943af6ed37407425998b0819e48
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:56 2021 -0800
Add files via upload
commit 8084bb92b7cfb12740129c57e1bb5c05ce13994c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:37 2021 -0800
Add files via upload
commit 2c997d2964d4ade4ba0aa5ef89a1b646c15a9751
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:18 2021 -0800
Add files via upload
commit 747626b66c880293481bd0a97cda8e32e0239d04
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:07:24 2021 -0800
Add files via upload
commit ed36fae0ac6def24ca20ab6229affbcf7502582e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:59 2021 -0800
Add files via upload
commit e8baad3c3775e26f8a88457ff8f361a18572e484
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:33 2021 -0800
Add files via upload
commit 1efcebe84aa2b2b00d6920a84d4e486b834c1083
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:16 2021 -0800
Add files via upload
commit 082d3d1e95e9bb98e10bb1679ae0dfba11bf44e0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:05:21 2021 -0800
Add files via upload
commit b10f62a6c55dd89bb15a97430b74269486a72807
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:58 2021 -0800
Add files via upload
commit 24b41c2c6fe40d18ffd9dfc0404f215cc9b847ff
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:42 2021 -0800
Add files via upload
commit 19a2ef1a44c78fe9b1922574f0a1eda20f2fbd43
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:01 2021 -0800
Add files via upload
commit 7089d6e74c438d3577ebf03857b0c1b6f73aaa2a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:03:38 2021 -0800
Add files via upload
commit 431824f828f0ea900c9d206e492cc7a6d1830f2e
Merge: 15aa41c7 5eeb1181
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 15:15:57 2021 -0800
Merge branch 'espruino:master' into master
commit 5eeb1181d049f1580f75657b9a9ac664041b26b9
Merge: 546a0b16 6b05d928
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:29:18 2021 +0000
Merge pull request #937 from rigrig/barclock-b2
Barclock works fine on the Bangle.js 2 :-)
commit 15aa41c766b2a25c7a83a1a6744706a7b2852aa3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:23:03 2021 -0800
Add files via upload
commit 6a93494e3fe516ccbc7755027f613bd9bd529021
Merge: 12443640 546a0b16
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:22:27 2021 -0800
Merge branch 'espruino:master' into master
commit 546a0b16cc32841b38a0d39b07ec6d18f58d21c5
Merge: cb6e14f6 18fbd289
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:55 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit cb6e14f6c12816224bbc3dc127e9817d0df7ae78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:37 2021 +0000
messages, start of call handling and message responses, fix for scroll issue when only 2 menu items
commit 12443640c95efbe9f25ed0ffe73280c84d90cd13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:54:22 2021 -0800
Update apps.json
commit 9bdc07f8617e457439522d5b4c84a65d1eba4ed9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:47:36 2021 -0800
Update apps.json
commit 4eee3f05e92e26aa5c70c1d2cefcc97ff4935b0d
Merge: aafc93f0 18fbd289
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:46:32 2021 +0100
Merge branch 'master' into master
commit 298fa47cd87e37b19cd142f47867843e24d08b57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:42:50 2021 -0800
Update apps.json
commit 52c07f6dc80e8eabd017fc324332c0594c173399
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:40:42 2021 -0800
Update apps.json
commit fe340d75bbb6c7814241becacddaca50435c5fe3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:39:31 2021 -0800
Update apps.json
commit aafc93f09a818f5bb6e4b6988246e4f8d049df87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:35:35 2021 +0100
Update README.md
update README
commit bd80ea5ca03b2e9d5f2eb562adc7305b3952d2e5
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:31:33 2021 +0100
Update metronome.js
print instructuions for banglejs2
commit 51afd5ef049c67f331931ee18b53e9d4e835342a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:29:27 2021 -0800
Add files via upload
commit ff62b603a27d6acea382af80496b6a35787a73ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:51 2021 -0800
Add files via upload
commit ffbd331c1376c5f393dafe62eaa62a9991949a3e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:29 2021 -0800
Add files via upload
commit 93c113a95a21dccfde6bb171d15b0f93e6d0f58a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:25 2021 -0800
Add files via upload
commit b2be26fccedfa52f00f275db8050c0c3e532859b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:07 2021 -0800
Add files via upload
commit 899e78539c3bb0e41e4d56aa854c4806715ccce0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:26:06 2021 -0800
Add files via upload
commit 50a88d41cd63e51a876e4fca58fe13c5af2088fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:35 2021 -0800
Add files via upload
commit b1d636bac2148007dd72becff0daddf24b80f0a4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:10 2021 -0800
Add files via upload
commit 6b05d928751b49d4910ddd3a6867e2d4cad6c93f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 19:42:12 2021 +0100
barclock: Fix time/date disappearing after fullscreen notification
By forcing a complete redraw at lcdPower-on
commit 32e3d326aa143eed99d26c81c9fbf870730591f4
Author: Richard de Boer <git@tubul.net>
Date: Sat Nov 20 17:13:36 2021 +0100
barclock works fine on the Bangle.js 2 :-)
commit 1def233de2434d272c6f712c9c213b7caff3ae92
Author: Vingelar <Vingelar@mantisse.de>
Date: Tue Nov 23 19:09:16 2021 +0100
changed format of bg images to binary raw format (export from emulator
commit e021aa2c9d5c44f9130e4bf67cb4b066d02cbd6d
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:59:49 2021 +0100
Update app.js
binwatch: adapted names of bg images
commit 3dd723d10bd3195257205a48dc79872668bd53cb
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:58:48 2021 +0100
Update apps.json
binwatch: shorten names of background images
commit 275402344ee927a51d0c100d4387c739d7a49968
Merge: cf027b37 18fbd289
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:36:45 2021 +0100
Merge branch 'espruino:master' into master
commit 18fbd2898da9fc2bfb16d0adf9cf2b97f5ce0f3d
Merge: 5be6981a df364bab
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:34:15 2021 +0000
Merge pull request #933 from peerdavid/master
[LCARS Clock] Added lcars icon to watch face.
commit cf027b3783cbbf8deca98fb3e1ee1922557686bf
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:34:13 2021 +0100
Update app.js
changed names of background images
commit 5be6981acdf3935b936bb85caf37780537518b66
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:31:42 2021 +0000
oops - named stub wrong
commit d328d94d34ea86dd99f958098c7f0a000b1e395f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:30:20 2021 +0100
Add files via upload
added background files exported from Emulator
commit c36fb16a684085c2eb6ada2c50021d3776f5e215
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:54 2021 +0100
Delete Background240_center.js
removed background240_center.js (wrong format)
commit 4719fada2843f1c8d6ae36d8d59d0fb95318d9b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:28:34 2021 +0000
Android Remove messages on disconnect, Fix music control (ref #909)
commit f431bd8a2c823e877ee6e78576aa4f39a0b5701f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:25 2021 +0100
Delete Background176_center.js
remove backgounrd176_center.js (wrong format)
commit 1b548c9bbb5a10769498b4ad1be04397fb889bce
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:27:33 2021 +0100
Update apps.json
adapted naming for image files
commit df364babab19550f75a01d707f0684d8547e8664
Merge: d28517b2 a1eeadfc
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 17:16:00 2021 +0100
Merge branch 'espruino:master' into master
commit d28517b2a5b5e7eaa6a8d9832d9352062addb3ee
Merge: cd93a201 465c93d8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:18 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit cd93a201f846e2c51a1ff9cc447dbbbdc2c5e2cc
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:15 2021 +0100
Moved logo
commit dd2bb22f076abff1aac2f32734b50fdcc5423861
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:08:57 2021 +0100
Update apps.json
use .js files as background images
commit 03c5f996f4998ebc1e6bfea7e77d3a61743c0c69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:07:21 2021 +0100
Add files via upload
added background files as js
commit 7d81bfe2bbdf5095ac7550247eddbe6827cec4c0
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:53:40 2021 +0100
Update apps.json
added missing "url" to background storage
commit 51b73894e461af6312b6fca28e0b5888e9f98da6
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:51:40 2021 +0100
Update app.js
use background images from storage
commit dab36d05a77563e9a839f38807bfd7cfe09a1f69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:48:50 2021 +0100
Update apps.json
added background images to stroage
commit 31f28093411e4f501dd49f98359af43e71e8b27e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:44:49 2021 +0000
Fix https://github.com/espruino/BangleApps/issues/927 - App loader offers to update unknown apps
commit a1eeadfc224a976e3fca6a00ca47d1c1389fa70f
Merge: 68429483 0a695e51
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:40:09 2021 +0000
Merge pull request #934 from Ronin0000/master
Fix School Calendar Bug
commit 0a695e5143fbff3935e80b9df85720f065b1e185
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:09:14 2021 -0800
Update custom.html
fix bug that was for testing
commit cfecc24f42d257d565f21571a50b825cffb2f1c3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:05:47 2021 -0800
Delete boot.js
commit 684294830d75459982845920cb30815236dc0917
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 13:57:46 2021 +0000
app manager works in bjs2
commit 465c93d830300054722f10f483a9023c6ec315e7
Merge: d20f5e59 3ba779ee
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 14:53:47 2021 +0100
Merge branch 'espruino:master' into master
commit d20f5e597e72d8392af3e9b745a4dfab36e8797f
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:53:27 2021 +0100
Updated screenshot
commit a283cf58fb90b1852d8e414fb01010632a65ba46
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:51:55 2021 +0100
Included lcars logo
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 3ba779ee5826a60f127ed12f0eeaa2a848f53b4c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:48:34 2021 +0000
Fix bangleapps after recent PRs
commit aaf06b113c72e1487651d30602ba79c95a41d6ff
Merge: a0351381 06a6b72d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:42:26 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 9600f16671ab5a9fc772a959a7110622baa5e606
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:19:48 2021 +0100
Updated changelog
commit 98577b626960bd971af483ef709655dfe0ac1f00
Merge: 1ccabca0 d3cd47f9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:52 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 1ccabca0c6f1cf79c1b5d6a56749ab752a4d1850
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:50 2021 +0100
No hrm icon - its shown too much.
commit d3cd47f95704e7c508e1e311d3224826f3fd73ce
Merge: 2e18795c 06a6b72d
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 11:12:43 2021 +0100
Merge branch 'espruino:master' into master
commit 2e18795c5780148c6f52d50cd69849b5893b1cdb
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:11:33 2021 +0100
Fixed string
commit 36edd449c5398147536d20c2b4f11040cb3105b9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:10:33 2021 +0100
Minor change
commit 06a6b72d42fc55a224bb5d133640670c21d6cae0
Merge: a39d4102 be083113
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:03:45 2021 +0000
Merge pull request #925 from Ronin0000/master
Add School Calendar
commit a39d4102963fc1593e1f2f8ea3f4372a3da4da6f
Merge: ab2cb243 930cfa13
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:02:41 2021 +0000
Merge pull request #928 from peerdavid/master
[LCARS Clock] Icons for different states such as GPS or HRM.
commit 5c3b0468d4ce9a51249f6f098c3e6ba84ba1cf41
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:59:26 2021 +0100
Update apps.json
corrected format
commit 336501059da7bceddba9e300c5b6d5bd1aba6a3a
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:56:25 2021 +0100
Update apps.json
removed background image
commit 3f4c49a8aef6ba79419f00d86fc4f02435b72e21
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:55:07 2021 +0100
Update app.js
integrated BG image into app
commit ff3223e1b906957811cad815df88ad495e70a95f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:51:02 2021 +0100
Update app.js
added "require" for bg image
commit ab2cb243857e50e7bb80ee163e4bc153302446a7
Merge: adadf7ef 162dc1f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:51:01 2021 +0000
Merge pull request #929 from weeurey/master
Update app
commit adadf7efd39b01466cfd348e13c5a02deaa6bf4d
Merge: b7f403e7 0f9d938f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:26 2021 +0000
Merge pull request #931 from reelyactive/master
emojuino@0.02
commit b7f403e79bf5fae387c5f6d0522f49ce917362a6
Merge: f4e997d4 46383d4d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:12 2021 +0000
Merge pull request #930 from rigrig/gbmusic-fix
gbmusic: fix "previous" button image
commit a03513812956c629f003824b46bb6763734eead8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:44:24 2021 +0000
fix download icon on android
commit b128f5c15569de9e2be0717f270cfd90e006d5ab
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:38:02 2021 +0100
Update apps.json
added background image to upload
commit 930cfa13315046c621a5444632f7b12bbd956fae
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 09:43:24 2021 +0100
New HRM Icon
commit 7f3f7b9eee3c23c922645274dd8d7947def8158d
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:26:37 2021 +0100
Currently, no confidence > 80 is reached...
commit 1fb861b82c4cc75b94dc6875280fbd411390bc71
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:25:11 2021 +0100
HRM confidence of 80 to display
commit 7d95221e166770be91bf76374f926fe996356009
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:24:15 2021 +0100
Minor change
commit 6d8d98fb03e7bed42c3feeee771ddfcd78b60ea8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:21:41 2021 +0100
Show HRM
commit a0cc4c633e0e6853a0f170a5358b7e1f11e310af
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:10:00 2021 +0100
Minor changes
commit be083113316ec7ba07d780b6593cb9adfd748298
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 19:11:40 2021 -0800
Update custom.html
commit 0664a44c454107d4e3ff039d12baffea3e90cf5f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:52:43 2021 -0800
Update apps.json
commit b032ca0fc1936e650a459f766799e197daf2a4dd
Merge: 7fd37f7e f1f063fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:27 2021 -0800
Merge branch 'espruino-master'
commit f1f063fd1adb553c548a3aa54156bce00b4ca48d
Merge: 7fd37f7e f4e997d4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:09 2021 -0800
merge3
commit 0f9d938fa6970df18fbe99f3c707b94aa26d15c1
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:23:17 2021 -0500
Version bump
commit 5a01047cd0b30e4b7b253d784bd0b5755fc0c2e2
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:21:29 2021 -0500
Added screenshots
commit ae55c2d39fc936cfa1954d44b7f76dc91c21ced3
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:09:26 2021 -0500
Allow emulator, specify type as app
commit 58f9e7cd5b59904651fb878a89844ee4ccfb23df
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:03:18 2021 -0500
Upgrade to emoji images and supporting text
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit 7fd37f7e4e669c0aea7b5324b85f9d85ca394dcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 12:18:44 2021 -0800
Update custom.html
commit 84d9ca4b337e36c4f62ffce4b3059f8f2909d482
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:57:14 2021 -0800
Update boot.js
commit 740f4a95665fd92ad87e83dd381da7e55c2e4b18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:52:27 2021 -0800
Create boot.js
not part of the current merge
commit d3538a03f10f6323afc8656cef397a561cf35bf0
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:12:50 2021 +0100
Added raster
commit 20310fdb75b11fe8b3ea38dc7810732910537169
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:02:27 2021 +0100
Smaller icons
commit 3863be18301cec9fec480db7fe28a19439c708d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 09:06:52 2021 -0800
Delete apps/schoolCalendar/fullcalendar/interaction/src directory
commit 5d8c13a7e6a934e8b750f0ab4871e3dcc67c09bf
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:56:29 2021 +0100
Updated screenshot accordingly
commit 21134a1dcdc102755171af26e99ae86f3559996f
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:55:21 2021 +0100
Better background
commit cab3d43085b2edf4dc97ebf05785bb5b446a88da
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:39:48 2021 +0100
Better alarm - shown only in icon so we can display more data.
commit db22bac0ecd48633d6acf0874127a1b28821d8ea
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:11:15 2021 +0100
Use correct alarm icon
commit 162dc1f29346ab0f6ff4b7cd4128826292ca766e
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:11:07 2021 +0000
Update apps.json
commit dc24ae9bfba1786d4d8a3e22871c4da7bda9fb92
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:10:58 2021 +0100
Better HRM Icon
commit 8e688d144ab30ff87f31b51ab457688ce03c4c23
Merge: 741f7aab f4e997d4
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:09:43 2021 +0000
Merge branch 'espruino:master' into master
commit 741f7aab5239e6fa6ae48e1a5351216dfcfc4177
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:08:38 2021 +0000
Update apps.json
commit 247ed9faa2e8b8463374fea05d4bb04ddda2cfc1
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:07:39 2021 +0000
Create ChangeLog
commit d878d46d4ccc5128643034c535cff69984ab7853
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:05:57 2021 +0000
Update app.js
commit c720fc314b516e1007452ad18ce51bc4fefefec1
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:03:21 2021 +0100
New alarm icon
commit 75fbd6882d1368c73db1b96fac79f4202d6a5e53
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:37:48 2021 +0100
Added icon for alarm
commit eb20f15537d8b6be7226b2ae49fc6e6dd0474124
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:33:42 2021 +0100
Compeletely new design with icons for GPS, HRM and Compass. All Icons are open source and mentioned in the Readme.md file.
commit 46383d4d5547bca38a2a07ea01d67afa0166bedc
Author: Richard de Boer <git@tubul.net>
Date: Mon Nov 22 13:18:01 2021 +0100
gbmusic: fix "previous" button image
commit 1bf5132a5caf41398125e0c7f2bad72ffa300df2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:07:49 2021 -0800
Update custom.html
commit 618c5b7a10ebe610205ab463c395f65948e5a763
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:02:29 2021 -0800
Update custom.html
commit adfeb5e535564f8851fcdc080e2fa10d9acced9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:00:21 2021 -0800
Update custom.html
commit f950fd2ee88486e3355efd30823d50de799e8418
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:57:52 2021 -0800
Update custom.html
commit 3ee0e9bae6ee137c6e36672c9aa6a20d1c072caf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:49:48 2021 -0800
Update apps.json
commit 387bd30236b5d765b396eba24ad43120ceb6c384
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:48:14 2021 -0800
Rename ChangeLog.md to ChangeLog
commit 6e07f282b8918ac3b8f333c7c4156980a44ff1d6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:41:26 2021 -0800
Add files via upload
commit fea37b4992e65a5ca54648f88281ce2623f6a55f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:40 2021 -0800
Update apps.json
commit 939d8f6a9ae71b49c13f7dbf1455bb2fec60462a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:21 2021 -0800
Add files via upload
commit 854ae5361d1b2400f6b6d1b2c2239f46d1e16bc9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:34:28 2021 -0800
Update README.md
commit 426768eb11e34ea7a04010e6fe7da1a5a5187f40
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:32:14 2021 -0800
Update custom.html
commit bf994d9acc8b79ebda1e47dc5ebc5158210d6205
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:24:29 2021 -0800
Update apps.json
commit 7c74c5d43f9f66b6374cabd4e247d1560e5f29a1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:15:40 2021 -0800
Update apps.json
commit 8981aa3f614c388c74d73ccd25e16f5e6eabde9f
Merge: e878e547 100384f2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:12:19 2021 -0800
Merge branch 'espruino:master' into master
commit e878e5478713b0b3cae0bb86e28f998cbfeb9b10
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:11:43 2021 -0800
merge
commit 3bde4d2e48711186ae26036baea8f880c2aac7c4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 16:12:16 2021 -0800
Update custom.html
commit 5f3c93df8cc8b73c432ea31b15e84e4b106256de
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:37:41 2021 -0800
Update custom.html
commit 26bd9e35be993aae4deece775ac85f53f877b122
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:35:47 2021 -0800
Update custom.html
commit 8f2cc6e2137cf29e03435123e96d9c6c550864d1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:34:09 2021 -0800
Update custom.html
commit 66f061112301898b011412e91982dbefc7cc2d1e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:32:48 2021 -0800
Update custom.html
commit 87a9504912b8753dc63700207ee89acacbb34726
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:30:44 2021 -0800
Update custom.html
commit 626498da9d296fecf6776b836def4eda87027d85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:24:01 2021 -0800
Update custom.html
commit 3472ca355a1a71d3fa3f464ece2b81dce7f4eeaa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:21:57 2021 -0800
Update custom.html
commit 529b0cb4637652dfc0a3ba6688b863b5f47437ca
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:19:53 2021 -0800
Update custom.html
commit e77d9980023f041a87743ac1fd3c48a3f0652a8e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:18:21 2021 -0800
Update custom.html
update
commit a712c37c7652f7bc46c4d7761df93b3d28e17229
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:17:58 2021 -0800
Update custom.html
commit 4d9d6abb9ef466e4058510efe9eec295f60127e9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:14:02 2021 -0800
Update custom.html
commit f35b24844810a90f08f731cc9e63535be217e4cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:09:44 2021 -0800
Update custom.html
commit d0336b2854d7e0892c440ef8c5f83bcbe1374a9b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:06:56 2021 -0800
Update custom.html
commit 640c8e491e489e9ea88282cf0bfe14004838b3db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:03:42 2021 -0800
Update custom.html
commit 604153cb2408399ce1420b43ef87f41c09d3daa6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:01:45 2021 -0800
Update custom.html
commit 0f8f1e38e85a8c1c49057f4b891209bdfad67aef
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:44 2021 -0800
Update custom.html
commit 7f7dcb0bcf89b1d66f60481efaa09f5956ee4ecc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:22 2021 -0800
Update custom.html
commit d42fe03dc8fcbc0f68857dd9f887c8cc4eff1c06
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:55:08 2021 -0800
Update custom.html
commit 98f172fad442e89f53c45ac47f2388a08049855a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:53:01 2021 -0800
Update custom.html
commit daf8dde32bc81b8f04402c4728eac41784751cd5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:49:25 2021 -0800
Update custom.html
commit 408bd24080a2f7dcf1e6d0c33dab65da4dff82cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:48:38 2021 -0800
Update custom.html
commit 68db21acbb837b12d84d9930d451d2ba90e251dd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:44:30 2021 -0800
Update custom.html
commit 45feb1b2ffb17b8835c505bc4a4f825ddc17bf4f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:42 2021 -0800
Update custom.html
commit 3bc5fd87b61cbb9b867009d933342fe627da982d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:12 2021 -0800
Update custom.html
commit c3eede9868ee342bc4248e71a874c2e6b332dcdd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:37:42 2021 -0800
Update custom.html
commit 8426356c01a23ae769c79f726b95ea64f4428574
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:35:55 2021 -0800
Update custom.html
commit 93f09c216a1eb9aa876c88a1f806ccb709e971b7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:39 2021 -0800
Update apps.json
commit cb748a251dbd11e87615d82081522953607b3a27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:20 2021 -0800
Update custom.html
commit a994ed66301040f60d5f99b672a6081152a20d6c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:53:38 2021 -0800
Update custom.html
commit b76bb48973dbabfaf56bdec4aee44a483f94d129
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:50:08 2021 -0800
Update custom.html
commit f99ce683e9ce42431321fc711e061955bc0220fb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:46:32 2021 -0800
Update custom.html
commit ddfdd94ff845d3d8560158cde184a9a19a3d2142
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:42:51 2021 -0800
Update custom.html
commit 52675f7eff140426532f81da9c84c5d7803d0cda
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:48:03 2021 -0800
Update custom.html
commit d4911034145e3d98b99d649be55c75671e2f5c5c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:44:23 2021 -0800
Update custom.html
commit 71ff5959aec6a5f8302bda513d2c1371bbed0743
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:58 2021 -0800
Update custom.html
commit daba705b37b9952cba2910c3c0bed23e58aaf2fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:16 2021 -0800
Update custom.html
commit 19cb5fc749abeefe378205531d18b97562ddfc47
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:39:15 2021 -0800
Update apps.json
commit 6c20945898b84a02d6b440923a5afd994c7d97aa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:37:41 2021 -0800
Update custom.html
commit ff519bdc0d9bca530284d98cad9fd023ad37d50d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:15:29 2021 -0800
Update custom.html
commit 34843d703aae0b6a33be352ad0f8408d8d17d07b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:11:54 2021 -0800
Update custom.html
commit 4da82197f32b280e4192d5bc9a5ba174fbad4ace
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:01:20 2021 -0800
Update custom.html
commit a9c5a32bc1359d8288f4fd6b6da50eaf40910c9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:56:54 2021 -0800
Update custom.html
commit 352fea34791ccf06450a516ab2a2daf22353c641
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:53:38 2021 -0800
Update apps.json
commit ab6f56c381a54e4ab3466625a9eb794eef5dd2a0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:52:34 2021 -0800
Update custom.html
commit a65742ce346039ef901e70157620aabd95bbca35
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:48:25 2021 -0800
Update apps.json
commit a1a387dd600f7e5c3879d74cd5a516d7566fb7bb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:47:52 2021 -0800
Update custom.html
commit 180e88e0e44dc3ca09291a7d37b6fa4df637fa78
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:50 2021 -0800
Update custom.html
commit 0099736b8c64e8f1afefd4d52b526151e3ac700a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:14 2021 -0800
Update apps.json
commit 1fdf4e954e23fe0514b8d795224c2edafd5941c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:43 2021 -0800
Update apps.json
commit faa5b6b21aa8b7062dc62499e8361b8233cf9408
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:10 2021 -0800
Update custom.html
commit d617803c13ec381f35a9d30f99a267dca02c9cf1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:44 2021 -0800
Update apps.json
commit dc669254bcccad425153d209d6dcdf002f64a30d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:10 2021 -0800
Update custom.html
commit 303247fb4e66802ed7f5c2ee404ce0a28221ec2d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:25:00 2021 -0800
Update custom.html
commit d836cbd2ba256adfffa55f1d12fda02ae8ac760c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:15:16 2021 -0800
Update custom.html
commit e206bd4e1cad4aab266fd376fa525500941878a8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:08:00 2021 -0800
Update custom.html
commit 1a6c1acce50fe2fe2e49bfc26b3ac98c1db5aa13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:04:06 2021 -0800
Update custom.html
commit aa20fac50ed19adfb9248fd9cda1ebb7c31f95b1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:02:52 2021 -0800
Update apps.json
commit 5625414e90c78677040420f342f29e96f088469b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:34:30 2021 -0800
Update apps.json
commit ebc2d8096144e6150920efc4b63e8f1e3f52eb00
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:33:27 2021 -0800
Update custom.html
commit 6c43de3766433c1f9fa1d01fd24cbfe0839e19c0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:21:11 2021 -0800
Update apps.json
commit 37da3c68aeeb5fec1ef3d8965fa3d8170074d791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:19:46 2021 -0800
Update custom.html
commit 92707b9d13ed269a41684ce45111376694cb6e58
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:12:50 2021 -0800
Update ChangeLog.md
commit d3ca682cff08be0bb2a64ab057f6efdf36b4e094
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:09:56 2021 -0800
Update apps.json
commit dfd9e59993944f6323120f8af660d880c63c6793
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:08:52 2021 -0800
Update custom.html
commit 5d24a09ffa2d9cad10a5fae3c7b4d5fafc944aa9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:04:41 2021 -0800
Update apps.json
commit e965bd7d962108a2944824eb6579fce435876966
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:43 2021 -0800
Update custom.html
commit 345d9c155135fc4d0a2b8d00b3528b363a584ced
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:12 2021 -0800
Delete schoolCalendar.js
commit dc9db8a4767d4c16d92645131d977263e2468521
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:58 2021 -0800
Update schoolCalendar.js
commit 58df0a5ca26684b4da84929c8c388ca5c37acabd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:03 2021 -0800
Update apps.json
commit 65ad4979e8d58b51f11f3bcc86f31ab303a5d7b6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:27:10 2021 -0800
Update custom.html
commit 9c07800c5ef948a1b9b2071e7bdfe46809fefa1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:07:38 2021 -0800
Update custom.html
commit b108bc45fb8bfa266e4d4ad3e66a9f65cec96c92
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:58:24 2021 -0800
Update custom.html
commit d871855f8e217b27ea73ed28b389bbc8aea59d62
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:55:58 2021 -0800
Update apps.json
commit 99112920b287568db32c5e43b47cfc2ee0cf71a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:47:34 2021 -0800
Update apps.json
commit 37f4329ec57bc4a96a1b2a0847406f6a05cad520
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:49 2021 -0800
Update apps.json
commit ba2aee642bf90307757bb85fda6aa0db01bed5e5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:06 2021 -0800
Update custom.html
commit 98048dc23cb1caf3aafbf1d1ecfa461ba5943925
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:37:23 2021 -0800
Update apps.json
commit 1a53e8d34af89f0e6c889653961350a898deea81
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:33:43 2021 -0800
Update custom.html
commit 993bb7298c8fbc9348e6668b70a555c51dc54a09
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:31:41 2021 -0800
Rename interface.html to custom.html
commit 3a3962bfdc0365e75f8804b61293ec91084f6698
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:30:12 2021 -0800
Rename custom.html to interface.html
commit c8ad92a3dcb7b8a0df83f2e720b6730dd785e829
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:20:33 2021 -0800
Update apps.json
commit ae85c1cee709457b10233205c057f946ea15fe83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:14:33 2021 -0800
Update custom.html
commit c1b467ba8e96f58b27eb3b9b2dc2b859fa89e227
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:14:50 2021 +0000
Update app.js
commit 438537ace2358f5b798bdfde92ebf78db81abc49
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:10:03 2021 +0000
Update app.js
commit e6d736860d7d7511f08474a4d8f6446ebe97e634
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:57:57 2021 +0000
Update app.js
commit e1add5e2b2a068873d0102324d61f9ff5532924d
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:45:02 2021 +0000
Update app.js
commit 09be008dfaf764b542a80f4dbbde6ab26314713e
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:39:48 2021 +0000
Update app.js
commit 9f26994f5c66a5ee88a702c7a73d8bcc0c8236c3
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:33:47 2021 +0000
Update app.js
commit 0cf4c5d70a97480185296b32137fcdc179fddcc4
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:10:31 2021 +0000
Update app.js
commit cfdb94439526722ca757b8ee748d298f6a76d9e7
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:32:34 2021 +0000
Update app.js
Add Media controls
commit e3cd8f5607f912002d3ec0adf833834058a492cb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:16:37 2021 +0000
Update app.js
Removed extra unneeded code
commit ceed8a123836f5da6fb8c5d6741e2224a3e4a0af
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 15:05:28 2021 +0000
Update app.js
commit 721a3f2608ee0012767cfacd5c69aa91a7bba5f6
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:39:30 2021 +0000
Update app.js
commit a16bfe4d7350b34c694050448f2aefc990d19dcb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:32:57 2021 +0000
Update app.js
commit e72bf84a7a05c4208e8c1d5f60815a9f57ca11c4
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 21:29:57 2021 +0100
use dark theme for metronome
commit 071a7a7e683a649b9f75fdc92b9f56804cd0af87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 20:46:18 2021 +0100
add support for Bangle.js 2
commit 7a7175fa483e4e9fcd5912d83e9519274d67b4f0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Nov 4 16:00:41 2021 -0700
Update custom.html
commit e2928498690565ba7d0454aaa4265bc8adfda712
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:32 2021 -0700
Rename interface.html to custom.html
commit cd7579269efe8d54a5a5680b8126ea38f9ce54be
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:04 2021 -0700
Update apps.json
commit df7f9cc530194025708b712565a410aed1d73e95
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:20:09 2021 -0700
Update interface.html
commit ada94b11cfbebfeaa010cee1b39d0f92591d4e13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:06:50 2021 -0700
Update interface.html
commit 08fc58deb57847cca7d81bf84a54df16ce97528f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:20:57 2021 -0700
Update interface.html
commit 04b9e74a4d2cd84dd9b64b0ba6fba1167fc400e7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:10:58 2021 -0700
Update interface.html
commit be7af68455ff4b5034c0baab9d8c138b9b024707
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:08:24 2021 -0700
Update interface.html
commit aaee5f3c0610de7a48bdda7fe9c6064dff97780e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 19:13:08 2021 -0700
Update interface.html
commit 73819933eeb57f32935e6ad93a146bdbee6d8be6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:52:09 2021 -0700
Update schoolCalendar.js
commit fa5cbd71c618a2053ec3217048c74a723c46f03f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:49:22 2021 -0700
Update README.md
commit fa392008d1e30a6df05245eac969badf4188fb74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:45:24 2021 -0700
Update README.md
commit c280e41560a3812ee83ca461e098bc35b80ef439
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:42:39 2021 -0700
Update README.md
commit 6b84a8eb3007cca6abd31cc1d3d0552cc79cb492
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:26 2021 -0700
Update schoolCalendar.js
commit 5bbfb1109910856575cc348012dbc44d489a8005
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:11 2021 -0700
Update interface.html
update interface
commit 6660dad4c01c66c20670cfd415b6ad063d9b5b74
Merge: 8c003cf6 1e0f6cd6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 07:35:54 2021 -0700
Merge branch 'espruino:master' into master
commit 8c003cf6ffb5a8b3437897a1e57a6a020b5e02a4
Merge: 5c11881f f1ce196a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 15 07:33:21 2021 -0700
Merge branch 'espruino:master' into master
commit 5c11881f752edbdef3031f0a48109a196eced80a
Merge: 8c149dbe be34e2b0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 14 17:14:45 2021 -0700
Merge branch 'espruino:master' into master
commit 8c149dbea1cfd34e815b64ca354840b811a82222
Merge: 7888cc6c 300ed35b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Oct 13 07:46:16 2021 -0700
Merge branch 'espruino:master' into master
commit 7888cc6ce0bbabf99c7dd39f002810d262af07fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:59 2021 -0700
Create README.md
commit 36a52b8b001a4515d715950db56e411a6c4842b2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:52 2021 -0700
Update README.md
commit 4f5558c41e75f6e91a34842f7b42fa85970dce5e
Merge: 5db16d19 68cc9fbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 16:43:12 2021 -0700
Merge branch 'espruino:master' into master
commit 5db16d190b1439293d9f0af16d37fea29db8830c
Merge: e7995505 54d98db6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 07:03:23 2021 -0700
Merge branch 'espruino:master' into master
commit e799550544e55ef94ef48f905283625e50f73e97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:57 2021 -0700
Update schoolCalendar.js
commit 89f82a50436d4eab82574d310077d19154a8ab59
Merge: 7107d510 f3712e66
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:38 2021 -0700
Merge branch 'espruino:master' into master
commit 7107d510a5301f50ca5dc1bf9d4463ad99a33af8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 20:06:28 2021 -0700
Update schoolCalendar.js
commit a61879753285b4469772f51474c29fe86a5aa942
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 19:55:30 2021 -0700
Update schoolCalendar.js
commit 3c9e46c2160f4ff58708afc0d08ce2e5d27df097
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:59:03 2021 -0700
Update apps.json
commit 941bc852c1ab4472dc74a7f84e12e92ab891432e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:53 2021 -0700
Add files via upload
commit 4cbfac212e6999887cfafd37d9c809919a014e27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:26 2021 -0700
Delete apps/schoolCalender directory
commit c7b723f87e5e6fb0858c09ee2910510267d73fd6
Merge: 8d2f4ccc ba08863b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 07:31:25 2021 -0700
Merge branch 'espruino:master' into master
commit 8d2f4ccca761e1695620b072e116b94272850427
Merge: 7846b48c 44aa03e4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 1 07:31:42 2021 -0700
Merge branch 'espruino:master' into master
commit 7846b48cf67ab024970b90948096f9258e1c184c
Merge: 59aa9909 d0fd2f01
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 30 17:22:33 2021 -0700
Merge branch 'espruino:master' into master
commit 59aa99092dac99b9a13bbc2a7153dd2b44a6fb67
Merge: 9061acee 03bbe1d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 29 08:06:54 2021 -0700
Merge branch 'espruino:master' into master
commit 9061acee5db851bd58295785cc7542a7c066b4c8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 17:44:12 2021 -0700
Update interface.html
commit 79bacc45932ce8842cbf12d23c36a41e992b438e
Merge: bb5fcdaa 48bb819b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 07:12:44 2021 -0700
Merge branch 'espruino:master' into master
commit bb5fcdaafc1e344bf2d717c3eb238f763f255215
Merge: 814fbdd6 28bd9e83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 27 16:15:07 2021 -0700
Merge branch 'espruino:master' into master
commit 814fbdd61ef41676d07719b5b1b297fbbc03ec6f
Merge: 83d88a1e f3fd0f25
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 25 08:01:44 2021 -0700
Merge branch 'espruino:master' into master
commit 83d88a1ea191e2e6b669d284d94b4180b9ea54aa
Merge: c9bed74e 71471d37
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 24 19:35:52 2021 -0700
Merge branch 'espruino:master' into master
commit c9bed74ec2e240e2daf26bf9ec9432df91ac18aa
Merge: 1f130c53 16fe8470
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 23 15:21:18 2021 -0700
Merge branch 'espruino:master' into master
commit 1f130c53b46546328260a6b94ad182be5d55ff18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 22 07:25:41 2021 -0700
Update interface.html
commit 3d8ebe82c289156581799134b3c56fd02ade1fad
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:07:20 2021 -0700
Update interface.html
commit 2ca58d2cc436b72beb87d347b8d8c217b461e805
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:02:14 2021 -0700
Update custom.html
commit d8c149073fb6bca8f5f78ba4a031004adeab1a6b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:01:31 2021 -0700
Update apps.json
commit ceab5d46a23f913faf96be90e644458ac5546157
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 20:58:01 2021 -0700
Rename schoolCalender.js to app.js
commit 9b344eb1ecc577e96196d2a3d3fc8962198e90de
Merge: ec453c0e 3b15a7f9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 07:24:54 2021 -0700
Merge branch 'espruino:master' into master
commit ec453c0e100f7fd140305fe8ed4a62d3987e68f1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 19:45:50 2021 -0700
Update README.md
commit a8f7fe72923e1fe38042cb4752dac1429c6be426
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:31:41 2021 -0700
Update interface.html
commit 51c41d5c48a72b7a373e6f979c95bab9fa9ddb7a
Merge: b7a4ecb5 50ec8d97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:25:50 2021 -0700
Merge branch 'espruino:master' into master
commit b7a4ecb57857016c131ba72e101b3a11eb3cb06c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:48:24 2021 -0700
Update interface.html
commit 82320ab073c0b106f5260e26c0fb147d7c8fcd02
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:40:43 2021 -0700
Update interface.html
commit 27d025bf82cc5882dc39110c5c7799f657f2c57d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 14:01:04 2021 -0700
Update interface.html
commit bd92c0e67fce373f11aae3bbcf8f5a4c06f2e161
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:51:31 2021 -0700
Update interface.html
commit f0c596d14f6119bbe52e2f0d3912216785257536
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:40:29 2021 -0700
Update interface.html
commit d6542bac6d666af7c8fe1f67434611e6ccacc6a6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:29:46 2021 -0700
Update interface.html
commit 7a2ee0f7111209afa859761a62f80e93ca71a879
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:15:29 2021 -0700
Update interface.html
commit c65ddbfc522c54da540080a16d171edd42ce592e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:05:32 2021 -0700
Update interface.html
commit 43c684f389d97dd12815edbd93d0750f923f17b3
Merge: ddd1a83c 5f5b5c0d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:45:25 2021 -0700
Merge branch 'espruino-master'
commit 5f5b5c0dc2485f7e454acb9f364d240e3972d955
Merge: ddd1a83c cc2e1bbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:42:47 2021 -0700
Merge branch 'master' of git://github.com/espruino/BangleApps into espruino-master
commit ddd1a83c613a9f21ec8e37ba1151e1ca255a77af
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 18:27:57 2021 -0700
Update interface.html
commit 632c98f8be2ad6e2290e5eb98025559a42a47c34
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 15:13:46 2021 -0700
Update interface.html
commit c252f74e16edc5a1a1fcfe4ce72c9594f12a9624
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 07:31:16 2021 -0700
Update interface.html
commit b9b0a43e99db0c2d13c28bf6d65540925709d866
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:28:35 2021 -0700
Update interface.html
commit afafd449fb06abd3930d0eb40989dc12787c96d9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:22:01 2021 -0700
Update interface.html
commit 45a0d50b011ee50e9b1b4c6ce5a84e1290331b1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:15:25 2021 -0700
Update interface.html
commit eb146fe07bd5d71f49c5e267424d7b8206eee952
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:07:51 2021 -0700
Update interface.html
commit 34baf995e7f5288266b5da08bcac6d76202a92fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:04:33 2021 -0700
Update interface.html
commit 751fbdda43ea542db4887bed7b4d4e2ad7628a23
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:00:47 2021 -0700
Update interface.html
commit bc71f317311509e8f3fd5054e6c3efaa05bc0416
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:47:13 2021 -0700
Update interface.html
commit cfde9e14a87466a8dc7cb92934c3af373f6a43d0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:41:40 2021 -0700
Update interface.html
commit 135165c983beca48190d091e355436100beee41d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:37:52 2021 -0700
Add files via upload
commit d50ba356d68ebeffd028a924450d4a6ad4fddd74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:36:59 2021 -0700
Update apps.json
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit b51c84229798e7c3665f203c13023d9f6e24eb68
Merge: f4e997d4 d1da165e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 12:20:57 2021 +0000
Merge branch 'Combined' into Base
commit d1da165eb44fa50bea67506097768f1138574c8c
Merge: f927549b 2c257605
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:30:56 2021 +0000
Merge pull request #9 from t0m1o1/scaledlauncher
Update apps.json
commit f927549b2c1e88232f4df2c6ef7e160c3a8e0f7b
Merge: 3cfd575d 411118aa
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:16:59 2021 +0000
Merge pull request #8 from t0m1o1/scaledlauncher
Scaledlauncher
commit 3cfd575da46cf38347bbbb4d37645c0bd72833de
Merge: 9a311219 9d1429ca
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:04:17 2021 +0000
Merge pull request #7 from t0m1o1/scaledlauncher
Update settings.js
commit 9a311219b2d3a7d3594ca654c78ae7137a92fb8e
Merge: 43c42711 5b1b752d
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 02:56:33 2021 +0000
Merge pull request #6 from t0m1o1/scaledlauncher
Scaledlauncher
commit 43c4271101a4be6dbc28d7e34534d25242c159ae
Merge: dec967f1 084bba39
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 21:18:16 2021 +0000
Merge pull request #5 from t0m1o1/compass-fix
Compass fix
commit dec967f1ac5900e43099ef9bfef3bfbe84e1f8e4
Merge: 21c48263 dfa40407
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 20:56:22 2021 +0000
Merge pull request #4 from t0m1o1/Swipe-Launcher
Stop the swiping coming up if mode is undefined
commit 21c482639aa1f2d391ebb0508701cff3170b45c4
Merge: dea2ec96 4c9d04de
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:19:27 2021 +0000
Merge pull request #3 from t0m1o1/Swipe-Launcher
Update Swiper Clock Launch
commit dea2ec9693855d735662a4d344682e6105533bf2
Merge: 92d156fb 51766844
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:15:16 2021 +0000
Merge pull request #2 from t0m1o1/master
Master
commit 92d156fb398787a068a2f7ed81a78d90ed04bd70
Merge: 100384f2 7d37a9eb
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:14:13 2021 +0000
Merge pull request #1 from t0m1o1/Swipe-Launcher
Swipe launcher
commit 51766844e6ff346119739114c28b9d638ca57cbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:49:56 2021 +0000
Update apps.json
commit 6fda7a5f33ec6341d51529e680f5d0caa9c9fdbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:37:07 2021 +0000
Update apps.json
commit b7a067234413e2cd9cb531c366371e5d88f6bb21
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:32:09 2021 +0000
Rename hidmsicswipe.app.js to hidmsicswipe.js
commit 97065f1d62d40003eec09a2539d7294fe41bc4e5
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:55 2021 +0000
Delete hidmsicswipe.info
commit 21f184d6c4ad1f977c385d95c3966d95d446bf5c
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:10 2021 +0000
Add files via upload
commit 3917f28ae54db0e86b6429489c19a4180be759e0
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:45 2021 +0000
Delete hidmsicswipe.img
commit a65668300fc45082d6897e19c6efff556853f4d9
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:18 2021 +0000
Delete hid-music.png
commit 5fce838e8ab7d2b297c05a1ae735abcd4ba76d90
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:29:36 2021 +0000
Add files via upload
commit ffa37f2ab3b1fd2b921783e19ffb48673aad1a6e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:22:38 2021 +0000
Create hidmsicswipe-icon.js
commit b656e5973c302a39f7513364c66094132135bfc4
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:59:19 2021 +0000
Create changelog
commit ad943ca5658e4f68c205996c4ad42aa1ebbeb793
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:58:19 2021 +0000
Add files via upload
commit ac433ac7bd6d586e9b1ca11da924d64bd566ade2
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:57:39 2021 +0000
Create hidmsicswipe.info
2021-12-05 17:14:06 +00:00
"version" : "0.34" ,
2021-10-29 09:34:14 +00:00
"description" : "A menu for setting up Bangle.js" ,
"icon" : "settings.png" ,
"tags" : "tool,system" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "setting.app.js" , "url" : "settings.js" } ,
{ "name" : "setting.img" , "url" : "settings-icon.js" , "evaluate" : true }
] ,
"data" : [ { "name" : "setting.json" , "url" : "settings.min.json" , "evaluate" : true } ] ,
"sortorder" : -5
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "about" ,
2020-02-12 14:45:31 +00:00
"name" : "About" ,
Squashed commit of the following:
commit 5ed43a28b5b9d6820ee898f632535747c1e5913d
Merge: 4cf9192c a385c099
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:12:45 2021 +0000
Merge branch 'espruino:master' into Base
commit 4cf9192c4341a85eab1198b8663f48d276704ac3
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:25 2021 +0000
Update core
commit 69a54194a9eb41d0722fc061bec5c900b724e8cf
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:14 2021 +0000
Squashed commit of the following:
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit e040cc4e245a8fb4c55bfeb99cab12c62af5e7b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 15:22:16 2021 +0000
replace tabs!
commit 60c2fa710c4904827bfba868507a9f6d10d524a3
Merge: 38b2e417 f3cb7e9a
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:29:46 2021 +0000
Merge pull request #942 from madman2021/master
Add new TimeCal app
commit 38b2e417bf8e63be394a96ed24b9e3d174d5f45b
Merge: 94bd895b 43b38cc8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:26:43 2021 +0000
Merge pull request #943 from peerdavid/master
[LCARS Clock] Shows icons for charging and out of battery
commit 94bd895bafeb37250b64373692c9cceb3e9ece97
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 12:56:56 2021 +0000
welcome 0.14: Turn off and run later to use softOff to time is set right
plus other minor tweaks
commit 43b38cc8ab5796e25f65ace531be68a6a4134f98
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:40:47 2021 +0100
New screenshot. Updated version.
commit 34c6589f06a1a8ba0f7fe2e126b41d03dff7f45b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:37:07 2021 +0100
Minor improvement
commit c403a5af671cf70b18776fad83126adf66122f0f
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:36:21 2021 +0100
New design. Removed png icon files - only converted icons are needed.
commit 19655ea3279daf32ebfd4453db398915a8229946
Merge: 274b705c b1fb0e6b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:44 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 274b705c1e7313cf646412ec01bf17de9b1dabcf
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:37 2021 +0100
More lcars style
commit f3cb7e9a0b8f0ba3624b639415c9168c240905e8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:53:14 2021 +0000
Remove Icon as it renders massive
commit 1a9f5375557fc232acfe3f42d1198da827db5ab8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:46:03 2021 +0000
Add missing supports tag for TimeCal
commit 3738bde22a0d4cef2bd5c956a1a370e9a145689a
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:43:38 2021 +0000
Add TimeCal to the app library
Add TimeCal to the app library
commit b1fb0e6b7d88f53cff85f6a8d3eb416bebd35e92
Merge: 559e8208 dabc22c2
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 11:10:36 2021 +0100
Merge branch 'espruino:master' into master
commit dabc22c2d725ccddad8b08c0fa0b14af94d38e28
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 09:54:11 2021 +0000
custom code works on bangle2
commit 2e83a511d2032736a63bda38406b4f744a4130f1
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:51:20 2021 +0000
metronome supports bangle 2 now
commit cea51d06d07f09923d590357c33782861c342817
Merge: cd1daba0 4eee3f05
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:50:24 2021 +0000
Merge pull request #938 from bengwalker/master
Add Bangle.js 2 support for metronome app
commit cd1daba0c55e99f5a477407f47b932d050c0b6f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:46:13 2021 +0000
0.25: Fix issue where if Bangle.js 2 got a GPS fix but no reported time, errors could be caused by the widget (fix #935)
commit c03ab08687bbc7ed893ed2ef8c3be21f1e61e74f
Merge: 1750c72e f10bf240
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:40:53 2021 +0000
Merge pull request #939 from Ronin0000/master
Add Screenshots to Many Apps
commit 1750c72e94eab6ee22650d993ea31efa17e79c46
Merge: 5eeb1181 1def233d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:38:06 2021 +0000
Merge pull request #936 from Vingelar/master
Binwatch: re-format background images
commit 559e82088077ba79675c0012c921eae3ef32b16d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:14:04 2021 +0100
Minor design change
commit d24b8c80da7afd75a6f121a22e3694252aa3c57a
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:12:25 2021 +0100
Minor design chnges
commit f10bf24018add2df61a5fc422aee941b07c70082
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 17:04:07 2021 -0800
Update apps.json
commit c66b0982368a5e1ee74da598945df12d88cba679
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:53:48 2021 -0800
Update apps.json
commit 638fea73c791b4f11b6119c02ca2090c31b6bc83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:24:10 2021 -0800
Add files via upload
commit 4e79c896c65b2edc7dfcb7b4b2eb6ae1c96f60ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:23:33 2021 -0800
Add files via upload
commit 33809d8cdfa7ea3f02941c820b4836f20a9eb869
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:58 2021 -0800
Add files via upload
commit 6cb83284a7e7b9d2f8935835702e713f0f9b7b51
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:45 2021 -0800
Add files via upload
commit 7e521d0d29262227a32244d2929eb99fcb36fb98
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:17 2021 -0800
Add files via upload
commit 9985ff03f20469897ceb3dd1acb4f90ac850ebb8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:00 2021 -0800
Add files via upload
commit 6f437c39866562e05d8821bdb5150cd553f3a6cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:21:15 2021 -0800
Add files via upload
commit ffe218a0046d65464e96cdc59d1c10fbb708b791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:56 2021 -0800
Add files via upload
commit 9400133dd49762a7bfcff38e5a6249cbfd5753f7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:39 2021 -0800
Add files via upload
commit 76463d927940f590ed45cc51558723375217a34a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:37 2021 -0800
Add files via upload
commit 4011accb47eb53954acc3e27cce5b6f6cb025c57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:19 2021 -0800
Add files via upload
commit bc5960d61a40c08566a8e1977fa53c6528f04a85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:07 2021 -0800
Add files via upload
commit da5634beda72243f5ee6e4fc0e376c6c5f9c6ccc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:51 2021 -0800
Add files via upload
commit b9c4640f853d4992e57cd5d6b2e3f4d75db32d1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:25 2021 -0800
Add files via upload
commit d27a605a24cc06903084b6a796c9c93b7724150f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:07 2021 -0800
Add files via upload
commit 52baa42e69b1a7a8ef6bc2cae548298af4dcbf7c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:48 2021 -0800
Add files via upload
commit db3b6a58e49a3d5ce9b528011f3e0607474e4fa8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:16 2021 -0800
Add files via upload
commit f0de0d8a9d542fd960f13b36a2bb2a3548f06033
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:52 2021 -0800
Add files via upload
commit 6d4cb98ba83d0ab62406c00ed9fa8dcd139d2f8c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:34 2021 -0800
Add files via upload
commit 5f434d9d327fff8cebf41a45cf73ea9c96cb42db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:23 2021 -0800
Add files via upload
commit 6e72349f05e3773b0ae60217df8b6f266447f1ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:37 2021 -0800
Add files via upload
commit 03e4d0d7c01cdc214526891933f3c155f63ff2b5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:21 2021 -0800
Add files via upload
commit ead12a1c11e3937637e8af8b1d54218e0138e908
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:54 2021 -0800
Add files via upload
commit a1ed32c91380e03146dc4003a3ee6e400d0dd35f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:30 2021 -0800
Add files via upload
commit fae08d7a739b1a28faacb0105d5ad417171dddcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:57 2021 -0800
Add files via upload
commit b889e431edf72d64867c576135bc1470c4590db2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:32 2021 -0800
Add files via upload
commit f177480160184722b935623ebed05ad630a5a6a2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:02 2021 -0800
Add files via upload
commit a2fe8c3722f56c59957642cad2bb0a6454dc6f5b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:11:42 2021 -0800
Add files via upload
commit c1cdf15bf5413167692e9c7bd4f5fee31fe4d4c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:49 2021 -0800
Add files via upload
commit fb1c5529f037cc701e30d9da036a54236ea1ba1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:11 2021 -0800
Add files via upload
commit 530089e0830473574b38c172a964f9cfb49436a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:35 2021 -0800
Add files via upload
commit 3556e668560587c074ad435b977283e19367f69e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:12 2021 -0800
Add files via upload
commit e1e32772e4dd1943af6ed37407425998b0819e48
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:56 2021 -0800
Add files via upload
commit 8084bb92b7cfb12740129c57e1bb5c05ce13994c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:37 2021 -0800
Add files via upload
commit 2c997d2964d4ade4ba0aa5ef89a1b646c15a9751
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:18 2021 -0800
Add files via upload
commit 747626b66c880293481bd0a97cda8e32e0239d04
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:07:24 2021 -0800
Add files via upload
commit ed36fae0ac6def24ca20ab6229affbcf7502582e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:59 2021 -0800
Add files via upload
commit e8baad3c3775e26f8a88457ff8f361a18572e484
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:33 2021 -0800
Add files via upload
commit 1efcebe84aa2b2b00d6920a84d4e486b834c1083
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:16 2021 -0800
Add files via upload
commit 082d3d1e95e9bb98e10bb1679ae0dfba11bf44e0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:05:21 2021 -0800
Add files via upload
commit b10f62a6c55dd89bb15a97430b74269486a72807
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:58 2021 -0800
Add files via upload
commit 24b41c2c6fe40d18ffd9dfc0404f215cc9b847ff
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:42 2021 -0800
Add files via upload
commit 19a2ef1a44c78fe9b1922574f0a1eda20f2fbd43
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:01 2021 -0800
Add files via upload
commit 7089d6e74c438d3577ebf03857b0c1b6f73aaa2a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:03:38 2021 -0800
Add files via upload
commit 431824f828f0ea900c9d206e492cc7a6d1830f2e
Merge: 15aa41c7 5eeb1181
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 15:15:57 2021 -0800
Merge branch 'espruino:master' into master
commit 5eeb1181d049f1580f75657b9a9ac664041b26b9
Merge: 546a0b16 6b05d928
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:29:18 2021 +0000
Merge pull request #937 from rigrig/barclock-b2
Barclock works fine on the Bangle.js 2 :-)
commit 15aa41c766b2a25c7a83a1a6744706a7b2852aa3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:23:03 2021 -0800
Add files via upload
commit 6a93494e3fe516ccbc7755027f613bd9bd529021
Merge: 12443640 546a0b16
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:22:27 2021 -0800
Merge branch 'espruino:master' into master
commit 546a0b16cc32841b38a0d39b07ec6d18f58d21c5
Merge: cb6e14f6 18fbd289
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:55 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit cb6e14f6c12816224bbc3dc127e9817d0df7ae78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:37 2021 +0000
messages, start of call handling and message responses, fix for scroll issue when only 2 menu items
commit 12443640c95efbe9f25ed0ffe73280c84d90cd13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:54:22 2021 -0800
Update apps.json
commit 9bdc07f8617e457439522d5b4c84a65d1eba4ed9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:47:36 2021 -0800
Update apps.json
commit 4eee3f05e92e26aa5c70c1d2cefcc97ff4935b0d
Merge: aafc93f0 18fbd289
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:46:32 2021 +0100
Merge branch 'master' into master
commit 298fa47cd87e37b19cd142f47867843e24d08b57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:42:50 2021 -0800
Update apps.json
commit 52c07f6dc80e8eabd017fc324332c0594c173399
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:40:42 2021 -0800
Update apps.json
commit fe340d75bbb6c7814241becacddaca50435c5fe3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:39:31 2021 -0800
Update apps.json
commit aafc93f09a818f5bb6e4b6988246e4f8d049df87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:35:35 2021 +0100
Update README.md
update README
commit bd80ea5ca03b2e9d5f2eb562adc7305b3952d2e5
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:31:33 2021 +0100
Update metronome.js
print instructuions for banglejs2
commit 51afd5ef049c67f331931ee18b53e9d4e835342a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:29:27 2021 -0800
Add files via upload
commit ff62b603a27d6acea382af80496b6a35787a73ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:51 2021 -0800
Add files via upload
commit ffbd331c1376c5f393dafe62eaa62a9991949a3e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:29 2021 -0800
Add files via upload
commit 93c113a95a21dccfde6bb171d15b0f93e6d0f58a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:25 2021 -0800
Add files via upload
commit b2be26fccedfa52f00f275db8050c0c3e532859b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:07 2021 -0800
Add files via upload
commit 899e78539c3bb0e41e4d56aa854c4806715ccce0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:26:06 2021 -0800
Add files via upload
commit 50a88d41cd63e51a876e4fca58fe13c5af2088fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:35 2021 -0800
Add files via upload
commit b1d636bac2148007dd72becff0daddf24b80f0a4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:10 2021 -0800
Add files via upload
commit 6b05d928751b49d4910ddd3a6867e2d4cad6c93f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 19:42:12 2021 +0100
barclock: Fix time/date disappearing after fullscreen notification
By forcing a complete redraw at lcdPower-on
commit 32e3d326aa143eed99d26c81c9fbf870730591f4
Author: Richard de Boer <git@tubul.net>
Date: Sat Nov 20 17:13:36 2021 +0100
barclock works fine on the Bangle.js 2 :-)
commit 1def233de2434d272c6f712c9c213b7caff3ae92
Author: Vingelar <Vingelar@mantisse.de>
Date: Tue Nov 23 19:09:16 2021 +0100
changed format of bg images to binary raw format (export from emulator
commit e021aa2c9d5c44f9130e4bf67cb4b066d02cbd6d
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:59:49 2021 +0100
Update app.js
binwatch: adapted names of bg images
commit 3dd723d10bd3195257205a48dc79872668bd53cb
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:58:48 2021 +0100
Update apps.json
binwatch: shorten names of background images
commit 275402344ee927a51d0c100d4387c739d7a49968
Merge: cf027b37 18fbd289
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:36:45 2021 +0100
Merge branch 'espruino:master' into master
commit 18fbd2898da9fc2bfb16d0adf9cf2b97f5ce0f3d
Merge: 5be6981a df364bab
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:34:15 2021 +0000
Merge pull request #933 from peerdavid/master
[LCARS Clock] Added lcars icon to watch face.
commit cf027b3783cbbf8deca98fb3e1ee1922557686bf
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:34:13 2021 +0100
Update app.js
changed names of background images
commit 5be6981acdf3935b936bb85caf37780537518b66
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:31:42 2021 +0000
oops - named stub wrong
commit d328d94d34ea86dd99f958098c7f0a000b1e395f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:30:20 2021 +0100
Add files via upload
added background files exported from Emulator
commit c36fb16a684085c2eb6ada2c50021d3776f5e215
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:54 2021 +0100
Delete Background240_center.js
removed background240_center.js (wrong format)
commit 4719fada2843f1c8d6ae36d8d59d0fb95318d9b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:28:34 2021 +0000
Android Remove messages on disconnect, Fix music control (ref #909)
commit f431bd8a2c823e877ee6e78576aa4f39a0b5701f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:25 2021 +0100
Delete Background176_center.js
remove backgounrd176_center.js (wrong format)
commit 1b548c9bbb5a10769498b4ad1be04397fb889bce
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:27:33 2021 +0100
Update apps.json
adapted naming for image files
commit df364babab19550f75a01d707f0684d8547e8664
Merge: d28517b2 a1eeadfc
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 17:16:00 2021 +0100
Merge branch 'espruino:master' into master
commit d28517b2a5b5e7eaa6a8d9832d9352062addb3ee
Merge: cd93a201 465c93d8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:18 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit cd93a201f846e2c51a1ff9cc447dbbbdc2c5e2cc
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:15 2021 +0100
Moved logo
commit dd2bb22f076abff1aac2f32734b50fdcc5423861
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:08:57 2021 +0100
Update apps.json
use .js files as background images
commit 03c5f996f4998ebc1e6bfea7e77d3a61743c0c69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:07:21 2021 +0100
Add files via upload
added background files as js
commit 7d81bfe2bbdf5095ac7550247eddbe6827cec4c0
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:53:40 2021 +0100
Update apps.json
added missing "url" to background storage
commit 51b73894e461af6312b6fca28e0b5888e9f98da6
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:51:40 2021 +0100
Update app.js
use background images from storage
commit dab36d05a77563e9a839f38807bfd7cfe09a1f69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:48:50 2021 +0100
Update apps.json
added background images to stroage
commit 31f28093411e4f501dd49f98359af43e71e8b27e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:44:49 2021 +0000
Fix https://github.com/espruino/BangleApps/issues/927 - App loader offers to update unknown apps
commit a1eeadfc224a976e3fca6a00ca47d1c1389fa70f
Merge: 68429483 0a695e51
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:40:09 2021 +0000
Merge pull request #934 from Ronin0000/master
Fix School Calendar Bug
commit 0a695e5143fbff3935e80b9df85720f065b1e185
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:09:14 2021 -0800
Update custom.html
fix bug that was for testing
commit cfecc24f42d257d565f21571a50b825cffb2f1c3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:05:47 2021 -0800
Delete boot.js
commit 684294830d75459982845920cb30815236dc0917
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 13:57:46 2021 +0000
app manager works in bjs2
commit 465c93d830300054722f10f483a9023c6ec315e7
Merge: d20f5e59 3ba779ee
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 14:53:47 2021 +0100
Merge branch 'espruino:master' into master
commit d20f5e597e72d8392af3e9b745a4dfab36e8797f
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:53:27 2021 +0100
Updated screenshot
commit a283cf58fb90b1852d8e414fb01010632a65ba46
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:51:55 2021 +0100
Included lcars logo
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 3ba779ee5826a60f127ed12f0eeaa2a848f53b4c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:48:34 2021 +0000
Fix bangleapps after recent PRs
commit aaf06b113c72e1487651d30602ba79c95a41d6ff
Merge: a0351381 06a6b72d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:42:26 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 9600f16671ab5a9fc772a959a7110622baa5e606
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:19:48 2021 +0100
Updated changelog
commit 98577b626960bd971af483ef709655dfe0ac1f00
Merge: 1ccabca0 d3cd47f9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:52 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 1ccabca0c6f1cf79c1b5d6a56749ab752a4d1850
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:50 2021 +0100
No hrm icon - its shown too much.
commit d3cd47f95704e7c508e1e311d3224826f3fd73ce
Merge: 2e18795c 06a6b72d
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 11:12:43 2021 +0100
Merge branch 'espruino:master' into master
commit 2e18795c5780148c6f52d50cd69849b5893b1cdb
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:11:33 2021 +0100
Fixed string
commit 36edd449c5398147536d20c2b4f11040cb3105b9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:10:33 2021 +0100
Minor change
commit 06a6b72d42fc55a224bb5d133640670c21d6cae0
Merge: a39d4102 be083113
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:03:45 2021 +0000
Merge pull request #925 from Ronin0000/master
Add School Calendar
commit a39d4102963fc1593e1f2f8ea3f4372a3da4da6f
Merge: ab2cb243 930cfa13
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:02:41 2021 +0000
Merge pull request #928 from peerdavid/master
[LCARS Clock] Icons for different states such as GPS or HRM.
commit 5c3b0468d4ce9a51249f6f098c3e6ba84ba1cf41
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:59:26 2021 +0100
Update apps.json
corrected format
commit 336501059da7bceddba9e300c5b6d5bd1aba6a3a
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:56:25 2021 +0100
Update apps.json
removed background image
commit 3f4c49a8aef6ba79419f00d86fc4f02435b72e21
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:55:07 2021 +0100
Update app.js
integrated BG image into app
commit ff3223e1b906957811cad815df88ad495e70a95f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:51:02 2021 +0100
Update app.js
added "require" for bg image
commit ab2cb243857e50e7bb80ee163e4bc153302446a7
Merge: adadf7ef 162dc1f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:51:01 2021 +0000
Merge pull request #929 from weeurey/master
Update app
commit adadf7efd39b01466cfd348e13c5a02deaa6bf4d
Merge: b7f403e7 0f9d938f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:26 2021 +0000
Merge pull request #931 from reelyactive/master
emojuino@0.02
commit b7f403e79bf5fae387c5f6d0522f49ce917362a6
Merge: f4e997d4 46383d4d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:12 2021 +0000
Merge pull request #930 from rigrig/gbmusic-fix
gbmusic: fix "previous" button image
commit a03513812956c629f003824b46bb6763734eead8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:44:24 2021 +0000
fix download icon on android
commit b128f5c15569de9e2be0717f270cfd90e006d5ab
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:38:02 2021 +0100
Update apps.json
added background image to upload
commit 930cfa13315046c621a5444632f7b12bbd956fae
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 09:43:24 2021 +0100
New HRM Icon
commit 7f3f7b9eee3c23c922645274dd8d7947def8158d
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:26:37 2021 +0100
Currently, no confidence > 80 is reached...
commit 1fb861b82c4cc75b94dc6875280fbd411390bc71
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:25:11 2021 +0100
HRM confidence of 80 to display
commit 7d95221e166770be91bf76374f926fe996356009
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:24:15 2021 +0100
Minor change
commit 6d8d98fb03e7bed42c3feeee771ddfcd78b60ea8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:21:41 2021 +0100
Show HRM
commit a0cc4c633e0e6853a0f170a5358b7e1f11e310af
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:10:00 2021 +0100
Minor changes
commit be083113316ec7ba07d780b6593cb9adfd748298
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 19:11:40 2021 -0800
Update custom.html
commit 0664a44c454107d4e3ff039d12baffea3e90cf5f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:52:43 2021 -0800
Update apps.json
commit b032ca0fc1936e650a459f766799e197daf2a4dd
Merge: 7fd37f7e f1f063fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:27 2021 -0800
Merge branch 'espruino-master'
commit f1f063fd1adb553c548a3aa54156bce00b4ca48d
Merge: 7fd37f7e f4e997d4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:09 2021 -0800
merge3
commit 0f9d938fa6970df18fbe99f3c707b94aa26d15c1
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:23:17 2021 -0500
Version bump
commit 5a01047cd0b30e4b7b253d784bd0b5755fc0c2e2
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:21:29 2021 -0500
Added screenshots
commit ae55c2d39fc936cfa1954d44b7f76dc91c21ced3
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:09:26 2021 -0500
Allow emulator, specify type as app
commit 58f9e7cd5b59904651fb878a89844ee4ccfb23df
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:03:18 2021 -0500
Upgrade to emoji images and supporting text
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit 7fd37f7e4e669c0aea7b5324b85f9d85ca394dcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 12:18:44 2021 -0800
Update custom.html
commit 84d9ca4b337e36c4f62ffce4b3059f8f2909d482
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:57:14 2021 -0800
Update boot.js
commit 740f4a95665fd92ad87e83dd381da7e55c2e4b18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:52:27 2021 -0800
Create boot.js
not part of the current merge
commit d3538a03f10f6323afc8656cef397a561cf35bf0
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:12:50 2021 +0100
Added raster
commit 20310fdb75b11fe8b3ea38dc7810732910537169
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:02:27 2021 +0100
Smaller icons
commit 3863be18301cec9fec480db7fe28a19439c708d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 09:06:52 2021 -0800
Delete apps/schoolCalendar/fullcalendar/interaction/src directory
commit 5d8c13a7e6a934e8b750f0ab4871e3dcc67c09bf
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:56:29 2021 +0100
Updated screenshot accordingly
commit 21134a1dcdc102755171af26e99ae86f3559996f
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:55:21 2021 +0100
Better background
commit cab3d43085b2edf4dc97ebf05785bb5b446a88da
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:39:48 2021 +0100
Better alarm - shown only in icon so we can display more data.
commit db22bac0ecd48633d6acf0874127a1b28821d8ea
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:11:15 2021 +0100
Use correct alarm icon
commit 162dc1f29346ab0f6ff4b7cd4128826292ca766e
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:11:07 2021 +0000
Update apps.json
commit dc24ae9bfba1786d4d8a3e22871c4da7bda9fb92
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:10:58 2021 +0100
Better HRM Icon
commit 8e688d144ab30ff87f31b51ab457688ce03c4c23
Merge: 741f7aab f4e997d4
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:09:43 2021 +0000
Merge branch 'espruino:master' into master
commit 741f7aab5239e6fa6ae48e1a5351216dfcfc4177
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:08:38 2021 +0000
Update apps.json
commit 247ed9faa2e8b8463374fea05d4bb04ddda2cfc1
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:07:39 2021 +0000
Create ChangeLog
commit d878d46d4ccc5128643034c535cff69984ab7853
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:05:57 2021 +0000
Update app.js
commit c720fc314b516e1007452ad18ce51bc4fefefec1
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:03:21 2021 +0100
New alarm icon
commit 75fbd6882d1368c73db1b96fac79f4202d6a5e53
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:37:48 2021 +0100
Added icon for alarm
commit eb20f15537d8b6be7226b2ae49fc6e6dd0474124
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:33:42 2021 +0100
Compeletely new design with icons for GPS, HRM and Compass. All Icons are open source and mentioned in the Readme.md file.
commit 46383d4d5547bca38a2a07ea01d67afa0166bedc
Author: Richard de Boer <git@tubul.net>
Date: Mon Nov 22 13:18:01 2021 +0100
gbmusic: fix "previous" button image
commit 1bf5132a5caf41398125e0c7f2bad72ffa300df2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:07:49 2021 -0800
Update custom.html
commit 618c5b7a10ebe610205ab463c395f65948e5a763
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:02:29 2021 -0800
Update custom.html
commit adfeb5e535564f8851fcdc080e2fa10d9acced9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:00:21 2021 -0800
Update custom.html
commit f950fd2ee88486e3355efd30823d50de799e8418
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:57:52 2021 -0800
Update custom.html
commit 3ee0e9bae6ee137c6e36672c9aa6a20d1c072caf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:49:48 2021 -0800
Update apps.json
commit 387bd30236b5d765b396eba24ad43120ceb6c384
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:48:14 2021 -0800
Rename ChangeLog.md to ChangeLog
commit 6e07f282b8918ac3b8f333c7c4156980a44ff1d6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:41:26 2021 -0800
Add files via upload
commit fea37b4992e65a5ca54648f88281ce2623f6a55f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:40 2021 -0800
Update apps.json
commit 939d8f6a9ae71b49c13f7dbf1455bb2fec60462a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:21 2021 -0800
Add files via upload
commit 854ae5361d1b2400f6b6d1b2c2239f46d1e16bc9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:34:28 2021 -0800
Update README.md
commit 426768eb11e34ea7a04010e6fe7da1a5a5187f40
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:32:14 2021 -0800
Update custom.html
commit bf994d9acc8b79ebda1e47dc5ebc5158210d6205
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:24:29 2021 -0800
Update apps.json
commit 7c74c5d43f9f66b6374cabd4e247d1560e5f29a1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:15:40 2021 -0800
Update apps.json
commit 8981aa3f614c388c74d73ccd25e16f5e6eabde9f
Merge: e878e547 100384f2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:12:19 2021 -0800
Merge branch 'espruino:master' into master
commit e878e5478713b0b3cae0bb86e28f998cbfeb9b10
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:11:43 2021 -0800
merge
commit 3bde4d2e48711186ae26036baea8f880c2aac7c4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 16:12:16 2021 -0800
Update custom.html
commit 5f3c93df8cc8b73c432ea31b15e84e4b106256de
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:37:41 2021 -0800
Update custom.html
commit 26bd9e35be993aae4deece775ac85f53f877b122
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:35:47 2021 -0800
Update custom.html
commit 8f2cc6e2137cf29e03435123e96d9c6c550864d1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:34:09 2021 -0800
Update custom.html
commit 66f061112301898b011412e91982dbefc7cc2d1e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:32:48 2021 -0800
Update custom.html
commit 87a9504912b8753dc63700207ee89acacbb34726
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:30:44 2021 -0800
Update custom.html
commit 626498da9d296fecf6776b836def4eda87027d85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:24:01 2021 -0800
Update custom.html
commit 3472ca355a1a71d3fa3f464ece2b81dce7f4eeaa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:21:57 2021 -0800
Update custom.html
commit 529b0cb4637652dfc0a3ba6688b863b5f47437ca
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:19:53 2021 -0800
Update custom.html
commit e77d9980023f041a87743ac1fd3c48a3f0652a8e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:18:21 2021 -0800
Update custom.html
update
commit a712c37c7652f7bc46c4d7761df93b3d28e17229
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:17:58 2021 -0800
Update custom.html
commit 4d9d6abb9ef466e4058510efe9eec295f60127e9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:14:02 2021 -0800
Update custom.html
commit f35b24844810a90f08f731cc9e63535be217e4cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:09:44 2021 -0800
Update custom.html
commit d0336b2854d7e0892c440ef8c5f83bcbe1374a9b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:06:56 2021 -0800
Update custom.html
commit 640c8e491e489e9ea88282cf0bfe14004838b3db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:03:42 2021 -0800
Update custom.html
commit 604153cb2408399ce1420b43ef87f41c09d3daa6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:01:45 2021 -0800
Update custom.html
commit 0f8f1e38e85a8c1c49057f4b891209bdfad67aef
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:44 2021 -0800
Update custom.html
commit 7f7dcb0bcf89b1d66f60481efaa09f5956ee4ecc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:22 2021 -0800
Update custom.html
commit d42fe03dc8fcbc0f68857dd9f887c8cc4eff1c06
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:55:08 2021 -0800
Update custom.html
commit 98f172fad442e89f53c45ac47f2388a08049855a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:53:01 2021 -0800
Update custom.html
commit daf8dde32bc81b8f04402c4728eac41784751cd5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:49:25 2021 -0800
Update custom.html
commit 408bd24080a2f7dcf1e6d0c33dab65da4dff82cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:48:38 2021 -0800
Update custom.html
commit 68db21acbb837b12d84d9930d451d2ba90e251dd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:44:30 2021 -0800
Update custom.html
commit 45feb1b2ffb17b8835c505bc4a4f825ddc17bf4f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:42 2021 -0800
Update custom.html
commit 3bc5fd87b61cbb9b867009d933342fe627da982d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:12 2021 -0800
Update custom.html
commit c3eede9868ee342bc4248e71a874c2e6b332dcdd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:37:42 2021 -0800
Update custom.html
commit 8426356c01a23ae769c79f726b95ea64f4428574
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:35:55 2021 -0800
Update custom.html
commit 93f09c216a1eb9aa876c88a1f806ccb709e971b7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:39 2021 -0800
Update apps.json
commit cb748a251dbd11e87615d82081522953607b3a27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:20 2021 -0800
Update custom.html
commit a994ed66301040f60d5f99b672a6081152a20d6c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:53:38 2021 -0800
Update custom.html
commit b76bb48973dbabfaf56bdec4aee44a483f94d129
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:50:08 2021 -0800
Update custom.html
commit f99ce683e9ce42431321fc711e061955bc0220fb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:46:32 2021 -0800
Update custom.html
commit ddfdd94ff845d3d8560158cde184a9a19a3d2142
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:42:51 2021 -0800
Update custom.html
commit 52675f7eff140426532f81da9c84c5d7803d0cda
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:48:03 2021 -0800
Update custom.html
commit d4911034145e3d98b99d649be55c75671e2f5c5c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:44:23 2021 -0800
Update custom.html
commit 71ff5959aec6a5f8302bda513d2c1371bbed0743
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:58 2021 -0800
Update custom.html
commit daba705b37b9952cba2910c3c0bed23e58aaf2fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:16 2021 -0800
Update custom.html
commit 19cb5fc749abeefe378205531d18b97562ddfc47
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:39:15 2021 -0800
Update apps.json
commit 6c20945898b84a02d6b440923a5afd994c7d97aa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:37:41 2021 -0800
Update custom.html
commit ff519bdc0d9bca530284d98cad9fd023ad37d50d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:15:29 2021 -0800
Update custom.html
commit 34843d703aae0b6a33be352ad0f8408d8d17d07b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:11:54 2021 -0800
Update custom.html
commit 4da82197f32b280e4192d5bc9a5ba174fbad4ace
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:01:20 2021 -0800
Update custom.html
commit a9c5a32bc1359d8288f4fd6b6da50eaf40910c9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:56:54 2021 -0800
Update custom.html
commit 352fea34791ccf06450a516ab2a2daf22353c641
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:53:38 2021 -0800
Update apps.json
commit ab6f56c381a54e4ab3466625a9eb794eef5dd2a0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:52:34 2021 -0800
Update custom.html
commit a65742ce346039ef901e70157620aabd95bbca35
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:48:25 2021 -0800
Update apps.json
commit a1a387dd600f7e5c3879d74cd5a516d7566fb7bb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:47:52 2021 -0800
Update custom.html
commit 180e88e0e44dc3ca09291a7d37b6fa4df637fa78
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:50 2021 -0800
Update custom.html
commit 0099736b8c64e8f1afefd4d52b526151e3ac700a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:14 2021 -0800
Update apps.json
commit 1fdf4e954e23fe0514b8d795224c2edafd5941c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:43 2021 -0800
Update apps.json
commit faa5b6b21aa8b7062dc62499e8361b8233cf9408
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:10 2021 -0800
Update custom.html
commit d617803c13ec381f35a9d30f99a267dca02c9cf1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:44 2021 -0800
Update apps.json
commit dc669254bcccad425153d209d6dcdf002f64a30d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:10 2021 -0800
Update custom.html
commit 303247fb4e66802ed7f5c2ee404ce0a28221ec2d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:25:00 2021 -0800
Update custom.html
commit d836cbd2ba256adfffa55f1d12fda02ae8ac760c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:15:16 2021 -0800
Update custom.html
commit e206bd4e1cad4aab266fd376fa525500941878a8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:08:00 2021 -0800
Update custom.html
commit 1a6c1acce50fe2fe2e49bfc26b3ac98c1db5aa13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:04:06 2021 -0800
Update custom.html
commit aa20fac50ed19adfb9248fd9cda1ebb7c31f95b1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:02:52 2021 -0800
Update apps.json
commit 5625414e90c78677040420f342f29e96f088469b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:34:30 2021 -0800
Update apps.json
commit ebc2d8096144e6150920efc4b63e8f1e3f52eb00
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:33:27 2021 -0800
Update custom.html
commit 6c43de3766433c1f9fa1d01fd24cbfe0839e19c0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:21:11 2021 -0800
Update apps.json
commit 37da3c68aeeb5fec1ef3d8965fa3d8170074d791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:19:46 2021 -0800
Update custom.html
commit 92707b9d13ed269a41684ce45111376694cb6e58
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:12:50 2021 -0800
Update ChangeLog.md
commit d3ca682cff08be0bb2a64ab057f6efdf36b4e094
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:09:56 2021 -0800
Update apps.json
commit dfd9e59993944f6323120f8af660d880c63c6793
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:08:52 2021 -0800
Update custom.html
commit 5d24a09ffa2d9cad10a5fae3c7b4d5fafc944aa9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:04:41 2021 -0800
Update apps.json
commit e965bd7d962108a2944824eb6579fce435876966
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:43 2021 -0800
Update custom.html
commit 345d9c155135fc4d0a2b8d00b3528b363a584ced
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:12 2021 -0800
Delete schoolCalendar.js
commit dc9db8a4767d4c16d92645131d977263e2468521
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:58 2021 -0800
Update schoolCalendar.js
commit 58df0a5ca26684b4da84929c8c388ca5c37acabd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:03 2021 -0800
Update apps.json
commit 65ad4979e8d58b51f11f3bcc86f31ab303a5d7b6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:27:10 2021 -0800
Update custom.html
commit 9c07800c5ef948a1b9b2071e7bdfe46809fefa1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:07:38 2021 -0800
Update custom.html
commit b108bc45fb8bfa266e4d4ad3e66a9f65cec96c92
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:58:24 2021 -0800
Update custom.html
commit d871855f8e217b27ea73ed28b389bbc8aea59d62
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:55:58 2021 -0800
Update apps.json
commit 99112920b287568db32c5e43b47cfc2ee0cf71a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:47:34 2021 -0800
Update apps.json
commit 37f4329ec57bc4a96a1b2a0847406f6a05cad520
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:49 2021 -0800
Update apps.json
commit ba2aee642bf90307757bb85fda6aa0db01bed5e5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:06 2021 -0800
Update custom.html
commit 98048dc23cb1caf3aafbf1d1ecfa461ba5943925
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:37:23 2021 -0800
Update apps.json
commit 1a53e8d34af89f0e6c889653961350a898deea81
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:33:43 2021 -0800
Update custom.html
commit 993bb7298c8fbc9348e6668b70a555c51dc54a09
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:31:41 2021 -0800
Rename interface.html to custom.html
commit 3a3962bfdc0365e75f8804b61293ec91084f6698
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:30:12 2021 -0800
Rename custom.html to interface.html
commit c8ad92a3dcb7b8a0df83f2e720b6730dd785e829
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:20:33 2021 -0800
Update apps.json
commit ae85c1cee709457b10233205c057f946ea15fe83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:14:33 2021 -0800
Update custom.html
commit c1b467ba8e96f58b27eb3b9b2dc2b859fa89e227
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:14:50 2021 +0000
Update app.js
commit 438537ace2358f5b798bdfde92ebf78db81abc49
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:10:03 2021 +0000
Update app.js
commit e6d736860d7d7511f08474a4d8f6446ebe97e634
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:57:57 2021 +0000
Update app.js
commit e1add5e2b2a068873d0102324d61f9ff5532924d
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:45:02 2021 +0000
Update app.js
commit 09be008dfaf764b542a80f4dbbde6ab26314713e
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:39:48 2021 +0000
Update app.js
commit 9f26994f5c66a5ee88a702c7a73d8bcc0c8236c3
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:33:47 2021 +0000
Update app.js
commit 0cf4c5d70a97480185296b32137fcdc179fddcc4
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:10:31 2021 +0000
Update app.js
commit cfdb94439526722ca757b8ee748d298f6a76d9e7
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:32:34 2021 +0000
Update app.js
Add Media controls
commit e3cd8f5607f912002d3ec0adf833834058a492cb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:16:37 2021 +0000
Update app.js
Removed extra unneeded code
commit ceed8a123836f5da6fb8c5d6741e2224a3e4a0af
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 15:05:28 2021 +0000
Update app.js
commit 721a3f2608ee0012767cfacd5c69aa91a7bba5f6
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:39:30 2021 +0000
Update app.js
commit a16bfe4d7350b34c694050448f2aefc990d19dcb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:32:57 2021 +0000
Update app.js
commit e72bf84a7a05c4208e8c1d5f60815a9f57ca11c4
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 21:29:57 2021 +0100
use dark theme for metronome
commit 071a7a7e683a649b9f75fdc92b9f56804cd0af87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 20:46:18 2021 +0100
add support for Bangle.js 2
commit 7a7175fa483e4e9fcd5912d83e9519274d67b4f0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Nov 4 16:00:41 2021 -0700
Update custom.html
commit e2928498690565ba7d0454aaa4265bc8adfda712
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:32 2021 -0700
Rename interface.html to custom.html
commit cd7579269efe8d54a5a5680b8126ea38f9ce54be
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:04 2021 -0700
Update apps.json
commit df7f9cc530194025708b712565a410aed1d73e95
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:20:09 2021 -0700
Update interface.html
commit ada94b11cfbebfeaa010cee1b39d0f92591d4e13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:06:50 2021 -0700
Update interface.html
commit 08fc58deb57847cca7d81bf84a54df16ce97528f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:20:57 2021 -0700
Update interface.html
commit 04b9e74a4d2cd84dd9b64b0ba6fba1167fc400e7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:10:58 2021 -0700
Update interface.html
commit be7af68455ff4b5034c0baab9d8c138b9b024707
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:08:24 2021 -0700
Update interface.html
commit aaee5f3c0610de7a48bdda7fe9c6064dff97780e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 19:13:08 2021 -0700
Update interface.html
commit 73819933eeb57f32935e6ad93a146bdbee6d8be6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:52:09 2021 -0700
Update schoolCalendar.js
commit fa5cbd71c618a2053ec3217048c74a723c46f03f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:49:22 2021 -0700
Update README.md
commit fa392008d1e30a6df05245eac969badf4188fb74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:45:24 2021 -0700
Update README.md
commit c280e41560a3812ee83ca461e098bc35b80ef439
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:42:39 2021 -0700
Update README.md
commit 6b84a8eb3007cca6abd31cc1d3d0552cc79cb492
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:26 2021 -0700
Update schoolCalendar.js
commit 5bbfb1109910856575cc348012dbc44d489a8005
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:11 2021 -0700
Update interface.html
update interface
commit 6660dad4c01c66c20670cfd415b6ad063d9b5b74
Merge: 8c003cf6 1e0f6cd6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 07:35:54 2021 -0700
Merge branch 'espruino:master' into master
commit 8c003cf6ffb5a8b3437897a1e57a6a020b5e02a4
Merge: 5c11881f f1ce196a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 15 07:33:21 2021 -0700
Merge branch 'espruino:master' into master
commit 5c11881f752edbdef3031f0a48109a196eced80a
Merge: 8c149dbe be34e2b0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 14 17:14:45 2021 -0700
Merge branch 'espruino:master' into master
commit 8c149dbea1cfd34e815b64ca354840b811a82222
Merge: 7888cc6c 300ed35b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Oct 13 07:46:16 2021 -0700
Merge branch 'espruino:master' into master
commit 7888cc6ce0bbabf99c7dd39f002810d262af07fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:59 2021 -0700
Create README.md
commit 36a52b8b001a4515d715950db56e411a6c4842b2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:52 2021 -0700
Update README.md
commit 4f5558c41e75f6e91a34842f7b42fa85970dce5e
Merge: 5db16d19 68cc9fbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 16:43:12 2021 -0700
Merge branch 'espruino:master' into master
commit 5db16d190b1439293d9f0af16d37fea29db8830c
Merge: e7995505 54d98db6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 07:03:23 2021 -0700
Merge branch 'espruino:master' into master
commit e799550544e55ef94ef48f905283625e50f73e97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:57 2021 -0700
Update schoolCalendar.js
commit 89f82a50436d4eab82574d310077d19154a8ab59
Merge: 7107d510 f3712e66
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:38 2021 -0700
Merge branch 'espruino:master' into master
commit 7107d510a5301f50ca5dc1bf9d4463ad99a33af8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 20:06:28 2021 -0700
Update schoolCalendar.js
commit a61879753285b4469772f51474c29fe86a5aa942
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 19:55:30 2021 -0700
Update schoolCalendar.js
commit 3c9e46c2160f4ff58708afc0d08ce2e5d27df097
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:59:03 2021 -0700
Update apps.json
commit 941bc852c1ab4472dc74a7f84e12e92ab891432e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:53 2021 -0700
Add files via upload
commit 4cbfac212e6999887cfafd37d9c809919a014e27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:26 2021 -0700
Delete apps/schoolCalender directory
commit c7b723f87e5e6fb0858c09ee2910510267d73fd6
Merge: 8d2f4ccc ba08863b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 07:31:25 2021 -0700
Merge branch 'espruino:master' into master
commit 8d2f4ccca761e1695620b072e116b94272850427
Merge: 7846b48c 44aa03e4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 1 07:31:42 2021 -0700
Merge branch 'espruino:master' into master
commit 7846b48cf67ab024970b90948096f9258e1c184c
Merge: 59aa9909 d0fd2f01
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 30 17:22:33 2021 -0700
Merge branch 'espruino:master' into master
commit 59aa99092dac99b9a13bbc2a7153dd2b44a6fb67
Merge: 9061acee 03bbe1d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 29 08:06:54 2021 -0700
Merge branch 'espruino:master' into master
commit 9061acee5db851bd58295785cc7542a7c066b4c8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 17:44:12 2021 -0700
Update interface.html
commit 79bacc45932ce8842cbf12d23c36a41e992b438e
Merge: bb5fcdaa 48bb819b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 07:12:44 2021 -0700
Merge branch 'espruino:master' into master
commit bb5fcdaafc1e344bf2d717c3eb238f763f255215
Merge: 814fbdd6 28bd9e83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 27 16:15:07 2021 -0700
Merge branch 'espruino:master' into master
commit 814fbdd61ef41676d07719b5b1b297fbbc03ec6f
Merge: 83d88a1e f3fd0f25
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 25 08:01:44 2021 -0700
Merge branch 'espruino:master' into master
commit 83d88a1ea191e2e6b669d284d94b4180b9ea54aa
Merge: c9bed74e 71471d37
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 24 19:35:52 2021 -0700
Merge branch 'espruino:master' into master
commit c9bed74ec2e240e2daf26bf9ec9432df91ac18aa
Merge: 1f130c53 16fe8470
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 23 15:21:18 2021 -0700
Merge branch 'espruino:master' into master
commit 1f130c53b46546328260a6b94ad182be5d55ff18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 22 07:25:41 2021 -0700
Update interface.html
commit 3d8ebe82c289156581799134b3c56fd02ade1fad
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:07:20 2021 -0700
Update interface.html
commit 2ca58d2cc436b72beb87d347b8d8c217b461e805
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:02:14 2021 -0700
Update custom.html
commit d8c149073fb6bca8f5f78ba4a031004adeab1a6b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:01:31 2021 -0700
Update apps.json
commit ceab5d46a23f913faf96be90e644458ac5546157
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 20:58:01 2021 -0700
Rename schoolCalender.js to app.js
commit 9b344eb1ecc577e96196d2a3d3fc8962198e90de
Merge: ec453c0e 3b15a7f9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 07:24:54 2021 -0700
Merge branch 'espruino:master' into master
commit ec453c0e100f7fd140305fe8ed4a62d3987e68f1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 19:45:50 2021 -0700
Update README.md
commit a8f7fe72923e1fe38042cb4752dac1429c6be426
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:31:41 2021 -0700
Update interface.html
commit 51c41d5c48a72b7a373e6f979c95bab9fa9ddb7a
Merge: b7a4ecb5 50ec8d97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:25:50 2021 -0700
Merge branch 'espruino:master' into master
commit b7a4ecb57857016c131ba72e101b3a11eb3cb06c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:48:24 2021 -0700
Update interface.html
commit 82320ab073c0b106f5260e26c0fb147d7c8fcd02
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:40:43 2021 -0700
Update interface.html
commit 27d025bf82cc5882dc39110c5c7799f657f2c57d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 14:01:04 2021 -0700
Update interface.html
commit bd92c0e67fce373f11aae3bbcf8f5a4c06f2e161
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:51:31 2021 -0700
Update interface.html
commit f0c596d14f6119bbe52e2f0d3912216785257536
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:40:29 2021 -0700
Update interface.html
commit d6542bac6d666af7c8fe1f67434611e6ccacc6a6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:29:46 2021 -0700
Update interface.html
commit 7a2ee0f7111209afa859761a62f80e93ca71a879
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:15:29 2021 -0700
Update interface.html
commit c65ddbfc522c54da540080a16d171edd42ce592e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:05:32 2021 -0700
Update interface.html
commit 43c684f389d97dd12815edbd93d0750f923f17b3
Merge: ddd1a83c 5f5b5c0d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:45:25 2021 -0700
Merge branch 'espruino-master'
commit 5f5b5c0dc2485f7e454acb9f364d240e3972d955
Merge: ddd1a83c cc2e1bbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:42:47 2021 -0700
Merge branch 'master' of git://github.com/espruino/BangleApps into espruino-master
commit ddd1a83c613a9f21ec8e37ba1151e1ca255a77af
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 18:27:57 2021 -0700
Update interface.html
commit 632c98f8be2ad6e2290e5eb98025559a42a47c34
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 15:13:46 2021 -0700
Update interface.html
commit c252f74e16edc5a1a1fcfe4ce72c9594f12a9624
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 07:31:16 2021 -0700
Update interface.html
commit b9b0a43e99db0c2d13c28bf6d65540925709d866
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:28:35 2021 -0700
Update interface.html
commit afafd449fb06abd3930d0eb40989dc12787c96d9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:22:01 2021 -0700
Update interface.html
commit 45a0d50b011ee50e9b1b4c6ce5a84e1290331b1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:15:25 2021 -0700
Update interface.html
commit eb146fe07bd5d71f49c5e267424d7b8206eee952
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:07:51 2021 -0700
Update interface.html
commit 34baf995e7f5288266b5da08bcac6d76202a92fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:04:33 2021 -0700
Update interface.html
commit 751fbdda43ea542db4887bed7b4d4e2ad7628a23
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:00:47 2021 -0700
Update interface.html
commit bc71f317311509e8f3fd5054e6c3efaa05bc0416
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:47:13 2021 -0700
Update interface.html
commit cfde9e14a87466a8dc7cb92934c3af373f6a43d0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:41:40 2021 -0700
Update interface.html
commit 135165c983beca48190d091e355436100beee41d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:37:52 2021 -0700
Add files via upload
commit d50ba356d68ebeffd028a924450d4a6ad4fddd74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:36:59 2021 -0700
Update apps.json
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit b51c84229798e7c3665f203c13023d9f6e24eb68
Merge: f4e997d4 d1da165e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 12:20:57 2021 +0000
Merge branch 'Combined' into Base
commit d1da165eb44fa50bea67506097768f1138574c8c
Merge: f927549b 2c257605
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:30:56 2021 +0000
Merge pull request #9 from t0m1o1/scaledlauncher
Update apps.json
commit f927549b2c1e88232f4df2c6ef7e160c3a8e0f7b
Merge: 3cfd575d 411118aa
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:16:59 2021 +0000
Merge pull request #8 from t0m1o1/scaledlauncher
Scaledlauncher
commit 3cfd575da46cf38347bbbb4d37645c0bd72833de
Merge: 9a311219 9d1429ca
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:04:17 2021 +0000
Merge pull request #7 from t0m1o1/scaledlauncher
Update settings.js
commit 9a311219b2d3a7d3594ca654c78ae7137a92fb8e
Merge: 43c42711 5b1b752d
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 02:56:33 2021 +0000
Merge pull request #6 from t0m1o1/scaledlauncher
Scaledlauncher
commit 43c4271101a4be6dbc28d7e34534d25242c159ae
Merge: dec967f1 084bba39
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 21:18:16 2021 +0000
Merge pull request #5 from t0m1o1/compass-fix
Compass fix
commit dec967f1ac5900e43099ef9bfef3bfbe84e1f8e4
Merge: 21c48263 dfa40407
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 20:56:22 2021 +0000
Merge pull request #4 from t0m1o1/Swipe-Launcher
Stop the swiping coming up if mode is undefined
commit 21c482639aa1f2d391ebb0508701cff3170b45c4
Merge: dea2ec96 4c9d04de
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:19:27 2021 +0000
Merge pull request #3 from t0m1o1/Swipe-Launcher
Update Swiper Clock Launch
commit dea2ec9693855d735662a4d344682e6105533bf2
Merge: 92d156fb 51766844
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:15:16 2021 +0000
Merge pull request #2 from t0m1o1/master
Master
commit 92d156fb398787a068a2f7ed81a78d90ed04bd70
Merge: 100384f2 7d37a9eb
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:14:13 2021 +0000
Merge pull request #1 from t0m1o1/Swipe-Launcher
Swipe launcher
commit 51766844e6ff346119739114c28b9d638ca57cbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:49:56 2021 +0000
Update apps.json
commit 6fda7a5f33ec6341d51529e680f5d0caa9c9fdbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:37:07 2021 +0000
Update apps.json
commit b7a067234413e2cd9cb531c366371e5d88f6bb21
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:32:09 2021 +0000
Rename hidmsicswipe.app.js to hidmsicswipe.js
commit 97065f1d62d40003eec09a2539d7294fe41bc4e5
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:55 2021 +0000
Delete hidmsicswipe.info
commit 21f184d6c4ad1f977c385d95c3966d95d446bf5c
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:10 2021 +0000
Add files via upload
commit 3917f28ae54db0e86b6429489c19a4180be759e0
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:45 2021 +0000
Delete hidmsicswipe.img
commit a65668300fc45082d6897e19c6efff556853f4d9
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:18 2021 +0000
Delete hid-music.png
commit 5fce838e8ab7d2b297c05a1ae735abcd4ba76d90
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:29:36 2021 +0000
Add files via upload
commit ffa37f2ab3b1fd2b921783e19ffb48673aad1a6e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:22:38 2021 +0000
Create hidmsicswipe-icon.js
commit b656e5973c302a39f7513364c66094132135bfc4
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:59:19 2021 +0000
Create changelog
commit ad943ca5658e4f68c205996c4ad42aa1ebbeb793
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:58:19 2021 +0000
Add files via upload
commit ac433ac7bd6d586e9b1ca11da924d64bd566ade2
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:57:39 2021 +0000
Create hidmsicswipe.info
2021-12-05 17:14:06 +00:00
"version" : "0.12" ,
2020-02-12 14:45:31 +00:00
"description" : "Bangle.js About page - showing software version, stats, and a collaborative mural from the Bangle.js KickStarter backers" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
"tags" : "tool,system" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-about-screenshot.png" } ] ,
2021-10-20 14:11:04 +00:00
"allow_emulator" : true ,
2020-02-12 14:45:31 +00:00
"storage" : [
2021-10-28 15:13:11 +00:00
{ "name" : "about.app.js" , "url" : "app-bangle1.js" , "supports" : [ "BANGLEJS" ] } ,
{ "name" : "about.app.js" , "url" : "app-bangle2.js" , "supports" : [ "BANGLEJS2" ] } ,
2020-02-28 11:44:25 +00:00
{ "name" : "about.img" , "url" : "app-icon.js" , "evaluate" : true }
2021-11-08 10:03:33 +00:00
] ,
"sortorder" : -4
2020-02-12 14:45:31 +00:00
} ,
2021-10-29 09:34:14 +00:00
{
"id" : "alarm" ,
"name" : "Default Alarm & Timer" ,
"shortName" : "Alarms" ,
2021-11-08 10:03:33 +00:00
"version" : "0.14" ,
2021-10-29 09:34:14 +00:00
"description" : "Set and respond to alarms and timers" ,
"icon" : "app.png" ,
"tags" : "tool,alarm,widget" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
"storage" : [
{ "name" : "alarm.app.js" , "url" : "app.js" } ,
{ "name" : "alarm.boot.js" , "url" : "boot.js" } ,
{ "name" : "alarm.js" , "url" : "alarm.js" } ,
{ "name" : "alarm.img" , "url" : "app-icon.js" , "evaluate" : true } ,
{ "name" : "alarm.wid.js" , "url" : "widget.js" }
] ,
"data" : [ { "name" : "alarm.json" } ]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "locale" ,
2020-03-04 16:42:44 +00:00
"name" : "Languages" ,
Squashed commit of the following:
commit 5ed43a28b5b9d6820ee898f632535747c1e5913d
Merge: 4cf9192c a385c099
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:12:45 2021 +0000
Merge branch 'espruino:master' into Base
commit 4cf9192c4341a85eab1198b8663f48d276704ac3
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:25 2021 +0000
Update core
commit 69a54194a9eb41d0722fc061bec5c900b724e8cf
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:14 2021 +0000
Squashed commit of the following:
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit e040cc4e245a8fb4c55bfeb99cab12c62af5e7b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 15:22:16 2021 +0000
replace tabs!
commit 60c2fa710c4904827bfba868507a9f6d10d524a3
Merge: 38b2e417 f3cb7e9a
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:29:46 2021 +0000
Merge pull request #942 from madman2021/master
Add new TimeCal app
commit 38b2e417bf8e63be394a96ed24b9e3d174d5f45b
Merge: 94bd895b 43b38cc8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:26:43 2021 +0000
Merge pull request #943 from peerdavid/master
[LCARS Clock] Shows icons for charging and out of battery
commit 94bd895bafeb37250b64373692c9cceb3e9ece97
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 12:56:56 2021 +0000
welcome 0.14: Turn off and run later to use softOff to time is set right
plus other minor tweaks
commit 43b38cc8ab5796e25f65ace531be68a6a4134f98
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:40:47 2021 +0100
New screenshot. Updated version.
commit 34c6589f06a1a8ba0f7fe2e126b41d03dff7f45b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:37:07 2021 +0100
Minor improvement
commit c403a5af671cf70b18776fad83126adf66122f0f
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:36:21 2021 +0100
New design. Removed png icon files - only converted icons are needed.
commit 19655ea3279daf32ebfd4453db398915a8229946
Merge: 274b705c b1fb0e6b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:44 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 274b705c1e7313cf646412ec01bf17de9b1dabcf
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:37 2021 +0100
More lcars style
commit f3cb7e9a0b8f0ba3624b639415c9168c240905e8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:53:14 2021 +0000
Remove Icon as it renders massive
commit 1a9f5375557fc232acfe3f42d1198da827db5ab8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:46:03 2021 +0000
Add missing supports tag for TimeCal
commit 3738bde22a0d4cef2bd5c956a1a370e9a145689a
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:43:38 2021 +0000
Add TimeCal to the app library
Add TimeCal to the app library
commit b1fb0e6b7d88f53cff85f6a8d3eb416bebd35e92
Merge: 559e8208 dabc22c2
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 11:10:36 2021 +0100
Merge branch 'espruino:master' into master
commit dabc22c2d725ccddad8b08c0fa0b14af94d38e28
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 09:54:11 2021 +0000
custom code works on bangle2
commit 2e83a511d2032736a63bda38406b4f744a4130f1
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:51:20 2021 +0000
metronome supports bangle 2 now
commit cea51d06d07f09923d590357c33782861c342817
Merge: cd1daba0 4eee3f05
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:50:24 2021 +0000
Merge pull request #938 from bengwalker/master
Add Bangle.js 2 support for metronome app
commit cd1daba0c55e99f5a477407f47b932d050c0b6f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:46:13 2021 +0000
0.25: Fix issue where if Bangle.js 2 got a GPS fix but no reported time, errors could be caused by the widget (fix #935)
commit c03ab08687bbc7ed893ed2ef8c3be21f1e61e74f
Merge: 1750c72e f10bf240
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:40:53 2021 +0000
Merge pull request #939 from Ronin0000/master
Add Screenshots to Many Apps
commit 1750c72e94eab6ee22650d993ea31efa17e79c46
Merge: 5eeb1181 1def233d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:38:06 2021 +0000
Merge pull request #936 from Vingelar/master
Binwatch: re-format background images
commit 559e82088077ba79675c0012c921eae3ef32b16d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:14:04 2021 +0100
Minor design change
commit d24b8c80da7afd75a6f121a22e3694252aa3c57a
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:12:25 2021 +0100
Minor design chnges
commit f10bf24018add2df61a5fc422aee941b07c70082
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 17:04:07 2021 -0800
Update apps.json
commit c66b0982368a5e1ee74da598945df12d88cba679
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:53:48 2021 -0800
Update apps.json
commit 638fea73c791b4f11b6119c02ca2090c31b6bc83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:24:10 2021 -0800
Add files via upload
commit 4e79c896c65b2edc7dfcb7b4b2eb6ae1c96f60ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:23:33 2021 -0800
Add files via upload
commit 33809d8cdfa7ea3f02941c820b4836f20a9eb869
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:58 2021 -0800
Add files via upload
commit 6cb83284a7e7b9d2f8935835702e713f0f9b7b51
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:45 2021 -0800
Add files via upload
commit 7e521d0d29262227a32244d2929eb99fcb36fb98
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:17 2021 -0800
Add files via upload
commit 9985ff03f20469897ceb3dd1acb4f90ac850ebb8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:00 2021 -0800
Add files via upload
commit 6f437c39866562e05d8821bdb5150cd553f3a6cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:21:15 2021 -0800
Add files via upload
commit ffe218a0046d65464e96cdc59d1c10fbb708b791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:56 2021 -0800
Add files via upload
commit 9400133dd49762a7bfcff38e5a6249cbfd5753f7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:39 2021 -0800
Add files via upload
commit 76463d927940f590ed45cc51558723375217a34a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:37 2021 -0800
Add files via upload
commit 4011accb47eb53954acc3e27cce5b6f6cb025c57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:19 2021 -0800
Add files via upload
commit bc5960d61a40c08566a8e1977fa53c6528f04a85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:07 2021 -0800
Add files via upload
commit da5634beda72243f5ee6e4fc0e376c6c5f9c6ccc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:51 2021 -0800
Add files via upload
commit b9c4640f853d4992e57cd5d6b2e3f4d75db32d1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:25 2021 -0800
Add files via upload
commit d27a605a24cc06903084b6a796c9c93b7724150f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:07 2021 -0800
Add files via upload
commit 52baa42e69b1a7a8ef6bc2cae548298af4dcbf7c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:48 2021 -0800
Add files via upload
commit db3b6a58e49a3d5ce9b528011f3e0607474e4fa8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:16 2021 -0800
Add files via upload
commit f0de0d8a9d542fd960f13b36a2bb2a3548f06033
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:52 2021 -0800
Add files via upload
commit 6d4cb98ba83d0ab62406c00ed9fa8dcd139d2f8c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:34 2021 -0800
Add files via upload
commit 5f434d9d327fff8cebf41a45cf73ea9c96cb42db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:23 2021 -0800
Add files via upload
commit 6e72349f05e3773b0ae60217df8b6f266447f1ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:37 2021 -0800
Add files via upload
commit 03e4d0d7c01cdc214526891933f3c155f63ff2b5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:21 2021 -0800
Add files via upload
commit ead12a1c11e3937637e8af8b1d54218e0138e908
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:54 2021 -0800
Add files via upload
commit a1ed32c91380e03146dc4003a3ee6e400d0dd35f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:30 2021 -0800
Add files via upload
commit fae08d7a739b1a28faacb0105d5ad417171dddcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:57 2021 -0800
Add files via upload
commit b889e431edf72d64867c576135bc1470c4590db2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:32 2021 -0800
Add files via upload
commit f177480160184722b935623ebed05ad630a5a6a2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:02 2021 -0800
Add files via upload
commit a2fe8c3722f56c59957642cad2bb0a6454dc6f5b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:11:42 2021 -0800
Add files via upload
commit c1cdf15bf5413167692e9c7bd4f5fee31fe4d4c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:49 2021 -0800
Add files via upload
commit fb1c5529f037cc701e30d9da036a54236ea1ba1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:11 2021 -0800
Add files via upload
commit 530089e0830473574b38c172a964f9cfb49436a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:35 2021 -0800
Add files via upload
commit 3556e668560587c074ad435b977283e19367f69e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:12 2021 -0800
Add files via upload
commit e1e32772e4dd1943af6ed37407425998b0819e48
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:56 2021 -0800
Add files via upload
commit 8084bb92b7cfb12740129c57e1bb5c05ce13994c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:37 2021 -0800
Add files via upload
commit 2c997d2964d4ade4ba0aa5ef89a1b646c15a9751
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:18 2021 -0800
Add files via upload
commit 747626b66c880293481bd0a97cda8e32e0239d04
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:07:24 2021 -0800
Add files via upload
commit ed36fae0ac6def24ca20ab6229affbcf7502582e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:59 2021 -0800
Add files via upload
commit e8baad3c3775e26f8a88457ff8f361a18572e484
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:33 2021 -0800
Add files via upload
commit 1efcebe84aa2b2b00d6920a84d4e486b834c1083
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:16 2021 -0800
Add files via upload
commit 082d3d1e95e9bb98e10bb1679ae0dfba11bf44e0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:05:21 2021 -0800
Add files via upload
commit b10f62a6c55dd89bb15a97430b74269486a72807
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:58 2021 -0800
Add files via upload
commit 24b41c2c6fe40d18ffd9dfc0404f215cc9b847ff
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:42 2021 -0800
Add files via upload
commit 19a2ef1a44c78fe9b1922574f0a1eda20f2fbd43
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:01 2021 -0800
Add files via upload
commit 7089d6e74c438d3577ebf03857b0c1b6f73aaa2a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:03:38 2021 -0800
Add files via upload
commit 431824f828f0ea900c9d206e492cc7a6d1830f2e
Merge: 15aa41c7 5eeb1181
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 15:15:57 2021 -0800
Merge branch 'espruino:master' into master
commit 5eeb1181d049f1580f75657b9a9ac664041b26b9
Merge: 546a0b16 6b05d928
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:29:18 2021 +0000
Merge pull request #937 from rigrig/barclock-b2
Barclock works fine on the Bangle.js 2 :-)
commit 15aa41c766b2a25c7a83a1a6744706a7b2852aa3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:23:03 2021 -0800
Add files via upload
commit 6a93494e3fe516ccbc7755027f613bd9bd529021
Merge: 12443640 546a0b16
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:22:27 2021 -0800
Merge branch 'espruino:master' into master
commit 546a0b16cc32841b38a0d39b07ec6d18f58d21c5
Merge: cb6e14f6 18fbd289
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:55 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit cb6e14f6c12816224bbc3dc127e9817d0df7ae78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:37 2021 +0000
messages, start of call handling and message responses, fix for scroll issue when only 2 menu items
commit 12443640c95efbe9f25ed0ffe73280c84d90cd13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:54:22 2021 -0800
Update apps.json
commit 9bdc07f8617e457439522d5b4c84a65d1eba4ed9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:47:36 2021 -0800
Update apps.json
commit 4eee3f05e92e26aa5c70c1d2cefcc97ff4935b0d
Merge: aafc93f0 18fbd289
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:46:32 2021 +0100
Merge branch 'master' into master
commit 298fa47cd87e37b19cd142f47867843e24d08b57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:42:50 2021 -0800
Update apps.json
commit 52c07f6dc80e8eabd017fc324332c0594c173399
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:40:42 2021 -0800
Update apps.json
commit fe340d75bbb6c7814241becacddaca50435c5fe3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:39:31 2021 -0800
Update apps.json
commit aafc93f09a818f5bb6e4b6988246e4f8d049df87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:35:35 2021 +0100
Update README.md
update README
commit bd80ea5ca03b2e9d5f2eb562adc7305b3952d2e5
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:31:33 2021 +0100
Update metronome.js
print instructuions for banglejs2
commit 51afd5ef049c67f331931ee18b53e9d4e835342a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:29:27 2021 -0800
Add files via upload
commit ff62b603a27d6acea382af80496b6a35787a73ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:51 2021 -0800
Add files via upload
commit ffbd331c1376c5f393dafe62eaa62a9991949a3e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:29 2021 -0800
Add files via upload
commit 93c113a95a21dccfde6bb171d15b0f93e6d0f58a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:25 2021 -0800
Add files via upload
commit b2be26fccedfa52f00f275db8050c0c3e532859b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:07 2021 -0800
Add files via upload
commit 899e78539c3bb0e41e4d56aa854c4806715ccce0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:26:06 2021 -0800
Add files via upload
commit 50a88d41cd63e51a876e4fca58fe13c5af2088fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:35 2021 -0800
Add files via upload
commit b1d636bac2148007dd72becff0daddf24b80f0a4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:10 2021 -0800
Add files via upload
commit 6b05d928751b49d4910ddd3a6867e2d4cad6c93f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 19:42:12 2021 +0100
barclock: Fix time/date disappearing after fullscreen notification
By forcing a complete redraw at lcdPower-on
commit 32e3d326aa143eed99d26c81c9fbf870730591f4
Author: Richard de Boer <git@tubul.net>
Date: Sat Nov 20 17:13:36 2021 +0100
barclock works fine on the Bangle.js 2 :-)
commit 1def233de2434d272c6f712c9c213b7caff3ae92
Author: Vingelar <Vingelar@mantisse.de>
Date: Tue Nov 23 19:09:16 2021 +0100
changed format of bg images to binary raw format (export from emulator
commit e021aa2c9d5c44f9130e4bf67cb4b066d02cbd6d
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:59:49 2021 +0100
Update app.js
binwatch: adapted names of bg images
commit 3dd723d10bd3195257205a48dc79872668bd53cb
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:58:48 2021 +0100
Update apps.json
binwatch: shorten names of background images
commit 275402344ee927a51d0c100d4387c739d7a49968
Merge: cf027b37 18fbd289
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:36:45 2021 +0100
Merge branch 'espruino:master' into master
commit 18fbd2898da9fc2bfb16d0adf9cf2b97f5ce0f3d
Merge: 5be6981a df364bab
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:34:15 2021 +0000
Merge pull request #933 from peerdavid/master
[LCARS Clock] Added lcars icon to watch face.
commit cf027b3783cbbf8deca98fb3e1ee1922557686bf
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:34:13 2021 +0100
Update app.js
changed names of background images
commit 5be6981acdf3935b936bb85caf37780537518b66
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:31:42 2021 +0000
oops - named stub wrong
commit d328d94d34ea86dd99f958098c7f0a000b1e395f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:30:20 2021 +0100
Add files via upload
added background files exported from Emulator
commit c36fb16a684085c2eb6ada2c50021d3776f5e215
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:54 2021 +0100
Delete Background240_center.js
removed background240_center.js (wrong format)
commit 4719fada2843f1c8d6ae36d8d59d0fb95318d9b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:28:34 2021 +0000
Android Remove messages on disconnect, Fix music control (ref #909)
commit f431bd8a2c823e877ee6e78576aa4f39a0b5701f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:25 2021 +0100
Delete Background176_center.js
remove backgounrd176_center.js (wrong format)
commit 1b548c9bbb5a10769498b4ad1be04397fb889bce
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:27:33 2021 +0100
Update apps.json
adapted naming for image files
commit df364babab19550f75a01d707f0684d8547e8664
Merge: d28517b2 a1eeadfc
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 17:16:00 2021 +0100
Merge branch 'espruino:master' into master
commit d28517b2a5b5e7eaa6a8d9832d9352062addb3ee
Merge: cd93a201 465c93d8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:18 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit cd93a201f846e2c51a1ff9cc447dbbbdc2c5e2cc
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:15 2021 +0100
Moved logo
commit dd2bb22f076abff1aac2f32734b50fdcc5423861
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:08:57 2021 +0100
Update apps.json
use .js files as background images
commit 03c5f996f4998ebc1e6bfea7e77d3a61743c0c69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:07:21 2021 +0100
Add files via upload
added background files as js
commit 7d81bfe2bbdf5095ac7550247eddbe6827cec4c0
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:53:40 2021 +0100
Update apps.json
added missing "url" to background storage
commit 51b73894e461af6312b6fca28e0b5888e9f98da6
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:51:40 2021 +0100
Update app.js
use background images from storage
commit dab36d05a77563e9a839f38807bfd7cfe09a1f69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:48:50 2021 +0100
Update apps.json
added background images to stroage
commit 31f28093411e4f501dd49f98359af43e71e8b27e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:44:49 2021 +0000
Fix https://github.com/espruino/BangleApps/issues/927 - App loader offers to update unknown apps
commit a1eeadfc224a976e3fca6a00ca47d1c1389fa70f
Merge: 68429483 0a695e51
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:40:09 2021 +0000
Merge pull request #934 from Ronin0000/master
Fix School Calendar Bug
commit 0a695e5143fbff3935e80b9df85720f065b1e185
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:09:14 2021 -0800
Update custom.html
fix bug that was for testing
commit cfecc24f42d257d565f21571a50b825cffb2f1c3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:05:47 2021 -0800
Delete boot.js
commit 684294830d75459982845920cb30815236dc0917
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 13:57:46 2021 +0000
app manager works in bjs2
commit 465c93d830300054722f10f483a9023c6ec315e7
Merge: d20f5e59 3ba779ee
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 14:53:47 2021 +0100
Merge branch 'espruino:master' into master
commit d20f5e597e72d8392af3e9b745a4dfab36e8797f
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:53:27 2021 +0100
Updated screenshot
commit a283cf58fb90b1852d8e414fb01010632a65ba46
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:51:55 2021 +0100
Included lcars logo
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 3ba779ee5826a60f127ed12f0eeaa2a848f53b4c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:48:34 2021 +0000
Fix bangleapps after recent PRs
commit aaf06b113c72e1487651d30602ba79c95a41d6ff
Merge: a0351381 06a6b72d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:42:26 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 9600f16671ab5a9fc772a959a7110622baa5e606
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:19:48 2021 +0100
Updated changelog
commit 98577b626960bd971af483ef709655dfe0ac1f00
Merge: 1ccabca0 d3cd47f9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:52 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 1ccabca0c6f1cf79c1b5d6a56749ab752a4d1850
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:50 2021 +0100
No hrm icon - its shown too much.
commit d3cd47f95704e7c508e1e311d3224826f3fd73ce
Merge: 2e18795c 06a6b72d
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 11:12:43 2021 +0100
Merge branch 'espruino:master' into master
commit 2e18795c5780148c6f52d50cd69849b5893b1cdb
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:11:33 2021 +0100
Fixed string
commit 36edd449c5398147536d20c2b4f11040cb3105b9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:10:33 2021 +0100
Minor change
commit 06a6b72d42fc55a224bb5d133640670c21d6cae0
Merge: a39d4102 be083113
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:03:45 2021 +0000
Merge pull request #925 from Ronin0000/master
Add School Calendar
commit a39d4102963fc1593e1f2f8ea3f4372a3da4da6f
Merge: ab2cb243 930cfa13
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:02:41 2021 +0000
Merge pull request #928 from peerdavid/master
[LCARS Clock] Icons for different states such as GPS or HRM.
commit 5c3b0468d4ce9a51249f6f098c3e6ba84ba1cf41
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:59:26 2021 +0100
Update apps.json
corrected format
commit 336501059da7bceddba9e300c5b6d5bd1aba6a3a
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:56:25 2021 +0100
Update apps.json
removed background image
commit 3f4c49a8aef6ba79419f00d86fc4f02435b72e21
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:55:07 2021 +0100
Update app.js
integrated BG image into app
commit ff3223e1b906957811cad815df88ad495e70a95f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:51:02 2021 +0100
Update app.js
added "require" for bg image
commit ab2cb243857e50e7bb80ee163e4bc153302446a7
Merge: adadf7ef 162dc1f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:51:01 2021 +0000
Merge pull request #929 from weeurey/master
Update app
commit adadf7efd39b01466cfd348e13c5a02deaa6bf4d
Merge: b7f403e7 0f9d938f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:26 2021 +0000
Merge pull request #931 from reelyactive/master
emojuino@0.02
commit b7f403e79bf5fae387c5f6d0522f49ce917362a6
Merge: f4e997d4 46383d4d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:12 2021 +0000
Merge pull request #930 from rigrig/gbmusic-fix
gbmusic: fix "previous" button image
commit a03513812956c629f003824b46bb6763734eead8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:44:24 2021 +0000
fix download icon on android
commit b128f5c15569de9e2be0717f270cfd90e006d5ab
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:38:02 2021 +0100
Update apps.json
added background image to upload
commit 930cfa13315046c621a5444632f7b12bbd956fae
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 09:43:24 2021 +0100
New HRM Icon
commit 7f3f7b9eee3c23c922645274dd8d7947def8158d
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:26:37 2021 +0100
Currently, no confidence > 80 is reached...
commit 1fb861b82c4cc75b94dc6875280fbd411390bc71
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:25:11 2021 +0100
HRM confidence of 80 to display
commit 7d95221e166770be91bf76374f926fe996356009
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:24:15 2021 +0100
Minor change
commit 6d8d98fb03e7bed42c3feeee771ddfcd78b60ea8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:21:41 2021 +0100
Show HRM
commit a0cc4c633e0e6853a0f170a5358b7e1f11e310af
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:10:00 2021 +0100
Minor changes
commit be083113316ec7ba07d780b6593cb9adfd748298
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 19:11:40 2021 -0800
Update custom.html
commit 0664a44c454107d4e3ff039d12baffea3e90cf5f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:52:43 2021 -0800
Update apps.json
commit b032ca0fc1936e650a459f766799e197daf2a4dd
Merge: 7fd37f7e f1f063fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:27 2021 -0800
Merge branch 'espruino-master'
commit f1f063fd1adb553c548a3aa54156bce00b4ca48d
Merge: 7fd37f7e f4e997d4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:09 2021 -0800
merge3
commit 0f9d938fa6970df18fbe99f3c707b94aa26d15c1
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:23:17 2021 -0500
Version bump
commit 5a01047cd0b30e4b7b253d784bd0b5755fc0c2e2
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:21:29 2021 -0500
Added screenshots
commit ae55c2d39fc936cfa1954d44b7f76dc91c21ced3
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:09:26 2021 -0500
Allow emulator, specify type as app
commit 58f9e7cd5b59904651fb878a89844ee4ccfb23df
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:03:18 2021 -0500
Upgrade to emoji images and supporting text
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit 7fd37f7e4e669c0aea7b5324b85f9d85ca394dcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 12:18:44 2021 -0800
Update custom.html
commit 84d9ca4b337e36c4f62ffce4b3059f8f2909d482
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:57:14 2021 -0800
Update boot.js
commit 740f4a95665fd92ad87e83dd381da7e55c2e4b18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:52:27 2021 -0800
Create boot.js
not part of the current merge
commit d3538a03f10f6323afc8656cef397a561cf35bf0
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:12:50 2021 +0100
Added raster
commit 20310fdb75b11fe8b3ea38dc7810732910537169
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:02:27 2021 +0100
Smaller icons
commit 3863be18301cec9fec480db7fe28a19439c708d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 09:06:52 2021 -0800
Delete apps/schoolCalendar/fullcalendar/interaction/src directory
commit 5d8c13a7e6a934e8b750f0ab4871e3dcc67c09bf
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:56:29 2021 +0100
Updated screenshot accordingly
commit 21134a1dcdc102755171af26e99ae86f3559996f
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:55:21 2021 +0100
Better background
commit cab3d43085b2edf4dc97ebf05785bb5b446a88da
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:39:48 2021 +0100
Better alarm - shown only in icon so we can display more data.
commit db22bac0ecd48633d6acf0874127a1b28821d8ea
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:11:15 2021 +0100
Use correct alarm icon
commit 162dc1f29346ab0f6ff4b7cd4128826292ca766e
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:11:07 2021 +0000
Update apps.json
commit dc24ae9bfba1786d4d8a3e22871c4da7bda9fb92
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:10:58 2021 +0100
Better HRM Icon
commit 8e688d144ab30ff87f31b51ab457688ce03c4c23
Merge: 741f7aab f4e997d4
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:09:43 2021 +0000
Merge branch 'espruino:master' into master
commit 741f7aab5239e6fa6ae48e1a5351216dfcfc4177
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:08:38 2021 +0000
Update apps.json
commit 247ed9faa2e8b8463374fea05d4bb04ddda2cfc1
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:07:39 2021 +0000
Create ChangeLog
commit d878d46d4ccc5128643034c535cff69984ab7853
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:05:57 2021 +0000
Update app.js
commit c720fc314b516e1007452ad18ce51bc4fefefec1
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:03:21 2021 +0100
New alarm icon
commit 75fbd6882d1368c73db1b96fac79f4202d6a5e53
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:37:48 2021 +0100
Added icon for alarm
commit eb20f15537d8b6be7226b2ae49fc6e6dd0474124
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:33:42 2021 +0100
Compeletely new design with icons for GPS, HRM and Compass. All Icons are open source and mentioned in the Readme.md file.
commit 46383d4d5547bca38a2a07ea01d67afa0166bedc
Author: Richard de Boer <git@tubul.net>
Date: Mon Nov 22 13:18:01 2021 +0100
gbmusic: fix "previous" button image
commit 1bf5132a5caf41398125e0c7f2bad72ffa300df2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:07:49 2021 -0800
Update custom.html
commit 618c5b7a10ebe610205ab463c395f65948e5a763
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:02:29 2021 -0800
Update custom.html
commit adfeb5e535564f8851fcdc080e2fa10d9acced9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:00:21 2021 -0800
Update custom.html
commit f950fd2ee88486e3355efd30823d50de799e8418
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:57:52 2021 -0800
Update custom.html
commit 3ee0e9bae6ee137c6e36672c9aa6a20d1c072caf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:49:48 2021 -0800
Update apps.json
commit 387bd30236b5d765b396eba24ad43120ceb6c384
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:48:14 2021 -0800
Rename ChangeLog.md to ChangeLog
commit 6e07f282b8918ac3b8f333c7c4156980a44ff1d6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:41:26 2021 -0800
Add files via upload
commit fea37b4992e65a5ca54648f88281ce2623f6a55f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:40 2021 -0800
Update apps.json
commit 939d8f6a9ae71b49c13f7dbf1455bb2fec60462a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:21 2021 -0800
Add files via upload
commit 854ae5361d1b2400f6b6d1b2c2239f46d1e16bc9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:34:28 2021 -0800
Update README.md
commit 426768eb11e34ea7a04010e6fe7da1a5a5187f40
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:32:14 2021 -0800
Update custom.html
commit bf994d9acc8b79ebda1e47dc5ebc5158210d6205
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:24:29 2021 -0800
Update apps.json
commit 7c74c5d43f9f66b6374cabd4e247d1560e5f29a1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:15:40 2021 -0800
Update apps.json
commit 8981aa3f614c388c74d73ccd25e16f5e6eabde9f
Merge: e878e547 100384f2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:12:19 2021 -0800
Merge branch 'espruino:master' into master
commit e878e5478713b0b3cae0bb86e28f998cbfeb9b10
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:11:43 2021 -0800
merge
commit 3bde4d2e48711186ae26036baea8f880c2aac7c4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 16:12:16 2021 -0800
Update custom.html
commit 5f3c93df8cc8b73c432ea31b15e84e4b106256de
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:37:41 2021 -0800
Update custom.html
commit 26bd9e35be993aae4deece775ac85f53f877b122
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:35:47 2021 -0800
Update custom.html
commit 8f2cc6e2137cf29e03435123e96d9c6c550864d1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:34:09 2021 -0800
Update custom.html
commit 66f061112301898b011412e91982dbefc7cc2d1e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:32:48 2021 -0800
Update custom.html
commit 87a9504912b8753dc63700207ee89acacbb34726
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:30:44 2021 -0800
Update custom.html
commit 626498da9d296fecf6776b836def4eda87027d85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:24:01 2021 -0800
Update custom.html
commit 3472ca355a1a71d3fa3f464ece2b81dce7f4eeaa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:21:57 2021 -0800
Update custom.html
commit 529b0cb4637652dfc0a3ba6688b863b5f47437ca
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:19:53 2021 -0800
Update custom.html
commit e77d9980023f041a87743ac1fd3c48a3f0652a8e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:18:21 2021 -0800
Update custom.html
update
commit a712c37c7652f7bc46c4d7761df93b3d28e17229
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:17:58 2021 -0800
Update custom.html
commit 4d9d6abb9ef466e4058510efe9eec295f60127e9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:14:02 2021 -0800
Update custom.html
commit f35b24844810a90f08f731cc9e63535be217e4cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:09:44 2021 -0800
Update custom.html
commit d0336b2854d7e0892c440ef8c5f83bcbe1374a9b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:06:56 2021 -0800
Update custom.html
commit 640c8e491e489e9ea88282cf0bfe14004838b3db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:03:42 2021 -0800
Update custom.html
commit 604153cb2408399ce1420b43ef87f41c09d3daa6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:01:45 2021 -0800
Update custom.html
commit 0f8f1e38e85a8c1c49057f4b891209bdfad67aef
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:44 2021 -0800
Update custom.html
commit 7f7dcb0bcf89b1d66f60481efaa09f5956ee4ecc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:22 2021 -0800
Update custom.html
commit d42fe03dc8fcbc0f68857dd9f887c8cc4eff1c06
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:55:08 2021 -0800
Update custom.html
commit 98f172fad442e89f53c45ac47f2388a08049855a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:53:01 2021 -0800
Update custom.html
commit daf8dde32bc81b8f04402c4728eac41784751cd5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:49:25 2021 -0800
Update custom.html
commit 408bd24080a2f7dcf1e6d0c33dab65da4dff82cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:48:38 2021 -0800
Update custom.html
commit 68db21acbb837b12d84d9930d451d2ba90e251dd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:44:30 2021 -0800
Update custom.html
commit 45feb1b2ffb17b8835c505bc4a4f825ddc17bf4f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:42 2021 -0800
Update custom.html
commit 3bc5fd87b61cbb9b867009d933342fe627da982d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:12 2021 -0800
Update custom.html
commit c3eede9868ee342bc4248e71a874c2e6b332dcdd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:37:42 2021 -0800
Update custom.html
commit 8426356c01a23ae769c79f726b95ea64f4428574
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:35:55 2021 -0800
Update custom.html
commit 93f09c216a1eb9aa876c88a1f806ccb709e971b7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:39 2021 -0800
Update apps.json
commit cb748a251dbd11e87615d82081522953607b3a27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:20 2021 -0800
Update custom.html
commit a994ed66301040f60d5f99b672a6081152a20d6c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:53:38 2021 -0800
Update custom.html
commit b76bb48973dbabfaf56bdec4aee44a483f94d129
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:50:08 2021 -0800
Update custom.html
commit f99ce683e9ce42431321fc711e061955bc0220fb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:46:32 2021 -0800
Update custom.html
commit ddfdd94ff845d3d8560158cde184a9a19a3d2142
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:42:51 2021 -0800
Update custom.html
commit 52675f7eff140426532f81da9c84c5d7803d0cda
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:48:03 2021 -0800
Update custom.html
commit d4911034145e3d98b99d649be55c75671e2f5c5c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:44:23 2021 -0800
Update custom.html
commit 71ff5959aec6a5f8302bda513d2c1371bbed0743
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:58 2021 -0800
Update custom.html
commit daba705b37b9952cba2910c3c0bed23e58aaf2fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:16 2021 -0800
Update custom.html
commit 19cb5fc749abeefe378205531d18b97562ddfc47
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:39:15 2021 -0800
Update apps.json
commit 6c20945898b84a02d6b440923a5afd994c7d97aa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:37:41 2021 -0800
Update custom.html
commit ff519bdc0d9bca530284d98cad9fd023ad37d50d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:15:29 2021 -0800
Update custom.html
commit 34843d703aae0b6a33be352ad0f8408d8d17d07b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:11:54 2021 -0800
Update custom.html
commit 4da82197f32b280e4192d5bc9a5ba174fbad4ace
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:01:20 2021 -0800
Update custom.html
commit a9c5a32bc1359d8288f4fd6b6da50eaf40910c9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:56:54 2021 -0800
Update custom.html
commit 352fea34791ccf06450a516ab2a2daf22353c641
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:53:38 2021 -0800
Update apps.json
commit ab6f56c381a54e4ab3466625a9eb794eef5dd2a0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:52:34 2021 -0800
Update custom.html
commit a65742ce346039ef901e70157620aabd95bbca35
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:48:25 2021 -0800
Update apps.json
commit a1a387dd600f7e5c3879d74cd5a516d7566fb7bb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:47:52 2021 -0800
Update custom.html
commit 180e88e0e44dc3ca09291a7d37b6fa4df637fa78
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:50 2021 -0800
Update custom.html
commit 0099736b8c64e8f1afefd4d52b526151e3ac700a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:14 2021 -0800
Update apps.json
commit 1fdf4e954e23fe0514b8d795224c2edafd5941c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:43 2021 -0800
Update apps.json
commit faa5b6b21aa8b7062dc62499e8361b8233cf9408
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:10 2021 -0800
Update custom.html
commit d617803c13ec381f35a9d30f99a267dca02c9cf1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:44 2021 -0800
Update apps.json
commit dc669254bcccad425153d209d6dcdf002f64a30d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:10 2021 -0800
Update custom.html
commit 303247fb4e66802ed7f5c2ee404ce0a28221ec2d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:25:00 2021 -0800
Update custom.html
commit d836cbd2ba256adfffa55f1d12fda02ae8ac760c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:15:16 2021 -0800
Update custom.html
commit e206bd4e1cad4aab266fd376fa525500941878a8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:08:00 2021 -0800
Update custom.html
commit 1a6c1acce50fe2fe2e49bfc26b3ac98c1db5aa13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:04:06 2021 -0800
Update custom.html
commit aa20fac50ed19adfb9248fd9cda1ebb7c31f95b1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:02:52 2021 -0800
Update apps.json
commit 5625414e90c78677040420f342f29e96f088469b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:34:30 2021 -0800
Update apps.json
commit ebc2d8096144e6150920efc4b63e8f1e3f52eb00
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:33:27 2021 -0800
Update custom.html
commit 6c43de3766433c1f9fa1d01fd24cbfe0839e19c0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:21:11 2021 -0800
Update apps.json
commit 37da3c68aeeb5fec1ef3d8965fa3d8170074d791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:19:46 2021 -0800
Update custom.html
commit 92707b9d13ed269a41684ce45111376694cb6e58
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:12:50 2021 -0800
Update ChangeLog.md
commit d3ca682cff08be0bb2a64ab057f6efdf36b4e094
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:09:56 2021 -0800
Update apps.json
commit dfd9e59993944f6323120f8af660d880c63c6793
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:08:52 2021 -0800
Update custom.html
commit 5d24a09ffa2d9cad10a5fae3c7b4d5fafc944aa9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:04:41 2021 -0800
Update apps.json
commit e965bd7d962108a2944824eb6579fce435876966
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:43 2021 -0800
Update custom.html
commit 345d9c155135fc4d0a2b8d00b3528b363a584ced
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:12 2021 -0800
Delete schoolCalendar.js
commit dc9db8a4767d4c16d92645131d977263e2468521
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:58 2021 -0800
Update schoolCalendar.js
commit 58df0a5ca26684b4da84929c8c388ca5c37acabd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:03 2021 -0800
Update apps.json
commit 65ad4979e8d58b51f11f3bcc86f31ab303a5d7b6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:27:10 2021 -0800
Update custom.html
commit 9c07800c5ef948a1b9b2071e7bdfe46809fefa1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:07:38 2021 -0800
Update custom.html
commit b108bc45fb8bfa266e4d4ad3e66a9f65cec96c92
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:58:24 2021 -0800
Update custom.html
commit d871855f8e217b27ea73ed28b389bbc8aea59d62
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:55:58 2021 -0800
Update apps.json
commit 99112920b287568db32c5e43b47cfc2ee0cf71a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:47:34 2021 -0800
Update apps.json
commit 37f4329ec57bc4a96a1b2a0847406f6a05cad520
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:49 2021 -0800
Update apps.json
commit ba2aee642bf90307757bb85fda6aa0db01bed5e5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:06 2021 -0800
Update custom.html
commit 98048dc23cb1caf3aafbf1d1ecfa461ba5943925
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:37:23 2021 -0800
Update apps.json
commit 1a53e8d34af89f0e6c889653961350a898deea81
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:33:43 2021 -0800
Update custom.html
commit 993bb7298c8fbc9348e6668b70a555c51dc54a09
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:31:41 2021 -0800
Rename interface.html to custom.html
commit 3a3962bfdc0365e75f8804b61293ec91084f6698
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:30:12 2021 -0800
Rename custom.html to interface.html
commit c8ad92a3dcb7b8a0df83f2e720b6730dd785e829
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:20:33 2021 -0800
Update apps.json
commit ae85c1cee709457b10233205c057f946ea15fe83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:14:33 2021 -0800
Update custom.html
commit c1b467ba8e96f58b27eb3b9b2dc2b859fa89e227
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:14:50 2021 +0000
Update app.js
commit 438537ace2358f5b798bdfde92ebf78db81abc49
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:10:03 2021 +0000
Update app.js
commit e6d736860d7d7511f08474a4d8f6446ebe97e634
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:57:57 2021 +0000
Update app.js
commit e1add5e2b2a068873d0102324d61f9ff5532924d
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:45:02 2021 +0000
Update app.js
commit 09be008dfaf764b542a80f4dbbde6ab26314713e
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:39:48 2021 +0000
Update app.js
commit 9f26994f5c66a5ee88a702c7a73d8bcc0c8236c3
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:33:47 2021 +0000
Update app.js
commit 0cf4c5d70a97480185296b32137fcdc179fddcc4
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:10:31 2021 +0000
Update app.js
commit cfdb94439526722ca757b8ee748d298f6a76d9e7
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:32:34 2021 +0000
Update app.js
Add Media controls
commit e3cd8f5607f912002d3ec0adf833834058a492cb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:16:37 2021 +0000
Update app.js
Removed extra unneeded code
commit ceed8a123836f5da6fb8c5d6741e2224a3e4a0af
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 15:05:28 2021 +0000
Update app.js
commit 721a3f2608ee0012767cfacd5c69aa91a7bba5f6
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:39:30 2021 +0000
Update app.js
commit a16bfe4d7350b34c694050448f2aefc990d19dcb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:32:57 2021 +0000
Update app.js
commit e72bf84a7a05c4208e8c1d5f60815a9f57ca11c4
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 21:29:57 2021 +0100
use dark theme for metronome
commit 071a7a7e683a649b9f75fdc92b9f56804cd0af87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 20:46:18 2021 +0100
add support for Bangle.js 2
commit 7a7175fa483e4e9fcd5912d83e9519274d67b4f0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Nov 4 16:00:41 2021 -0700
Update custom.html
commit e2928498690565ba7d0454aaa4265bc8adfda712
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:32 2021 -0700
Rename interface.html to custom.html
commit cd7579269efe8d54a5a5680b8126ea38f9ce54be
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:04 2021 -0700
Update apps.json
commit df7f9cc530194025708b712565a410aed1d73e95
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:20:09 2021 -0700
Update interface.html
commit ada94b11cfbebfeaa010cee1b39d0f92591d4e13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:06:50 2021 -0700
Update interface.html
commit 08fc58deb57847cca7d81bf84a54df16ce97528f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:20:57 2021 -0700
Update interface.html
commit 04b9e74a4d2cd84dd9b64b0ba6fba1167fc400e7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:10:58 2021 -0700
Update interface.html
commit be7af68455ff4b5034c0baab9d8c138b9b024707
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:08:24 2021 -0700
Update interface.html
commit aaee5f3c0610de7a48bdda7fe9c6064dff97780e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 19:13:08 2021 -0700
Update interface.html
commit 73819933eeb57f32935e6ad93a146bdbee6d8be6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:52:09 2021 -0700
Update schoolCalendar.js
commit fa5cbd71c618a2053ec3217048c74a723c46f03f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:49:22 2021 -0700
Update README.md
commit fa392008d1e30a6df05245eac969badf4188fb74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:45:24 2021 -0700
Update README.md
commit c280e41560a3812ee83ca461e098bc35b80ef439
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:42:39 2021 -0700
Update README.md
commit 6b84a8eb3007cca6abd31cc1d3d0552cc79cb492
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:26 2021 -0700
Update schoolCalendar.js
commit 5bbfb1109910856575cc348012dbc44d489a8005
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:11 2021 -0700
Update interface.html
update interface
commit 6660dad4c01c66c20670cfd415b6ad063d9b5b74
Merge: 8c003cf6 1e0f6cd6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 07:35:54 2021 -0700
Merge branch 'espruino:master' into master
commit 8c003cf6ffb5a8b3437897a1e57a6a020b5e02a4
Merge: 5c11881f f1ce196a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 15 07:33:21 2021 -0700
Merge branch 'espruino:master' into master
commit 5c11881f752edbdef3031f0a48109a196eced80a
Merge: 8c149dbe be34e2b0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 14 17:14:45 2021 -0700
Merge branch 'espruino:master' into master
commit 8c149dbea1cfd34e815b64ca354840b811a82222
Merge: 7888cc6c 300ed35b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Oct 13 07:46:16 2021 -0700
Merge branch 'espruino:master' into master
commit 7888cc6ce0bbabf99c7dd39f002810d262af07fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:59 2021 -0700
Create README.md
commit 36a52b8b001a4515d715950db56e411a6c4842b2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:52 2021 -0700
Update README.md
commit 4f5558c41e75f6e91a34842f7b42fa85970dce5e
Merge: 5db16d19 68cc9fbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 16:43:12 2021 -0700
Merge branch 'espruino:master' into master
commit 5db16d190b1439293d9f0af16d37fea29db8830c
Merge: e7995505 54d98db6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 07:03:23 2021 -0700
Merge branch 'espruino:master' into master
commit e799550544e55ef94ef48f905283625e50f73e97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:57 2021 -0700
Update schoolCalendar.js
commit 89f82a50436d4eab82574d310077d19154a8ab59
Merge: 7107d510 f3712e66
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:38 2021 -0700
Merge branch 'espruino:master' into master
commit 7107d510a5301f50ca5dc1bf9d4463ad99a33af8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 20:06:28 2021 -0700
Update schoolCalendar.js
commit a61879753285b4469772f51474c29fe86a5aa942
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 19:55:30 2021 -0700
Update schoolCalendar.js
commit 3c9e46c2160f4ff58708afc0d08ce2e5d27df097
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:59:03 2021 -0700
Update apps.json
commit 941bc852c1ab4472dc74a7f84e12e92ab891432e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:53 2021 -0700
Add files via upload
commit 4cbfac212e6999887cfafd37d9c809919a014e27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:26 2021 -0700
Delete apps/schoolCalender directory
commit c7b723f87e5e6fb0858c09ee2910510267d73fd6
Merge: 8d2f4ccc ba08863b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 07:31:25 2021 -0700
Merge branch 'espruino:master' into master
commit 8d2f4ccca761e1695620b072e116b94272850427
Merge: 7846b48c 44aa03e4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 1 07:31:42 2021 -0700
Merge branch 'espruino:master' into master
commit 7846b48cf67ab024970b90948096f9258e1c184c
Merge: 59aa9909 d0fd2f01
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 30 17:22:33 2021 -0700
Merge branch 'espruino:master' into master
commit 59aa99092dac99b9a13bbc2a7153dd2b44a6fb67
Merge: 9061acee 03bbe1d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 29 08:06:54 2021 -0700
Merge branch 'espruino:master' into master
commit 9061acee5db851bd58295785cc7542a7c066b4c8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 17:44:12 2021 -0700
Update interface.html
commit 79bacc45932ce8842cbf12d23c36a41e992b438e
Merge: bb5fcdaa 48bb819b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 07:12:44 2021 -0700
Merge branch 'espruino:master' into master
commit bb5fcdaafc1e344bf2d717c3eb238f763f255215
Merge: 814fbdd6 28bd9e83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 27 16:15:07 2021 -0700
Merge branch 'espruino:master' into master
commit 814fbdd61ef41676d07719b5b1b297fbbc03ec6f
Merge: 83d88a1e f3fd0f25
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 25 08:01:44 2021 -0700
Merge branch 'espruino:master' into master
commit 83d88a1ea191e2e6b669d284d94b4180b9ea54aa
Merge: c9bed74e 71471d37
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 24 19:35:52 2021 -0700
Merge branch 'espruino:master' into master
commit c9bed74ec2e240e2daf26bf9ec9432df91ac18aa
Merge: 1f130c53 16fe8470
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 23 15:21:18 2021 -0700
Merge branch 'espruino:master' into master
commit 1f130c53b46546328260a6b94ad182be5d55ff18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 22 07:25:41 2021 -0700
Update interface.html
commit 3d8ebe82c289156581799134b3c56fd02ade1fad
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:07:20 2021 -0700
Update interface.html
commit 2ca58d2cc436b72beb87d347b8d8c217b461e805
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:02:14 2021 -0700
Update custom.html
commit d8c149073fb6bca8f5f78ba4a031004adeab1a6b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:01:31 2021 -0700
Update apps.json
commit ceab5d46a23f913faf96be90e644458ac5546157
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 20:58:01 2021 -0700
Rename schoolCalender.js to app.js
commit 9b344eb1ecc577e96196d2a3d3fc8962198e90de
Merge: ec453c0e 3b15a7f9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 07:24:54 2021 -0700
Merge branch 'espruino:master' into master
commit ec453c0e100f7fd140305fe8ed4a62d3987e68f1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 19:45:50 2021 -0700
Update README.md
commit a8f7fe72923e1fe38042cb4752dac1429c6be426
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:31:41 2021 -0700
Update interface.html
commit 51c41d5c48a72b7a373e6f979c95bab9fa9ddb7a
Merge: b7a4ecb5 50ec8d97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:25:50 2021 -0700
Merge branch 'espruino:master' into master
commit b7a4ecb57857016c131ba72e101b3a11eb3cb06c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:48:24 2021 -0700
Update interface.html
commit 82320ab073c0b106f5260e26c0fb147d7c8fcd02
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:40:43 2021 -0700
Update interface.html
commit 27d025bf82cc5882dc39110c5c7799f657f2c57d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 14:01:04 2021 -0700
Update interface.html
commit bd92c0e67fce373f11aae3bbcf8f5a4c06f2e161
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:51:31 2021 -0700
Update interface.html
commit f0c596d14f6119bbe52e2f0d3912216785257536
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:40:29 2021 -0700
Update interface.html
commit d6542bac6d666af7c8fe1f67434611e6ccacc6a6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:29:46 2021 -0700
Update interface.html
commit 7a2ee0f7111209afa859761a62f80e93ca71a879
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:15:29 2021 -0700
Update interface.html
commit c65ddbfc522c54da540080a16d171edd42ce592e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:05:32 2021 -0700
Update interface.html
commit 43c684f389d97dd12815edbd93d0750f923f17b3
Merge: ddd1a83c 5f5b5c0d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:45:25 2021 -0700
Merge branch 'espruino-master'
commit 5f5b5c0dc2485f7e454acb9f364d240e3972d955
Merge: ddd1a83c cc2e1bbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:42:47 2021 -0700
Merge branch 'master' of git://github.com/espruino/BangleApps into espruino-master
commit ddd1a83c613a9f21ec8e37ba1151e1ca255a77af
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 18:27:57 2021 -0700
Update interface.html
commit 632c98f8be2ad6e2290e5eb98025559a42a47c34
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 15:13:46 2021 -0700
Update interface.html
commit c252f74e16edc5a1a1fcfe4ce72c9594f12a9624
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 07:31:16 2021 -0700
Update interface.html
commit b9b0a43e99db0c2d13c28bf6d65540925709d866
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:28:35 2021 -0700
Update interface.html
commit afafd449fb06abd3930d0eb40989dc12787c96d9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:22:01 2021 -0700
Update interface.html
commit 45a0d50b011ee50e9b1b4c6ce5a84e1290331b1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:15:25 2021 -0700
Update interface.html
commit eb146fe07bd5d71f49c5e267424d7b8206eee952
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:07:51 2021 -0700
Update interface.html
commit 34baf995e7f5288266b5da08bcac6d76202a92fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:04:33 2021 -0700
Update interface.html
commit 751fbdda43ea542db4887bed7b4d4e2ad7628a23
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:00:47 2021 -0700
Update interface.html
commit bc71f317311509e8f3fd5054e6c3efaa05bc0416
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:47:13 2021 -0700
Update interface.html
commit cfde9e14a87466a8dc7cb92934c3af373f6a43d0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:41:40 2021 -0700
Update interface.html
commit 135165c983beca48190d091e355436100beee41d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:37:52 2021 -0700
Add files via upload
commit d50ba356d68ebeffd028a924450d4a6ad4fddd74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:36:59 2021 -0700
Update apps.json
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit b51c84229798e7c3665f203c13023d9f6e24eb68
Merge: f4e997d4 d1da165e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 12:20:57 2021 +0000
Merge branch 'Combined' into Base
commit d1da165eb44fa50bea67506097768f1138574c8c
Merge: f927549b 2c257605
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:30:56 2021 +0000
Merge pull request #9 from t0m1o1/scaledlauncher
Update apps.json
commit f927549b2c1e88232f4df2c6ef7e160c3a8e0f7b
Merge: 3cfd575d 411118aa
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:16:59 2021 +0000
Merge pull request #8 from t0m1o1/scaledlauncher
Scaledlauncher
commit 3cfd575da46cf38347bbbb4d37645c0bd72833de
Merge: 9a311219 9d1429ca
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:04:17 2021 +0000
Merge pull request #7 from t0m1o1/scaledlauncher
Update settings.js
commit 9a311219b2d3a7d3594ca654c78ae7137a92fb8e
Merge: 43c42711 5b1b752d
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 02:56:33 2021 +0000
Merge pull request #6 from t0m1o1/scaledlauncher
Scaledlauncher
commit 43c4271101a4be6dbc28d7e34534d25242c159ae
Merge: dec967f1 084bba39
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 21:18:16 2021 +0000
Merge pull request #5 from t0m1o1/compass-fix
Compass fix
commit dec967f1ac5900e43099ef9bfef3bfbe84e1f8e4
Merge: 21c48263 dfa40407
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 20:56:22 2021 +0000
Merge pull request #4 from t0m1o1/Swipe-Launcher
Stop the swiping coming up if mode is undefined
commit 21c482639aa1f2d391ebb0508701cff3170b45c4
Merge: dea2ec96 4c9d04de
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:19:27 2021 +0000
Merge pull request #3 from t0m1o1/Swipe-Launcher
Update Swiper Clock Launch
commit dea2ec9693855d735662a4d344682e6105533bf2
Merge: 92d156fb 51766844
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:15:16 2021 +0000
Merge pull request #2 from t0m1o1/master
Master
commit 92d156fb398787a068a2f7ed81a78d90ed04bd70
Merge: 100384f2 7d37a9eb
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:14:13 2021 +0000
Merge pull request #1 from t0m1o1/Swipe-Launcher
Swipe launcher
commit 51766844e6ff346119739114c28b9d638ca57cbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:49:56 2021 +0000
Update apps.json
commit 6fda7a5f33ec6341d51529e680f5d0caa9c9fdbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:37:07 2021 +0000
Update apps.json
commit b7a067234413e2cd9cb531c366371e5d88f6bb21
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:32:09 2021 +0000
Rename hidmsicswipe.app.js to hidmsicswipe.js
commit 97065f1d62d40003eec09a2539d7294fe41bc4e5
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:55 2021 +0000
Delete hidmsicswipe.info
commit 21f184d6c4ad1f977c385d95c3966d95d446bf5c
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:10 2021 +0000
Add files via upload
commit 3917f28ae54db0e86b6429489c19a4180be759e0
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:45 2021 +0000
Delete hidmsicswipe.img
commit a65668300fc45082d6897e19c6efff556853f4d9
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:18 2021 +0000
Delete hid-music.png
commit 5fce838e8ab7d2b297c05a1ae735abcd4ba76d90
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:29:36 2021 +0000
Add files via upload
commit ffa37f2ab3b1fd2b921783e19ffb48673aad1a6e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:22:38 2021 +0000
Create hidmsicswipe-icon.js
commit b656e5973c302a39f7513364c66094132135bfc4
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:59:19 2021 +0000
Create changelog
commit ad943ca5658e4f68c205996c4ad42aa1ebbeb793
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:58:19 2021 +0000
Add files via upload
commit ac433ac7bd6d586e9b1ca11da924d64bd566ade2
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:57:39 2021 +0000
Create hidmsicswipe.info
2021-12-05 17:14:06 +00:00
"version" : "0.10" ,
2020-03-04 16:42:44 +00:00
"description" : "Translations for different countries" ,
2021-10-20 14:11:04 +00:00
"icon" : "locale.png" ,
2020-03-04 16:46:49 +00:00
"type" : "locale" ,
2021-10-20 14:11:04 +00:00
"tags" : "tool,system,locale,translate" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2020-06-04 13:28:44 +00:00
"readme" : "README.md" ,
2021-10-20 14:11:04 +00:00
"custom" : "locale.html" ,
2020-03-04 16:42:44 +00:00
"storage" : [
{ "name" : "locale" }
] ,
2021-10-20 14:11:04 +00:00
"sortorder" : -10
2020-03-04 16:42:44 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "notify" ,
2020-06-04 13:28:44 +00:00
"name" : "Notifications (default)" ,
2021-10-20 14:11:04 +00:00
"shortName" : "Notifications" ,
"version" : "0.11" ,
2021-09-27 22:23:57 +00:00
"description" : "Provides the default `notify` module used by applications to display notifications in a bar at the top of the screen. This module is installed by default by client applications such as the Gadgetbridge app. Installing `Fullscreen Notifications` replaces this module with a version that displays the notifications using the full screen" ,
2021-10-20 14:11:04 +00:00
"icon" : "notify.png" ,
2020-06-04 13:28:44 +00:00
"type" : "notify" ,
2021-10-20 14:11:04 +00:00
"tags" : "widget" ,
"supports" : [ "BANGLEJS" ] ,
2020-06-04 13:28:44 +00:00
"readme" : "README.md" ,
"storage" : [
{ "name" : "notify" , "url" : "notify.js" }
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "notifyfs" ,
2020-06-04 15:18:41 +00:00
"name" : "Fullscreen Notifications" ,
2021-10-20 14:11:04 +00:00
"shortName" : "Notifications" ,
"version" : "0.12" ,
2021-09-27 23:29:26 +00:00
"description" : "Provides a replacement for the `Notifications (default)` `notify` module. This version is used by applications to display notifications fullscreen. This may not fully restore the screen after on some apps. See `Notifications (default)` for more information about the notify module." ,
2021-10-20 14:11:04 +00:00
"icon" : "notify.png" ,
2020-06-04 15:18:41 +00:00
"type" : "notify" ,
2021-10-20 14:11:04 +00:00
"tags" : "widget" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2020-06-04 15:18:41 +00:00
"storage" : [
{ "name" : "notify" , "url" : "notify.js" }
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "welcome" ,
2021-10-28 13:28:30 +00:00
"name" : "Welcome" ,
2021-10-26 19:58:27 +00:00
"shortName" : "Welcome" ,
2021-11-24 12:56:56 +00:00
"version" : "0.14" ,
2020-02-13 08:18:32 +00:00
"description" : "Appears at first boot and explains how to use Bangle.js" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2021-10-28 20:51:11 +00:00
"screenshots" : [ { "url" : "screenshot_welcome.png" } ] ,
2020-02-28 14:17:22 +00:00
"tags" : "start,welcome" ,
2021-10-28 13:28:30 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2021-10-20 14:11:04 +00:00
"allow_emulator" : true ,
2020-02-13 08:18:32 +00:00
"storage" : [
2020-04-04 16:25:58 +00:00
{ "name" : "welcome.boot.js" , "url" : "boot.js" } ,
2021-10-28 13:28:30 +00:00
{ "name" : "welcome.app.js" , "url" : "app-bangle1.js" , "supports" : [ "BANGLEJS" ] } ,
{ "name" : "welcome.app.js" , "url" : "app-bangle2.js" , "supports" : [ "BANGLEJS2" ] } ,
2020-04-03 23:30:33 +00:00
{ "name" : "welcome.settings.js" , "url" : "settings.js" } ,
2020-02-28 11:44:25 +00:00
{ "name" : "welcome.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-04-17 19:29:56 +00:00
] ,
2021-10-20 14:11:04 +00:00
"data" : [ { "name" : "welcome.json" } ]
2020-02-13 08:18:32 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "mywelcome" ,
2020-10-15 16:22:43 +00:00
"name" : "Customised Welcome" ,
2020-10-15 16:38:53 +00:00
"shortName" : "My Welcome" ,
2021-10-20 14:11:04 +00:00
"version" : "0.12" ,
2020-10-15 16:22:43 +00:00
"description" : "Appears at first boot and explains how to use Bangle.js. Like 'Welcome', but can be customised with a greeting" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2020-10-15 16:22:43 +00:00
"tags" : "start,welcome" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
"custom" : "custom.html" ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-customized-welcome-screenshot.png" } ] ,
2020-10-15 16:22:43 +00:00
"storage" : [
{ "name" : "mywelcome.boot.js" , "url" : "boot.js" } ,
{ "name" : "mywelcome.app.js" , "url" : "app.js" } ,
{ "name" : "mywelcome.settings.js" , "url" : "settings.js" } ,
{ "name" : "mywelcome.img" , "url" : "app-icon.js" , "evaluate" : true }
] ,
2021-10-20 14:11:04 +00:00
"data" : [ { "name" : "mywelcome.json" } ]
2020-10-15 16:22:43 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "gbridge" ,
2019-12-05 14:48:36 +00:00
"name" : "Gadgetbridge" ,
2021-10-20 14:11:04 +00:00
"version" : "0.24" ,
2021-11-04 17:16:02 +00:00
"description" : "The default notification handler for Gadgetbridge notifications from Android. This will eventually be replaced by the 'Android' app." ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
"type" : "widget" ,
"tags" : "tool,system,android,widget" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
"dependencies" : { "notify" : "type" } ,
2020-12-08 14:41:38 +00:00
"readme" : "README.md" ,
2019-12-05 14:48:36 +00:00
"storage" : [
2020-04-03 22:47:48 +00:00
{ "name" : "gbridge.settings.js" , "url" : "settings.js" } ,
2020-02-28 11:44:25 +00:00
{ "name" : "gbridge.img" , "url" : "app-icon.js" , "evaluate" : true } ,
{ "name" : "gbridge.wid.js" , "url" : "widget.js" }
2020-05-28 21:27:10 +00:00
] ,
2021-10-20 14:11:04 +00:00
"data" : [ { "name" : "gbridge.json" } ]
2019-12-05 14:48:36 +00:00
} ,
Squashed commit of the following:
commit 5ed43a28b5b9d6820ee898f632535747c1e5913d
Merge: 4cf9192c a385c099
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:12:45 2021 +0000
Merge branch 'espruino:master' into Base
commit 4cf9192c4341a85eab1198b8663f48d276704ac3
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:25 2021 +0000
Update core
commit 69a54194a9eb41d0722fc061bec5c900b724e8cf
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:14 2021 +0000
Squashed commit of the following:
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit e040cc4e245a8fb4c55bfeb99cab12c62af5e7b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 15:22:16 2021 +0000
replace tabs!
commit 60c2fa710c4904827bfba868507a9f6d10d524a3
Merge: 38b2e417 f3cb7e9a
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:29:46 2021 +0000
Merge pull request #942 from madman2021/master
Add new TimeCal app
commit 38b2e417bf8e63be394a96ed24b9e3d174d5f45b
Merge: 94bd895b 43b38cc8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:26:43 2021 +0000
Merge pull request #943 from peerdavid/master
[LCARS Clock] Shows icons for charging and out of battery
commit 94bd895bafeb37250b64373692c9cceb3e9ece97
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 12:56:56 2021 +0000
welcome 0.14: Turn off and run later to use softOff to time is set right
plus other minor tweaks
commit 43b38cc8ab5796e25f65ace531be68a6a4134f98
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:40:47 2021 +0100
New screenshot. Updated version.
commit 34c6589f06a1a8ba0f7fe2e126b41d03dff7f45b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:37:07 2021 +0100
Minor improvement
commit c403a5af671cf70b18776fad83126adf66122f0f
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:36:21 2021 +0100
New design. Removed png icon files - only converted icons are needed.
commit 19655ea3279daf32ebfd4453db398915a8229946
Merge: 274b705c b1fb0e6b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:44 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 274b705c1e7313cf646412ec01bf17de9b1dabcf
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:37 2021 +0100
More lcars style
commit f3cb7e9a0b8f0ba3624b639415c9168c240905e8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:53:14 2021 +0000
Remove Icon as it renders massive
commit 1a9f5375557fc232acfe3f42d1198da827db5ab8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:46:03 2021 +0000
Add missing supports tag for TimeCal
commit 3738bde22a0d4cef2bd5c956a1a370e9a145689a
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:43:38 2021 +0000
Add TimeCal to the app library
Add TimeCal to the app library
commit b1fb0e6b7d88f53cff85f6a8d3eb416bebd35e92
Merge: 559e8208 dabc22c2
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 11:10:36 2021 +0100
Merge branch 'espruino:master' into master
commit dabc22c2d725ccddad8b08c0fa0b14af94d38e28
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 09:54:11 2021 +0000
custom code works on bangle2
commit 2e83a511d2032736a63bda38406b4f744a4130f1
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:51:20 2021 +0000
metronome supports bangle 2 now
commit cea51d06d07f09923d590357c33782861c342817
Merge: cd1daba0 4eee3f05
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:50:24 2021 +0000
Merge pull request #938 from bengwalker/master
Add Bangle.js 2 support for metronome app
commit cd1daba0c55e99f5a477407f47b932d050c0b6f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:46:13 2021 +0000
0.25: Fix issue where if Bangle.js 2 got a GPS fix but no reported time, errors could be caused by the widget (fix #935)
commit c03ab08687bbc7ed893ed2ef8c3be21f1e61e74f
Merge: 1750c72e f10bf240
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:40:53 2021 +0000
Merge pull request #939 from Ronin0000/master
Add Screenshots to Many Apps
commit 1750c72e94eab6ee22650d993ea31efa17e79c46
Merge: 5eeb1181 1def233d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:38:06 2021 +0000
Merge pull request #936 from Vingelar/master
Binwatch: re-format background images
commit 559e82088077ba79675c0012c921eae3ef32b16d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:14:04 2021 +0100
Minor design change
commit d24b8c80da7afd75a6f121a22e3694252aa3c57a
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:12:25 2021 +0100
Minor design chnges
commit f10bf24018add2df61a5fc422aee941b07c70082
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 17:04:07 2021 -0800
Update apps.json
commit c66b0982368a5e1ee74da598945df12d88cba679
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:53:48 2021 -0800
Update apps.json
commit 638fea73c791b4f11b6119c02ca2090c31b6bc83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:24:10 2021 -0800
Add files via upload
commit 4e79c896c65b2edc7dfcb7b4b2eb6ae1c96f60ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:23:33 2021 -0800
Add files via upload
commit 33809d8cdfa7ea3f02941c820b4836f20a9eb869
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:58 2021 -0800
Add files via upload
commit 6cb83284a7e7b9d2f8935835702e713f0f9b7b51
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:45 2021 -0800
Add files via upload
commit 7e521d0d29262227a32244d2929eb99fcb36fb98
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:17 2021 -0800
Add files via upload
commit 9985ff03f20469897ceb3dd1acb4f90ac850ebb8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:00 2021 -0800
Add files via upload
commit 6f437c39866562e05d8821bdb5150cd553f3a6cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:21:15 2021 -0800
Add files via upload
commit ffe218a0046d65464e96cdc59d1c10fbb708b791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:56 2021 -0800
Add files via upload
commit 9400133dd49762a7bfcff38e5a6249cbfd5753f7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:39 2021 -0800
Add files via upload
commit 76463d927940f590ed45cc51558723375217a34a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:37 2021 -0800
Add files via upload
commit 4011accb47eb53954acc3e27cce5b6f6cb025c57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:19 2021 -0800
Add files via upload
commit bc5960d61a40c08566a8e1977fa53c6528f04a85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:07 2021 -0800
Add files via upload
commit da5634beda72243f5ee6e4fc0e376c6c5f9c6ccc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:51 2021 -0800
Add files via upload
commit b9c4640f853d4992e57cd5d6b2e3f4d75db32d1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:25 2021 -0800
Add files via upload
commit d27a605a24cc06903084b6a796c9c93b7724150f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:07 2021 -0800
Add files via upload
commit 52baa42e69b1a7a8ef6bc2cae548298af4dcbf7c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:48 2021 -0800
Add files via upload
commit db3b6a58e49a3d5ce9b528011f3e0607474e4fa8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:16 2021 -0800
Add files via upload
commit f0de0d8a9d542fd960f13b36a2bb2a3548f06033
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:52 2021 -0800
Add files via upload
commit 6d4cb98ba83d0ab62406c00ed9fa8dcd139d2f8c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:34 2021 -0800
Add files via upload
commit 5f434d9d327fff8cebf41a45cf73ea9c96cb42db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:23 2021 -0800
Add files via upload
commit 6e72349f05e3773b0ae60217df8b6f266447f1ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:37 2021 -0800
Add files via upload
commit 03e4d0d7c01cdc214526891933f3c155f63ff2b5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:21 2021 -0800
Add files via upload
commit ead12a1c11e3937637e8af8b1d54218e0138e908
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:54 2021 -0800
Add files via upload
commit a1ed32c91380e03146dc4003a3ee6e400d0dd35f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:30 2021 -0800
Add files via upload
commit fae08d7a739b1a28faacb0105d5ad417171dddcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:57 2021 -0800
Add files via upload
commit b889e431edf72d64867c576135bc1470c4590db2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:32 2021 -0800
Add files via upload
commit f177480160184722b935623ebed05ad630a5a6a2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:02 2021 -0800
Add files via upload
commit a2fe8c3722f56c59957642cad2bb0a6454dc6f5b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:11:42 2021 -0800
Add files via upload
commit c1cdf15bf5413167692e9c7bd4f5fee31fe4d4c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:49 2021 -0800
Add files via upload
commit fb1c5529f037cc701e30d9da036a54236ea1ba1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:11 2021 -0800
Add files via upload
commit 530089e0830473574b38c172a964f9cfb49436a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:35 2021 -0800
Add files via upload
commit 3556e668560587c074ad435b977283e19367f69e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:12 2021 -0800
Add files via upload
commit e1e32772e4dd1943af6ed37407425998b0819e48
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:56 2021 -0800
Add files via upload
commit 8084bb92b7cfb12740129c57e1bb5c05ce13994c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:37 2021 -0800
Add files via upload
commit 2c997d2964d4ade4ba0aa5ef89a1b646c15a9751
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:18 2021 -0800
Add files via upload
commit 747626b66c880293481bd0a97cda8e32e0239d04
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:07:24 2021 -0800
Add files via upload
commit ed36fae0ac6def24ca20ab6229affbcf7502582e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:59 2021 -0800
Add files via upload
commit e8baad3c3775e26f8a88457ff8f361a18572e484
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:33 2021 -0800
Add files via upload
commit 1efcebe84aa2b2b00d6920a84d4e486b834c1083
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:16 2021 -0800
Add files via upload
commit 082d3d1e95e9bb98e10bb1679ae0dfba11bf44e0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:05:21 2021 -0800
Add files via upload
commit b10f62a6c55dd89bb15a97430b74269486a72807
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:58 2021 -0800
Add files via upload
commit 24b41c2c6fe40d18ffd9dfc0404f215cc9b847ff
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:42 2021 -0800
Add files via upload
commit 19a2ef1a44c78fe9b1922574f0a1eda20f2fbd43
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:01 2021 -0800
Add files via upload
commit 7089d6e74c438d3577ebf03857b0c1b6f73aaa2a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:03:38 2021 -0800
Add files via upload
commit 431824f828f0ea900c9d206e492cc7a6d1830f2e
Merge: 15aa41c7 5eeb1181
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 15:15:57 2021 -0800
Merge branch 'espruino:master' into master
commit 5eeb1181d049f1580f75657b9a9ac664041b26b9
Merge: 546a0b16 6b05d928
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:29:18 2021 +0000
Merge pull request #937 from rigrig/barclock-b2
Barclock works fine on the Bangle.js 2 :-)
commit 15aa41c766b2a25c7a83a1a6744706a7b2852aa3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:23:03 2021 -0800
Add files via upload
commit 6a93494e3fe516ccbc7755027f613bd9bd529021
Merge: 12443640 546a0b16
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:22:27 2021 -0800
Merge branch 'espruino:master' into master
commit 546a0b16cc32841b38a0d39b07ec6d18f58d21c5
Merge: cb6e14f6 18fbd289
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:55 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit cb6e14f6c12816224bbc3dc127e9817d0df7ae78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:37 2021 +0000
messages, start of call handling and message responses, fix for scroll issue when only 2 menu items
commit 12443640c95efbe9f25ed0ffe73280c84d90cd13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:54:22 2021 -0800
Update apps.json
commit 9bdc07f8617e457439522d5b4c84a65d1eba4ed9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:47:36 2021 -0800
Update apps.json
commit 4eee3f05e92e26aa5c70c1d2cefcc97ff4935b0d
Merge: aafc93f0 18fbd289
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:46:32 2021 +0100
Merge branch 'master' into master
commit 298fa47cd87e37b19cd142f47867843e24d08b57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:42:50 2021 -0800
Update apps.json
commit 52c07f6dc80e8eabd017fc324332c0594c173399
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:40:42 2021 -0800
Update apps.json
commit fe340d75bbb6c7814241becacddaca50435c5fe3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:39:31 2021 -0800
Update apps.json
commit aafc93f09a818f5bb6e4b6988246e4f8d049df87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:35:35 2021 +0100
Update README.md
update README
commit bd80ea5ca03b2e9d5f2eb562adc7305b3952d2e5
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:31:33 2021 +0100
Update metronome.js
print instructuions for banglejs2
commit 51afd5ef049c67f331931ee18b53e9d4e835342a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:29:27 2021 -0800
Add files via upload
commit ff62b603a27d6acea382af80496b6a35787a73ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:51 2021 -0800
Add files via upload
commit ffbd331c1376c5f393dafe62eaa62a9991949a3e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:29 2021 -0800
Add files via upload
commit 93c113a95a21dccfde6bb171d15b0f93e6d0f58a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:25 2021 -0800
Add files via upload
commit b2be26fccedfa52f00f275db8050c0c3e532859b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:07 2021 -0800
Add files via upload
commit 899e78539c3bb0e41e4d56aa854c4806715ccce0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:26:06 2021 -0800
Add files via upload
commit 50a88d41cd63e51a876e4fca58fe13c5af2088fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:35 2021 -0800
Add files via upload
commit b1d636bac2148007dd72becff0daddf24b80f0a4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:10 2021 -0800
Add files via upload
commit 6b05d928751b49d4910ddd3a6867e2d4cad6c93f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 19:42:12 2021 +0100
barclock: Fix time/date disappearing after fullscreen notification
By forcing a complete redraw at lcdPower-on
commit 32e3d326aa143eed99d26c81c9fbf870730591f4
Author: Richard de Boer <git@tubul.net>
Date: Sat Nov 20 17:13:36 2021 +0100
barclock works fine on the Bangle.js 2 :-)
commit 1def233de2434d272c6f712c9c213b7caff3ae92
Author: Vingelar <Vingelar@mantisse.de>
Date: Tue Nov 23 19:09:16 2021 +0100
changed format of bg images to binary raw format (export from emulator
commit e021aa2c9d5c44f9130e4bf67cb4b066d02cbd6d
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:59:49 2021 +0100
Update app.js
binwatch: adapted names of bg images
commit 3dd723d10bd3195257205a48dc79872668bd53cb
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:58:48 2021 +0100
Update apps.json
binwatch: shorten names of background images
commit 275402344ee927a51d0c100d4387c739d7a49968
Merge: cf027b37 18fbd289
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:36:45 2021 +0100
Merge branch 'espruino:master' into master
commit 18fbd2898da9fc2bfb16d0adf9cf2b97f5ce0f3d
Merge: 5be6981a df364bab
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:34:15 2021 +0000
Merge pull request #933 from peerdavid/master
[LCARS Clock] Added lcars icon to watch face.
commit cf027b3783cbbf8deca98fb3e1ee1922557686bf
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:34:13 2021 +0100
Update app.js
changed names of background images
commit 5be6981acdf3935b936bb85caf37780537518b66
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:31:42 2021 +0000
oops - named stub wrong
commit d328d94d34ea86dd99f958098c7f0a000b1e395f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:30:20 2021 +0100
Add files via upload
added background files exported from Emulator
commit c36fb16a684085c2eb6ada2c50021d3776f5e215
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:54 2021 +0100
Delete Background240_center.js
removed background240_center.js (wrong format)
commit 4719fada2843f1c8d6ae36d8d59d0fb95318d9b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:28:34 2021 +0000
Android Remove messages on disconnect, Fix music control (ref #909)
commit f431bd8a2c823e877ee6e78576aa4f39a0b5701f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:25 2021 +0100
Delete Background176_center.js
remove backgounrd176_center.js (wrong format)
commit 1b548c9bbb5a10769498b4ad1be04397fb889bce
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:27:33 2021 +0100
Update apps.json
adapted naming for image files
commit df364babab19550f75a01d707f0684d8547e8664
Merge: d28517b2 a1eeadfc
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 17:16:00 2021 +0100
Merge branch 'espruino:master' into master
commit d28517b2a5b5e7eaa6a8d9832d9352062addb3ee
Merge: cd93a201 465c93d8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:18 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit cd93a201f846e2c51a1ff9cc447dbbbdc2c5e2cc
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:15 2021 +0100
Moved logo
commit dd2bb22f076abff1aac2f32734b50fdcc5423861
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:08:57 2021 +0100
Update apps.json
use .js files as background images
commit 03c5f996f4998ebc1e6bfea7e77d3a61743c0c69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:07:21 2021 +0100
Add files via upload
added background files as js
commit 7d81bfe2bbdf5095ac7550247eddbe6827cec4c0
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:53:40 2021 +0100
Update apps.json
added missing "url" to background storage
commit 51b73894e461af6312b6fca28e0b5888e9f98da6
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:51:40 2021 +0100
Update app.js
use background images from storage
commit dab36d05a77563e9a839f38807bfd7cfe09a1f69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:48:50 2021 +0100
Update apps.json
added background images to stroage
commit 31f28093411e4f501dd49f98359af43e71e8b27e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:44:49 2021 +0000
Fix https://github.com/espruino/BangleApps/issues/927 - App loader offers to update unknown apps
commit a1eeadfc224a976e3fca6a00ca47d1c1389fa70f
Merge: 68429483 0a695e51
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:40:09 2021 +0000
Merge pull request #934 from Ronin0000/master
Fix School Calendar Bug
commit 0a695e5143fbff3935e80b9df85720f065b1e185
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:09:14 2021 -0800
Update custom.html
fix bug that was for testing
commit cfecc24f42d257d565f21571a50b825cffb2f1c3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:05:47 2021 -0800
Delete boot.js
commit 684294830d75459982845920cb30815236dc0917
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 13:57:46 2021 +0000
app manager works in bjs2
commit 465c93d830300054722f10f483a9023c6ec315e7
Merge: d20f5e59 3ba779ee
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 14:53:47 2021 +0100
Merge branch 'espruino:master' into master
commit d20f5e597e72d8392af3e9b745a4dfab36e8797f
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:53:27 2021 +0100
Updated screenshot
commit a283cf58fb90b1852d8e414fb01010632a65ba46
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:51:55 2021 +0100
Included lcars logo
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 3ba779ee5826a60f127ed12f0eeaa2a848f53b4c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:48:34 2021 +0000
Fix bangleapps after recent PRs
commit aaf06b113c72e1487651d30602ba79c95a41d6ff
Merge: a0351381 06a6b72d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:42:26 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 9600f16671ab5a9fc772a959a7110622baa5e606
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:19:48 2021 +0100
Updated changelog
commit 98577b626960bd971af483ef709655dfe0ac1f00
Merge: 1ccabca0 d3cd47f9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:52 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 1ccabca0c6f1cf79c1b5d6a56749ab752a4d1850
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:50 2021 +0100
No hrm icon - its shown too much.
commit d3cd47f95704e7c508e1e311d3224826f3fd73ce
Merge: 2e18795c 06a6b72d
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 11:12:43 2021 +0100
Merge branch 'espruino:master' into master
commit 2e18795c5780148c6f52d50cd69849b5893b1cdb
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:11:33 2021 +0100
Fixed string
commit 36edd449c5398147536d20c2b4f11040cb3105b9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:10:33 2021 +0100
Minor change
commit 06a6b72d42fc55a224bb5d133640670c21d6cae0
Merge: a39d4102 be083113
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:03:45 2021 +0000
Merge pull request #925 from Ronin0000/master
Add School Calendar
commit a39d4102963fc1593e1f2f8ea3f4372a3da4da6f
Merge: ab2cb243 930cfa13
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:02:41 2021 +0000
Merge pull request #928 from peerdavid/master
[LCARS Clock] Icons for different states such as GPS or HRM.
commit 5c3b0468d4ce9a51249f6f098c3e6ba84ba1cf41
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:59:26 2021 +0100
Update apps.json
corrected format
commit 336501059da7bceddba9e300c5b6d5bd1aba6a3a
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:56:25 2021 +0100
Update apps.json
removed background image
commit 3f4c49a8aef6ba79419f00d86fc4f02435b72e21
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:55:07 2021 +0100
Update app.js
integrated BG image into app
commit ff3223e1b906957811cad815df88ad495e70a95f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:51:02 2021 +0100
Update app.js
added "require" for bg image
commit ab2cb243857e50e7bb80ee163e4bc153302446a7
Merge: adadf7ef 162dc1f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:51:01 2021 +0000
Merge pull request #929 from weeurey/master
Update app
commit adadf7efd39b01466cfd348e13c5a02deaa6bf4d
Merge: b7f403e7 0f9d938f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:26 2021 +0000
Merge pull request #931 from reelyactive/master
emojuino@0.02
commit b7f403e79bf5fae387c5f6d0522f49ce917362a6
Merge: f4e997d4 46383d4d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:12 2021 +0000
Merge pull request #930 from rigrig/gbmusic-fix
gbmusic: fix "previous" button image
commit a03513812956c629f003824b46bb6763734eead8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:44:24 2021 +0000
fix download icon on android
commit b128f5c15569de9e2be0717f270cfd90e006d5ab
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:38:02 2021 +0100
Update apps.json
added background image to upload
commit 930cfa13315046c621a5444632f7b12bbd956fae
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 09:43:24 2021 +0100
New HRM Icon
commit 7f3f7b9eee3c23c922645274dd8d7947def8158d
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:26:37 2021 +0100
Currently, no confidence > 80 is reached...
commit 1fb861b82c4cc75b94dc6875280fbd411390bc71
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:25:11 2021 +0100
HRM confidence of 80 to display
commit 7d95221e166770be91bf76374f926fe996356009
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:24:15 2021 +0100
Minor change
commit 6d8d98fb03e7bed42c3feeee771ddfcd78b60ea8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:21:41 2021 +0100
Show HRM
commit a0cc4c633e0e6853a0f170a5358b7e1f11e310af
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:10:00 2021 +0100
Minor changes
commit be083113316ec7ba07d780b6593cb9adfd748298
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 19:11:40 2021 -0800
Update custom.html
commit 0664a44c454107d4e3ff039d12baffea3e90cf5f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:52:43 2021 -0800
Update apps.json
commit b032ca0fc1936e650a459f766799e197daf2a4dd
Merge: 7fd37f7e f1f063fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:27 2021 -0800
Merge branch 'espruino-master'
commit f1f063fd1adb553c548a3aa54156bce00b4ca48d
Merge: 7fd37f7e f4e997d4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:09 2021 -0800
merge3
commit 0f9d938fa6970df18fbe99f3c707b94aa26d15c1
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:23:17 2021 -0500
Version bump
commit 5a01047cd0b30e4b7b253d784bd0b5755fc0c2e2
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:21:29 2021 -0500
Added screenshots
commit ae55c2d39fc936cfa1954d44b7f76dc91c21ced3
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:09:26 2021 -0500
Allow emulator, specify type as app
commit 58f9e7cd5b59904651fb878a89844ee4ccfb23df
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:03:18 2021 -0500
Upgrade to emoji images and supporting text
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit 7fd37f7e4e669c0aea7b5324b85f9d85ca394dcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 12:18:44 2021 -0800
Update custom.html
commit 84d9ca4b337e36c4f62ffce4b3059f8f2909d482
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:57:14 2021 -0800
Update boot.js
commit 740f4a95665fd92ad87e83dd381da7e55c2e4b18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:52:27 2021 -0800
Create boot.js
not part of the current merge
commit d3538a03f10f6323afc8656cef397a561cf35bf0
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:12:50 2021 +0100
Added raster
commit 20310fdb75b11fe8b3ea38dc7810732910537169
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:02:27 2021 +0100
Smaller icons
commit 3863be18301cec9fec480db7fe28a19439c708d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 09:06:52 2021 -0800
Delete apps/schoolCalendar/fullcalendar/interaction/src directory
commit 5d8c13a7e6a934e8b750f0ab4871e3dcc67c09bf
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:56:29 2021 +0100
Updated screenshot accordingly
commit 21134a1dcdc102755171af26e99ae86f3559996f
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:55:21 2021 +0100
Better background
commit cab3d43085b2edf4dc97ebf05785bb5b446a88da
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:39:48 2021 +0100
Better alarm - shown only in icon so we can display more data.
commit db22bac0ecd48633d6acf0874127a1b28821d8ea
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:11:15 2021 +0100
Use correct alarm icon
commit 162dc1f29346ab0f6ff4b7cd4128826292ca766e
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:11:07 2021 +0000
Update apps.json
commit dc24ae9bfba1786d4d8a3e22871c4da7bda9fb92
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:10:58 2021 +0100
Better HRM Icon
commit 8e688d144ab30ff87f31b51ab457688ce03c4c23
Merge: 741f7aab f4e997d4
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:09:43 2021 +0000
Merge branch 'espruino:master' into master
commit 741f7aab5239e6fa6ae48e1a5351216dfcfc4177
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:08:38 2021 +0000
Update apps.json
commit 247ed9faa2e8b8463374fea05d4bb04ddda2cfc1
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:07:39 2021 +0000
Create ChangeLog
commit d878d46d4ccc5128643034c535cff69984ab7853
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:05:57 2021 +0000
Update app.js
commit c720fc314b516e1007452ad18ce51bc4fefefec1
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:03:21 2021 +0100
New alarm icon
commit 75fbd6882d1368c73db1b96fac79f4202d6a5e53
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:37:48 2021 +0100
Added icon for alarm
commit eb20f15537d8b6be7226b2ae49fc6e6dd0474124
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:33:42 2021 +0100
Compeletely new design with icons for GPS, HRM and Compass. All Icons are open source and mentioned in the Readme.md file.
commit 46383d4d5547bca38a2a07ea01d67afa0166bedc
Author: Richard de Boer <git@tubul.net>
Date: Mon Nov 22 13:18:01 2021 +0100
gbmusic: fix "previous" button image
commit 1bf5132a5caf41398125e0c7f2bad72ffa300df2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:07:49 2021 -0800
Update custom.html
commit 618c5b7a10ebe610205ab463c395f65948e5a763
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:02:29 2021 -0800
Update custom.html
commit adfeb5e535564f8851fcdc080e2fa10d9acced9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:00:21 2021 -0800
Update custom.html
commit f950fd2ee88486e3355efd30823d50de799e8418
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:57:52 2021 -0800
Update custom.html
commit 3ee0e9bae6ee137c6e36672c9aa6a20d1c072caf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:49:48 2021 -0800
Update apps.json
commit 387bd30236b5d765b396eba24ad43120ceb6c384
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:48:14 2021 -0800
Rename ChangeLog.md to ChangeLog
commit 6e07f282b8918ac3b8f333c7c4156980a44ff1d6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:41:26 2021 -0800
Add files via upload
commit fea37b4992e65a5ca54648f88281ce2623f6a55f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:40 2021 -0800
Update apps.json
commit 939d8f6a9ae71b49c13f7dbf1455bb2fec60462a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:21 2021 -0800
Add files via upload
commit 854ae5361d1b2400f6b6d1b2c2239f46d1e16bc9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:34:28 2021 -0800
Update README.md
commit 426768eb11e34ea7a04010e6fe7da1a5a5187f40
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:32:14 2021 -0800
Update custom.html
commit bf994d9acc8b79ebda1e47dc5ebc5158210d6205
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:24:29 2021 -0800
Update apps.json
commit 7c74c5d43f9f66b6374cabd4e247d1560e5f29a1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:15:40 2021 -0800
Update apps.json
commit 8981aa3f614c388c74d73ccd25e16f5e6eabde9f
Merge: e878e547 100384f2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:12:19 2021 -0800
Merge branch 'espruino:master' into master
commit e878e5478713b0b3cae0bb86e28f998cbfeb9b10
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:11:43 2021 -0800
merge
commit 3bde4d2e48711186ae26036baea8f880c2aac7c4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 16:12:16 2021 -0800
Update custom.html
commit 5f3c93df8cc8b73c432ea31b15e84e4b106256de
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:37:41 2021 -0800
Update custom.html
commit 26bd9e35be993aae4deece775ac85f53f877b122
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:35:47 2021 -0800
Update custom.html
commit 8f2cc6e2137cf29e03435123e96d9c6c550864d1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:34:09 2021 -0800
Update custom.html
commit 66f061112301898b011412e91982dbefc7cc2d1e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:32:48 2021 -0800
Update custom.html
commit 87a9504912b8753dc63700207ee89acacbb34726
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:30:44 2021 -0800
Update custom.html
commit 626498da9d296fecf6776b836def4eda87027d85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:24:01 2021 -0800
Update custom.html
commit 3472ca355a1a71d3fa3f464ece2b81dce7f4eeaa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:21:57 2021 -0800
Update custom.html
commit 529b0cb4637652dfc0a3ba6688b863b5f47437ca
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:19:53 2021 -0800
Update custom.html
commit e77d9980023f041a87743ac1fd3c48a3f0652a8e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:18:21 2021 -0800
Update custom.html
update
commit a712c37c7652f7bc46c4d7761df93b3d28e17229
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:17:58 2021 -0800
Update custom.html
commit 4d9d6abb9ef466e4058510efe9eec295f60127e9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:14:02 2021 -0800
Update custom.html
commit f35b24844810a90f08f731cc9e63535be217e4cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:09:44 2021 -0800
Update custom.html
commit d0336b2854d7e0892c440ef8c5f83bcbe1374a9b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:06:56 2021 -0800
Update custom.html
commit 640c8e491e489e9ea88282cf0bfe14004838b3db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:03:42 2021 -0800
Update custom.html
commit 604153cb2408399ce1420b43ef87f41c09d3daa6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:01:45 2021 -0800
Update custom.html
commit 0f8f1e38e85a8c1c49057f4b891209bdfad67aef
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:44 2021 -0800
Update custom.html
commit 7f7dcb0bcf89b1d66f60481efaa09f5956ee4ecc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:22 2021 -0800
Update custom.html
commit d42fe03dc8fcbc0f68857dd9f887c8cc4eff1c06
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:55:08 2021 -0800
Update custom.html
commit 98f172fad442e89f53c45ac47f2388a08049855a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:53:01 2021 -0800
Update custom.html
commit daf8dde32bc81b8f04402c4728eac41784751cd5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:49:25 2021 -0800
Update custom.html
commit 408bd24080a2f7dcf1e6d0c33dab65da4dff82cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:48:38 2021 -0800
Update custom.html
commit 68db21acbb837b12d84d9930d451d2ba90e251dd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:44:30 2021 -0800
Update custom.html
commit 45feb1b2ffb17b8835c505bc4a4f825ddc17bf4f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:42 2021 -0800
Update custom.html
commit 3bc5fd87b61cbb9b867009d933342fe627da982d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:12 2021 -0800
Update custom.html
commit c3eede9868ee342bc4248e71a874c2e6b332dcdd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:37:42 2021 -0800
Update custom.html
commit 8426356c01a23ae769c79f726b95ea64f4428574
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:35:55 2021 -0800
Update custom.html
commit 93f09c216a1eb9aa876c88a1f806ccb709e971b7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:39 2021 -0800
Update apps.json
commit cb748a251dbd11e87615d82081522953607b3a27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:20 2021 -0800
Update custom.html
commit a994ed66301040f60d5f99b672a6081152a20d6c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:53:38 2021 -0800
Update custom.html
commit b76bb48973dbabfaf56bdec4aee44a483f94d129
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:50:08 2021 -0800
Update custom.html
commit f99ce683e9ce42431321fc711e061955bc0220fb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:46:32 2021 -0800
Update custom.html
commit ddfdd94ff845d3d8560158cde184a9a19a3d2142
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:42:51 2021 -0800
Update custom.html
commit 52675f7eff140426532f81da9c84c5d7803d0cda
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:48:03 2021 -0800
Update custom.html
commit d4911034145e3d98b99d649be55c75671e2f5c5c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:44:23 2021 -0800
Update custom.html
commit 71ff5959aec6a5f8302bda513d2c1371bbed0743
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:58 2021 -0800
Update custom.html
commit daba705b37b9952cba2910c3c0bed23e58aaf2fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:16 2021 -0800
Update custom.html
commit 19cb5fc749abeefe378205531d18b97562ddfc47
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:39:15 2021 -0800
Update apps.json
commit 6c20945898b84a02d6b440923a5afd994c7d97aa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:37:41 2021 -0800
Update custom.html
commit ff519bdc0d9bca530284d98cad9fd023ad37d50d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:15:29 2021 -0800
Update custom.html
commit 34843d703aae0b6a33be352ad0f8408d8d17d07b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:11:54 2021 -0800
Update custom.html
commit 4da82197f32b280e4192d5bc9a5ba174fbad4ace
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:01:20 2021 -0800
Update custom.html
commit a9c5a32bc1359d8288f4fd6b6da50eaf40910c9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:56:54 2021 -0800
Update custom.html
commit 352fea34791ccf06450a516ab2a2daf22353c641
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:53:38 2021 -0800
Update apps.json
commit ab6f56c381a54e4ab3466625a9eb794eef5dd2a0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:52:34 2021 -0800
Update custom.html
commit a65742ce346039ef901e70157620aabd95bbca35
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:48:25 2021 -0800
Update apps.json
commit a1a387dd600f7e5c3879d74cd5a516d7566fb7bb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:47:52 2021 -0800
Update custom.html
commit 180e88e0e44dc3ca09291a7d37b6fa4df637fa78
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:50 2021 -0800
Update custom.html
commit 0099736b8c64e8f1afefd4d52b526151e3ac700a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:14 2021 -0800
Update apps.json
commit 1fdf4e954e23fe0514b8d795224c2edafd5941c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:43 2021 -0800
Update apps.json
commit faa5b6b21aa8b7062dc62499e8361b8233cf9408
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:10 2021 -0800
Update custom.html
commit d617803c13ec381f35a9d30f99a267dca02c9cf1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:44 2021 -0800
Update apps.json
commit dc669254bcccad425153d209d6dcdf002f64a30d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:10 2021 -0800
Update custom.html
commit 303247fb4e66802ed7f5c2ee404ce0a28221ec2d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:25:00 2021 -0800
Update custom.html
commit d836cbd2ba256adfffa55f1d12fda02ae8ac760c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:15:16 2021 -0800
Update custom.html
commit e206bd4e1cad4aab266fd376fa525500941878a8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:08:00 2021 -0800
Update custom.html
commit 1a6c1acce50fe2fe2e49bfc26b3ac98c1db5aa13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:04:06 2021 -0800
Update custom.html
commit aa20fac50ed19adfb9248fd9cda1ebb7c31f95b1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:02:52 2021 -0800
Update apps.json
commit 5625414e90c78677040420f342f29e96f088469b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:34:30 2021 -0800
Update apps.json
commit ebc2d8096144e6150920efc4b63e8f1e3f52eb00
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:33:27 2021 -0800
Update custom.html
commit 6c43de3766433c1f9fa1d01fd24cbfe0839e19c0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:21:11 2021 -0800
Update apps.json
commit 37da3c68aeeb5fec1ef3d8965fa3d8170074d791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:19:46 2021 -0800
Update custom.html
commit 92707b9d13ed269a41684ce45111376694cb6e58
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:12:50 2021 -0800
Update ChangeLog.md
commit d3ca682cff08be0bb2a64ab057f6efdf36b4e094
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:09:56 2021 -0800
Update apps.json
commit dfd9e59993944f6323120f8af660d880c63c6793
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:08:52 2021 -0800
Update custom.html
commit 5d24a09ffa2d9cad10a5fae3c7b4d5fafc944aa9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:04:41 2021 -0800
Update apps.json
commit e965bd7d962108a2944824eb6579fce435876966
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:43 2021 -0800
Update custom.html
commit 345d9c155135fc4d0a2b8d00b3528b363a584ced
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:12 2021 -0800
Delete schoolCalendar.js
commit dc9db8a4767d4c16d92645131d977263e2468521
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:58 2021 -0800
Update schoolCalendar.js
commit 58df0a5ca26684b4da84929c8c388ca5c37acabd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:03 2021 -0800
Update apps.json
commit 65ad4979e8d58b51f11f3bcc86f31ab303a5d7b6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:27:10 2021 -0800
Update custom.html
commit 9c07800c5ef948a1b9b2071e7bdfe46809fefa1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:07:38 2021 -0800
Update custom.html
commit b108bc45fb8bfa266e4d4ad3e66a9f65cec96c92
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:58:24 2021 -0800
Update custom.html
commit d871855f8e217b27ea73ed28b389bbc8aea59d62
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:55:58 2021 -0800
Update apps.json
commit 99112920b287568db32c5e43b47cfc2ee0cf71a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:47:34 2021 -0800
Update apps.json
commit 37f4329ec57bc4a96a1b2a0847406f6a05cad520
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:49 2021 -0800
Update apps.json
commit ba2aee642bf90307757bb85fda6aa0db01bed5e5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:06 2021 -0800
Update custom.html
commit 98048dc23cb1caf3aafbf1d1ecfa461ba5943925
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:37:23 2021 -0800
Update apps.json
commit 1a53e8d34af89f0e6c889653961350a898deea81
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:33:43 2021 -0800
Update custom.html
commit 993bb7298c8fbc9348e6668b70a555c51dc54a09
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:31:41 2021 -0800
Rename interface.html to custom.html
commit 3a3962bfdc0365e75f8804b61293ec91084f6698
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:30:12 2021 -0800
Rename custom.html to interface.html
commit c8ad92a3dcb7b8a0df83f2e720b6730dd785e829
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:20:33 2021 -0800
Update apps.json
commit ae85c1cee709457b10233205c057f946ea15fe83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:14:33 2021 -0800
Update custom.html
commit c1b467ba8e96f58b27eb3b9b2dc2b859fa89e227
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:14:50 2021 +0000
Update app.js
commit 438537ace2358f5b798bdfde92ebf78db81abc49
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:10:03 2021 +0000
Update app.js
commit e6d736860d7d7511f08474a4d8f6446ebe97e634
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:57:57 2021 +0000
Update app.js
commit e1add5e2b2a068873d0102324d61f9ff5532924d
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:45:02 2021 +0000
Update app.js
commit 09be008dfaf764b542a80f4dbbde6ab26314713e
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:39:48 2021 +0000
Update app.js
commit 9f26994f5c66a5ee88a702c7a73d8bcc0c8236c3
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:33:47 2021 +0000
Update app.js
commit 0cf4c5d70a97480185296b32137fcdc179fddcc4
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:10:31 2021 +0000
Update app.js
commit cfdb94439526722ca757b8ee748d298f6a76d9e7
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:32:34 2021 +0000
Update app.js
Add Media controls
commit e3cd8f5607f912002d3ec0adf833834058a492cb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:16:37 2021 +0000
Update app.js
Removed extra unneeded code
commit ceed8a123836f5da6fb8c5d6741e2224a3e4a0af
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 15:05:28 2021 +0000
Update app.js
commit 721a3f2608ee0012767cfacd5c69aa91a7bba5f6
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:39:30 2021 +0000
Update app.js
commit a16bfe4d7350b34c694050448f2aefc990d19dcb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:32:57 2021 +0000
Update app.js
commit e72bf84a7a05c4208e8c1d5f60815a9f57ca11c4
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 21:29:57 2021 +0100
use dark theme for metronome
commit 071a7a7e683a649b9f75fdc92b9f56804cd0af87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 20:46:18 2021 +0100
add support for Bangle.js 2
commit 7a7175fa483e4e9fcd5912d83e9519274d67b4f0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Nov 4 16:00:41 2021 -0700
Update custom.html
commit e2928498690565ba7d0454aaa4265bc8adfda712
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:32 2021 -0700
Rename interface.html to custom.html
commit cd7579269efe8d54a5a5680b8126ea38f9ce54be
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:04 2021 -0700
Update apps.json
commit df7f9cc530194025708b712565a410aed1d73e95
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:20:09 2021 -0700
Update interface.html
commit ada94b11cfbebfeaa010cee1b39d0f92591d4e13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:06:50 2021 -0700
Update interface.html
commit 08fc58deb57847cca7d81bf84a54df16ce97528f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:20:57 2021 -0700
Update interface.html
commit 04b9e74a4d2cd84dd9b64b0ba6fba1167fc400e7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:10:58 2021 -0700
Update interface.html
commit be7af68455ff4b5034c0baab9d8c138b9b024707
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:08:24 2021 -0700
Update interface.html
commit aaee5f3c0610de7a48bdda7fe9c6064dff97780e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 19:13:08 2021 -0700
Update interface.html
commit 73819933eeb57f32935e6ad93a146bdbee6d8be6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:52:09 2021 -0700
Update schoolCalendar.js
commit fa5cbd71c618a2053ec3217048c74a723c46f03f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:49:22 2021 -0700
Update README.md
commit fa392008d1e30a6df05245eac969badf4188fb74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:45:24 2021 -0700
Update README.md
commit c280e41560a3812ee83ca461e098bc35b80ef439
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:42:39 2021 -0700
Update README.md
commit 6b84a8eb3007cca6abd31cc1d3d0552cc79cb492
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:26 2021 -0700
Update schoolCalendar.js
commit 5bbfb1109910856575cc348012dbc44d489a8005
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:11 2021 -0700
Update interface.html
update interface
commit 6660dad4c01c66c20670cfd415b6ad063d9b5b74
Merge: 8c003cf6 1e0f6cd6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 07:35:54 2021 -0700
Merge branch 'espruino:master' into master
commit 8c003cf6ffb5a8b3437897a1e57a6a020b5e02a4
Merge: 5c11881f f1ce196a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 15 07:33:21 2021 -0700
Merge branch 'espruino:master' into master
commit 5c11881f752edbdef3031f0a48109a196eced80a
Merge: 8c149dbe be34e2b0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 14 17:14:45 2021 -0700
Merge branch 'espruino:master' into master
commit 8c149dbea1cfd34e815b64ca354840b811a82222
Merge: 7888cc6c 300ed35b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Oct 13 07:46:16 2021 -0700
Merge branch 'espruino:master' into master
commit 7888cc6ce0bbabf99c7dd39f002810d262af07fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:59 2021 -0700
Create README.md
commit 36a52b8b001a4515d715950db56e411a6c4842b2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:52 2021 -0700
Update README.md
commit 4f5558c41e75f6e91a34842f7b42fa85970dce5e
Merge: 5db16d19 68cc9fbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 16:43:12 2021 -0700
Merge branch 'espruino:master' into master
commit 5db16d190b1439293d9f0af16d37fea29db8830c
Merge: e7995505 54d98db6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 07:03:23 2021 -0700
Merge branch 'espruino:master' into master
commit e799550544e55ef94ef48f905283625e50f73e97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:57 2021 -0700
Update schoolCalendar.js
commit 89f82a50436d4eab82574d310077d19154a8ab59
Merge: 7107d510 f3712e66
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:38 2021 -0700
Merge branch 'espruino:master' into master
commit 7107d510a5301f50ca5dc1bf9d4463ad99a33af8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 20:06:28 2021 -0700
Update schoolCalendar.js
commit a61879753285b4469772f51474c29fe86a5aa942
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 19:55:30 2021 -0700
Update schoolCalendar.js
commit 3c9e46c2160f4ff58708afc0d08ce2e5d27df097
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:59:03 2021 -0700
Update apps.json
commit 941bc852c1ab4472dc74a7f84e12e92ab891432e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:53 2021 -0700
Add files via upload
commit 4cbfac212e6999887cfafd37d9c809919a014e27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:26 2021 -0700
Delete apps/schoolCalender directory
commit c7b723f87e5e6fb0858c09ee2910510267d73fd6
Merge: 8d2f4ccc ba08863b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 07:31:25 2021 -0700
Merge branch 'espruino:master' into master
commit 8d2f4ccca761e1695620b072e116b94272850427
Merge: 7846b48c 44aa03e4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 1 07:31:42 2021 -0700
Merge branch 'espruino:master' into master
commit 7846b48cf67ab024970b90948096f9258e1c184c
Merge: 59aa9909 d0fd2f01
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 30 17:22:33 2021 -0700
Merge branch 'espruino:master' into master
commit 59aa99092dac99b9a13bbc2a7153dd2b44a6fb67
Merge: 9061acee 03bbe1d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 29 08:06:54 2021 -0700
Merge branch 'espruino:master' into master
commit 9061acee5db851bd58295785cc7542a7c066b4c8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 17:44:12 2021 -0700
Update interface.html
commit 79bacc45932ce8842cbf12d23c36a41e992b438e
Merge: bb5fcdaa 48bb819b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 07:12:44 2021 -0700
Merge branch 'espruino:master' into master
commit bb5fcdaafc1e344bf2d717c3eb238f763f255215
Merge: 814fbdd6 28bd9e83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 27 16:15:07 2021 -0700
Merge branch 'espruino:master' into master
commit 814fbdd61ef41676d07719b5b1b297fbbc03ec6f
Merge: 83d88a1e f3fd0f25
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 25 08:01:44 2021 -0700
Merge branch 'espruino:master' into master
commit 83d88a1ea191e2e6b669d284d94b4180b9ea54aa
Merge: c9bed74e 71471d37
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 24 19:35:52 2021 -0700
Merge branch 'espruino:master' into master
commit c9bed74ec2e240e2daf26bf9ec9432df91ac18aa
Merge: 1f130c53 16fe8470
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 23 15:21:18 2021 -0700
Merge branch 'espruino:master' into master
commit 1f130c53b46546328260a6b94ad182be5d55ff18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 22 07:25:41 2021 -0700
Update interface.html
commit 3d8ebe82c289156581799134b3c56fd02ade1fad
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:07:20 2021 -0700
Update interface.html
commit 2ca58d2cc436b72beb87d347b8d8c217b461e805
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:02:14 2021 -0700
Update custom.html
commit d8c149073fb6bca8f5f78ba4a031004adeab1a6b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:01:31 2021 -0700
Update apps.json
commit ceab5d46a23f913faf96be90e644458ac5546157
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 20:58:01 2021 -0700
Rename schoolCalender.js to app.js
commit 9b344eb1ecc577e96196d2a3d3fc8962198e90de
Merge: ec453c0e 3b15a7f9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 07:24:54 2021 -0700
Merge branch 'espruino:master' into master
commit ec453c0e100f7fd140305fe8ed4a62d3987e68f1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 19:45:50 2021 -0700
Update README.md
commit a8f7fe72923e1fe38042cb4752dac1429c6be426
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:31:41 2021 -0700
Update interface.html
commit 51c41d5c48a72b7a373e6f979c95bab9fa9ddb7a
Merge: b7a4ecb5 50ec8d97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:25:50 2021 -0700
Merge branch 'espruino:master' into master
commit b7a4ecb57857016c131ba72e101b3a11eb3cb06c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:48:24 2021 -0700
Update interface.html
commit 82320ab073c0b106f5260e26c0fb147d7c8fcd02
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:40:43 2021 -0700
Update interface.html
commit 27d025bf82cc5882dc39110c5c7799f657f2c57d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 14:01:04 2021 -0700
Update interface.html
commit bd92c0e67fce373f11aae3bbcf8f5a4c06f2e161
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:51:31 2021 -0700
Update interface.html
commit f0c596d14f6119bbe52e2f0d3912216785257536
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:40:29 2021 -0700
Update interface.html
commit d6542bac6d666af7c8fe1f67434611e6ccacc6a6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:29:46 2021 -0700
Update interface.html
commit 7a2ee0f7111209afa859761a62f80e93ca71a879
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:15:29 2021 -0700
Update interface.html
commit c65ddbfc522c54da540080a16d171edd42ce592e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:05:32 2021 -0700
Update interface.html
commit 43c684f389d97dd12815edbd93d0750f923f17b3
Merge: ddd1a83c 5f5b5c0d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:45:25 2021 -0700
Merge branch 'espruino-master'
commit 5f5b5c0dc2485f7e454acb9f364d240e3972d955
Merge: ddd1a83c cc2e1bbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:42:47 2021 -0700
Merge branch 'master' of git://github.com/espruino/BangleApps into espruino-master
commit ddd1a83c613a9f21ec8e37ba1151e1ca255a77af
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 18:27:57 2021 -0700
Update interface.html
commit 632c98f8be2ad6e2290e5eb98025559a42a47c34
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 15:13:46 2021 -0700
Update interface.html
commit c252f74e16edc5a1a1fcfe4ce72c9594f12a9624
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 07:31:16 2021 -0700
Update interface.html
commit b9b0a43e99db0c2d13c28bf6d65540925709d866
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:28:35 2021 -0700
Update interface.html
commit afafd449fb06abd3930d0eb40989dc12787c96d9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:22:01 2021 -0700
Update interface.html
commit 45a0d50b011ee50e9b1b4c6ce5a84e1290331b1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:15:25 2021 -0700
Update interface.html
commit eb146fe07bd5d71f49c5e267424d7b8206eee952
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:07:51 2021 -0700
Update interface.html
commit 34baf995e7f5288266b5da08bcac6d76202a92fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:04:33 2021 -0700
Update interface.html
commit 751fbdda43ea542db4887bed7b4d4e2ad7628a23
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:00:47 2021 -0700
Update interface.html
commit bc71f317311509e8f3fd5054e6c3efaa05bc0416
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:47:13 2021 -0700
Update interface.html
commit cfde9e14a87466a8dc7cb92934c3af373f6a43d0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:41:40 2021 -0700
Update interface.html
commit 135165c983beca48190d091e355436100beee41d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:37:52 2021 -0700
Add files via upload
commit d50ba356d68ebeffd028a924450d4a6ad4fddd74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:36:59 2021 -0700
Update apps.json
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit b51c84229798e7c3665f203c13023d9f6e24eb68
Merge: f4e997d4 d1da165e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 12:20:57 2021 +0000
Merge branch 'Combined' into Base
commit d1da165eb44fa50bea67506097768f1138574c8c
Merge: f927549b 2c257605
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:30:56 2021 +0000
Merge pull request #9 from t0m1o1/scaledlauncher
Update apps.json
commit f927549b2c1e88232f4df2c6ef7e160c3a8e0f7b
Merge: 3cfd575d 411118aa
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:16:59 2021 +0000
Merge pull request #8 from t0m1o1/scaledlauncher
Scaledlauncher
commit 3cfd575da46cf38347bbbb4d37645c0bd72833de
Merge: 9a311219 9d1429ca
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:04:17 2021 +0000
Merge pull request #7 from t0m1o1/scaledlauncher
Update settings.js
commit 9a311219b2d3a7d3594ca654c78ae7137a92fb8e
Merge: 43c42711 5b1b752d
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 02:56:33 2021 +0000
Merge pull request #6 from t0m1o1/scaledlauncher
Scaledlauncher
commit 43c4271101a4be6dbc28d7e34534d25242c159ae
Merge: dec967f1 084bba39
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 21:18:16 2021 +0000
Merge pull request #5 from t0m1o1/compass-fix
Compass fix
commit dec967f1ac5900e43099ef9bfef3bfbe84e1f8e4
Merge: 21c48263 dfa40407
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 20:56:22 2021 +0000
Merge pull request #4 from t0m1o1/Swipe-Launcher
Stop the swiping coming up if mode is undefined
commit 21c482639aa1f2d391ebb0508701cff3170b45c4
Merge: dea2ec96 4c9d04de
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:19:27 2021 +0000
Merge pull request #3 from t0m1o1/Swipe-Launcher
Update Swiper Clock Launch
commit dea2ec9693855d735662a4d344682e6105533bf2
Merge: 92d156fb 51766844
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:15:16 2021 +0000
Merge pull request #2 from t0m1o1/master
Master
commit 92d156fb398787a068a2f7ed81a78d90ed04bd70
Merge: 100384f2 7d37a9eb
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:14:13 2021 +0000
Merge pull request #1 from t0m1o1/Swipe-Launcher
Swipe launcher
commit 51766844e6ff346119739114c28b9d638ca57cbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:49:56 2021 +0000
Update apps.json
commit 6fda7a5f33ec6341d51529e680f5d0caa9c9fdbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:37:07 2021 +0000
Update apps.json
commit b7a067234413e2cd9cb531c366371e5d88f6bb21
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:32:09 2021 +0000
Rename hidmsicswipe.app.js to hidmsicswipe.js
commit 97065f1d62d40003eec09a2539d7294fe41bc4e5
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:55 2021 +0000
Delete hidmsicswipe.info
commit 21f184d6c4ad1f977c385d95c3966d95d446bf5c
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:10 2021 +0000
Add files via upload
commit 3917f28ae54db0e86b6429489c19a4180be759e0
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:45 2021 +0000
Delete hidmsicswipe.img
commit a65668300fc45082d6897e19c6efff556853f4d9
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:18 2021 +0000
Delete hid-music.png
commit 5fce838e8ab7d2b297c05a1ae735abcd4ba76d90
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:29:36 2021 +0000
Add files via upload
commit ffa37f2ab3b1fd2b921783e19ffb48673aad1a6e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:22:38 2021 +0000
Create hidmsicswipe-icon.js
commit b656e5973c302a39f7513364c66094132135bfc4
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:59:19 2021 +0000
Create changelog
commit ad943ca5658e4f68c205996c4ad42aa1ebbeb793
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:58:19 2021 +0000
Add files via upload
commit ac433ac7bd6d586e9b1ca11da924d64bd566ade2
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:57:39 2021 +0000
Create hidmsicswipe.info
2021-12-05 17:14:06 +00:00
{ "id" : "gbdebug" ,
"name" : "Gadgetbridge Debug" ,
"shortName" : "GB Debug" ,
"version" : "0.01" ,
"description" : "Debug info for Gadgetbridge. Run this app and when Gadgetbridge messages arrive they are displayed on-screen." ,
"icon" : "app.png" ,
"tags" : "" ,
"supports" : [ "BANGLEJS2" ] ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "gbdebug.app.js" , "url" : "app.js" } ,
{ "name" : "gbdebug.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "mclock" ,
2019-11-07 08:44:08 +00:00
"name" : "Morphing Clock" ,
2021-10-20 14:11:04 +00:00
"version" : "0.07" ,
2019-11-07 08:44:08 +00:00
"description" : "7 segment clock that morphs between minutes and hours" ,
2021-10-20 14:11:04 +00:00
"icon" : "clock-morphing.png" ,
"type" : "clock" ,
2019-11-07 08:44:08 +00:00
"tags" : "clock" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
"allow_emulator" : true ,
2021-11-24 01:04:07 +00:00
"screenshots" : [ { "url" : "bangle1-morphing-clock-screenshot.png" } ] ,
2019-11-07 08:44:08 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "mclock.app.js" , "url" : "clock-morphing.js" } ,
{ "name" : "mclock.img" , "url" : "clock-morphing-icon.js" , "evaluate" : true }
2019-11-07 08:44:08 +00:00
] ,
2021-10-20 14:11:04 +00:00
"sortorder" : -9
2019-11-07 08:44:08 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
2021-10-29 09:34:14 +00:00
"id" : "moonphase" ,
"name" : "Moonphase" ,
"version" : "0.02" ,
"description" : "Shows current moon phase. Now with GPS function." ,
"icon" : "app.png" ,
"tags" : "" ,
"supports" : [ "BANGLEJS" ] ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-moon-phase-screenshot.png" } ] ,
2021-10-29 09:34:14 +00:00
"allow_emulator" : true ,
2019-11-09 20:34:30 +00:00
"storage" : [
2021-10-29 09:34:14 +00:00
{ "name" : "moonphase.app.js" , "url" : "app.js" } ,
{ "name" : "moonphase.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2019-11-09 20:34:30 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
2021-10-29 09:34:14 +00:00
"id" : "daysl" ,
"name" : "Days left" ,
"version" : "0.03" ,
"description" : "Shows you the days left until a certain date. Date can be set with a settings app and is written to a file." ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2021-10-29 09:34:14 +00:00
"tags" : "" ,
"supports" : [ "BANGLEJS" ] ,
"allow_emulator" : false ,
2020-02-12 10:48:14 +00:00
"storage" : [
2021-10-29 09:34:14 +00:00
{ "name" : "daysl.app.js" , "url" : "app.js" } ,
{ "name" : "daysl.img" , "url" : "app-icon.js" , "evaluate" : true } ,
{ "name" : "daysl.wid.js" , "url" : "widget.js" }
]
2020-02-12 10:48:14 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "wclock" ,
2019-11-07 22:24:20 +00:00
"name" : "Word Clock" ,
2021-10-20 14:11:04 +00:00
"version" : "0.03" ,
2019-11-07 22:24:20 +00:00
"description" : "Display Time as Text" ,
2021-10-20 14:11:04 +00:00
"icon" : "clock-word.png" ,
2021-10-28 20:51:11 +00:00
"screenshots" : [ { "url" : "screenshot_word.png" } ] ,
2021-10-20 14:11:04 +00:00
"type" : "clock" ,
"tags" : "clock" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
"allow_emulator" : true ,
2019-11-07 22:24:20 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "wclock.app.js" , "url" : "clock-word.js" } ,
{ "name" : "wclock.img" , "url" : "clock-word-icon.js" , "evaluate" : true }
2019-11-07 22:24:20 +00:00
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "fontclock" ,
2021-05-21 23:38:30 +00:00
"name" : "Font Clock" ,
2021-10-20 14:11:04 +00:00
"version" : "0.01" ,
2021-05-21 23:38:30 +00:00
"description" : "Choose the font and design of clock face from a library of available designs" ,
2021-10-20 14:11:04 +00:00
"icon" : "fontclock.png" ,
"type" : "clock" ,
2021-05-21 23:38:30 +00:00
"tags" : "clock" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
"custom" : "custom.html" ,
"allow_emulator" : false ,
2021-05-21 23:38:30 +00:00
"storage" : [
2021-05-21 23:50:08 +00:00
{ "name" : "fontclock.app.js" , "url" : "fontclock.js" } ,
2021-05-21 23:38:30 +00:00
{ "name" : "fontclock.img" , "url" : "fontclock-icon.js" , "evaluate" : true } ,
{ "name" : "fontclock.hand.js" , "url" : "fontclock.hand.js" } ,
{ "name" : "fontclock.thinhand.js" , "url" : "fontclock.thinhand.js" } ,
{ "name" : "fontclock.thickhand.js" , "url" : "fontclock.thickhand.js" } ,
{ "name" : "fontclock.hourscriber.js" , "url" : "fontclock.hourscriber.js" } ,
{ "name" : "fontclock.font.js" , "url" : "fontclock.font.js" } ,
{ "name" : "fontclock.font.abril_ff50.js" , "url" : "fontclock.font.abril_ff50.js" } ,
{ "name" : "fontclock.font.cpstc58.js" , "url" : "fontclock.font.cpstc58.js" } ,
{ "name" : "fontclock.font.mntn25.js" , "url" : "fontclock.font.mntn25.js" } ,
{ "name" : "fontclock.font.mntn50.js" , "url" : "fontclock.font.mntn50.js" } ,
{ "name" : "fontclock.font.vector25.js" , "url" : "fontclock.font.vector25.js" } ,
{ "name" : "fontclock.font.vector50.js" , "url" : "fontclock.font.vector50.js" }
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "slidingtext" ,
2021-02-17 02:06:09 +00:00
"name" : "Sliding Clock" ,
2021-10-20 14:11:04 +00:00
"version" : "0.07" ,
2021-04-22 12:00:36 +00:00
"description" : "Inspired by the Pebble sliding clock, old times are scrolled off the screen and new times on. You are also able to change language on the fly so you can see the time written in other languages using button 1. Currently English, French, Japanese, Spanish and German are supported" ,
2021-10-20 14:11:04 +00:00
"icon" : "slidingtext.png" ,
"type" : "clock" ,
2021-02-01 01:58:08 +00:00
"tags" : "clock" ,
2021-10-21 10:43:13 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2021-10-20 14:11:04 +00:00
"readme" : "README.md" ,
"custom" : "custom.html" ,
"allow_emulator" : false ,
2021-02-01 01:58:08 +00:00
"storage" : [
2021-02-17 01:14:23 +00:00
{ "name" : "slidingtext.app.js" , "url" : "slidingtext.js" } ,
2021-04-07 22:25:11 +00:00
{ "name" : "slidingtext.img" , "url" : "slidingtext-icon.js" , "evaluate" : true } ,
2021-04-11 14:18:30 +00:00
{ "name" : "slidingtext.locale.en.js" , "url" : "slidingtext.locale.en.js" } ,
{ "name" : "slidingtext.locale.en2.js" , "url" : "slidingtext.locale.en2.js" } ,
{ "name" : "slidingtext.utils.en.js" , "url" : "slidingtext.utils.en.js" } ,
2021-04-18 08:44:44 +00:00
{ "name" : "slidingtext.locale.es.js" , "url" : "slidingtext.locale.es.js" } ,
2021-04-11 14:18:30 +00:00
{ "name" : "slidingtext.locale.fr.js" , "url" : "slidingtext.locale.fr.js" } ,
{ "name" : "slidingtext.locale.jp.js" , "url" : "slidingtext.locale.jp.js" } ,
2021-04-21 10:15:50 +00:00
{ "name" : "slidingtext.locale.de.js" , "url" : "slidingtext.locale.de.js" } ,
2021-04-07 22:20:25 +00:00
{ "name" : "slidingtext.dtfmt.js" , "url" : "slidingtext.dtfmt.js" }
2021-02-01 01:58:08 +00:00
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "solarclock" ,
2021-07-17 20:04:04 +00:00
"name" : "Solar Clock" ,
2021-10-20 14:11:04 +00:00
"version" : "0.02" ,
2021-07-25 10:01:19 +00:00
"description" : "Using your current or chosen location the solar watch face shows the Sun's sky position, time and date. Also allows you to wind backwards and forwards in time to see the sun's position" ,
2021-10-20 14:11:04 +00:00
"icon" : "solar_clock.png" ,
"type" : "clock" ,
2021-07-17 20:04:04 +00:00
"tags" : "clock" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
"custom" : "custom.html" ,
"allow_emulator" : false ,
2021-07-17 20:04:04 +00:00
"storage" : [
{ "name" : "solarclock.app.js" , "url" : "solar_clock.js" } ,
{ "name" : "solarclock.img" , "url" : "solar_clock-icon.js" , "evaluate" : true } ,
{ "name" : "solar_colors.js" , "url" : "solar_colors.js" } ,
{ "name" : "solar_controller.js" , "url" : "solar_controller.js" } ,
{ "name" : "solar_date_utils.js" , "url" : "solar_date_utils.js" } ,
{ "name" : "solar_graphic_utils.js" , "url" : "solar_graphic_utils.js" } ,
{ "name" : "solar_location.js" , "url" : "solar_location.js" } ,
{ "name" : "solar_math_utils.js" , "url" : "solar_math_utils.js" } ,
2021-07-24 15:45:43 +00:00
{ "name" : "solar_loc.Reykjavik.json" , "url" : "solar_loc.Reykjavik.json" } ,
2021-07-28 00:25:49 +00:00
{ "name" : "solar_loc.Hong_Kong.json" , "url" : "solar_loc.Hong_Kong.json" } ,
2021-07-24 15:45:43 +00:00
{ "name" : "solar_loc.Honolulu.json" , "url" : "solar_loc.Honolulu.json" } ,
2021-07-26 13:35:39 +00:00
{ "name" : "solar_loc.Rio.json" , "url" : "solar_loc.Rio.json" } ,
2021-07-28 14:40:47 +00:00
{ "name" : "solar_loc.Tokyo.json" , "url" : "solar_loc.Tokyo.json" } ,
{ "name" : "solar_loc.Seoul.json" , "url" : "solar_loc.Seoul.json" }
2021-07-17 20:04:04 +00:00
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "sweepclock" ,
2021-03-06 20:45:10 +00:00
"name" : "Sweep Clock" ,
2021-10-20 14:11:04 +00:00
"version" : "0.04" ,
2021-05-16 11:14:13 +00:00
"description" : "Smooth sweep secondhand with single hour numeral. Use button 1 to toggle the numeral font, button 3 to change the colour theme and button 4 to change the date placement" ,
2021-10-20 14:11:04 +00:00
"icon" : "sweepclock.png" ,
"type" : "clock" ,
2021-03-06 20:29:59 +00:00
"tags" : "clock" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
"allow_emulator" : true ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-sweep-clock-screenshot.png" } ] ,
2021-03-06 20:29:59 +00:00
"storage" : [
2021-03-06 20:45:10 +00:00
{ "name" : "sweepclock.app.js" , "url" : "sweepclock.js" } ,
{ "name" : "sweepclock.img" , "url" : "sweepclock-icon.js" , "evaluate" : true }
2021-03-06 20:29:59 +00:00
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "matrixclock" ,
2021-09-24 14:30:26 +00:00
"name" : "Matrix Clock" ,
2021-10-20 14:11:04 +00:00
"version" : "0.02" ,
2021-09-24 14:30:26 +00:00
"description" : "inspired by The Matrix, a clock of the same style" ,
2021-10-20 14:11:04 +00:00
"icon" : "matrixclock.png" ,
2021-10-28 21:34:43 +00:00
"screenshots" : [ { "url" : "screenshot_matrix.png" } ] ,
2021-10-20 14:11:04 +00:00
"type" : "clock" ,
"tags" : "clock" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
"readme" : "README.md" ,
"allow_emulator" : true ,
2021-09-24 14:30:26 +00:00
"storage" : [
{ "name" : "matrixclock.app.js" , "url" : "matrixclock.js" } ,
{ "name" : "matrixclock.img" , "url" : "matrixclock-icon.js" , "evaluate" : true }
]
} ,
Squashed commit of the following:
commit 5ed43a28b5b9d6820ee898f632535747c1e5913d
Merge: 4cf9192c a385c099
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:12:45 2021 +0000
Merge branch 'espruino:master' into Base
commit 4cf9192c4341a85eab1198b8663f48d276704ac3
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:25 2021 +0000
Update core
commit 69a54194a9eb41d0722fc061bec5c900b724e8cf
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:14 2021 +0000
Squashed commit of the following:
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit e040cc4e245a8fb4c55bfeb99cab12c62af5e7b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 15:22:16 2021 +0000
replace tabs!
commit 60c2fa710c4904827bfba868507a9f6d10d524a3
Merge: 38b2e417 f3cb7e9a
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:29:46 2021 +0000
Merge pull request #942 from madman2021/master
Add new TimeCal app
commit 38b2e417bf8e63be394a96ed24b9e3d174d5f45b
Merge: 94bd895b 43b38cc8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:26:43 2021 +0000
Merge pull request #943 from peerdavid/master
[LCARS Clock] Shows icons for charging and out of battery
commit 94bd895bafeb37250b64373692c9cceb3e9ece97
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 12:56:56 2021 +0000
welcome 0.14: Turn off and run later to use softOff to time is set right
plus other minor tweaks
commit 43b38cc8ab5796e25f65ace531be68a6a4134f98
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:40:47 2021 +0100
New screenshot. Updated version.
commit 34c6589f06a1a8ba0f7fe2e126b41d03dff7f45b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:37:07 2021 +0100
Minor improvement
commit c403a5af671cf70b18776fad83126adf66122f0f
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:36:21 2021 +0100
New design. Removed png icon files - only converted icons are needed.
commit 19655ea3279daf32ebfd4453db398915a8229946
Merge: 274b705c b1fb0e6b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:44 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 274b705c1e7313cf646412ec01bf17de9b1dabcf
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:37 2021 +0100
More lcars style
commit f3cb7e9a0b8f0ba3624b639415c9168c240905e8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:53:14 2021 +0000
Remove Icon as it renders massive
commit 1a9f5375557fc232acfe3f42d1198da827db5ab8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:46:03 2021 +0000
Add missing supports tag for TimeCal
commit 3738bde22a0d4cef2bd5c956a1a370e9a145689a
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:43:38 2021 +0000
Add TimeCal to the app library
Add TimeCal to the app library
commit b1fb0e6b7d88f53cff85f6a8d3eb416bebd35e92
Merge: 559e8208 dabc22c2
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 11:10:36 2021 +0100
Merge branch 'espruino:master' into master
commit dabc22c2d725ccddad8b08c0fa0b14af94d38e28
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 09:54:11 2021 +0000
custom code works on bangle2
commit 2e83a511d2032736a63bda38406b4f744a4130f1
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:51:20 2021 +0000
metronome supports bangle 2 now
commit cea51d06d07f09923d590357c33782861c342817
Merge: cd1daba0 4eee3f05
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:50:24 2021 +0000
Merge pull request #938 from bengwalker/master
Add Bangle.js 2 support for metronome app
commit cd1daba0c55e99f5a477407f47b932d050c0b6f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:46:13 2021 +0000
0.25: Fix issue where if Bangle.js 2 got a GPS fix but no reported time, errors could be caused by the widget (fix #935)
commit c03ab08687bbc7ed893ed2ef8c3be21f1e61e74f
Merge: 1750c72e f10bf240
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:40:53 2021 +0000
Merge pull request #939 from Ronin0000/master
Add Screenshots to Many Apps
commit 1750c72e94eab6ee22650d993ea31efa17e79c46
Merge: 5eeb1181 1def233d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:38:06 2021 +0000
Merge pull request #936 from Vingelar/master
Binwatch: re-format background images
commit 559e82088077ba79675c0012c921eae3ef32b16d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:14:04 2021 +0100
Minor design change
commit d24b8c80da7afd75a6f121a22e3694252aa3c57a
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:12:25 2021 +0100
Minor design chnges
commit f10bf24018add2df61a5fc422aee941b07c70082
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 17:04:07 2021 -0800
Update apps.json
commit c66b0982368a5e1ee74da598945df12d88cba679
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:53:48 2021 -0800
Update apps.json
commit 638fea73c791b4f11b6119c02ca2090c31b6bc83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:24:10 2021 -0800
Add files via upload
commit 4e79c896c65b2edc7dfcb7b4b2eb6ae1c96f60ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:23:33 2021 -0800
Add files via upload
commit 33809d8cdfa7ea3f02941c820b4836f20a9eb869
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:58 2021 -0800
Add files via upload
commit 6cb83284a7e7b9d2f8935835702e713f0f9b7b51
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:45 2021 -0800
Add files via upload
commit 7e521d0d29262227a32244d2929eb99fcb36fb98
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:17 2021 -0800
Add files via upload
commit 9985ff03f20469897ceb3dd1acb4f90ac850ebb8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:00 2021 -0800
Add files via upload
commit 6f437c39866562e05d8821bdb5150cd553f3a6cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:21:15 2021 -0800
Add files via upload
commit ffe218a0046d65464e96cdc59d1c10fbb708b791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:56 2021 -0800
Add files via upload
commit 9400133dd49762a7bfcff38e5a6249cbfd5753f7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:39 2021 -0800
Add files via upload
commit 76463d927940f590ed45cc51558723375217a34a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:37 2021 -0800
Add files via upload
commit 4011accb47eb53954acc3e27cce5b6f6cb025c57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:19 2021 -0800
Add files via upload
commit bc5960d61a40c08566a8e1977fa53c6528f04a85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:07 2021 -0800
Add files via upload
commit da5634beda72243f5ee6e4fc0e376c6c5f9c6ccc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:51 2021 -0800
Add files via upload
commit b9c4640f853d4992e57cd5d6b2e3f4d75db32d1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:25 2021 -0800
Add files via upload
commit d27a605a24cc06903084b6a796c9c93b7724150f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:07 2021 -0800
Add files via upload
commit 52baa42e69b1a7a8ef6bc2cae548298af4dcbf7c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:48 2021 -0800
Add files via upload
commit db3b6a58e49a3d5ce9b528011f3e0607474e4fa8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:16 2021 -0800
Add files via upload
commit f0de0d8a9d542fd960f13b36a2bb2a3548f06033
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:52 2021 -0800
Add files via upload
commit 6d4cb98ba83d0ab62406c00ed9fa8dcd139d2f8c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:34 2021 -0800
Add files via upload
commit 5f434d9d327fff8cebf41a45cf73ea9c96cb42db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:23 2021 -0800
Add files via upload
commit 6e72349f05e3773b0ae60217df8b6f266447f1ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:37 2021 -0800
Add files via upload
commit 03e4d0d7c01cdc214526891933f3c155f63ff2b5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:21 2021 -0800
Add files via upload
commit ead12a1c11e3937637e8af8b1d54218e0138e908
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:54 2021 -0800
Add files via upload
commit a1ed32c91380e03146dc4003a3ee6e400d0dd35f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:30 2021 -0800
Add files via upload
commit fae08d7a739b1a28faacb0105d5ad417171dddcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:57 2021 -0800
Add files via upload
commit b889e431edf72d64867c576135bc1470c4590db2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:32 2021 -0800
Add files via upload
commit f177480160184722b935623ebed05ad630a5a6a2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:02 2021 -0800
Add files via upload
commit a2fe8c3722f56c59957642cad2bb0a6454dc6f5b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:11:42 2021 -0800
Add files via upload
commit c1cdf15bf5413167692e9c7bd4f5fee31fe4d4c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:49 2021 -0800
Add files via upload
commit fb1c5529f037cc701e30d9da036a54236ea1ba1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:11 2021 -0800
Add files via upload
commit 530089e0830473574b38c172a964f9cfb49436a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:35 2021 -0800
Add files via upload
commit 3556e668560587c074ad435b977283e19367f69e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:12 2021 -0800
Add files via upload
commit e1e32772e4dd1943af6ed37407425998b0819e48
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:56 2021 -0800
Add files via upload
commit 8084bb92b7cfb12740129c57e1bb5c05ce13994c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:37 2021 -0800
Add files via upload
commit 2c997d2964d4ade4ba0aa5ef89a1b646c15a9751
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:18 2021 -0800
Add files via upload
commit 747626b66c880293481bd0a97cda8e32e0239d04
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:07:24 2021 -0800
Add files via upload
commit ed36fae0ac6def24ca20ab6229affbcf7502582e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:59 2021 -0800
Add files via upload
commit e8baad3c3775e26f8a88457ff8f361a18572e484
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:33 2021 -0800
Add files via upload
commit 1efcebe84aa2b2b00d6920a84d4e486b834c1083
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:16 2021 -0800
Add files via upload
commit 082d3d1e95e9bb98e10bb1679ae0dfba11bf44e0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:05:21 2021 -0800
Add files via upload
commit b10f62a6c55dd89bb15a97430b74269486a72807
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:58 2021 -0800
Add files via upload
commit 24b41c2c6fe40d18ffd9dfc0404f215cc9b847ff
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:42 2021 -0800
Add files via upload
commit 19a2ef1a44c78fe9b1922574f0a1eda20f2fbd43
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:01 2021 -0800
Add files via upload
commit 7089d6e74c438d3577ebf03857b0c1b6f73aaa2a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:03:38 2021 -0800
Add files via upload
commit 431824f828f0ea900c9d206e492cc7a6d1830f2e
Merge: 15aa41c7 5eeb1181
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 15:15:57 2021 -0800
Merge branch 'espruino:master' into master
commit 5eeb1181d049f1580f75657b9a9ac664041b26b9
Merge: 546a0b16 6b05d928
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:29:18 2021 +0000
Merge pull request #937 from rigrig/barclock-b2
Barclock works fine on the Bangle.js 2 :-)
commit 15aa41c766b2a25c7a83a1a6744706a7b2852aa3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:23:03 2021 -0800
Add files via upload
commit 6a93494e3fe516ccbc7755027f613bd9bd529021
Merge: 12443640 546a0b16
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:22:27 2021 -0800
Merge branch 'espruino:master' into master
commit 546a0b16cc32841b38a0d39b07ec6d18f58d21c5
Merge: cb6e14f6 18fbd289
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:55 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit cb6e14f6c12816224bbc3dc127e9817d0df7ae78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:37 2021 +0000
messages, start of call handling and message responses, fix for scroll issue when only 2 menu items
commit 12443640c95efbe9f25ed0ffe73280c84d90cd13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:54:22 2021 -0800
Update apps.json
commit 9bdc07f8617e457439522d5b4c84a65d1eba4ed9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:47:36 2021 -0800
Update apps.json
commit 4eee3f05e92e26aa5c70c1d2cefcc97ff4935b0d
Merge: aafc93f0 18fbd289
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:46:32 2021 +0100
Merge branch 'master' into master
commit 298fa47cd87e37b19cd142f47867843e24d08b57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:42:50 2021 -0800
Update apps.json
commit 52c07f6dc80e8eabd017fc324332c0594c173399
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:40:42 2021 -0800
Update apps.json
commit fe340d75bbb6c7814241becacddaca50435c5fe3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:39:31 2021 -0800
Update apps.json
commit aafc93f09a818f5bb6e4b6988246e4f8d049df87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:35:35 2021 +0100
Update README.md
update README
commit bd80ea5ca03b2e9d5f2eb562adc7305b3952d2e5
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:31:33 2021 +0100
Update metronome.js
print instructuions for banglejs2
commit 51afd5ef049c67f331931ee18b53e9d4e835342a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:29:27 2021 -0800
Add files via upload
commit ff62b603a27d6acea382af80496b6a35787a73ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:51 2021 -0800
Add files via upload
commit ffbd331c1376c5f393dafe62eaa62a9991949a3e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:29 2021 -0800
Add files via upload
commit 93c113a95a21dccfde6bb171d15b0f93e6d0f58a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:25 2021 -0800
Add files via upload
commit b2be26fccedfa52f00f275db8050c0c3e532859b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:07 2021 -0800
Add files via upload
commit 899e78539c3bb0e41e4d56aa854c4806715ccce0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:26:06 2021 -0800
Add files via upload
commit 50a88d41cd63e51a876e4fca58fe13c5af2088fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:35 2021 -0800
Add files via upload
commit b1d636bac2148007dd72becff0daddf24b80f0a4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:10 2021 -0800
Add files via upload
commit 6b05d928751b49d4910ddd3a6867e2d4cad6c93f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 19:42:12 2021 +0100
barclock: Fix time/date disappearing after fullscreen notification
By forcing a complete redraw at lcdPower-on
commit 32e3d326aa143eed99d26c81c9fbf870730591f4
Author: Richard de Boer <git@tubul.net>
Date: Sat Nov 20 17:13:36 2021 +0100
barclock works fine on the Bangle.js 2 :-)
commit 1def233de2434d272c6f712c9c213b7caff3ae92
Author: Vingelar <Vingelar@mantisse.de>
Date: Tue Nov 23 19:09:16 2021 +0100
changed format of bg images to binary raw format (export from emulator
commit e021aa2c9d5c44f9130e4bf67cb4b066d02cbd6d
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:59:49 2021 +0100
Update app.js
binwatch: adapted names of bg images
commit 3dd723d10bd3195257205a48dc79872668bd53cb
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:58:48 2021 +0100
Update apps.json
binwatch: shorten names of background images
commit 275402344ee927a51d0c100d4387c739d7a49968
Merge: cf027b37 18fbd289
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:36:45 2021 +0100
Merge branch 'espruino:master' into master
commit 18fbd2898da9fc2bfb16d0adf9cf2b97f5ce0f3d
Merge: 5be6981a df364bab
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:34:15 2021 +0000
Merge pull request #933 from peerdavid/master
[LCARS Clock] Added lcars icon to watch face.
commit cf027b3783cbbf8deca98fb3e1ee1922557686bf
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:34:13 2021 +0100
Update app.js
changed names of background images
commit 5be6981acdf3935b936bb85caf37780537518b66
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:31:42 2021 +0000
oops - named stub wrong
commit d328d94d34ea86dd99f958098c7f0a000b1e395f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:30:20 2021 +0100
Add files via upload
added background files exported from Emulator
commit c36fb16a684085c2eb6ada2c50021d3776f5e215
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:54 2021 +0100
Delete Background240_center.js
removed background240_center.js (wrong format)
commit 4719fada2843f1c8d6ae36d8d59d0fb95318d9b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:28:34 2021 +0000
Android Remove messages on disconnect, Fix music control (ref #909)
commit f431bd8a2c823e877ee6e78576aa4f39a0b5701f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:25 2021 +0100
Delete Background176_center.js
remove backgounrd176_center.js (wrong format)
commit 1b548c9bbb5a10769498b4ad1be04397fb889bce
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:27:33 2021 +0100
Update apps.json
adapted naming for image files
commit df364babab19550f75a01d707f0684d8547e8664
Merge: d28517b2 a1eeadfc
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 17:16:00 2021 +0100
Merge branch 'espruino:master' into master
commit d28517b2a5b5e7eaa6a8d9832d9352062addb3ee
Merge: cd93a201 465c93d8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:18 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit cd93a201f846e2c51a1ff9cc447dbbbdc2c5e2cc
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:15 2021 +0100
Moved logo
commit dd2bb22f076abff1aac2f32734b50fdcc5423861
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:08:57 2021 +0100
Update apps.json
use .js files as background images
commit 03c5f996f4998ebc1e6bfea7e77d3a61743c0c69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:07:21 2021 +0100
Add files via upload
added background files as js
commit 7d81bfe2bbdf5095ac7550247eddbe6827cec4c0
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:53:40 2021 +0100
Update apps.json
added missing "url" to background storage
commit 51b73894e461af6312b6fca28e0b5888e9f98da6
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:51:40 2021 +0100
Update app.js
use background images from storage
commit dab36d05a77563e9a839f38807bfd7cfe09a1f69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:48:50 2021 +0100
Update apps.json
added background images to stroage
commit 31f28093411e4f501dd49f98359af43e71e8b27e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:44:49 2021 +0000
Fix https://github.com/espruino/BangleApps/issues/927 - App loader offers to update unknown apps
commit a1eeadfc224a976e3fca6a00ca47d1c1389fa70f
Merge: 68429483 0a695e51
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:40:09 2021 +0000
Merge pull request #934 from Ronin0000/master
Fix School Calendar Bug
commit 0a695e5143fbff3935e80b9df85720f065b1e185
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:09:14 2021 -0800
Update custom.html
fix bug that was for testing
commit cfecc24f42d257d565f21571a50b825cffb2f1c3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:05:47 2021 -0800
Delete boot.js
commit 684294830d75459982845920cb30815236dc0917
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 13:57:46 2021 +0000
app manager works in bjs2
commit 465c93d830300054722f10f483a9023c6ec315e7
Merge: d20f5e59 3ba779ee
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 14:53:47 2021 +0100
Merge branch 'espruino:master' into master
commit d20f5e597e72d8392af3e9b745a4dfab36e8797f
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:53:27 2021 +0100
Updated screenshot
commit a283cf58fb90b1852d8e414fb01010632a65ba46
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:51:55 2021 +0100
Included lcars logo
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 3ba779ee5826a60f127ed12f0eeaa2a848f53b4c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:48:34 2021 +0000
Fix bangleapps after recent PRs
commit aaf06b113c72e1487651d30602ba79c95a41d6ff
Merge: a0351381 06a6b72d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:42:26 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 9600f16671ab5a9fc772a959a7110622baa5e606
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:19:48 2021 +0100
Updated changelog
commit 98577b626960bd971af483ef709655dfe0ac1f00
Merge: 1ccabca0 d3cd47f9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:52 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 1ccabca0c6f1cf79c1b5d6a56749ab752a4d1850
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:50 2021 +0100
No hrm icon - its shown too much.
commit d3cd47f95704e7c508e1e311d3224826f3fd73ce
Merge: 2e18795c 06a6b72d
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 11:12:43 2021 +0100
Merge branch 'espruino:master' into master
commit 2e18795c5780148c6f52d50cd69849b5893b1cdb
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:11:33 2021 +0100
Fixed string
commit 36edd449c5398147536d20c2b4f11040cb3105b9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:10:33 2021 +0100
Minor change
commit 06a6b72d42fc55a224bb5d133640670c21d6cae0
Merge: a39d4102 be083113
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:03:45 2021 +0000
Merge pull request #925 from Ronin0000/master
Add School Calendar
commit a39d4102963fc1593e1f2f8ea3f4372a3da4da6f
Merge: ab2cb243 930cfa13
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:02:41 2021 +0000
Merge pull request #928 from peerdavid/master
[LCARS Clock] Icons for different states such as GPS or HRM.
commit 5c3b0468d4ce9a51249f6f098c3e6ba84ba1cf41
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:59:26 2021 +0100
Update apps.json
corrected format
commit 336501059da7bceddba9e300c5b6d5bd1aba6a3a
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:56:25 2021 +0100
Update apps.json
removed background image
commit 3f4c49a8aef6ba79419f00d86fc4f02435b72e21
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:55:07 2021 +0100
Update app.js
integrated BG image into app
commit ff3223e1b906957811cad815df88ad495e70a95f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:51:02 2021 +0100
Update app.js
added "require" for bg image
commit ab2cb243857e50e7bb80ee163e4bc153302446a7
Merge: adadf7ef 162dc1f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:51:01 2021 +0000
Merge pull request #929 from weeurey/master
Update app
commit adadf7efd39b01466cfd348e13c5a02deaa6bf4d
Merge: b7f403e7 0f9d938f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:26 2021 +0000
Merge pull request #931 from reelyactive/master
emojuino@0.02
commit b7f403e79bf5fae387c5f6d0522f49ce917362a6
Merge: f4e997d4 46383d4d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:12 2021 +0000
Merge pull request #930 from rigrig/gbmusic-fix
gbmusic: fix "previous" button image
commit a03513812956c629f003824b46bb6763734eead8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:44:24 2021 +0000
fix download icon on android
commit b128f5c15569de9e2be0717f270cfd90e006d5ab
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:38:02 2021 +0100
Update apps.json
added background image to upload
commit 930cfa13315046c621a5444632f7b12bbd956fae
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 09:43:24 2021 +0100
New HRM Icon
commit 7f3f7b9eee3c23c922645274dd8d7947def8158d
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:26:37 2021 +0100
Currently, no confidence > 80 is reached...
commit 1fb861b82c4cc75b94dc6875280fbd411390bc71
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:25:11 2021 +0100
HRM confidence of 80 to display
commit 7d95221e166770be91bf76374f926fe996356009
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:24:15 2021 +0100
Minor change
commit 6d8d98fb03e7bed42c3feeee771ddfcd78b60ea8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:21:41 2021 +0100
Show HRM
commit a0cc4c633e0e6853a0f170a5358b7e1f11e310af
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:10:00 2021 +0100
Minor changes
commit be083113316ec7ba07d780b6593cb9adfd748298
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 19:11:40 2021 -0800
Update custom.html
commit 0664a44c454107d4e3ff039d12baffea3e90cf5f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:52:43 2021 -0800
Update apps.json
commit b032ca0fc1936e650a459f766799e197daf2a4dd
Merge: 7fd37f7e f1f063fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:27 2021 -0800
Merge branch 'espruino-master'
commit f1f063fd1adb553c548a3aa54156bce00b4ca48d
Merge: 7fd37f7e f4e997d4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:09 2021 -0800
merge3
commit 0f9d938fa6970df18fbe99f3c707b94aa26d15c1
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:23:17 2021 -0500
Version bump
commit 5a01047cd0b30e4b7b253d784bd0b5755fc0c2e2
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:21:29 2021 -0500
Added screenshots
commit ae55c2d39fc936cfa1954d44b7f76dc91c21ced3
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:09:26 2021 -0500
Allow emulator, specify type as app
commit 58f9e7cd5b59904651fb878a89844ee4ccfb23df
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:03:18 2021 -0500
Upgrade to emoji images and supporting text
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit 7fd37f7e4e669c0aea7b5324b85f9d85ca394dcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 12:18:44 2021 -0800
Update custom.html
commit 84d9ca4b337e36c4f62ffce4b3059f8f2909d482
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:57:14 2021 -0800
Update boot.js
commit 740f4a95665fd92ad87e83dd381da7e55c2e4b18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:52:27 2021 -0800
Create boot.js
not part of the current merge
commit d3538a03f10f6323afc8656cef397a561cf35bf0
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:12:50 2021 +0100
Added raster
commit 20310fdb75b11fe8b3ea38dc7810732910537169
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:02:27 2021 +0100
Smaller icons
commit 3863be18301cec9fec480db7fe28a19439c708d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 09:06:52 2021 -0800
Delete apps/schoolCalendar/fullcalendar/interaction/src directory
commit 5d8c13a7e6a934e8b750f0ab4871e3dcc67c09bf
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:56:29 2021 +0100
Updated screenshot accordingly
commit 21134a1dcdc102755171af26e99ae86f3559996f
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:55:21 2021 +0100
Better background
commit cab3d43085b2edf4dc97ebf05785bb5b446a88da
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:39:48 2021 +0100
Better alarm - shown only in icon so we can display more data.
commit db22bac0ecd48633d6acf0874127a1b28821d8ea
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:11:15 2021 +0100
Use correct alarm icon
commit 162dc1f29346ab0f6ff4b7cd4128826292ca766e
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:11:07 2021 +0000
Update apps.json
commit dc24ae9bfba1786d4d8a3e22871c4da7bda9fb92
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:10:58 2021 +0100
Better HRM Icon
commit 8e688d144ab30ff87f31b51ab457688ce03c4c23
Merge: 741f7aab f4e997d4
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:09:43 2021 +0000
Merge branch 'espruino:master' into master
commit 741f7aab5239e6fa6ae48e1a5351216dfcfc4177
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:08:38 2021 +0000
Update apps.json
commit 247ed9faa2e8b8463374fea05d4bb04ddda2cfc1
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:07:39 2021 +0000
Create ChangeLog
commit d878d46d4ccc5128643034c535cff69984ab7853
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:05:57 2021 +0000
Update app.js
commit c720fc314b516e1007452ad18ce51bc4fefefec1
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:03:21 2021 +0100
New alarm icon
commit 75fbd6882d1368c73db1b96fac79f4202d6a5e53
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:37:48 2021 +0100
Added icon for alarm
commit eb20f15537d8b6be7226b2ae49fc6e6dd0474124
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:33:42 2021 +0100
Compeletely new design with icons for GPS, HRM and Compass. All Icons are open source and mentioned in the Readme.md file.
commit 46383d4d5547bca38a2a07ea01d67afa0166bedc
Author: Richard de Boer <git@tubul.net>
Date: Mon Nov 22 13:18:01 2021 +0100
gbmusic: fix "previous" button image
commit 1bf5132a5caf41398125e0c7f2bad72ffa300df2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:07:49 2021 -0800
Update custom.html
commit 618c5b7a10ebe610205ab463c395f65948e5a763
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:02:29 2021 -0800
Update custom.html
commit adfeb5e535564f8851fcdc080e2fa10d9acced9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:00:21 2021 -0800
Update custom.html
commit f950fd2ee88486e3355efd30823d50de799e8418
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:57:52 2021 -0800
Update custom.html
commit 3ee0e9bae6ee137c6e36672c9aa6a20d1c072caf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:49:48 2021 -0800
Update apps.json
commit 387bd30236b5d765b396eba24ad43120ceb6c384
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:48:14 2021 -0800
Rename ChangeLog.md to ChangeLog
commit 6e07f282b8918ac3b8f333c7c4156980a44ff1d6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:41:26 2021 -0800
Add files via upload
commit fea37b4992e65a5ca54648f88281ce2623f6a55f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:40 2021 -0800
Update apps.json
commit 939d8f6a9ae71b49c13f7dbf1455bb2fec60462a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:21 2021 -0800
Add files via upload
commit 854ae5361d1b2400f6b6d1b2c2239f46d1e16bc9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:34:28 2021 -0800
Update README.md
commit 426768eb11e34ea7a04010e6fe7da1a5a5187f40
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:32:14 2021 -0800
Update custom.html
commit bf994d9acc8b79ebda1e47dc5ebc5158210d6205
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:24:29 2021 -0800
Update apps.json
commit 7c74c5d43f9f66b6374cabd4e247d1560e5f29a1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:15:40 2021 -0800
Update apps.json
commit 8981aa3f614c388c74d73ccd25e16f5e6eabde9f
Merge: e878e547 100384f2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:12:19 2021 -0800
Merge branch 'espruino:master' into master
commit e878e5478713b0b3cae0bb86e28f998cbfeb9b10
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:11:43 2021 -0800
merge
commit 3bde4d2e48711186ae26036baea8f880c2aac7c4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 16:12:16 2021 -0800
Update custom.html
commit 5f3c93df8cc8b73c432ea31b15e84e4b106256de
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:37:41 2021 -0800
Update custom.html
commit 26bd9e35be993aae4deece775ac85f53f877b122
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:35:47 2021 -0800
Update custom.html
commit 8f2cc6e2137cf29e03435123e96d9c6c550864d1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:34:09 2021 -0800
Update custom.html
commit 66f061112301898b011412e91982dbefc7cc2d1e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:32:48 2021 -0800
Update custom.html
commit 87a9504912b8753dc63700207ee89acacbb34726
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:30:44 2021 -0800
Update custom.html
commit 626498da9d296fecf6776b836def4eda87027d85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:24:01 2021 -0800
Update custom.html
commit 3472ca355a1a71d3fa3f464ece2b81dce7f4eeaa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:21:57 2021 -0800
Update custom.html
commit 529b0cb4637652dfc0a3ba6688b863b5f47437ca
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:19:53 2021 -0800
Update custom.html
commit e77d9980023f041a87743ac1fd3c48a3f0652a8e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:18:21 2021 -0800
Update custom.html
update
commit a712c37c7652f7bc46c4d7761df93b3d28e17229
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:17:58 2021 -0800
Update custom.html
commit 4d9d6abb9ef466e4058510efe9eec295f60127e9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:14:02 2021 -0800
Update custom.html
commit f35b24844810a90f08f731cc9e63535be217e4cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:09:44 2021 -0800
Update custom.html
commit d0336b2854d7e0892c440ef8c5f83bcbe1374a9b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:06:56 2021 -0800
Update custom.html
commit 640c8e491e489e9ea88282cf0bfe14004838b3db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:03:42 2021 -0800
Update custom.html
commit 604153cb2408399ce1420b43ef87f41c09d3daa6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:01:45 2021 -0800
Update custom.html
commit 0f8f1e38e85a8c1c49057f4b891209bdfad67aef
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:44 2021 -0800
Update custom.html
commit 7f7dcb0bcf89b1d66f60481efaa09f5956ee4ecc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:22 2021 -0800
Update custom.html
commit d42fe03dc8fcbc0f68857dd9f887c8cc4eff1c06
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:55:08 2021 -0800
Update custom.html
commit 98f172fad442e89f53c45ac47f2388a08049855a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:53:01 2021 -0800
Update custom.html
commit daf8dde32bc81b8f04402c4728eac41784751cd5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:49:25 2021 -0800
Update custom.html
commit 408bd24080a2f7dcf1e6d0c33dab65da4dff82cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:48:38 2021 -0800
Update custom.html
commit 68db21acbb837b12d84d9930d451d2ba90e251dd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:44:30 2021 -0800
Update custom.html
commit 45feb1b2ffb17b8835c505bc4a4f825ddc17bf4f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:42 2021 -0800
Update custom.html
commit 3bc5fd87b61cbb9b867009d933342fe627da982d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:12 2021 -0800
Update custom.html
commit c3eede9868ee342bc4248e71a874c2e6b332dcdd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:37:42 2021 -0800
Update custom.html
commit 8426356c01a23ae769c79f726b95ea64f4428574
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:35:55 2021 -0800
Update custom.html
commit 93f09c216a1eb9aa876c88a1f806ccb709e971b7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:39 2021 -0800
Update apps.json
commit cb748a251dbd11e87615d82081522953607b3a27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:20 2021 -0800
Update custom.html
commit a994ed66301040f60d5f99b672a6081152a20d6c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:53:38 2021 -0800
Update custom.html
commit b76bb48973dbabfaf56bdec4aee44a483f94d129
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:50:08 2021 -0800
Update custom.html
commit f99ce683e9ce42431321fc711e061955bc0220fb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:46:32 2021 -0800
Update custom.html
commit ddfdd94ff845d3d8560158cde184a9a19a3d2142
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:42:51 2021 -0800
Update custom.html
commit 52675f7eff140426532f81da9c84c5d7803d0cda
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:48:03 2021 -0800
Update custom.html
commit d4911034145e3d98b99d649be55c75671e2f5c5c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:44:23 2021 -0800
Update custom.html
commit 71ff5959aec6a5f8302bda513d2c1371bbed0743
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:58 2021 -0800
Update custom.html
commit daba705b37b9952cba2910c3c0bed23e58aaf2fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:16 2021 -0800
Update custom.html
commit 19cb5fc749abeefe378205531d18b97562ddfc47
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:39:15 2021 -0800
Update apps.json
commit 6c20945898b84a02d6b440923a5afd994c7d97aa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:37:41 2021 -0800
Update custom.html
commit ff519bdc0d9bca530284d98cad9fd023ad37d50d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:15:29 2021 -0800
Update custom.html
commit 34843d703aae0b6a33be352ad0f8408d8d17d07b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:11:54 2021 -0800
Update custom.html
commit 4da82197f32b280e4192d5bc9a5ba174fbad4ace
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:01:20 2021 -0800
Update custom.html
commit a9c5a32bc1359d8288f4fd6b6da50eaf40910c9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:56:54 2021 -0800
Update custom.html
commit 352fea34791ccf06450a516ab2a2daf22353c641
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:53:38 2021 -0800
Update apps.json
commit ab6f56c381a54e4ab3466625a9eb794eef5dd2a0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:52:34 2021 -0800
Update custom.html
commit a65742ce346039ef901e70157620aabd95bbca35
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:48:25 2021 -0800
Update apps.json
commit a1a387dd600f7e5c3879d74cd5a516d7566fb7bb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:47:52 2021 -0800
Update custom.html
commit 180e88e0e44dc3ca09291a7d37b6fa4df637fa78
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:50 2021 -0800
Update custom.html
commit 0099736b8c64e8f1afefd4d52b526151e3ac700a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:14 2021 -0800
Update apps.json
commit 1fdf4e954e23fe0514b8d795224c2edafd5941c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:43 2021 -0800
Update apps.json
commit faa5b6b21aa8b7062dc62499e8361b8233cf9408
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:10 2021 -0800
Update custom.html
commit d617803c13ec381f35a9d30f99a267dca02c9cf1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:44 2021 -0800
Update apps.json
commit dc669254bcccad425153d209d6dcdf002f64a30d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:10 2021 -0800
Update custom.html
commit 303247fb4e66802ed7f5c2ee404ce0a28221ec2d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:25:00 2021 -0800
Update custom.html
commit d836cbd2ba256adfffa55f1d12fda02ae8ac760c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:15:16 2021 -0800
Update custom.html
commit e206bd4e1cad4aab266fd376fa525500941878a8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:08:00 2021 -0800
Update custom.html
commit 1a6c1acce50fe2fe2e49bfc26b3ac98c1db5aa13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:04:06 2021 -0800
Update custom.html
commit aa20fac50ed19adfb9248fd9cda1ebb7c31f95b1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:02:52 2021 -0800
Update apps.json
commit 5625414e90c78677040420f342f29e96f088469b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:34:30 2021 -0800
Update apps.json
commit ebc2d8096144e6150920efc4b63e8f1e3f52eb00
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:33:27 2021 -0800
Update custom.html
commit 6c43de3766433c1f9fa1d01fd24cbfe0839e19c0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:21:11 2021 -0800
Update apps.json
commit 37da3c68aeeb5fec1ef3d8965fa3d8170074d791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:19:46 2021 -0800
Update custom.html
commit 92707b9d13ed269a41684ce45111376694cb6e58
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:12:50 2021 -0800
Update ChangeLog.md
commit d3ca682cff08be0bb2a64ab057f6efdf36b4e094
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:09:56 2021 -0800
Update apps.json
commit dfd9e59993944f6323120f8af660d880c63c6793
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:08:52 2021 -0800
Update custom.html
commit 5d24a09ffa2d9cad10a5fae3c7b4d5fafc944aa9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:04:41 2021 -0800
Update apps.json
commit e965bd7d962108a2944824eb6579fce435876966
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:43 2021 -0800
Update custom.html
commit 345d9c155135fc4d0a2b8d00b3528b363a584ced
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:12 2021 -0800
Delete schoolCalendar.js
commit dc9db8a4767d4c16d92645131d977263e2468521
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:58 2021 -0800
Update schoolCalendar.js
commit 58df0a5ca26684b4da84929c8c388ca5c37acabd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:03 2021 -0800
Update apps.json
commit 65ad4979e8d58b51f11f3bcc86f31ab303a5d7b6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:27:10 2021 -0800
Update custom.html
commit 9c07800c5ef948a1b9b2071e7bdfe46809fefa1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:07:38 2021 -0800
Update custom.html
commit b108bc45fb8bfa266e4d4ad3e66a9f65cec96c92
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:58:24 2021 -0800
Update custom.html
commit d871855f8e217b27ea73ed28b389bbc8aea59d62
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:55:58 2021 -0800
Update apps.json
commit 99112920b287568db32c5e43b47cfc2ee0cf71a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:47:34 2021 -0800
Update apps.json
commit 37f4329ec57bc4a96a1b2a0847406f6a05cad520
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:49 2021 -0800
Update apps.json
commit ba2aee642bf90307757bb85fda6aa0db01bed5e5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:06 2021 -0800
Update custom.html
commit 98048dc23cb1caf3aafbf1d1ecfa461ba5943925
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:37:23 2021 -0800
Update apps.json
commit 1a53e8d34af89f0e6c889653961350a898deea81
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:33:43 2021 -0800
Update custom.html
commit 993bb7298c8fbc9348e6668b70a555c51dc54a09
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:31:41 2021 -0800
Rename interface.html to custom.html
commit 3a3962bfdc0365e75f8804b61293ec91084f6698
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:30:12 2021 -0800
Rename custom.html to interface.html
commit c8ad92a3dcb7b8a0df83f2e720b6730dd785e829
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:20:33 2021 -0800
Update apps.json
commit ae85c1cee709457b10233205c057f946ea15fe83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:14:33 2021 -0800
Update custom.html
commit c1b467ba8e96f58b27eb3b9b2dc2b859fa89e227
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:14:50 2021 +0000
Update app.js
commit 438537ace2358f5b798bdfde92ebf78db81abc49
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:10:03 2021 +0000
Update app.js
commit e6d736860d7d7511f08474a4d8f6446ebe97e634
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:57:57 2021 +0000
Update app.js
commit e1add5e2b2a068873d0102324d61f9ff5532924d
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:45:02 2021 +0000
Update app.js
commit 09be008dfaf764b542a80f4dbbde6ab26314713e
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:39:48 2021 +0000
Update app.js
commit 9f26994f5c66a5ee88a702c7a73d8bcc0c8236c3
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:33:47 2021 +0000
Update app.js
commit 0cf4c5d70a97480185296b32137fcdc179fddcc4
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:10:31 2021 +0000
Update app.js
commit cfdb94439526722ca757b8ee748d298f6a76d9e7
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:32:34 2021 +0000
Update app.js
Add Media controls
commit e3cd8f5607f912002d3ec0adf833834058a492cb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:16:37 2021 +0000
Update app.js
Removed extra unneeded code
commit ceed8a123836f5da6fb8c5d6741e2224a3e4a0af
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 15:05:28 2021 +0000
Update app.js
commit 721a3f2608ee0012767cfacd5c69aa91a7bba5f6
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:39:30 2021 +0000
Update app.js
commit a16bfe4d7350b34c694050448f2aefc990d19dcb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:32:57 2021 +0000
Update app.js
commit e72bf84a7a05c4208e8c1d5f60815a9f57ca11c4
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 21:29:57 2021 +0100
use dark theme for metronome
commit 071a7a7e683a649b9f75fdc92b9f56804cd0af87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 20:46:18 2021 +0100
add support for Bangle.js 2
commit 7a7175fa483e4e9fcd5912d83e9519274d67b4f0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Nov 4 16:00:41 2021 -0700
Update custom.html
commit e2928498690565ba7d0454aaa4265bc8adfda712
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:32 2021 -0700
Rename interface.html to custom.html
commit cd7579269efe8d54a5a5680b8126ea38f9ce54be
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:04 2021 -0700
Update apps.json
commit df7f9cc530194025708b712565a410aed1d73e95
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:20:09 2021 -0700
Update interface.html
commit ada94b11cfbebfeaa010cee1b39d0f92591d4e13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:06:50 2021 -0700
Update interface.html
commit 08fc58deb57847cca7d81bf84a54df16ce97528f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:20:57 2021 -0700
Update interface.html
commit 04b9e74a4d2cd84dd9b64b0ba6fba1167fc400e7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:10:58 2021 -0700
Update interface.html
commit be7af68455ff4b5034c0baab9d8c138b9b024707
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:08:24 2021 -0700
Update interface.html
commit aaee5f3c0610de7a48bdda7fe9c6064dff97780e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 19:13:08 2021 -0700
Update interface.html
commit 73819933eeb57f32935e6ad93a146bdbee6d8be6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:52:09 2021 -0700
Update schoolCalendar.js
commit fa5cbd71c618a2053ec3217048c74a723c46f03f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:49:22 2021 -0700
Update README.md
commit fa392008d1e30a6df05245eac969badf4188fb74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:45:24 2021 -0700
Update README.md
commit c280e41560a3812ee83ca461e098bc35b80ef439
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:42:39 2021 -0700
Update README.md
commit 6b84a8eb3007cca6abd31cc1d3d0552cc79cb492
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:26 2021 -0700
Update schoolCalendar.js
commit 5bbfb1109910856575cc348012dbc44d489a8005
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:11 2021 -0700
Update interface.html
update interface
commit 6660dad4c01c66c20670cfd415b6ad063d9b5b74
Merge: 8c003cf6 1e0f6cd6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 07:35:54 2021 -0700
Merge branch 'espruino:master' into master
commit 8c003cf6ffb5a8b3437897a1e57a6a020b5e02a4
Merge: 5c11881f f1ce196a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 15 07:33:21 2021 -0700
Merge branch 'espruino:master' into master
commit 5c11881f752edbdef3031f0a48109a196eced80a
Merge: 8c149dbe be34e2b0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 14 17:14:45 2021 -0700
Merge branch 'espruino:master' into master
commit 8c149dbea1cfd34e815b64ca354840b811a82222
Merge: 7888cc6c 300ed35b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Oct 13 07:46:16 2021 -0700
Merge branch 'espruino:master' into master
commit 7888cc6ce0bbabf99c7dd39f002810d262af07fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:59 2021 -0700
Create README.md
commit 36a52b8b001a4515d715950db56e411a6c4842b2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:52 2021 -0700
Update README.md
commit 4f5558c41e75f6e91a34842f7b42fa85970dce5e
Merge: 5db16d19 68cc9fbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 16:43:12 2021 -0700
Merge branch 'espruino:master' into master
commit 5db16d190b1439293d9f0af16d37fea29db8830c
Merge: e7995505 54d98db6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 07:03:23 2021 -0700
Merge branch 'espruino:master' into master
commit e799550544e55ef94ef48f905283625e50f73e97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:57 2021 -0700
Update schoolCalendar.js
commit 89f82a50436d4eab82574d310077d19154a8ab59
Merge: 7107d510 f3712e66
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:38 2021 -0700
Merge branch 'espruino:master' into master
commit 7107d510a5301f50ca5dc1bf9d4463ad99a33af8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 20:06:28 2021 -0700
Update schoolCalendar.js
commit a61879753285b4469772f51474c29fe86a5aa942
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 19:55:30 2021 -0700
Update schoolCalendar.js
commit 3c9e46c2160f4ff58708afc0d08ce2e5d27df097
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:59:03 2021 -0700
Update apps.json
commit 941bc852c1ab4472dc74a7f84e12e92ab891432e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:53 2021 -0700
Add files via upload
commit 4cbfac212e6999887cfafd37d9c809919a014e27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:26 2021 -0700
Delete apps/schoolCalender directory
commit c7b723f87e5e6fb0858c09ee2910510267d73fd6
Merge: 8d2f4ccc ba08863b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 07:31:25 2021 -0700
Merge branch 'espruino:master' into master
commit 8d2f4ccca761e1695620b072e116b94272850427
Merge: 7846b48c 44aa03e4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 1 07:31:42 2021 -0700
Merge branch 'espruino:master' into master
commit 7846b48cf67ab024970b90948096f9258e1c184c
Merge: 59aa9909 d0fd2f01
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 30 17:22:33 2021 -0700
Merge branch 'espruino:master' into master
commit 59aa99092dac99b9a13bbc2a7153dd2b44a6fb67
Merge: 9061acee 03bbe1d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 29 08:06:54 2021 -0700
Merge branch 'espruino:master' into master
commit 9061acee5db851bd58295785cc7542a7c066b4c8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 17:44:12 2021 -0700
Update interface.html
commit 79bacc45932ce8842cbf12d23c36a41e992b438e
Merge: bb5fcdaa 48bb819b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 07:12:44 2021 -0700
Merge branch 'espruino:master' into master
commit bb5fcdaafc1e344bf2d717c3eb238f763f255215
Merge: 814fbdd6 28bd9e83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 27 16:15:07 2021 -0700
Merge branch 'espruino:master' into master
commit 814fbdd61ef41676d07719b5b1b297fbbc03ec6f
Merge: 83d88a1e f3fd0f25
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 25 08:01:44 2021 -0700
Merge branch 'espruino:master' into master
commit 83d88a1ea191e2e6b669d284d94b4180b9ea54aa
Merge: c9bed74e 71471d37
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 24 19:35:52 2021 -0700
Merge branch 'espruino:master' into master
commit c9bed74ec2e240e2daf26bf9ec9432df91ac18aa
Merge: 1f130c53 16fe8470
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 23 15:21:18 2021 -0700
Merge branch 'espruino:master' into master
commit 1f130c53b46546328260a6b94ad182be5d55ff18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 22 07:25:41 2021 -0700
Update interface.html
commit 3d8ebe82c289156581799134b3c56fd02ade1fad
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:07:20 2021 -0700
Update interface.html
commit 2ca58d2cc436b72beb87d347b8d8c217b461e805
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:02:14 2021 -0700
Update custom.html
commit d8c149073fb6bca8f5f78ba4a031004adeab1a6b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:01:31 2021 -0700
Update apps.json
commit ceab5d46a23f913faf96be90e644458ac5546157
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 20:58:01 2021 -0700
Rename schoolCalender.js to app.js
commit 9b344eb1ecc577e96196d2a3d3fc8962198e90de
Merge: ec453c0e 3b15a7f9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 07:24:54 2021 -0700
Merge branch 'espruino:master' into master
commit ec453c0e100f7fd140305fe8ed4a62d3987e68f1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 19:45:50 2021 -0700
Update README.md
commit a8f7fe72923e1fe38042cb4752dac1429c6be426
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:31:41 2021 -0700
Update interface.html
commit 51c41d5c48a72b7a373e6f979c95bab9fa9ddb7a
Merge: b7a4ecb5 50ec8d97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:25:50 2021 -0700
Merge branch 'espruino:master' into master
commit b7a4ecb57857016c131ba72e101b3a11eb3cb06c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:48:24 2021 -0700
Update interface.html
commit 82320ab073c0b106f5260e26c0fb147d7c8fcd02
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:40:43 2021 -0700
Update interface.html
commit 27d025bf82cc5882dc39110c5c7799f657f2c57d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 14:01:04 2021 -0700
Update interface.html
commit bd92c0e67fce373f11aae3bbcf8f5a4c06f2e161
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:51:31 2021 -0700
Update interface.html
commit f0c596d14f6119bbe52e2f0d3912216785257536
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:40:29 2021 -0700
Update interface.html
commit d6542bac6d666af7c8fe1f67434611e6ccacc6a6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:29:46 2021 -0700
Update interface.html
commit 7a2ee0f7111209afa859761a62f80e93ca71a879
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:15:29 2021 -0700
Update interface.html
commit c65ddbfc522c54da540080a16d171edd42ce592e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:05:32 2021 -0700
Update interface.html
commit 43c684f389d97dd12815edbd93d0750f923f17b3
Merge: ddd1a83c 5f5b5c0d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:45:25 2021 -0700
Merge branch 'espruino-master'
commit 5f5b5c0dc2485f7e454acb9f364d240e3972d955
Merge: ddd1a83c cc2e1bbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:42:47 2021 -0700
Merge branch 'master' of git://github.com/espruino/BangleApps into espruino-master
commit ddd1a83c613a9f21ec8e37ba1151e1ca255a77af
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 18:27:57 2021 -0700
Update interface.html
commit 632c98f8be2ad6e2290e5eb98025559a42a47c34
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 15:13:46 2021 -0700
Update interface.html
commit c252f74e16edc5a1a1fcfe4ce72c9594f12a9624
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 07:31:16 2021 -0700
Update interface.html
commit b9b0a43e99db0c2d13c28bf6d65540925709d866
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:28:35 2021 -0700
Update interface.html
commit afafd449fb06abd3930d0eb40989dc12787c96d9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:22:01 2021 -0700
Update interface.html
commit 45a0d50b011ee50e9b1b4c6ce5a84e1290331b1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:15:25 2021 -0700
Update interface.html
commit eb146fe07bd5d71f49c5e267424d7b8206eee952
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:07:51 2021 -0700
Update interface.html
commit 34baf995e7f5288266b5da08bcac6d76202a92fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:04:33 2021 -0700
Update interface.html
commit 751fbdda43ea542db4887bed7b4d4e2ad7628a23
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:00:47 2021 -0700
Update interface.html
commit bc71f317311509e8f3fd5054e6c3efaa05bc0416
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:47:13 2021 -0700
Update interface.html
commit cfde9e14a87466a8dc7cb92934c3af373f6a43d0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:41:40 2021 -0700
Update interface.html
commit 135165c983beca48190d091e355436100beee41d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:37:52 2021 -0700
Add files via upload
commit d50ba356d68ebeffd028a924450d4a6ad4fddd74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:36:59 2021 -0700
Update apps.json
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit b51c84229798e7c3665f203c13023d9f6e24eb68
Merge: f4e997d4 d1da165e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 12:20:57 2021 +0000
Merge branch 'Combined' into Base
commit d1da165eb44fa50bea67506097768f1138574c8c
Merge: f927549b 2c257605
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:30:56 2021 +0000
Merge pull request #9 from t0m1o1/scaledlauncher
Update apps.json
commit f927549b2c1e88232f4df2c6ef7e160c3a8e0f7b
Merge: 3cfd575d 411118aa
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:16:59 2021 +0000
Merge pull request #8 from t0m1o1/scaledlauncher
Scaledlauncher
commit 3cfd575da46cf38347bbbb4d37645c0bd72833de
Merge: 9a311219 9d1429ca
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:04:17 2021 +0000
Merge pull request #7 from t0m1o1/scaledlauncher
Update settings.js
commit 9a311219b2d3a7d3594ca654c78ae7137a92fb8e
Merge: 43c42711 5b1b752d
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 02:56:33 2021 +0000
Merge pull request #6 from t0m1o1/scaledlauncher
Scaledlauncher
commit 43c4271101a4be6dbc28d7e34534d25242c159ae
Merge: dec967f1 084bba39
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 21:18:16 2021 +0000
Merge pull request #5 from t0m1o1/compass-fix
Compass fix
commit dec967f1ac5900e43099ef9bfef3bfbe84e1f8e4
Merge: 21c48263 dfa40407
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 20:56:22 2021 +0000
Merge pull request #4 from t0m1o1/Swipe-Launcher
Stop the swiping coming up if mode is undefined
commit 21c482639aa1f2d391ebb0508701cff3170b45c4
Merge: dea2ec96 4c9d04de
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:19:27 2021 +0000
Merge pull request #3 from t0m1o1/Swipe-Launcher
Update Swiper Clock Launch
commit dea2ec9693855d735662a4d344682e6105533bf2
Merge: 92d156fb 51766844
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:15:16 2021 +0000
Merge pull request #2 from t0m1o1/master
Master
commit 92d156fb398787a068a2f7ed81a78d90ed04bd70
Merge: 100384f2 7d37a9eb
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:14:13 2021 +0000
Merge pull request #1 from t0m1o1/Swipe-Launcher
Swipe launcher
commit 51766844e6ff346119739114c28b9d638ca57cbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:49:56 2021 +0000
Update apps.json
commit 6fda7a5f33ec6341d51529e680f5d0caa9c9fdbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:37:07 2021 +0000
Update apps.json
commit b7a067234413e2cd9cb531c366371e5d88f6bb21
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:32:09 2021 +0000
Rename hidmsicswipe.app.js to hidmsicswipe.js
commit 97065f1d62d40003eec09a2539d7294fe41bc4e5
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:55 2021 +0000
Delete hidmsicswipe.info
commit 21f184d6c4ad1f977c385d95c3966d95d446bf5c
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:10 2021 +0000
Add files via upload
commit 3917f28ae54db0e86b6429489c19a4180be759e0
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:45 2021 +0000
Delete hidmsicswipe.img
commit a65668300fc45082d6897e19c6efff556853f4d9
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:18 2021 +0000
Delete hid-music.png
commit 5fce838e8ab7d2b297c05a1ae735abcd4ba76d90
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:29:36 2021 +0000
Add files via upload
commit ffa37f2ab3b1fd2b921783e19ffb48673aad1a6e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:22:38 2021 +0000
Create hidmsicswipe-icon.js
commit b656e5973c302a39f7513364c66094132135bfc4
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:59:19 2021 +0000
Create changelog
commit ad943ca5658e4f68c205996c4ad42aa1ebbeb793
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:58:19 2021 +0000
Add files via upload
commit ac433ac7bd6d586e9b1ca11da924d64bd566ade2
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:57:39 2021 +0000
Create hidmsicswipe.info
2021-12-05 17:14:06 +00:00
{
"id" : "mandlebrotclock" ,
"name" : "Mandlebrot Clock" ,
"version" : "0.01" ,
"description" : "A mandlebrot set themed clock cool" ,
"icon" : "mandlebrotclock.png" ,
"screenshots" : [ { "url" : "screenshot_mandlebrotclock.png" } ] ,
"type" : "clock" ,
"tags" : "clock" ,
"supports" : [ "BANGLEJS2" ] ,
"readme" : "README.md" ,
"allow_emulator" : true ,
"storage" : [
{ "name" : "mandlebrotclock.app.js" , "url" : "mandlebrotclock.js" } ,
{
"name" : "mandlebrotclock.img" ,
"url" : "mandlebrotclock-icon.js" ,
"evaluate" : true
}
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "imgclock" ,
2020-05-06 10:03:04 +00:00
"name" : "Image background clock" ,
2021-10-20 14:11:04 +00:00
"shortName" : "Image Clock" ,
"version" : "0.08" ,
2020-05-06 10:03:04 +00:00
"description" : "A clock with an image as a background" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
"type" : "clock" ,
2020-05-06 10:03:04 +00:00
"tags" : "clock" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2020-05-06 10:03:04 +00:00
"custom" : "custom.html" ,
"storage" : [
2020-05-11 16:00:06 +00:00
{ "name" : "imgclock.app.js" , "url" : "app.js" } ,
{ "name" : "imgclock.img" , "url" : "app-icon.js" , "evaluate" : true } ,
{ "name" : "imgclock.face.img" } ,
{ "name" : "imgclock.face.json" } ,
{ "name" : "imgclock.face.bg" , "content" : "" }
2020-05-06 10:03:04 +00:00
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "impwclock" ,
2020-04-25 10:11:07 +00:00
"name" : "Imprecise Word Clock" ,
2021-10-20 14:11:04 +00:00
"version" : "0.03" ,
2020-04-25 10:11:07 +00:00
"description" : "Imprecise word clock for vacations, weekends, and those who never need accurate time." ,
2021-10-20 14:11:04 +00:00
"icon" : "clock-impword.png" ,
"type" : "clock" ,
2020-04-25 10:11:07 +00:00
"tags" : "clock" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-impercise-word-clock-screenshot.png" } ] ,
2021-10-20 14:11:04 +00:00
"allow_emulator" : true ,
2020-04-25 10:11:07 +00:00
"storage" : [
{ "name" : "impwclock.app.js" , "url" : "clock-impword.js" } ,
{ "name" : "impwclock.img" , "url" : "clock-impword-icon.js" , "evaluate" : true }
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "aclock" ,
2019-11-11 13:01:47 +00:00
"name" : "Analog Clock" ,
2021-06-24 11:04:53 +00:00
"version" : "0.15" ,
2019-11-11 13:01:47 +00:00
"description" : "An Analog Clock" ,
2021-10-20 14:11:04 +00:00
"icon" : "clock-analog.png" ,
2021-10-26 12:15:21 +00:00
"screenshots" : [ { "url" : "screenshot_analog.png" } ] ,
2021-10-20 14:11:04 +00:00
"type" : "clock" ,
"tags" : "clock" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
"allow_emulator" : true ,
2019-11-11 13:01:47 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "aclock.app.js" , "url" : "clock-analog.js" } ,
{ "name" : "aclock.img" , "url" : "clock-analog-icon.js" , "evaluate" : true }
2019-11-11 13:01:47 +00:00
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "clock2x3" ,
2020-03-06 16:09:45 +00:00
"name" : "2x3 Pixel Clock" ,
2021-10-20 14:11:04 +00:00
"version" : "0.05" ,
2020-03-06 16:09:45 +00:00
"description" : "This is a simple clock using minimalist 2x3 pixel numerical digits" ,
2021-10-20 14:11:04 +00:00
"icon" : "clock2x3.png" ,
2021-10-26 12:15:21 +00:00
"screenshots" : [ { "url" : "screenshot_pixel.png" } ] ,
2020-03-06 16:09:45 +00:00
"type" : "clock" ,
2021-10-20 14:11:04 +00:00
"tags" : "clock" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2021-10-26 12:15:21 +00:00
"readme" : "README.md" ,
2021-10-20 14:11:04 +00:00
"allow_emulator" : true ,
2019-12-05 14:48:36 +00:00
"storage" : [
2020-03-06 16:09:45 +00:00
{ "name" : "clock2x3.app.js" , "url" : "clock2x3-app.js" } ,
{ "name" : "clock2x3.img" , "url" : "clock2x3-icon.js" , "evaluate" : true }
2019-12-05 14:48:36 +00:00
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "geissclk" ,
2021-02-17 16:46:58 +00:00
"name" : "Geiss Clock" ,
2021-10-20 14:11:04 +00:00
"version" : "0.03" ,
2021-02-17 16:46:58 +00:00
"description" : "7 segment clock with animated background in the style of Ryan Geiss' music visualisation. NOTE: The first run will take ~1 minute to do some precalculation" ,
2021-10-20 14:11:04 +00:00
"icon" : "clock.png" ,
"type" : "clock" ,
"tags" : "clock" ,
"supports" : [ "BANGLEJS" ] ,
2021-02-17 16:46:58 +00:00
"storage" : [
{ "name" : "geissclk.app.js" , "url" : "clock.js" } ,
{ "name" : "geissclk.precompute.js" , "url" : "precompute.js" } ,
{ "name" : "geissclk.img" , "url" : "clock-icon.js" , "evaluate" : true }
] ,
2021-10-20 14:11:04 +00:00
"data" : [ { "name" : "geissclk.0.map" } , { "name" : "geissclk.1.map" } , { "name" : "geissclk.2.map" } , { "name" : "geissclk.3.map" } , { "name" : "geissclk.4.map" } , { "name" : "geissclk.5.map" } , { "name" : "geissclk.0.pal" } , { "name" : "geissclk.1.pal" } , { "name" : "geissclk.2.pal" } ]
} ,
{
"id" : "trex" ,
2019-10-30 17:33:58 +00:00
"name" : "T-Rex" ,
2021-10-20 14:11:04 +00:00
"version" : "0.04" ,
2019-10-30 17:33:58 +00:00
"description" : "T-Rex game in the style of Chrome's offline game" ,
2021-10-20 14:11:04 +00:00
"icon" : "trex.png" ,
2021-10-26 12:15:21 +00:00
"screenshots" : [ { "url" : "screenshot_trex.png" } ] ,
2021-10-20 14:11:04 +00:00
"tags" : "game" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2021-10-26 12:15:21 +00:00
"readme" : "README.md" ,
2021-10-20 14:11:04 +00:00
"allow_emulator" : true ,
2019-10-30 17:33:58 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "trex.app.js" , "url" : "trex.js" } ,
2021-05-29 11:04:11 +00:00
{ "name" : "trex.img" , "url" : "trex-icon.js" , "evaluate" : true } ,
{ "name" : "trex.settings.js" , "url" : "settings.js" }
] ,
2021-10-20 14:11:04 +00:00
"data" : [ { "name" : "trex.score" , "storageFile" : true } ]
2019-10-30 17:33:58 +00:00
} ,
2021-11-18 13:45:11 +00:00
{
"id" : "cubescramble" ,
"name" : "Cube Scramble" ,
Squashed commit of the following:
commit 5ed43a28b5b9d6820ee898f632535747c1e5913d
Merge: 4cf9192c a385c099
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:12:45 2021 +0000
Merge branch 'espruino:master' into Base
commit 4cf9192c4341a85eab1198b8663f48d276704ac3
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:25 2021 +0000
Update core
commit 69a54194a9eb41d0722fc061bec5c900b724e8cf
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:14 2021 +0000
Squashed commit of the following:
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit e040cc4e245a8fb4c55bfeb99cab12c62af5e7b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 15:22:16 2021 +0000
replace tabs!
commit 60c2fa710c4904827bfba868507a9f6d10d524a3
Merge: 38b2e417 f3cb7e9a
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:29:46 2021 +0000
Merge pull request #942 from madman2021/master
Add new TimeCal app
commit 38b2e417bf8e63be394a96ed24b9e3d174d5f45b
Merge: 94bd895b 43b38cc8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:26:43 2021 +0000
Merge pull request #943 from peerdavid/master
[LCARS Clock] Shows icons for charging and out of battery
commit 94bd895bafeb37250b64373692c9cceb3e9ece97
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 12:56:56 2021 +0000
welcome 0.14: Turn off and run later to use softOff to time is set right
plus other minor tweaks
commit 43b38cc8ab5796e25f65ace531be68a6a4134f98
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:40:47 2021 +0100
New screenshot. Updated version.
commit 34c6589f06a1a8ba0f7fe2e126b41d03dff7f45b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:37:07 2021 +0100
Minor improvement
commit c403a5af671cf70b18776fad83126adf66122f0f
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:36:21 2021 +0100
New design. Removed png icon files - only converted icons are needed.
commit 19655ea3279daf32ebfd4453db398915a8229946
Merge: 274b705c b1fb0e6b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:44 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 274b705c1e7313cf646412ec01bf17de9b1dabcf
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:37 2021 +0100
More lcars style
commit f3cb7e9a0b8f0ba3624b639415c9168c240905e8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:53:14 2021 +0000
Remove Icon as it renders massive
commit 1a9f5375557fc232acfe3f42d1198da827db5ab8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:46:03 2021 +0000
Add missing supports tag for TimeCal
commit 3738bde22a0d4cef2bd5c956a1a370e9a145689a
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:43:38 2021 +0000
Add TimeCal to the app library
Add TimeCal to the app library
commit b1fb0e6b7d88f53cff85f6a8d3eb416bebd35e92
Merge: 559e8208 dabc22c2
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 11:10:36 2021 +0100
Merge branch 'espruino:master' into master
commit dabc22c2d725ccddad8b08c0fa0b14af94d38e28
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 09:54:11 2021 +0000
custom code works on bangle2
commit 2e83a511d2032736a63bda38406b4f744a4130f1
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:51:20 2021 +0000
metronome supports bangle 2 now
commit cea51d06d07f09923d590357c33782861c342817
Merge: cd1daba0 4eee3f05
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:50:24 2021 +0000
Merge pull request #938 from bengwalker/master
Add Bangle.js 2 support for metronome app
commit cd1daba0c55e99f5a477407f47b932d050c0b6f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:46:13 2021 +0000
0.25: Fix issue where if Bangle.js 2 got a GPS fix but no reported time, errors could be caused by the widget (fix #935)
commit c03ab08687bbc7ed893ed2ef8c3be21f1e61e74f
Merge: 1750c72e f10bf240
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:40:53 2021 +0000
Merge pull request #939 from Ronin0000/master
Add Screenshots to Many Apps
commit 1750c72e94eab6ee22650d993ea31efa17e79c46
Merge: 5eeb1181 1def233d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:38:06 2021 +0000
Merge pull request #936 from Vingelar/master
Binwatch: re-format background images
commit 559e82088077ba79675c0012c921eae3ef32b16d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:14:04 2021 +0100
Minor design change
commit d24b8c80da7afd75a6f121a22e3694252aa3c57a
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:12:25 2021 +0100
Minor design chnges
commit f10bf24018add2df61a5fc422aee941b07c70082
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 17:04:07 2021 -0800
Update apps.json
commit c66b0982368a5e1ee74da598945df12d88cba679
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:53:48 2021 -0800
Update apps.json
commit 638fea73c791b4f11b6119c02ca2090c31b6bc83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:24:10 2021 -0800
Add files via upload
commit 4e79c896c65b2edc7dfcb7b4b2eb6ae1c96f60ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:23:33 2021 -0800
Add files via upload
commit 33809d8cdfa7ea3f02941c820b4836f20a9eb869
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:58 2021 -0800
Add files via upload
commit 6cb83284a7e7b9d2f8935835702e713f0f9b7b51
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:45 2021 -0800
Add files via upload
commit 7e521d0d29262227a32244d2929eb99fcb36fb98
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:17 2021 -0800
Add files via upload
commit 9985ff03f20469897ceb3dd1acb4f90ac850ebb8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:00 2021 -0800
Add files via upload
commit 6f437c39866562e05d8821bdb5150cd553f3a6cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:21:15 2021 -0800
Add files via upload
commit ffe218a0046d65464e96cdc59d1c10fbb708b791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:56 2021 -0800
Add files via upload
commit 9400133dd49762a7bfcff38e5a6249cbfd5753f7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:39 2021 -0800
Add files via upload
commit 76463d927940f590ed45cc51558723375217a34a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:37 2021 -0800
Add files via upload
commit 4011accb47eb53954acc3e27cce5b6f6cb025c57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:19 2021 -0800
Add files via upload
commit bc5960d61a40c08566a8e1977fa53c6528f04a85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:07 2021 -0800
Add files via upload
commit da5634beda72243f5ee6e4fc0e376c6c5f9c6ccc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:51 2021 -0800
Add files via upload
commit b9c4640f853d4992e57cd5d6b2e3f4d75db32d1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:25 2021 -0800
Add files via upload
commit d27a605a24cc06903084b6a796c9c93b7724150f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:07 2021 -0800
Add files via upload
commit 52baa42e69b1a7a8ef6bc2cae548298af4dcbf7c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:48 2021 -0800
Add files via upload
commit db3b6a58e49a3d5ce9b528011f3e0607474e4fa8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:16 2021 -0800
Add files via upload
commit f0de0d8a9d542fd960f13b36a2bb2a3548f06033
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:52 2021 -0800
Add files via upload
commit 6d4cb98ba83d0ab62406c00ed9fa8dcd139d2f8c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:34 2021 -0800
Add files via upload
commit 5f434d9d327fff8cebf41a45cf73ea9c96cb42db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:23 2021 -0800
Add files via upload
commit 6e72349f05e3773b0ae60217df8b6f266447f1ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:37 2021 -0800
Add files via upload
commit 03e4d0d7c01cdc214526891933f3c155f63ff2b5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:21 2021 -0800
Add files via upload
commit ead12a1c11e3937637e8af8b1d54218e0138e908
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:54 2021 -0800
Add files via upload
commit a1ed32c91380e03146dc4003a3ee6e400d0dd35f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:30 2021 -0800
Add files via upload
commit fae08d7a739b1a28faacb0105d5ad417171dddcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:57 2021 -0800
Add files via upload
commit b889e431edf72d64867c576135bc1470c4590db2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:32 2021 -0800
Add files via upload
commit f177480160184722b935623ebed05ad630a5a6a2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:02 2021 -0800
Add files via upload
commit a2fe8c3722f56c59957642cad2bb0a6454dc6f5b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:11:42 2021 -0800
Add files via upload
commit c1cdf15bf5413167692e9c7bd4f5fee31fe4d4c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:49 2021 -0800
Add files via upload
commit fb1c5529f037cc701e30d9da036a54236ea1ba1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:11 2021 -0800
Add files via upload
commit 530089e0830473574b38c172a964f9cfb49436a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:35 2021 -0800
Add files via upload
commit 3556e668560587c074ad435b977283e19367f69e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:12 2021 -0800
Add files via upload
commit e1e32772e4dd1943af6ed37407425998b0819e48
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:56 2021 -0800
Add files via upload
commit 8084bb92b7cfb12740129c57e1bb5c05ce13994c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:37 2021 -0800
Add files via upload
commit 2c997d2964d4ade4ba0aa5ef89a1b646c15a9751
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:18 2021 -0800
Add files via upload
commit 747626b66c880293481bd0a97cda8e32e0239d04
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:07:24 2021 -0800
Add files via upload
commit ed36fae0ac6def24ca20ab6229affbcf7502582e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:59 2021 -0800
Add files via upload
commit e8baad3c3775e26f8a88457ff8f361a18572e484
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:33 2021 -0800
Add files via upload
commit 1efcebe84aa2b2b00d6920a84d4e486b834c1083
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:16 2021 -0800
Add files via upload
commit 082d3d1e95e9bb98e10bb1679ae0dfba11bf44e0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:05:21 2021 -0800
Add files via upload
commit b10f62a6c55dd89bb15a97430b74269486a72807
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:58 2021 -0800
Add files via upload
commit 24b41c2c6fe40d18ffd9dfc0404f215cc9b847ff
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:42 2021 -0800
Add files via upload
commit 19a2ef1a44c78fe9b1922574f0a1eda20f2fbd43
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:01 2021 -0800
Add files via upload
commit 7089d6e74c438d3577ebf03857b0c1b6f73aaa2a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:03:38 2021 -0800
Add files via upload
commit 431824f828f0ea900c9d206e492cc7a6d1830f2e
Merge: 15aa41c7 5eeb1181
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 15:15:57 2021 -0800
Merge branch 'espruino:master' into master
commit 5eeb1181d049f1580f75657b9a9ac664041b26b9
Merge: 546a0b16 6b05d928
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:29:18 2021 +0000
Merge pull request #937 from rigrig/barclock-b2
Barclock works fine on the Bangle.js 2 :-)
commit 15aa41c766b2a25c7a83a1a6744706a7b2852aa3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:23:03 2021 -0800
Add files via upload
commit 6a93494e3fe516ccbc7755027f613bd9bd529021
Merge: 12443640 546a0b16
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:22:27 2021 -0800
Merge branch 'espruino:master' into master
commit 546a0b16cc32841b38a0d39b07ec6d18f58d21c5
Merge: cb6e14f6 18fbd289
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:55 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit cb6e14f6c12816224bbc3dc127e9817d0df7ae78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:37 2021 +0000
messages, start of call handling and message responses, fix for scroll issue when only 2 menu items
commit 12443640c95efbe9f25ed0ffe73280c84d90cd13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:54:22 2021 -0800
Update apps.json
commit 9bdc07f8617e457439522d5b4c84a65d1eba4ed9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:47:36 2021 -0800
Update apps.json
commit 4eee3f05e92e26aa5c70c1d2cefcc97ff4935b0d
Merge: aafc93f0 18fbd289
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:46:32 2021 +0100
Merge branch 'master' into master
commit 298fa47cd87e37b19cd142f47867843e24d08b57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:42:50 2021 -0800
Update apps.json
commit 52c07f6dc80e8eabd017fc324332c0594c173399
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:40:42 2021 -0800
Update apps.json
commit fe340d75bbb6c7814241becacddaca50435c5fe3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:39:31 2021 -0800
Update apps.json
commit aafc93f09a818f5bb6e4b6988246e4f8d049df87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:35:35 2021 +0100
Update README.md
update README
commit bd80ea5ca03b2e9d5f2eb562adc7305b3952d2e5
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:31:33 2021 +0100
Update metronome.js
print instructuions for banglejs2
commit 51afd5ef049c67f331931ee18b53e9d4e835342a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:29:27 2021 -0800
Add files via upload
commit ff62b603a27d6acea382af80496b6a35787a73ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:51 2021 -0800
Add files via upload
commit ffbd331c1376c5f393dafe62eaa62a9991949a3e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:29 2021 -0800
Add files via upload
commit 93c113a95a21dccfde6bb171d15b0f93e6d0f58a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:25 2021 -0800
Add files via upload
commit b2be26fccedfa52f00f275db8050c0c3e532859b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:07 2021 -0800
Add files via upload
commit 899e78539c3bb0e41e4d56aa854c4806715ccce0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:26:06 2021 -0800
Add files via upload
commit 50a88d41cd63e51a876e4fca58fe13c5af2088fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:35 2021 -0800
Add files via upload
commit b1d636bac2148007dd72becff0daddf24b80f0a4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:10 2021 -0800
Add files via upload
commit 6b05d928751b49d4910ddd3a6867e2d4cad6c93f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 19:42:12 2021 +0100
barclock: Fix time/date disappearing after fullscreen notification
By forcing a complete redraw at lcdPower-on
commit 32e3d326aa143eed99d26c81c9fbf870730591f4
Author: Richard de Boer <git@tubul.net>
Date: Sat Nov 20 17:13:36 2021 +0100
barclock works fine on the Bangle.js 2 :-)
commit 1def233de2434d272c6f712c9c213b7caff3ae92
Author: Vingelar <Vingelar@mantisse.de>
Date: Tue Nov 23 19:09:16 2021 +0100
changed format of bg images to binary raw format (export from emulator
commit e021aa2c9d5c44f9130e4bf67cb4b066d02cbd6d
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:59:49 2021 +0100
Update app.js
binwatch: adapted names of bg images
commit 3dd723d10bd3195257205a48dc79872668bd53cb
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:58:48 2021 +0100
Update apps.json
binwatch: shorten names of background images
commit 275402344ee927a51d0c100d4387c739d7a49968
Merge: cf027b37 18fbd289
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:36:45 2021 +0100
Merge branch 'espruino:master' into master
commit 18fbd2898da9fc2bfb16d0adf9cf2b97f5ce0f3d
Merge: 5be6981a df364bab
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:34:15 2021 +0000
Merge pull request #933 from peerdavid/master
[LCARS Clock] Added lcars icon to watch face.
commit cf027b3783cbbf8deca98fb3e1ee1922557686bf
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:34:13 2021 +0100
Update app.js
changed names of background images
commit 5be6981acdf3935b936bb85caf37780537518b66
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:31:42 2021 +0000
oops - named stub wrong
commit d328d94d34ea86dd99f958098c7f0a000b1e395f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:30:20 2021 +0100
Add files via upload
added background files exported from Emulator
commit c36fb16a684085c2eb6ada2c50021d3776f5e215
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:54 2021 +0100
Delete Background240_center.js
removed background240_center.js (wrong format)
commit 4719fada2843f1c8d6ae36d8d59d0fb95318d9b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:28:34 2021 +0000
Android Remove messages on disconnect, Fix music control (ref #909)
commit f431bd8a2c823e877ee6e78576aa4f39a0b5701f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:25 2021 +0100
Delete Background176_center.js
remove backgounrd176_center.js (wrong format)
commit 1b548c9bbb5a10769498b4ad1be04397fb889bce
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:27:33 2021 +0100
Update apps.json
adapted naming for image files
commit df364babab19550f75a01d707f0684d8547e8664
Merge: d28517b2 a1eeadfc
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 17:16:00 2021 +0100
Merge branch 'espruino:master' into master
commit d28517b2a5b5e7eaa6a8d9832d9352062addb3ee
Merge: cd93a201 465c93d8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:18 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit cd93a201f846e2c51a1ff9cc447dbbbdc2c5e2cc
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:15 2021 +0100
Moved logo
commit dd2bb22f076abff1aac2f32734b50fdcc5423861
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:08:57 2021 +0100
Update apps.json
use .js files as background images
commit 03c5f996f4998ebc1e6bfea7e77d3a61743c0c69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:07:21 2021 +0100
Add files via upload
added background files as js
commit 7d81bfe2bbdf5095ac7550247eddbe6827cec4c0
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:53:40 2021 +0100
Update apps.json
added missing "url" to background storage
commit 51b73894e461af6312b6fca28e0b5888e9f98da6
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:51:40 2021 +0100
Update app.js
use background images from storage
commit dab36d05a77563e9a839f38807bfd7cfe09a1f69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:48:50 2021 +0100
Update apps.json
added background images to stroage
commit 31f28093411e4f501dd49f98359af43e71e8b27e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:44:49 2021 +0000
Fix https://github.com/espruino/BangleApps/issues/927 - App loader offers to update unknown apps
commit a1eeadfc224a976e3fca6a00ca47d1c1389fa70f
Merge: 68429483 0a695e51
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:40:09 2021 +0000
Merge pull request #934 from Ronin0000/master
Fix School Calendar Bug
commit 0a695e5143fbff3935e80b9df85720f065b1e185
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:09:14 2021 -0800
Update custom.html
fix bug that was for testing
commit cfecc24f42d257d565f21571a50b825cffb2f1c3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:05:47 2021 -0800
Delete boot.js
commit 684294830d75459982845920cb30815236dc0917
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 13:57:46 2021 +0000
app manager works in bjs2
commit 465c93d830300054722f10f483a9023c6ec315e7
Merge: d20f5e59 3ba779ee
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 14:53:47 2021 +0100
Merge branch 'espruino:master' into master
commit d20f5e597e72d8392af3e9b745a4dfab36e8797f
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:53:27 2021 +0100
Updated screenshot
commit a283cf58fb90b1852d8e414fb01010632a65ba46
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:51:55 2021 +0100
Included lcars logo
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 3ba779ee5826a60f127ed12f0eeaa2a848f53b4c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:48:34 2021 +0000
Fix bangleapps after recent PRs
commit aaf06b113c72e1487651d30602ba79c95a41d6ff
Merge: a0351381 06a6b72d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:42:26 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 9600f16671ab5a9fc772a959a7110622baa5e606
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:19:48 2021 +0100
Updated changelog
commit 98577b626960bd971af483ef709655dfe0ac1f00
Merge: 1ccabca0 d3cd47f9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:52 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 1ccabca0c6f1cf79c1b5d6a56749ab752a4d1850
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:50 2021 +0100
No hrm icon - its shown too much.
commit d3cd47f95704e7c508e1e311d3224826f3fd73ce
Merge: 2e18795c 06a6b72d
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 11:12:43 2021 +0100
Merge branch 'espruino:master' into master
commit 2e18795c5780148c6f52d50cd69849b5893b1cdb
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:11:33 2021 +0100
Fixed string
commit 36edd449c5398147536d20c2b4f11040cb3105b9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:10:33 2021 +0100
Minor change
commit 06a6b72d42fc55a224bb5d133640670c21d6cae0
Merge: a39d4102 be083113
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:03:45 2021 +0000
Merge pull request #925 from Ronin0000/master
Add School Calendar
commit a39d4102963fc1593e1f2f8ea3f4372a3da4da6f
Merge: ab2cb243 930cfa13
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:02:41 2021 +0000
Merge pull request #928 from peerdavid/master
[LCARS Clock] Icons for different states such as GPS or HRM.
commit 5c3b0468d4ce9a51249f6f098c3e6ba84ba1cf41
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:59:26 2021 +0100
Update apps.json
corrected format
commit 336501059da7bceddba9e300c5b6d5bd1aba6a3a
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:56:25 2021 +0100
Update apps.json
removed background image
commit 3f4c49a8aef6ba79419f00d86fc4f02435b72e21
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:55:07 2021 +0100
Update app.js
integrated BG image into app
commit ff3223e1b906957811cad815df88ad495e70a95f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:51:02 2021 +0100
Update app.js
added "require" for bg image
commit ab2cb243857e50e7bb80ee163e4bc153302446a7
Merge: adadf7ef 162dc1f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:51:01 2021 +0000
Merge pull request #929 from weeurey/master
Update app
commit adadf7efd39b01466cfd348e13c5a02deaa6bf4d
Merge: b7f403e7 0f9d938f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:26 2021 +0000
Merge pull request #931 from reelyactive/master
emojuino@0.02
commit b7f403e79bf5fae387c5f6d0522f49ce917362a6
Merge: f4e997d4 46383d4d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:12 2021 +0000
Merge pull request #930 from rigrig/gbmusic-fix
gbmusic: fix "previous" button image
commit a03513812956c629f003824b46bb6763734eead8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:44:24 2021 +0000
fix download icon on android
commit b128f5c15569de9e2be0717f270cfd90e006d5ab
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:38:02 2021 +0100
Update apps.json
added background image to upload
commit 930cfa13315046c621a5444632f7b12bbd956fae
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 09:43:24 2021 +0100
New HRM Icon
commit 7f3f7b9eee3c23c922645274dd8d7947def8158d
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:26:37 2021 +0100
Currently, no confidence > 80 is reached...
commit 1fb861b82c4cc75b94dc6875280fbd411390bc71
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:25:11 2021 +0100
HRM confidence of 80 to display
commit 7d95221e166770be91bf76374f926fe996356009
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:24:15 2021 +0100
Minor change
commit 6d8d98fb03e7bed42c3feeee771ddfcd78b60ea8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:21:41 2021 +0100
Show HRM
commit a0cc4c633e0e6853a0f170a5358b7e1f11e310af
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:10:00 2021 +0100
Minor changes
commit be083113316ec7ba07d780b6593cb9adfd748298
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 19:11:40 2021 -0800
Update custom.html
commit 0664a44c454107d4e3ff039d12baffea3e90cf5f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:52:43 2021 -0800
Update apps.json
commit b032ca0fc1936e650a459f766799e197daf2a4dd
Merge: 7fd37f7e f1f063fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:27 2021 -0800
Merge branch 'espruino-master'
commit f1f063fd1adb553c548a3aa54156bce00b4ca48d
Merge: 7fd37f7e f4e997d4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:09 2021 -0800
merge3
commit 0f9d938fa6970df18fbe99f3c707b94aa26d15c1
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:23:17 2021 -0500
Version bump
commit 5a01047cd0b30e4b7b253d784bd0b5755fc0c2e2
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:21:29 2021 -0500
Added screenshots
commit ae55c2d39fc936cfa1954d44b7f76dc91c21ced3
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:09:26 2021 -0500
Allow emulator, specify type as app
commit 58f9e7cd5b59904651fb878a89844ee4ccfb23df
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:03:18 2021 -0500
Upgrade to emoji images and supporting text
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit 7fd37f7e4e669c0aea7b5324b85f9d85ca394dcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 12:18:44 2021 -0800
Update custom.html
commit 84d9ca4b337e36c4f62ffce4b3059f8f2909d482
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:57:14 2021 -0800
Update boot.js
commit 740f4a95665fd92ad87e83dd381da7e55c2e4b18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:52:27 2021 -0800
Create boot.js
not part of the current merge
commit d3538a03f10f6323afc8656cef397a561cf35bf0
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:12:50 2021 +0100
Added raster
commit 20310fdb75b11fe8b3ea38dc7810732910537169
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:02:27 2021 +0100
Smaller icons
commit 3863be18301cec9fec480db7fe28a19439c708d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 09:06:52 2021 -0800
Delete apps/schoolCalendar/fullcalendar/interaction/src directory
commit 5d8c13a7e6a934e8b750f0ab4871e3dcc67c09bf
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:56:29 2021 +0100
Updated screenshot accordingly
commit 21134a1dcdc102755171af26e99ae86f3559996f
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:55:21 2021 +0100
Better background
commit cab3d43085b2edf4dc97ebf05785bb5b446a88da
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:39:48 2021 +0100
Better alarm - shown only in icon so we can display more data.
commit db22bac0ecd48633d6acf0874127a1b28821d8ea
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:11:15 2021 +0100
Use correct alarm icon
commit 162dc1f29346ab0f6ff4b7cd4128826292ca766e
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:11:07 2021 +0000
Update apps.json
commit dc24ae9bfba1786d4d8a3e22871c4da7bda9fb92
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:10:58 2021 +0100
Better HRM Icon
commit 8e688d144ab30ff87f31b51ab457688ce03c4c23
Merge: 741f7aab f4e997d4
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:09:43 2021 +0000
Merge branch 'espruino:master' into master
commit 741f7aab5239e6fa6ae48e1a5351216dfcfc4177
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:08:38 2021 +0000
Update apps.json
commit 247ed9faa2e8b8463374fea05d4bb04ddda2cfc1
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:07:39 2021 +0000
Create ChangeLog
commit d878d46d4ccc5128643034c535cff69984ab7853
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:05:57 2021 +0000
Update app.js
commit c720fc314b516e1007452ad18ce51bc4fefefec1
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:03:21 2021 +0100
New alarm icon
commit 75fbd6882d1368c73db1b96fac79f4202d6a5e53
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:37:48 2021 +0100
Added icon for alarm
commit eb20f15537d8b6be7226b2ae49fc6e6dd0474124
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:33:42 2021 +0100
Compeletely new design with icons for GPS, HRM and Compass. All Icons are open source and mentioned in the Readme.md file.
commit 46383d4d5547bca38a2a07ea01d67afa0166bedc
Author: Richard de Boer <git@tubul.net>
Date: Mon Nov 22 13:18:01 2021 +0100
gbmusic: fix "previous" button image
commit 1bf5132a5caf41398125e0c7f2bad72ffa300df2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:07:49 2021 -0800
Update custom.html
commit 618c5b7a10ebe610205ab463c395f65948e5a763
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:02:29 2021 -0800
Update custom.html
commit adfeb5e535564f8851fcdc080e2fa10d9acced9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:00:21 2021 -0800
Update custom.html
commit f950fd2ee88486e3355efd30823d50de799e8418
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:57:52 2021 -0800
Update custom.html
commit 3ee0e9bae6ee137c6e36672c9aa6a20d1c072caf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:49:48 2021 -0800
Update apps.json
commit 387bd30236b5d765b396eba24ad43120ceb6c384
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:48:14 2021 -0800
Rename ChangeLog.md to ChangeLog
commit 6e07f282b8918ac3b8f333c7c4156980a44ff1d6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:41:26 2021 -0800
Add files via upload
commit fea37b4992e65a5ca54648f88281ce2623f6a55f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:40 2021 -0800
Update apps.json
commit 939d8f6a9ae71b49c13f7dbf1455bb2fec60462a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:21 2021 -0800
Add files via upload
commit 854ae5361d1b2400f6b6d1b2c2239f46d1e16bc9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:34:28 2021 -0800
Update README.md
commit 426768eb11e34ea7a04010e6fe7da1a5a5187f40
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:32:14 2021 -0800
Update custom.html
commit bf994d9acc8b79ebda1e47dc5ebc5158210d6205
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:24:29 2021 -0800
Update apps.json
commit 7c74c5d43f9f66b6374cabd4e247d1560e5f29a1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:15:40 2021 -0800
Update apps.json
commit 8981aa3f614c388c74d73ccd25e16f5e6eabde9f
Merge: e878e547 100384f2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:12:19 2021 -0800
Merge branch 'espruino:master' into master
commit e878e5478713b0b3cae0bb86e28f998cbfeb9b10
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:11:43 2021 -0800
merge
commit 3bde4d2e48711186ae26036baea8f880c2aac7c4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 16:12:16 2021 -0800
Update custom.html
commit 5f3c93df8cc8b73c432ea31b15e84e4b106256de
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:37:41 2021 -0800
Update custom.html
commit 26bd9e35be993aae4deece775ac85f53f877b122
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:35:47 2021 -0800
Update custom.html
commit 8f2cc6e2137cf29e03435123e96d9c6c550864d1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:34:09 2021 -0800
Update custom.html
commit 66f061112301898b011412e91982dbefc7cc2d1e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:32:48 2021 -0800
Update custom.html
commit 87a9504912b8753dc63700207ee89acacbb34726
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:30:44 2021 -0800
Update custom.html
commit 626498da9d296fecf6776b836def4eda87027d85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:24:01 2021 -0800
Update custom.html
commit 3472ca355a1a71d3fa3f464ece2b81dce7f4eeaa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:21:57 2021 -0800
Update custom.html
commit 529b0cb4637652dfc0a3ba6688b863b5f47437ca
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:19:53 2021 -0800
Update custom.html
commit e77d9980023f041a87743ac1fd3c48a3f0652a8e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:18:21 2021 -0800
Update custom.html
update
commit a712c37c7652f7bc46c4d7761df93b3d28e17229
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:17:58 2021 -0800
Update custom.html
commit 4d9d6abb9ef466e4058510efe9eec295f60127e9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:14:02 2021 -0800
Update custom.html
commit f35b24844810a90f08f731cc9e63535be217e4cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:09:44 2021 -0800
Update custom.html
commit d0336b2854d7e0892c440ef8c5f83bcbe1374a9b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:06:56 2021 -0800
Update custom.html
commit 640c8e491e489e9ea88282cf0bfe14004838b3db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:03:42 2021 -0800
Update custom.html
commit 604153cb2408399ce1420b43ef87f41c09d3daa6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:01:45 2021 -0800
Update custom.html
commit 0f8f1e38e85a8c1c49057f4b891209bdfad67aef
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:44 2021 -0800
Update custom.html
commit 7f7dcb0bcf89b1d66f60481efaa09f5956ee4ecc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:22 2021 -0800
Update custom.html
commit d42fe03dc8fcbc0f68857dd9f887c8cc4eff1c06
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:55:08 2021 -0800
Update custom.html
commit 98f172fad442e89f53c45ac47f2388a08049855a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:53:01 2021 -0800
Update custom.html
commit daf8dde32bc81b8f04402c4728eac41784751cd5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:49:25 2021 -0800
Update custom.html
commit 408bd24080a2f7dcf1e6d0c33dab65da4dff82cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:48:38 2021 -0800
Update custom.html
commit 68db21acbb837b12d84d9930d451d2ba90e251dd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:44:30 2021 -0800
Update custom.html
commit 45feb1b2ffb17b8835c505bc4a4f825ddc17bf4f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:42 2021 -0800
Update custom.html
commit 3bc5fd87b61cbb9b867009d933342fe627da982d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:12 2021 -0800
Update custom.html
commit c3eede9868ee342bc4248e71a874c2e6b332dcdd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:37:42 2021 -0800
Update custom.html
commit 8426356c01a23ae769c79f726b95ea64f4428574
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:35:55 2021 -0800
Update custom.html
commit 93f09c216a1eb9aa876c88a1f806ccb709e971b7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:39 2021 -0800
Update apps.json
commit cb748a251dbd11e87615d82081522953607b3a27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:20 2021 -0800
Update custom.html
commit a994ed66301040f60d5f99b672a6081152a20d6c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:53:38 2021 -0800
Update custom.html
commit b76bb48973dbabfaf56bdec4aee44a483f94d129
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:50:08 2021 -0800
Update custom.html
commit f99ce683e9ce42431321fc711e061955bc0220fb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:46:32 2021 -0800
Update custom.html
commit ddfdd94ff845d3d8560158cde184a9a19a3d2142
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:42:51 2021 -0800
Update custom.html
commit 52675f7eff140426532f81da9c84c5d7803d0cda
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:48:03 2021 -0800
Update custom.html
commit d4911034145e3d98b99d649be55c75671e2f5c5c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:44:23 2021 -0800
Update custom.html
commit 71ff5959aec6a5f8302bda513d2c1371bbed0743
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:58 2021 -0800
Update custom.html
commit daba705b37b9952cba2910c3c0bed23e58aaf2fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:16 2021 -0800
Update custom.html
commit 19cb5fc749abeefe378205531d18b97562ddfc47
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:39:15 2021 -0800
Update apps.json
commit 6c20945898b84a02d6b440923a5afd994c7d97aa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:37:41 2021 -0800
Update custom.html
commit ff519bdc0d9bca530284d98cad9fd023ad37d50d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:15:29 2021 -0800
Update custom.html
commit 34843d703aae0b6a33be352ad0f8408d8d17d07b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:11:54 2021 -0800
Update custom.html
commit 4da82197f32b280e4192d5bc9a5ba174fbad4ace
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:01:20 2021 -0800
Update custom.html
commit a9c5a32bc1359d8288f4fd6b6da50eaf40910c9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:56:54 2021 -0800
Update custom.html
commit 352fea34791ccf06450a516ab2a2daf22353c641
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:53:38 2021 -0800
Update apps.json
commit ab6f56c381a54e4ab3466625a9eb794eef5dd2a0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:52:34 2021 -0800
Update custom.html
commit a65742ce346039ef901e70157620aabd95bbca35
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:48:25 2021 -0800
Update apps.json
commit a1a387dd600f7e5c3879d74cd5a516d7566fb7bb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:47:52 2021 -0800
Update custom.html
commit 180e88e0e44dc3ca09291a7d37b6fa4df637fa78
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:50 2021 -0800
Update custom.html
commit 0099736b8c64e8f1afefd4d52b526151e3ac700a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:14 2021 -0800
Update apps.json
commit 1fdf4e954e23fe0514b8d795224c2edafd5941c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:43 2021 -0800
Update apps.json
commit faa5b6b21aa8b7062dc62499e8361b8233cf9408
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:10 2021 -0800
Update custom.html
commit d617803c13ec381f35a9d30f99a267dca02c9cf1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:44 2021 -0800
Update apps.json
commit dc669254bcccad425153d209d6dcdf002f64a30d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:10 2021 -0800
Update custom.html
commit 303247fb4e66802ed7f5c2ee404ce0a28221ec2d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:25:00 2021 -0800
Update custom.html
commit d836cbd2ba256adfffa55f1d12fda02ae8ac760c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:15:16 2021 -0800
Update custom.html
commit e206bd4e1cad4aab266fd376fa525500941878a8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:08:00 2021 -0800
Update custom.html
commit 1a6c1acce50fe2fe2e49bfc26b3ac98c1db5aa13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:04:06 2021 -0800
Update custom.html
commit aa20fac50ed19adfb9248fd9cda1ebb7c31f95b1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:02:52 2021 -0800
Update apps.json
commit 5625414e90c78677040420f342f29e96f088469b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:34:30 2021 -0800
Update apps.json
commit ebc2d8096144e6150920efc4b63e8f1e3f52eb00
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:33:27 2021 -0800
Update custom.html
commit 6c43de3766433c1f9fa1d01fd24cbfe0839e19c0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:21:11 2021 -0800
Update apps.json
commit 37da3c68aeeb5fec1ef3d8965fa3d8170074d791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:19:46 2021 -0800
Update custom.html
commit 92707b9d13ed269a41684ce45111376694cb6e58
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:12:50 2021 -0800
Update ChangeLog.md
commit d3ca682cff08be0bb2a64ab057f6efdf36b4e094
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:09:56 2021 -0800
Update apps.json
commit dfd9e59993944f6323120f8af660d880c63c6793
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:08:52 2021 -0800
Update custom.html
commit 5d24a09ffa2d9cad10a5fae3c7b4d5fafc944aa9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:04:41 2021 -0800
Update apps.json
commit e965bd7d962108a2944824eb6579fce435876966
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:43 2021 -0800
Update custom.html
commit 345d9c155135fc4d0a2b8d00b3528b363a584ced
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:12 2021 -0800
Delete schoolCalendar.js
commit dc9db8a4767d4c16d92645131d977263e2468521
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:58 2021 -0800
Update schoolCalendar.js
commit 58df0a5ca26684b4da84929c8c388ca5c37acabd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:03 2021 -0800
Update apps.json
commit 65ad4979e8d58b51f11f3bcc86f31ab303a5d7b6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:27:10 2021 -0800
Update custom.html
commit 9c07800c5ef948a1b9b2071e7bdfe46809fefa1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:07:38 2021 -0800
Update custom.html
commit b108bc45fb8bfa266e4d4ad3e66a9f65cec96c92
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:58:24 2021 -0800
Update custom.html
commit d871855f8e217b27ea73ed28b389bbc8aea59d62
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:55:58 2021 -0800
Update apps.json
commit 99112920b287568db32c5e43b47cfc2ee0cf71a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:47:34 2021 -0800
Update apps.json
commit 37f4329ec57bc4a96a1b2a0847406f6a05cad520
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:49 2021 -0800
Update apps.json
commit ba2aee642bf90307757bb85fda6aa0db01bed5e5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:06 2021 -0800
Update custom.html
commit 98048dc23cb1caf3aafbf1d1ecfa461ba5943925
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:37:23 2021 -0800
Update apps.json
commit 1a53e8d34af89f0e6c889653961350a898deea81
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:33:43 2021 -0800
Update custom.html
commit 993bb7298c8fbc9348e6668b70a555c51dc54a09
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:31:41 2021 -0800
Rename interface.html to custom.html
commit 3a3962bfdc0365e75f8804b61293ec91084f6698
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:30:12 2021 -0800
Rename custom.html to interface.html
commit c8ad92a3dcb7b8a0df83f2e720b6730dd785e829
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:20:33 2021 -0800
Update apps.json
commit ae85c1cee709457b10233205c057f946ea15fe83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:14:33 2021 -0800
Update custom.html
commit c1b467ba8e96f58b27eb3b9b2dc2b859fa89e227
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:14:50 2021 +0000
Update app.js
commit 438537ace2358f5b798bdfde92ebf78db81abc49
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:10:03 2021 +0000
Update app.js
commit e6d736860d7d7511f08474a4d8f6446ebe97e634
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:57:57 2021 +0000
Update app.js
commit e1add5e2b2a068873d0102324d61f9ff5532924d
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:45:02 2021 +0000
Update app.js
commit 09be008dfaf764b542a80f4dbbde6ab26314713e
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:39:48 2021 +0000
Update app.js
commit 9f26994f5c66a5ee88a702c7a73d8bcc0c8236c3
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:33:47 2021 +0000
Update app.js
commit 0cf4c5d70a97480185296b32137fcdc179fddcc4
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:10:31 2021 +0000
Update app.js
commit cfdb94439526722ca757b8ee748d298f6a76d9e7
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:32:34 2021 +0000
Update app.js
Add Media controls
commit e3cd8f5607f912002d3ec0adf833834058a492cb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:16:37 2021 +0000
Update app.js
Removed extra unneeded code
commit ceed8a123836f5da6fb8c5d6741e2224a3e4a0af
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 15:05:28 2021 +0000
Update app.js
commit 721a3f2608ee0012767cfacd5c69aa91a7bba5f6
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:39:30 2021 +0000
Update app.js
commit a16bfe4d7350b34c694050448f2aefc990d19dcb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:32:57 2021 +0000
Update app.js
commit e72bf84a7a05c4208e8c1d5f60815a9f57ca11c4
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 21:29:57 2021 +0100
use dark theme for metronome
commit 071a7a7e683a649b9f75fdc92b9f56804cd0af87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 20:46:18 2021 +0100
add support for Bangle.js 2
commit 7a7175fa483e4e9fcd5912d83e9519274d67b4f0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Nov 4 16:00:41 2021 -0700
Update custom.html
commit e2928498690565ba7d0454aaa4265bc8adfda712
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:32 2021 -0700
Rename interface.html to custom.html
commit cd7579269efe8d54a5a5680b8126ea38f9ce54be
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:04 2021 -0700
Update apps.json
commit df7f9cc530194025708b712565a410aed1d73e95
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:20:09 2021 -0700
Update interface.html
commit ada94b11cfbebfeaa010cee1b39d0f92591d4e13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:06:50 2021 -0700
Update interface.html
commit 08fc58deb57847cca7d81bf84a54df16ce97528f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:20:57 2021 -0700
Update interface.html
commit 04b9e74a4d2cd84dd9b64b0ba6fba1167fc400e7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:10:58 2021 -0700
Update interface.html
commit be7af68455ff4b5034c0baab9d8c138b9b024707
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:08:24 2021 -0700
Update interface.html
commit aaee5f3c0610de7a48bdda7fe9c6064dff97780e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 19:13:08 2021 -0700
Update interface.html
commit 73819933eeb57f32935e6ad93a146bdbee6d8be6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:52:09 2021 -0700
Update schoolCalendar.js
commit fa5cbd71c618a2053ec3217048c74a723c46f03f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:49:22 2021 -0700
Update README.md
commit fa392008d1e30a6df05245eac969badf4188fb74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:45:24 2021 -0700
Update README.md
commit c280e41560a3812ee83ca461e098bc35b80ef439
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:42:39 2021 -0700
Update README.md
commit 6b84a8eb3007cca6abd31cc1d3d0552cc79cb492
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:26 2021 -0700
Update schoolCalendar.js
commit 5bbfb1109910856575cc348012dbc44d489a8005
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:11 2021 -0700
Update interface.html
update interface
commit 6660dad4c01c66c20670cfd415b6ad063d9b5b74
Merge: 8c003cf6 1e0f6cd6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 07:35:54 2021 -0700
Merge branch 'espruino:master' into master
commit 8c003cf6ffb5a8b3437897a1e57a6a020b5e02a4
Merge: 5c11881f f1ce196a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 15 07:33:21 2021 -0700
Merge branch 'espruino:master' into master
commit 5c11881f752edbdef3031f0a48109a196eced80a
Merge: 8c149dbe be34e2b0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 14 17:14:45 2021 -0700
Merge branch 'espruino:master' into master
commit 8c149dbea1cfd34e815b64ca354840b811a82222
Merge: 7888cc6c 300ed35b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Oct 13 07:46:16 2021 -0700
Merge branch 'espruino:master' into master
commit 7888cc6ce0bbabf99c7dd39f002810d262af07fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:59 2021 -0700
Create README.md
commit 36a52b8b001a4515d715950db56e411a6c4842b2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:52 2021 -0700
Update README.md
commit 4f5558c41e75f6e91a34842f7b42fa85970dce5e
Merge: 5db16d19 68cc9fbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 16:43:12 2021 -0700
Merge branch 'espruino:master' into master
commit 5db16d190b1439293d9f0af16d37fea29db8830c
Merge: e7995505 54d98db6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 07:03:23 2021 -0700
Merge branch 'espruino:master' into master
commit e799550544e55ef94ef48f905283625e50f73e97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:57 2021 -0700
Update schoolCalendar.js
commit 89f82a50436d4eab82574d310077d19154a8ab59
Merge: 7107d510 f3712e66
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:38 2021 -0700
Merge branch 'espruino:master' into master
commit 7107d510a5301f50ca5dc1bf9d4463ad99a33af8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 20:06:28 2021 -0700
Update schoolCalendar.js
commit a61879753285b4469772f51474c29fe86a5aa942
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 19:55:30 2021 -0700
Update schoolCalendar.js
commit 3c9e46c2160f4ff58708afc0d08ce2e5d27df097
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:59:03 2021 -0700
Update apps.json
commit 941bc852c1ab4472dc74a7f84e12e92ab891432e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:53 2021 -0700
Add files via upload
commit 4cbfac212e6999887cfafd37d9c809919a014e27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:26 2021 -0700
Delete apps/schoolCalender directory
commit c7b723f87e5e6fb0858c09ee2910510267d73fd6
Merge: 8d2f4ccc ba08863b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 07:31:25 2021 -0700
Merge branch 'espruino:master' into master
commit 8d2f4ccca761e1695620b072e116b94272850427
Merge: 7846b48c 44aa03e4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 1 07:31:42 2021 -0700
Merge branch 'espruino:master' into master
commit 7846b48cf67ab024970b90948096f9258e1c184c
Merge: 59aa9909 d0fd2f01
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 30 17:22:33 2021 -0700
Merge branch 'espruino:master' into master
commit 59aa99092dac99b9a13bbc2a7153dd2b44a6fb67
Merge: 9061acee 03bbe1d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 29 08:06:54 2021 -0700
Merge branch 'espruino:master' into master
commit 9061acee5db851bd58295785cc7542a7c066b4c8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 17:44:12 2021 -0700
Update interface.html
commit 79bacc45932ce8842cbf12d23c36a41e992b438e
Merge: bb5fcdaa 48bb819b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 07:12:44 2021 -0700
Merge branch 'espruino:master' into master
commit bb5fcdaafc1e344bf2d717c3eb238f763f255215
Merge: 814fbdd6 28bd9e83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 27 16:15:07 2021 -0700
Merge branch 'espruino:master' into master
commit 814fbdd61ef41676d07719b5b1b297fbbc03ec6f
Merge: 83d88a1e f3fd0f25
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 25 08:01:44 2021 -0700
Merge branch 'espruino:master' into master
commit 83d88a1ea191e2e6b669d284d94b4180b9ea54aa
Merge: c9bed74e 71471d37
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 24 19:35:52 2021 -0700
Merge branch 'espruino:master' into master
commit c9bed74ec2e240e2daf26bf9ec9432df91ac18aa
Merge: 1f130c53 16fe8470
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 23 15:21:18 2021 -0700
Merge branch 'espruino:master' into master
commit 1f130c53b46546328260a6b94ad182be5d55ff18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 22 07:25:41 2021 -0700
Update interface.html
commit 3d8ebe82c289156581799134b3c56fd02ade1fad
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:07:20 2021 -0700
Update interface.html
commit 2ca58d2cc436b72beb87d347b8d8c217b461e805
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:02:14 2021 -0700
Update custom.html
commit d8c149073fb6bca8f5f78ba4a031004adeab1a6b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:01:31 2021 -0700
Update apps.json
commit ceab5d46a23f913faf96be90e644458ac5546157
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 20:58:01 2021 -0700
Rename schoolCalender.js to app.js
commit 9b344eb1ecc577e96196d2a3d3fc8962198e90de
Merge: ec453c0e 3b15a7f9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 07:24:54 2021 -0700
Merge branch 'espruino:master' into master
commit ec453c0e100f7fd140305fe8ed4a62d3987e68f1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 19:45:50 2021 -0700
Update README.md
commit a8f7fe72923e1fe38042cb4752dac1429c6be426
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:31:41 2021 -0700
Update interface.html
commit 51c41d5c48a72b7a373e6f979c95bab9fa9ddb7a
Merge: b7a4ecb5 50ec8d97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:25:50 2021 -0700
Merge branch 'espruino:master' into master
commit b7a4ecb57857016c131ba72e101b3a11eb3cb06c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:48:24 2021 -0700
Update interface.html
commit 82320ab073c0b106f5260e26c0fb147d7c8fcd02
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:40:43 2021 -0700
Update interface.html
commit 27d025bf82cc5882dc39110c5c7799f657f2c57d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 14:01:04 2021 -0700
Update interface.html
commit bd92c0e67fce373f11aae3bbcf8f5a4c06f2e161
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:51:31 2021 -0700
Update interface.html
commit f0c596d14f6119bbe52e2f0d3912216785257536
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:40:29 2021 -0700
Update interface.html
commit d6542bac6d666af7c8fe1f67434611e6ccacc6a6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:29:46 2021 -0700
Update interface.html
commit 7a2ee0f7111209afa859761a62f80e93ca71a879
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:15:29 2021 -0700
Update interface.html
commit c65ddbfc522c54da540080a16d171edd42ce592e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:05:32 2021 -0700
Update interface.html
commit 43c684f389d97dd12815edbd93d0750f923f17b3
Merge: ddd1a83c 5f5b5c0d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:45:25 2021 -0700
Merge branch 'espruino-master'
commit 5f5b5c0dc2485f7e454acb9f364d240e3972d955
Merge: ddd1a83c cc2e1bbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:42:47 2021 -0700
Merge branch 'master' of git://github.com/espruino/BangleApps into espruino-master
commit ddd1a83c613a9f21ec8e37ba1151e1ca255a77af
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 18:27:57 2021 -0700
Update interface.html
commit 632c98f8be2ad6e2290e5eb98025559a42a47c34
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 15:13:46 2021 -0700
Update interface.html
commit c252f74e16edc5a1a1fcfe4ce72c9594f12a9624
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 07:31:16 2021 -0700
Update interface.html
commit b9b0a43e99db0c2d13c28bf6d65540925709d866
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:28:35 2021 -0700
Update interface.html
commit afafd449fb06abd3930d0eb40989dc12787c96d9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:22:01 2021 -0700
Update interface.html
commit 45a0d50b011ee50e9b1b4c6ce5a84e1290331b1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:15:25 2021 -0700
Update interface.html
commit eb146fe07bd5d71f49c5e267424d7b8206eee952
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:07:51 2021 -0700
Update interface.html
commit 34baf995e7f5288266b5da08bcac6d76202a92fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:04:33 2021 -0700
Update interface.html
commit 751fbdda43ea542db4887bed7b4d4e2ad7628a23
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:00:47 2021 -0700
Update interface.html
commit bc71f317311509e8f3fd5054e6c3efaa05bc0416
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:47:13 2021 -0700
Update interface.html
commit cfde9e14a87466a8dc7cb92934c3af373f6a43d0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:41:40 2021 -0700
Update interface.html
commit 135165c983beca48190d091e355436100beee41d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:37:52 2021 -0700
Add files via upload
commit d50ba356d68ebeffd028a924450d4a6ad4fddd74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:36:59 2021 -0700
Update apps.json
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit b51c84229798e7c3665f203c13023d9f6e24eb68
Merge: f4e997d4 d1da165e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 12:20:57 2021 +0000
Merge branch 'Combined' into Base
commit d1da165eb44fa50bea67506097768f1138574c8c
Merge: f927549b 2c257605
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:30:56 2021 +0000
Merge pull request #9 from t0m1o1/scaledlauncher
Update apps.json
commit f927549b2c1e88232f4df2c6ef7e160c3a8e0f7b
Merge: 3cfd575d 411118aa
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:16:59 2021 +0000
Merge pull request #8 from t0m1o1/scaledlauncher
Scaledlauncher
commit 3cfd575da46cf38347bbbb4d37645c0bd72833de
Merge: 9a311219 9d1429ca
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:04:17 2021 +0000
Merge pull request #7 from t0m1o1/scaledlauncher
Update settings.js
commit 9a311219b2d3a7d3594ca654c78ae7137a92fb8e
Merge: 43c42711 5b1b752d
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 02:56:33 2021 +0000
Merge pull request #6 from t0m1o1/scaledlauncher
Scaledlauncher
commit 43c4271101a4be6dbc28d7e34534d25242c159ae
Merge: dec967f1 084bba39
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 21:18:16 2021 +0000
Merge pull request #5 from t0m1o1/compass-fix
Compass fix
commit dec967f1ac5900e43099ef9bfef3bfbe84e1f8e4
Merge: 21c48263 dfa40407
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 20:56:22 2021 +0000
Merge pull request #4 from t0m1o1/Swipe-Launcher
Stop the swiping coming up if mode is undefined
commit 21c482639aa1f2d391ebb0508701cff3170b45c4
Merge: dea2ec96 4c9d04de
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:19:27 2021 +0000
Merge pull request #3 from t0m1o1/Swipe-Launcher
Update Swiper Clock Launch
commit dea2ec9693855d735662a4d344682e6105533bf2
Merge: 92d156fb 51766844
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:15:16 2021 +0000
Merge pull request #2 from t0m1o1/master
Master
commit 92d156fb398787a068a2f7ed81a78d90ed04bd70
Merge: 100384f2 7d37a9eb
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:14:13 2021 +0000
Merge pull request #1 from t0m1o1/Swipe-Launcher
Swipe launcher
commit 51766844e6ff346119739114c28b9d638ca57cbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:49:56 2021 +0000
Update apps.json
commit 6fda7a5f33ec6341d51529e680f5d0caa9c9fdbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:37:07 2021 +0000
Update apps.json
commit b7a067234413e2cd9cb531c366371e5d88f6bb21
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:32:09 2021 +0000
Rename hidmsicswipe.app.js to hidmsicswipe.js
commit 97065f1d62d40003eec09a2539d7294fe41bc4e5
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:55 2021 +0000
Delete hidmsicswipe.info
commit 21f184d6c4ad1f977c385d95c3966d95d446bf5c
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:10 2021 +0000
Add files via upload
commit 3917f28ae54db0e86b6429489c19a4180be759e0
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:45 2021 +0000
Delete hidmsicswipe.img
commit a65668300fc45082d6897e19c6efff556853f4d9
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:18 2021 +0000
Delete hid-music.png
commit 5fce838e8ab7d2b297c05a1ae735abcd4ba76d90
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:29:36 2021 +0000
Add files via upload
commit ffa37f2ab3b1fd2b921783e19ffb48673aad1a6e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:22:38 2021 +0000
Create hidmsicswipe-icon.js
commit b656e5973c302a39f7513364c66094132135bfc4
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:59:19 2021 +0000
Create changelog
commit ad943ca5658e4f68c205996c4ad42aa1ebbeb793
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:58:19 2021 +0000
Add files via upload
commit ac433ac7bd6d586e9b1ca11da924d64bd566ade2
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:57:39 2021 +0000
Create hidmsicswipe.info
2021-12-05 17:14:06 +00:00
"version" : "0.04" ,
"description" : "A random scramble generator for the 3x3 Rubik's cube with a basic timer" ,
2021-11-18 13:45:11 +00:00
"icon" : "cube-scramble.png" ,
"tags" : "" ,
2021-11-19 17:19:16 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2021-11-18 14:57:18 +00:00
"readme" : "README.md" ,
"allow_emulator" : true ,
2021-11-23 19:54:22 +00:00
"screenshots" : [ { "url" : "bangle2-cube-scramble-screenshot.png" } , { "url" : "bangle1-cube-scramble-screenshot.png" } ] ,
2021-11-18 13:45:11 +00:00
"storage" : [
{ "name" : "cubescramble.app.js" , "url" : "cube-scramble.js" } ,
{ "name" : "cubescramble.img" , "url" : "cube-scramble-icon.js" , "evaluate" : true }
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "astroid" ,
2019-11-07 09:50:03 +00:00
"name" : "Asteroids!" ,
2021-10-20 14:11:04 +00:00
"version" : "0.03" ,
2019-11-07 09:50:03 +00:00
"description" : "Retro asteroids game" ,
2021-10-20 14:11:04 +00:00
"icon" : "asteroids.png" ,
2021-10-28 21:34:43 +00:00
"screenshots" : [ { "url" : "screenshot_asteroids.png" } ] ,
2021-10-20 14:11:04 +00:00
"tags" : "game" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
"allow_emulator" : true ,
2019-11-07 09:50:03 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "astroid.app.js" , "url" : "asteroids.js" } ,
{ "name" : "astroid.img" , "url" : "asteroids-icon.js" , "evaluate" : true }
2019-11-07 09:50:03 +00:00
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "clickms" ,
2019-11-12 17:55:13 +00:00
"name" : "Click Master" ,
2021-10-20 14:11:04 +00:00
"version" : "0.01" ,
2019-11-12 17:55:13 +00:00
"description" : "Get several friends to start the game, then compete to see who can press BTN1 the most!" ,
2021-10-20 14:11:04 +00:00
"icon" : "click-master.png" ,
2019-11-12 17:55:13 +00:00
"tags" : "game" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2019-11-12 17:55:13 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "clickms.app.js" , "url" : "click-master.js" } ,
{ "name" : "clickms.img" , "url" : "click-master-icon.js" , "evaluate" : true }
2019-11-12 17:55:13 +00:00
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "horsey" ,
2019-11-12 19:14:14 +00:00
"name" : "Horse Race!" ,
2021-10-20 14:11:04 +00:00
"version" : "0.01" ,
2019-11-12 19:14:14 +00:00
"description" : "Get several friends to start the game, then compete to see who can press BTN1 the most!" ,
2021-10-20 14:11:04 +00:00
"icon" : "horse-race.png" ,
2019-11-12 19:14:14 +00:00
"tags" : "game" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2019-11-12 19:14:14 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "horsey.app.js" , "url" : "horse-race.js" } ,
{ "name" : "horsey.img" , "url" : "horse-race-icon.js" , "evaluate" : true }
2019-11-12 19:14:14 +00:00
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "compass" ,
2019-10-30 17:33:58 +00:00
"name" : "Compass" ,
2021-11-20 21:15:02 +00:00
"version" : "0.05" ,
2019-10-30 17:33:58 +00:00
"description" : "Simple compass that points North" ,
2021-10-20 14:11:04 +00:00
"icon" : "compass.png" ,
2021-10-28 21:34:43 +00:00
"screenshots" : [ { "url" : "screenshot_compass.png" } ] ,
2019-10-30 17:33:58 +00:00
"tags" : "tool,outdoors" ,
2021-10-21 11:17:18 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2019-10-30 17:33:58 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "compass.app.js" , "url" : "compass.js" } ,
{ "name" : "compass.img" , "url" : "compass-icon.js" , "evaluate" : true }
2019-10-30 17:33:58 +00:00
]
2019-10-30 20:34:41 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "gpstime" ,
2019-10-30 20:34:41 +00:00
"name" : "GPS Time" ,
2021-10-20 19:28:28 +00:00
"version" : "0.05" ,
2019-10-30 20:34:41 +00:00
"description" : "Update the Bangle.js's clock based on the time from the GPS receiver" ,
2021-10-20 14:11:04 +00:00
"icon" : "gpstime.png" ,
2020-02-07 17:16:45 +00:00
"tags" : "tool,gps" ,
2021-10-20 19:28:28 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2019-10-30 20:34:41 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "gpstime.app.js" , "url" : "gpstime.js" } ,
{ "name" : "gpstime.img" , "url" : "gpstime-icon.js" , "evaluate" : true }
2019-10-30 20:34:41 +00:00
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "openloc" ,
2019-10-30 20:34:41 +00:00
"name" : "Open Location / Plus Codes" ,
2020-02-28 14:17:22 +00:00
"shortName" : "Open Location" ,
2021-10-20 14:11:04 +00:00
"version" : "0.01" ,
2019-10-30 20:34:41 +00:00
"description" : "Convert your current GPS location to a series of characters" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2020-02-07 17:16:45 +00:00
"tags" : "tool,outdoors,gps" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2019-10-30 20:34:41 +00:00
"storage" : [
2020-02-28 14:17:22 +00:00
{ "name" : "openloc.app.js" , "url" : "app.js" } ,
{ "name" : "openloc.img" , "url" : "app-icon.js" , "evaluate" : true }
2019-10-30 20:34:41 +00:00
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "speedo" ,
2019-10-30 20:34:41 +00:00
"name" : "Speedo" ,
2021-10-20 14:11:04 +00:00
"version" : "0.05" ,
2019-10-30 20:34:41 +00:00
"description" : "Show the current speed according to the GPS" ,
2021-10-20 14:11:04 +00:00
"icon" : "speedo.png" ,
"tags" : "tool,outdoors,gps" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2019-10-30 20:34:41 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "speedo.app.js" , "url" : "speedo.js" } ,
{ "name" : "speedo.img" , "url" : "speedo-icon.js" , "evaluate" : true }
2019-10-30 20:34:41 +00:00
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "gpsrec" ,
2020-02-07 17:16:45 +00:00
"name" : "GPS Recorder" ,
Squashed commit of the following:
commit 5ed43a28b5b9d6820ee898f632535747c1e5913d
Merge: 4cf9192c a385c099
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:12:45 2021 +0000
Merge branch 'espruino:master' into Base
commit 4cf9192c4341a85eab1198b8663f48d276704ac3
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:25 2021 +0000
Update core
commit 69a54194a9eb41d0722fc061bec5c900b724e8cf
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:14 2021 +0000
Squashed commit of the following:
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit e040cc4e245a8fb4c55bfeb99cab12c62af5e7b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 15:22:16 2021 +0000
replace tabs!
commit 60c2fa710c4904827bfba868507a9f6d10d524a3
Merge: 38b2e417 f3cb7e9a
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:29:46 2021 +0000
Merge pull request #942 from madman2021/master
Add new TimeCal app
commit 38b2e417bf8e63be394a96ed24b9e3d174d5f45b
Merge: 94bd895b 43b38cc8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:26:43 2021 +0000
Merge pull request #943 from peerdavid/master
[LCARS Clock] Shows icons for charging and out of battery
commit 94bd895bafeb37250b64373692c9cceb3e9ece97
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 12:56:56 2021 +0000
welcome 0.14: Turn off and run later to use softOff to time is set right
plus other minor tweaks
commit 43b38cc8ab5796e25f65ace531be68a6a4134f98
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:40:47 2021 +0100
New screenshot. Updated version.
commit 34c6589f06a1a8ba0f7fe2e126b41d03dff7f45b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:37:07 2021 +0100
Minor improvement
commit c403a5af671cf70b18776fad83126adf66122f0f
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:36:21 2021 +0100
New design. Removed png icon files - only converted icons are needed.
commit 19655ea3279daf32ebfd4453db398915a8229946
Merge: 274b705c b1fb0e6b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:44 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 274b705c1e7313cf646412ec01bf17de9b1dabcf
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:37 2021 +0100
More lcars style
commit f3cb7e9a0b8f0ba3624b639415c9168c240905e8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:53:14 2021 +0000
Remove Icon as it renders massive
commit 1a9f5375557fc232acfe3f42d1198da827db5ab8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:46:03 2021 +0000
Add missing supports tag for TimeCal
commit 3738bde22a0d4cef2bd5c956a1a370e9a145689a
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:43:38 2021 +0000
Add TimeCal to the app library
Add TimeCal to the app library
commit b1fb0e6b7d88f53cff85f6a8d3eb416bebd35e92
Merge: 559e8208 dabc22c2
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 11:10:36 2021 +0100
Merge branch 'espruino:master' into master
commit dabc22c2d725ccddad8b08c0fa0b14af94d38e28
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 09:54:11 2021 +0000
custom code works on bangle2
commit 2e83a511d2032736a63bda38406b4f744a4130f1
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:51:20 2021 +0000
metronome supports bangle 2 now
commit cea51d06d07f09923d590357c33782861c342817
Merge: cd1daba0 4eee3f05
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:50:24 2021 +0000
Merge pull request #938 from bengwalker/master
Add Bangle.js 2 support for metronome app
commit cd1daba0c55e99f5a477407f47b932d050c0b6f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:46:13 2021 +0000
0.25: Fix issue where if Bangle.js 2 got a GPS fix but no reported time, errors could be caused by the widget (fix #935)
commit c03ab08687bbc7ed893ed2ef8c3be21f1e61e74f
Merge: 1750c72e f10bf240
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:40:53 2021 +0000
Merge pull request #939 from Ronin0000/master
Add Screenshots to Many Apps
commit 1750c72e94eab6ee22650d993ea31efa17e79c46
Merge: 5eeb1181 1def233d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:38:06 2021 +0000
Merge pull request #936 from Vingelar/master
Binwatch: re-format background images
commit 559e82088077ba79675c0012c921eae3ef32b16d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:14:04 2021 +0100
Minor design change
commit d24b8c80da7afd75a6f121a22e3694252aa3c57a
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:12:25 2021 +0100
Minor design chnges
commit f10bf24018add2df61a5fc422aee941b07c70082
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 17:04:07 2021 -0800
Update apps.json
commit c66b0982368a5e1ee74da598945df12d88cba679
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:53:48 2021 -0800
Update apps.json
commit 638fea73c791b4f11b6119c02ca2090c31b6bc83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:24:10 2021 -0800
Add files via upload
commit 4e79c896c65b2edc7dfcb7b4b2eb6ae1c96f60ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:23:33 2021 -0800
Add files via upload
commit 33809d8cdfa7ea3f02941c820b4836f20a9eb869
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:58 2021 -0800
Add files via upload
commit 6cb83284a7e7b9d2f8935835702e713f0f9b7b51
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:45 2021 -0800
Add files via upload
commit 7e521d0d29262227a32244d2929eb99fcb36fb98
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:17 2021 -0800
Add files via upload
commit 9985ff03f20469897ceb3dd1acb4f90ac850ebb8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:00 2021 -0800
Add files via upload
commit 6f437c39866562e05d8821bdb5150cd553f3a6cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:21:15 2021 -0800
Add files via upload
commit ffe218a0046d65464e96cdc59d1c10fbb708b791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:56 2021 -0800
Add files via upload
commit 9400133dd49762a7bfcff38e5a6249cbfd5753f7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:39 2021 -0800
Add files via upload
commit 76463d927940f590ed45cc51558723375217a34a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:37 2021 -0800
Add files via upload
commit 4011accb47eb53954acc3e27cce5b6f6cb025c57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:19 2021 -0800
Add files via upload
commit bc5960d61a40c08566a8e1977fa53c6528f04a85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:07 2021 -0800
Add files via upload
commit da5634beda72243f5ee6e4fc0e376c6c5f9c6ccc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:51 2021 -0800
Add files via upload
commit b9c4640f853d4992e57cd5d6b2e3f4d75db32d1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:25 2021 -0800
Add files via upload
commit d27a605a24cc06903084b6a796c9c93b7724150f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:07 2021 -0800
Add files via upload
commit 52baa42e69b1a7a8ef6bc2cae548298af4dcbf7c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:48 2021 -0800
Add files via upload
commit db3b6a58e49a3d5ce9b528011f3e0607474e4fa8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:16 2021 -0800
Add files via upload
commit f0de0d8a9d542fd960f13b36a2bb2a3548f06033
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:52 2021 -0800
Add files via upload
commit 6d4cb98ba83d0ab62406c00ed9fa8dcd139d2f8c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:34 2021 -0800
Add files via upload
commit 5f434d9d327fff8cebf41a45cf73ea9c96cb42db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:23 2021 -0800
Add files via upload
commit 6e72349f05e3773b0ae60217df8b6f266447f1ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:37 2021 -0800
Add files via upload
commit 03e4d0d7c01cdc214526891933f3c155f63ff2b5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:21 2021 -0800
Add files via upload
commit ead12a1c11e3937637e8af8b1d54218e0138e908
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:54 2021 -0800
Add files via upload
commit a1ed32c91380e03146dc4003a3ee6e400d0dd35f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:30 2021 -0800
Add files via upload
commit fae08d7a739b1a28faacb0105d5ad417171dddcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:57 2021 -0800
Add files via upload
commit b889e431edf72d64867c576135bc1470c4590db2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:32 2021 -0800
Add files via upload
commit f177480160184722b935623ebed05ad630a5a6a2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:02 2021 -0800
Add files via upload
commit a2fe8c3722f56c59957642cad2bb0a6454dc6f5b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:11:42 2021 -0800
Add files via upload
commit c1cdf15bf5413167692e9c7bd4f5fee31fe4d4c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:49 2021 -0800
Add files via upload
commit fb1c5529f037cc701e30d9da036a54236ea1ba1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:11 2021 -0800
Add files via upload
commit 530089e0830473574b38c172a964f9cfb49436a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:35 2021 -0800
Add files via upload
commit 3556e668560587c074ad435b977283e19367f69e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:12 2021 -0800
Add files via upload
commit e1e32772e4dd1943af6ed37407425998b0819e48
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:56 2021 -0800
Add files via upload
commit 8084bb92b7cfb12740129c57e1bb5c05ce13994c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:37 2021 -0800
Add files via upload
commit 2c997d2964d4ade4ba0aa5ef89a1b646c15a9751
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:18 2021 -0800
Add files via upload
commit 747626b66c880293481bd0a97cda8e32e0239d04
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:07:24 2021 -0800
Add files via upload
commit ed36fae0ac6def24ca20ab6229affbcf7502582e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:59 2021 -0800
Add files via upload
commit e8baad3c3775e26f8a88457ff8f361a18572e484
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:33 2021 -0800
Add files via upload
commit 1efcebe84aa2b2b00d6920a84d4e486b834c1083
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:16 2021 -0800
Add files via upload
commit 082d3d1e95e9bb98e10bb1679ae0dfba11bf44e0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:05:21 2021 -0800
Add files via upload
commit b10f62a6c55dd89bb15a97430b74269486a72807
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:58 2021 -0800
Add files via upload
commit 24b41c2c6fe40d18ffd9dfc0404f215cc9b847ff
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:42 2021 -0800
Add files via upload
commit 19a2ef1a44c78fe9b1922574f0a1eda20f2fbd43
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:01 2021 -0800
Add files via upload
commit 7089d6e74c438d3577ebf03857b0c1b6f73aaa2a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:03:38 2021 -0800
Add files via upload
commit 431824f828f0ea900c9d206e492cc7a6d1830f2e
Merge: 15aa41c7 5eeb1181
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 15:15:57 2021 -0800
Merge branch 'espruino:master' into master
commit 5eeb1181d049f1580f75657b9a9ac664041b26b9
Merge: 546a0b16 6b05d928
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:29:18 2021 +0000
Merge pull request #937 from rigrig/barclock-b2
Barclock works fine on the Bangle.js 2 :-)
commit 15aa41c766b2a25c7a83a1a6744706a7b2852aa3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:23:03 2021 -0800
Add files via upload
commit 6a93494e3fe516ccbc7755027f613bd9bd529021
Merge: 12443640 546a0b16
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:22:27 2021 -0800
Merge branch 'espruino:master' into master
commit 546a0b16cc32841b38a0d39b07ec6d18f58d21c5
Merge: cb6e14f6 18fbd289
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:55 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit cb6e14f6c12816224bbc3dc127e9817d0df7ae78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:37 2021 +0000
messages, start of call handling and message responses, fix for scroll issue when only 2 menu items
commit 12443640c95efbe9f25ed0ffe73280c84d90cd13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:54:22 2021 -0800
Update apps.json
commit 9bdc07f8617e457439522d5b4c84a65d1eba4ed9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:47:36 2021 -0800
Update apps.json
commit 4eee3f05e92e26aa5c70c1d2cefcc97ff4935b0d
Merge: aafc93f0 18fbd289
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:46:32 2021 +0100
Merge branch 'master' into master
commit 298fa47cd87e37b19cd142f47867843e24d08b57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:42:50 2021 -0800
Update apps.json
commit 52c07f6dc80e8eabd017fc324332c0594c173399
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:40:42 2021 -0800
Update apps.json
commit fe340d75bbb6c7814241becacddaca50435c5fe3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:39:31 2021 -0800
Update apps.json
commit aafc93f09a818f5bb6e4b6988246e4f8d049df87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:35:35 2021 +0100
Update README.md
update README
commit bd80ea5ca03b2e9d5f2eb562adc7305b3952d2e5
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:31:33 2021 +0100
Update metronome.js
print instructuions for banglejs2
commit 51afd5ef049c67f331931ee18b53e9d4e835342a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:29:27 2021 -0800
Add files via upload
commit ff62b603a27d6acea382af80496b6a35787a73ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:51 2021 -0800
Add files via upload
commit ffbd331c1376c5f393dafe62eaa62a9991949a3e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:29 2021 -0800
Add files via upload
commit 93c113a95a21dccfde6bb171d15b0f93e6d0f58a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:25 2021 -0800
Add files via upload
commit b2be26fccedfa52f00f275db8050c0c3e532859b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:07 2021 -0800
Add files via upload
commit 899e78539c3bb0e41e4d56aa854c4806715ccce0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:26:06 2021 -0800
Add files via upload
commit 50a88d41cd63e51a876e4fca58fe13c5af2088fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:35 2021 -0800
Add files via upload
commit b1d636bac2148007dd72becff0daddf24b80f0a4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:10 2021 -0800
Add files via upload
commit 6b05d928751b49d4910ddd3a6867e2d4cad6c93f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 19:42:12 2021 +0100
barclock: Fix time/date disappearing after fullscreen notification
By forcing a complete redraw at lcdPower-on
commit 32e3d326aa143eed99d26c81c9fbf870730591f4
Author: Richard de Boer <git@tubul.net>
Date: Sat Nov 20 17:13:36 2021 +0100
barclock works fine on the Bangle.js 2 :-)
commit 1def233de2434d272c6f712c9c213b7caff3ae92
Author: Vingelar <Vingelar@mantisse.de>
Date: Tue Nov 23 19:09:16 2021 +0100
changed format of bg images to binary raw format (export from emulator
commit e021aa2c9d5c44f9130e4bf67cb4b066d02cbd6d
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:59:49 2021 +0100
Update app.js
binwatch: adapted names of bg images
commit 3dd723d10bd3195257205a48dc79872668bd53cb
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:58:48 2021 +0100
Update apps.json
binwatch: shorten names of background images
commit 275402344ee927a51d0c100d4387c739d7a49968
Merge: cf027b37 18fbd289
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:36:45 2021 +0100
Merge branch 'espruino:master' into master
commit 18fbd2898da9fc2bfb16d0adf9cf2b97f5ce0f3d
Merge: 5be6981a df364bab
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:34:15 2021 +0000
Merge pull request #933 from peerdavid/master
[LCARS Clock] Added lcars icon to watch face.
commit cf027b3783cbbf8deca98fb3e1ee1922557686bf
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:34:13 2021 +0100
Update app.js
changed names of background images
commit 5be6981acdf3935b936bb85caf37780537518b66
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:31:42 2021 +0000
oops - named stub wrong
commit d328d94d34ea86dd99f958098c7f0a000b1e395f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:30:20 2021 +0100
Add files via upload
added background files exported from Emulator
commit c36fb16a684085c2eb6ada2c50021d3776f5e215
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:54 2021 +0100
Delete Background240_center.js
removed background240_center.js (wrong format)
commit 4719fada2843f1c8d6ae36d8d59d0fb95318d9b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:28:34 2021 +0000
Android Remove messages on disconnect, Fix music control (ref #909)
commit f431bd8a2c823e877ee6e78576aa4f39a0b5701f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:25 2021 +0100
Delete Background176_center.js
remove backgounrd176_center.js (wrong format)
commit 1b548c9bbb5a10769498b4ad1be04397fb889bce
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:27:33 2021 +0100
Update apps.json
adapted naming for image files
commit df364babab19550f75a01d707f0684d8547e8664
Merge: d28517b2 a1eeadfc
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 17:16:00 2021 +0100
Merge branch 'espruino:master' into master
commit d28517b2a5b5e7eaa6a8d9832d9352062addb3ee
Merge: cd93a201 465c93d8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:18 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit cd93a201f846e2c51a1ff9cc447dbbbdc2c5e2cc
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:15 2021 +0100
Moved logo
commit dd2bb22f076abff1aac2f32734b50fdcc5423861
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:08:57 2021 +0100
Update apps.json
use .js files as background images
commit 03c5f996f4998ebc1e6bfea7e77d3a61743c0c69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:07:21 2021 +0100
Add files via upload
added background files as js
commit 7d81bfe2bbdf5095ac7550247eddbe6827cec4c0
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:53:40 2021 +0100
Update apps.json
added missing "url" to background storage
commit 51b73894e461af6312b6fca28e0b5888e9f98da6
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:51:40 2021 +0100
Update app.js
use background images from storage
commit dab36d05a77563e9a839f38807bfd7cfe09a1f69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:48:50 2021 +0100
Update apps.json
added background images to stroage
commit 31f28093411e4f501dd49f98359af43e71e8b27e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:44:49 2021 +0000
Fix https://github.com/espruino/BangleApps/issues/927 - App loader offers to update unknown apps
commit a1eeadfc224a976e3fca6a00ca47d1c1389fa70f
Merge: 68429483 0a695e51
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:40:09 2021 +0000
Merge pull request #934 from Ronin0000/master
Fix School Calendar Bug
commit 0a695e5143fbff3935e80b9df85720f065b1e185
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:09:14 2021 -0800
Update custom.html
fix bug that was for testing
commit cfecc24f42d257d565f21571a50b825cffb2f1c3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:05:47 2021 -0800
Delete boot.js
commit 684294830d75459982845920cb30815236dc0917
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 13:57:46 2021 +0000
app manager works in bjs2
commit 465c93d830300054722f10f483a9023c6ec315e7
Merge: d20f5e59 3ba779ee
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 14:53:47 2021 +0100
Merge branch 'espruino:master' into master
commit d20f5e597e72d8392af3e9b745a4dfab36e8797f
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:53:27 2021 +0100
Updated screenshot
commit a283cf58fb90b1852d8e414fb01010632a65ba46
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:51:55 2021 +0100
Included lcars logo
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 3ba779ee5826a60f127ed12f0eeaa2a848f53b4c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:48:34 2021 +0000
Fix bangleapps after recent PRs
commit aaf06b113c72e1487651d30602ba79c95a41d6ff
Merge: a0351381 06a6b72d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:42:26 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 9600f16671ab5a9fc772a959a7110622baa5e606
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:19:48 2021 +0100
Updated changelog
commit 98577b626960bd971af483ef709655dfe0ac1f00
Merge: 1ccabca0 d3cd47f9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:52 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 1ccabca0c6f1cf79c1b5d6a56749ab752a4d1850
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:50 2021 +0100
No hrm icon - its shown too much.
commit d3cd47f95704e7c508e1e311d3224826f3fd73ce
Merge: 2e18795c 06a6b72d
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 11:12:43 2021 +0100
Merge branch 'espruino:master' into master
commit 2e18795c5780148c6f52d50cd69849b5893b1cdb
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:11:33 2021 +0100
Fixed string
commit 36edd449c5398147536d20c2b4f11040cb3105b9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:10:33 2021 +0100
Minor change
commit 06a6b72d42fc55a224bb5d133640670c21d6cae0
Merge: a39d4102 be083113
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:03:45 2021 +0000
Merge pull request #925 from Ronin0000/master
Add School Calendar
commit a39d4102963fc1593e1f2f8ea3f4372a3da4da6f
Merge: ab2cb243 930cfa13
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:02:41 2021 +0000
Merge pull request #928 from peerdavid/master
[LCARS Clock] Icons for different states such as GPS or HRM.
commit 5c3b0468d4ce9a51249f6f098c3e6ba84ba1cf41
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:59:26 2021 +0100
Update apps.json
corrected format
commit 336501059da7bceddba9e300c5b6d5bd1aba6a3a
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:56:25 2021 +0100
Update apps.json
removed background image
commit 3f4c49a8aef6ba79419f00d86fc4f02435b72e21
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:55:07 2021 +0100
Update app.js
integrated BG image into app
commit ff3223e1b906957811cad815df88ad495e70a95f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:51:02 2021 +0100
Update app.js
added "require" for bg image
commit ab2cb243857e50e7bb80ee163e4bc153302446a7
Merge: adadf7ef 162dc1f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:51:01 2021 +0000
Merge pull request #929 from weeurey/master
Update app
commit adadf7efd39b01466cfd348e13c5a02deaa6bf4d
Merge: b7f403e7 0f9d938f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:26 2021 +0000
Merge pull request #931 from reelyactive/master
emojuino@0.02
commit b7f403e79bf5fae387c5f6d0522f49ce917362a6
Merge: f4e997d4 46383d4d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:12 2021 +0000
Merge pull request #930 from rigrig/gbmusic-fix
gbmusic: fix "previous" button image
commit a03513812956c629f003824b46bb6763734eead8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:44:24 2021 +0000
fix download icon on android
commit b128f5c15569de9e2be0717f270cfd90e006d5ab
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:38:02 2021 +0100
Update apps.json
added background image to upload
commit 930cfa13315046c621a5444632f7b12bbd956fae
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 09:43:24 2021 +0100
New HRM Icon
commit 7f3f7b9eee3c23c922645274dd8d7947def8158d
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:26:37 2021 +0100
Currently, no confidence > 80 is reached...
commit 1fb861b82c4cc75b94dc6875280fbd411390bc71
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:25:11 2021 +0100
HRM confidence of 80 to display
commit 7d95221e166770be91bf76374f926fe996356009
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:24:15 2021 +0100
Minor change
commit 6d8d98fb03e7bed42c3feeee771ddfcd78b60ea8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:21:41 2021 +0100
Show HRM
commit a0cc4c633e0e6853a0f170a5358b7e1f11e310af
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:10:00 2021 +0100
Minor changes
commit be083113316ec7ba07d780b6593cb9adfd748298
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 19:11:40 2021 -0800
Update custom.html
commit 0664a44c454107d4e3ff039d12baffea3e90cf5f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:52:43 2021 -0800
Update apps.json
commit b032ca0fc1936e650a459f766799e197daf2a4dd
Merge: 7fd37f7e f1f063fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:27 2021 -0800
Merge branch 'espruino-master'
commit f1f063fd1adb553c548a3aa54156bce00b4ca48d
Merge: 7fd37f7e f4e997d4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:09 2021 -0800
merge3
commit 0f9d938fa6970df18fbe99f3c707b94aa26d15c1
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:23:17 2021 -0500
Version bump
commit 5a01047cd0b30e4b7b253d784bd0b5755fc0c2e2
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:21:29 2021 -0500
Added screenshots
commit ae55c2d39fc936cfa1954d44b7f76dc91c21ced3
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:09:26 2021 -0500
Allow emulator, specify type as app
commit 58f9e7cd5b59904651fb878a89844ee4ccfb23df
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:03:18 2021 -0500
Upgrade to emoji images and supporting text
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit 7fd37f7e4e669c0aea7b5324b85f9d85ca394dcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 12:18:44 2021 -0800
Update custom.html
commit 84d9ca4b337e36c4f62ffce4b3059f8f2909d482
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:57:14 2021 -0800
Update boot.js
commit 740f4a95665fd92ad87e83dd381da7e55c2e4b18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:52:27 2021 -0800
Create boot.js
not part of the current merge
commit d3538a03f10f6323afc8656cef397a561cf35bf0
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:12:50 2021 +0100
Added raster
commit 20310fdb75b11fe8b3ea38dc7810732910537169
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:02:27 2021 +0100
Smaller icons
commit 3863be18301cec9fec480db7fe28a19439c708d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 09:06:52 2021 -0800
Delete apps/schoolCalendar/fullcalendar/interaction/src directory
commit 5d8c13a7e6a934e8b750f0ab4871e3dcc67c09bf
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:56:29 2021 +0100
Updated screenshot accordingly
commit 21134a1dcdc102755171af26e99ae86f3559996f
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:55:21 2021 +0100
Better background
commit cab3d43085b2edf4dc97ebf05785bb5b446a88da
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:39:48 2021 +0100
Better alarm - shown only in icon so we can display more data.
commit db22bac0ecd48633d6acf0874127a1b28821d8ea
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:11:15 2021 +0100
Use correct alarm icon
commit 162dc1f29346ab0f6ff4b7cd4128826292ca766e
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:11:07 2021 +0000
Update apps.json
commit dc24ae9bfba1786d4d8a3e22871c4da7bda9fb92
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:10:58 2021 +0100
Better HRM Icon
commit 8e688d144ab30ff87f31b51ab457688ce03c4c23
Merge: 741f7aab f4e997d4
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:09:43 2021 +0000
Merge branch 'espruino:master' into master
commit 741f7aab5239e6fa6ae48e1a5351216dfcfc4177
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:08:38 2021 +0000
Update apps.json
commit 247ed9faa2e8b8463374fea05d4bb04ddda2cfc1
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:07:39 2021 +0000
Create ChangeLog
commit d878d46d4ccc5128643034c535cff69984ab7853
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:05:57 2021 +0000
Update app.js
commit c720fc314b516e1007452ad18ce51bc4fefefec1
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:03:21 2021 +0100
New alarm icon
commit 75fbd6882d1368c73db1b96fac79f4202d6a5e53
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:37:48 2021 +0100
Added icon for alarm
commit eb20f15537d8b6be7226b2ae49fc6e6dd0474124
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:33:42 2021 +0100
Compeletely new design with icons for GPS, HRM and Compass. All Icons are open source and mentioned in the Readme.md file.
commit 46383d4d5547bca38a2a07ea01d67afa0166bedc
Author: Richard de Boer <git@tubul.net>
Date: Mon Nov 22 13:18:01 2021 +0100
gbmusic: fix "previous" button image
commit 1bf5132a5caf41398125e0c7f2bad72ffa300df2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:07:49 2021 -0800
Update custom.html
commit 618c5b7a10ebe610205ab463c395f65948e5a763
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:02:29 2021 -0800
Update custom.html
commit adfeb5e535564f8851fcdc080e2fa10d9acced9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:00:21 2021 -0800
Update custom.html
commit f950fd2ee88486e3355efd30823d50de799e8418
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:57:52 2021 -0800
Update custom.html
commit 3ee0e9bae6ee137c6e36672c9aa6a20d1c072caf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:49:48 2021 -0800
Update apps.json
commit 387bd30236b5d765b396eba24ad43120ceb6c384
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:48:14 2021 -0800
Rename ChangeLog.md to ChangeLog
commit 6e07f282b8918ac3b8f333c7c4156980a44ff1d6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:41:26 2021 -0800
Add files via upload
commit fea37b4992e65a5ca54648f88281ce2623f6a55f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:40 2021 -0800
Update apps.json
commit 939d8f6a9ae71b49c13f7dbf1455bb2fec60462a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:21 2021 -0800
Add files via upload
commit 854ae5361d1b2400f6b6d1b2c2239f46d1e16bc9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:34:28 2021 -0800
Update README.md
commit 426768eb11e34ea7a04010e6fe7da1a5a5187f40
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:32:14 2021 -0800
Update custom.html
commit bf994d9acc8b79ebda1e47dc5ebc5158210d6205
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:24:29 2021 -0800
Update apps.json
commit 7c74c5d43f9f66b6374cabd4e247d1560e5f29a1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:15:40 2021 -0800
Update apps.json
commit 8981aa3f614c388c74d73ccd25e16f5e6eabde9f
Merge: e878e547 100384f2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:12:19 2021 -0800
Merge branch 'espruino:master' into master
commit e878e5478713b0b3cae0bb86e28f998cbfeb9b10
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:11:43 2021 -0800
merge
commit 3bde4d2e48711186ae26036baea8f880c2aac7c4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 16:12:16 2021 -0800
Update custom.html
commit 5f3c93df8cc8b73c432ea31b15e84e4b106256de
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:37:41 2021 -0800
Update custom.html
commit 26bd9e35be993aae4deece775ac85f53f877b122
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:35:47 2021 -0800
Update custom.html
commit 8f2cc6e2137cf29e03435123e96d9c6c550864d1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:34:09 2021 -0800
Update custom.html
commit 66f061112301898b011412e91982dbefc7cc2d1e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:32:48 2021 -0800
Update custom.html
commit 87a9504912b8753dc63700207ee89acacbb34726
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:30:44 2021 -0800
Update custom.html
commit 626498da9d296fecf6776b836def4eda87027d85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:24:01 2021 -0800
Update custom.html
commit 3472ca355a1a71d3fa3f464ece2b81dce7f4eeaa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:21:57 2021 -0800
Update custom.html
commit 529b0cb4637652dfc0a3ba6688b863b5f47437ca
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:19:53 2021 -0800
Update custom.html
commit e77d9980023f041a87743ac1fd3c48a3f0652a8e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:18:21 2021 -0800
Update custom.html
update
commit a712c37c7652f7bc46c4d7761df93b3d28e17229
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:17:58 2021 -0800
Update custom.html
commit 4d9d6abb9ef466e4058510efe9eec295f60127e9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:14:02 2021 -0800
Update custom.html
commit f35b24844810a90f08f731cc9e63535be217e4cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:09:44 2021 -0800
Update custom.html
commit d0336b2854d7e0892c440ef8c5f83bcbe1374a9b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:06:56 2021 -0800
Update custom.html
commit 640c8e491e489e9ea88282cf0bfe14004838b3db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:03:42 2021 -0800
Update custom.html
commit 604153cb2408399ce1420b43ef87f41c09d3daa6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:01:45 2021 -0800
Update custom.html
commit 0f8f1e38e85a8c1c49057f4b891209bdfad67aef
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:44 2021 -0800
Update custom.html
commit 7f7dcb0bcf89b1d66f60481efaa09f5956ee4ecc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:22 2021 -0800
Update custom.html
commit d42fe03dc8fcbc0f68857dd9f887c8cc4eff1c06
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:55:08 2021 -0800
Update custom.html
commit 98f172fad442e89f53c45ac47f2388a08049855a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:53:01 2021 -0800
Update custom.html
commit daf8dde32bc81b8f04402c4728eac41784751cd5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:49:25 2021 -0800
Update custom.html
commit 408bd24080a2f7dcf1e6d0c33dab65da4dff82cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:48:38 2021 -0800
Update custom.html
commit 68db21acbb837b12d84d9930d451d2ba90e251dd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:44:30 2021 -0800
Update custom.html
commit 45feb1b2ffb17b8835c505bc4a4f825ddc17bf4f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:42 2021 -0800
Update custom.html
commit 3bc5fd87b61cbb9b867009d933342fe627da982d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:12 2021 -0800
Update custom.html
commit c3eede9868ee342bc4248e71a874c2e6b332dcdd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:37:42 2021 -0800
Update custom.html
commit 8426356c01a23ae769c79f726b95ea64f4428574
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:35:55 2021 -0800
Update custom.html
commit 93f09c216a1eb9aa876c88a1f806ccb709e971b7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:39 2021 -0800
Update apps.json
commit cb748a251dbd11e87615d82081522953607b3a27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:20 2021 -0800
Update custom.html
commit a994ed66301040f60d5f99b672a6081152a20d6c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:53:38 2021 -0800
Update custom.html
commit b76bb48973dbabfaf56bdec4aee44a483f94d129
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:50:08 2021 -0800
Update custom.html
commit f99ce683e9ce42431321fc711e061955bc0220fb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:46:32 2021 -0800
Update custom.html
commit ddfdd94ff845d3d8560158cde184a9a19a3d2142
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:42:51 2021 -0800
Update custom.html
commit 52675f7eff140426532f81da9c84c5d7803d0cda
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:48:03 2021 -0800
Update custom.html
commit d4911034145e3d98b99d649be55c75671e2f5c5c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:44:23 2021 -0800
Update custom.html
commit 71ff5959aec6a5f8302bda513d2c1371bbed0743
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:58 2021 -0800
Update custom.html
commit daba705b37b9952cba2910c3c0bed23e58aaf2fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:16 2021 -0800
Update custom.html
commit 19cb5fc749abeefe378205531d18b97562ddfc47
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:39:15 2021 -0800
Update apps.json
commit 6c20945898b84a02d6b440923a5afd994c7d97aa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:37:41 2021 -0800
Update custom.html
commit ff519bdc0d9bca530284d98cad9fd023ad37d50d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:15:29 2021 -0800
Update custom.html
commit 34843d703aae0b6a33be352ad0f8408d8d17d07b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:11:54 2021 -0800
Update custom.html
commit 4da82197f32b280e4192d5bc9a5ba174fbad4ace
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:01:20 2021 -0800
Update custom.html
commit a9c5a32bc1359d8288f4fd6b6da50eaf40910c9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:56:54 2021 -0800
Update custom.html
commit 352fea34791ccf06450a516ab2a2daf22353c641
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:53:38 2021 -0800
Update apps.json
commit ab6f56c381a54e4ab3466625a9eb794eef5dd2a0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:52:34 2021 -0800
Update custom.html
commit a65742ce346039ef901e70157620aabd95bbca35
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:48:25 2021 -0800
Update apps.json
commit a1a387dd600f7e5c3879d74cd5a516d7566fb7bb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:47:52 2021 -0800
Update custom.html
commit 180e88e0e44dc3ca09291a7d37b6fa4df637fa78
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:50 2021 -0800
Update custom.html
commit 0099736b8c64e8f1afefd4d52b526151e3ac700a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:14 2021 -0800
Update apps.json
commit 1fdf4e954e23fe0514b8d795224c2edafd5941c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:43 2021 -0800
Update apps.json
commit faa5b6b21aa8b7062dc62499e8361b8233cf9408
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:10 2021 -0800
Update custom.html
commit d617803c13ec381f35a9d30f99a267dca02c9cf1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:44 2021 -0800
Update apps.json
commit dc669254bcccad425153d209d6dcdf002f64a30d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:10 2021 -0800
Update custom.html
commit 303247fb4e66802ed7f5c2ee404ce0a28221ec2d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:25:00 2021 -0800
Update custom.html
commit d836cbd2ba256adfffa55f1d12fda02ae8ac760c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:15:16 2021 -0800
Update custom.html
commit e206bd4e1cad4aab266fd376fa525500941878a8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:08:00 2021 -0800
Update custom.html
commit 1a6c1acce50fe2fe2e49bfc26b3ac98c1db5aa13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:04:06 2021 -0800
Update custom.html
commit aa20fac50ed19adfb9248fd9cda1ebb7c31f95b1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:02:52 2021 -0800
Update apps.json
commit 5625414e90c78677040420f342f29e96f088469b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:34:30 2021 -0800
Update apps.json
commit ebc2d8096144e6150920efc4b63e8f1e3f52eb00
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:33:27 2021 -0800
Update custom.html
commit 6c43de3766433c1f9fa1d01fd24cbfe0839e19c0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:21:11 2021 -0800
Update apps.json
commit 37da3c68aeeb5fec1ef3d8965fa3d8170074d791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:19:46 2021 -0800
Update custom.html
commit 92707b9d13ed269a41684ce45111376694cb6e58
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:12:50 2021 -0800
Update ChangeLog.md
commit d3ca682cff08be0bb2a64ab057f6efdf36b4e094
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:09:56 2021 -0800
Update apps.json
commit dfd9e59993944f6323120f8af660d880c63c6793
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:08:52 2021 -0800
Update custom.html
commit 5d24a09ffa2d9cad10a5fae3c7b4d5fafc944aa9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:04:41 2021 -0800
Update apps.json
commit e965bd7d962108a2944824eb6579fce435876966
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:43 2021 -0800
Update custom.html
commit 345d9c155135fc4d0a2b8d00b3528b363a584ced
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:12 2021 -0800
Delete schoolCalendar.js
commit dc9db8a4767d4c16d92645131d977263e2468521
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:58 2021 -0800
Update schoolCalendar.js
commit 58df0a5ca26684b4da84929c8c388ca5c37acabd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:03 2021 -0800
Update apps.json
commit 65ad4979e8d58b51f11f3bcc86f31ab303a5d7b6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:27:10 2021 -0800
Update custom.html
commit 9c07800c5ef948a1b9b2071e7bdfe46809fefa1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:07:38 2021 -0800
Update custom.html
commit b108bc45fb8bfa266e4d4ad3e66a9f65cec96c92
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:58:24 2021 -0800
Update custom.html
commit d871855f8e217b27ea73ed28b389bbc8aea59d62
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:55:58 2021 -0800
Update apps.json
commit 99112920b287568db32c5e43b47cfc2ee0cf71a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:47:34 2021 -0800
Update apps.json
commit 37f4329ec57bc4a96a1b2a0847406f6a05cad520
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:49 2021 -0800
Update apps.json
commit ba2aee642bf90307757bb85fda6aa0db01bed5e5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:06 2021 -0800
Update custom.html
commit 98048dc23cb1caf3aafbf1d1ecfa461ba5943925
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:37:23 2021 -0800
Update apps.json
commit 1a53e8d34af89f0e6c889653961350a898deea81
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:33:43 2021 -0800
Update custom.html
commit 993bb7298c8fbc9348e6668b70a555c51dc54a09
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:31:41 2021 -0800
Rename interface.html to custom.html
commit 3a3962bfdc0365e75f8804b61293ec91084f6698
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:30:12 2021 -0800
Rename custom.html to interface.html
commit c8ad92a3dcb7b8a0df83f2e720b6730dd785e829
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:20:33 2021 -0800
Update apps.json
commit ae85c1cee709457b10233205c057f946ea15fe83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:14:33 2021 -0800
Update custom.html
commit c1b467ba8e96f58b27eb3b9b2dc2b859fa89e227
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:14:50 2021 +0000
Update app.js
commit 438537ace2358f5b798bdfde92ebf78db81abc49
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:10:03 2021 +0000
Update app.js
commit e6d736860d7d7511f08474a4d8f6446ebe97e634
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:57:57 2021 +0000
Update app.js
commit e1add5e2b2a068873d0102324d61f9ff5532924d
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:45:02 2021 +0000
Update app.js
commit 09be008dfaf764b542a80f4dbbde6ab26314713e
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:39:48 2021 +0000
Update app.js
commit 9f26994f5c66a5ee88a702c7a73d8bcc0c8236c3
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:33:47 2021 +0000
Update app.js
commit 0cf4c5d70a97480185296b32137fcdc179fddcc4
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:10:31 2021 +0000
Update app.js
commit cfdb94439526722ca757b8ee748d298f6a76d9e7
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:32:34 2021 +0000
Update app.js
Add Media controls
commit e3cd8f5607f912002d3ec0adf833834058a492cb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:16:37 2021 +0000
Update app.js
Removed extra unneeded code
commit ceed8a123836f5da6fb8c5d6741e2224a3e4a0af
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 15:05:28 2021 +0000
Update app.js
commit 721a3f2608ee0012767cfacd5c69aa91a7bba5f6
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:39:30 2021 +0000
Update app.js
commit a16bfe4d7350b34c694050448f2aefc990d19dcb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:32:57 2021 +0000
Update app.js
commit e72bf84a7a05c4208e8c1d5f60815a9f57ca11c4
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 21:29:57 2021 +0100
use dark theme for metronome
commit 071a7a7e683a649b9f75fdc92b9f56804cd0af87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 20:46:18 2021 +0100
add support for Bangle.js 2
commit 7a7175fa483e4e9fcd5912d83e9519274d67b4f0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Nov 4 16:00:41 2021 -0700
Update custom.html
commit e2928498690565ba7d0454aaa4265bc8adfda712
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:32 2021 -0700
Rename interface.html to custom.html
commit cd7579269efe8d54a5a5680b8126ea38f9ce54be
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:04 2021 -0700
Update apps.json
commit df7f9cc530194025708b712565a410aed1d73e95
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:20:09 2021 -0700
Update interface.html
commit ada94b11cfbebfeaa010cee1b39d0f92591d4e13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:06:50 2021 -0700
Update interface.html
commit 08fc58deb57847cca7d81bf84a54df16ce97528f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:20:57 2021 -0700
Update interface.html
commit 04b9e74a4d2cd84dd9b64b0ba6fba1167fc400e7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:10:58 2021 -0700
Update interface.html
commit be7af68455ff4b5034c0baab9d8c138b9b024707
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:08:24 2021 -0700
Update interface.html
commit aaee5f3c0610de7a48bdda7fe9c6064dff97780e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 19:13:08 2021 -0700
Update interface.html
commit 73819933eeb57f32935e6ad93a146bdbee6d8be6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:52:09 2021 -0700
Update schoolCalendar.js
commit fa5cbd71c618a2053ec3217048c74a723c46f03f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:49:22 2021 -0700
Update README.md
commit fa392008d1e30a6df05245eac969badf4188fb74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:45:24 2021 -0700
Update README.md
commit c280e41560a3812ee83ca461e098bc35b80ef439
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:42:39 2021 -0700
Update README.md
commit 6b84a8eb3007cca6abd31cc1d3d0552cc79cb492
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:26 2021 -0700
Update schoolCalendar.js
commit 5bbfb1109910856575cc348012dbc44d489a8005
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:11 2021 -0700
Update interface.html
update interface
commit 6660dad4c01c66c20670cfd415b6ad063d9b5b74
Merge: 8c003cf6 1e0f6cd6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 07:35:54 2021 -0700
Merge branch 'espruino:master' into master
commit 8c003cf6ffb5a8b3437897a1e57a6a020b5e02a4
Merge: 5c11881f f1ce196a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 15 07:33:21 2021 -0700
Merge branch 'espruino:master' into master
commit 5c11881f752edbdef3031f0a48109a196eced80a
Merge: 8c149dbe be34e2b0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 14 17:14:45 2021 -0700
Merge branch 'espruino:master' into master
commit 8c149dbea1cfd34e815b64ca354840b811a82222
Merge: 7888cc6c 300ed35b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Oct 13 07:46:16 2021 -0700
Merge branch 'espruino:master' into master
commit 7888cc6ce0bbabf99c7dd39f002810d262af07fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:59 2021 -0700
Create README.md
commit 36a52b8b001a4515d715950db56e411a6c4842b2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:52 2021 -0700
Update README.md
commit 4f5558c41e75f6e91a34842f7b42fa85970dce5e
Merge: 5db16d19 68cc9fbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 16:43:12 2021 -0700
Merge branch 'espruino:master' into master
commit 5db16d190b1439293d9f0af16d37fea29db8830c
Merge: e7995505 54d98db6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 07:03:23 2021 -0700
Merge branch 'espruino:master' into master
commit e799550544e55ef94ef48f905283625e50f73e97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:57 2021 -0700
Update schoolCalendar.js
commit 89f82a50436d4eab82574d310077d19154a8ab59
Merge: 7107d510 f3712e66
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:38 2021 -0700
Merge branch 'espruino:master' into master
commit 7107d510a5301f50ca5dc1bf9d4463ad99a33af8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 20:06:28 2021 -0700
Update schoolCalendar.js
commit a61879753285b4469772f51474c29fe86a5aa942
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 19:55:30 2021 -0700
Update schoolCalendar.js
commit 3c9e46c2160f4ff58708afc0d08ce2e5d27df097
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:59:03 2021 -0700
Update apps.json
commit 941bc852c1ab4472dc74a7f84e12e92ab891432e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:53 2021 -0700
Add files via upload
commit 4cbfac212e6999887cfafd37d9c809919a014e27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:26 2021 -0700
Delete apps/schoolCalender directory
commit c7b723f87e5e6fb0858c09ee2910510267d73fd6
Merge: 8d2f4ccc ba08863b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 07:31:25 2021 -0700
Merge branch 'espruino:master' into master
commit 8d2f4ccca761e1695620b072e116b94272850427
Merge: 7846b48c 44aa03e4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 1 07:31:42 2021 -0700
Merge branch 'espruino:master' into master
commit 7846b48cf67ab024970b90948096f9258e1c184c
Merge: 59aa9909 d0fd2f01
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 30 17:22:33 2021 -0700
Merge branch 'espruino:master' into master
commit 59aa99092dac99b9a13bbc2a7153dd2b44a6fb67
Merge: 9061acee 03bbe1d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 29 08:06:54 2021 -0700
Merge branch 'espruino:master' into master
commit 9061acee5db851bd58295785cc7542a7c066b4c8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 17:44:12 2021 -0700
Update interface.html
commit 79bacc45932ce8842cbf12d23c36a41e992b438e
Merge: bb5fcdaa 48bb819b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 07:12:44 2021 -0700
Merge branch 'espruino:master' into master
commit bb5fcdaafc1e344bf2d717c3eb238f763f255215
Merge: 814fbdd6 28bd9e83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 27 16:15:07 2021 -0700
Merge branch 'espruino:master' into master
commit 814fbdd61ef41676d07719b5b1b297fbbc03ec6f
Merge: 83d88a1e f3fd0f25
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 25 08:01:44 2021 -0700
Merge branch 'espruino:master' into master
commit 83d88a1ea191e2e6b669d284d94b4180b9ea54aa
Merge: c9bed74e 71471d37
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 24 19:35:52 2021 -0700
Merge branch 'espruino:master' into master
commit c9bed74ec2e240e2daf26bf9ec9432df91ac18aa
Merge: 1f130c53 16fe8470
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 23 15:21:18 2021 -0700
Merge branch 'espruino:master' into master
commit 1f130c53b46546328260a6b94ad182be5d55ff18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 22 07:25:41 2021 -0700
Update interface.html
commit 3d8ebe82c289156581799134b3c56fd02ade1fad
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:07:20 2021 -0700
Update interface.html
commit 2ca58d2cc436b72beb87d347b8d8c217b461e805
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:02:14 2021 -0700
Update custom.html
commit d8c149073fb6bca8f5f78ba4a031004adeab1a6b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:01:31 2021 -0700
Update apps.json
commit ceab5d46a23f913faf96be90e644458ac5546157
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 20:58:01 2021 -0700
Rename schoolCalender.js to app.js
commit 9b344eb1ecc577e96196d2a3d3fc8962198e90de
Merge: ec453c0e 3b15a7f9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 07:24:54 2021 -0700
Merge branch 'espruino:master' into master
commit ec453c0e100f7fd140305fe8ed4a62d3987e68f1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 19:45:50 2021 -0700
Update README.md
commit a8f7fe72923e1fe38042cb4752dac1429c6be426
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:31:41 2021 -0700
Update interface.html
commit 51c41d5c48a72b7a373e6f979c95bab9fa9ddb7a
Merge: b7a4ecb5 50ec8d97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:25:50 2021 -0700
Merge branch 'espruino:master' into master
commit b7a4ecb57857016c131ba72e101b3a11eb3cb06c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:48:24 2021 -0700
Update interface.html
commit 82320ab073c0b106f5260e26c0fb147d7c8fcd02
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:40:43 2021 -0700
Update interface.html
commit 27d025bf82cc5882dc39110c5c7799f657f2c57d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 14:01:04 2021 -0700
Update interface.html
commit bd92c0e67fce373f11aae3bbcf8f5a4c06f2e161
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:51:31 2021 -0700
Update interface.html
commit f0c596d14f6119bbe52e2f0d3912216785257536
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:40:29 2021 -0700
Update interface.html
commit d6542bac6d666af7c8fe1f67434611e6ccacc6a6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:29:46 2021 -0700
Update interface.html
commit 7a2ee0f7111209afa859761a62f80e93ca71a879
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:15:29 2021 -0700
Update interface.html
commit c65ddbfc522c54da540080a16d171edd42ce592e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:05:32 2021 -0700
Update interface.html
commit 43c684f389d97dd12815edbd93d0750f923f17b3
Merge: ddd1a83c 5f5b5c0d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:45:25 2021 -0700
Merge branch 'espruino-master'
commit 5f5b5c0dc2485f7e454acb9f364d240e3972d955
Merge: ddd1a83c cc2e1bbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:42:47 2021 -0700
Merge branch 'master' of git://github.com/espruino/BangleApps into espruino-master
commit ddd1a83c613a9f21ec8e37ba1151e1ca255a77af
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 18:27:57 2021 -0700
Update interface.html
commit 632c98f8be2ad6e2290e5eb98025559a42a47c34
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 15:13:46 2021 -0700
Update interface.html
commit c252f74e16edc5a1a1fcfe4ce72c9594f12a9624
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 07:31:16 2021 -0700
Update interface.html
commit b9b0a43e99db0c2d13c28bf6d65540925709d866
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:28:35 2021 -0700
Update interface.html
commit afafd449fb06abd3930d0eb40989dc12787c96d9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:22:01 2021 -0700
Update interface.html
commit 45a0d50b011ee50e9b1b4c6ce5a84e1290331b1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:15:25 2021 -0700
Update interface.html
commit eb146fe07bd5d71f49c5e267424d7b8206eee952
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:07:51 2021 -0700
Update interface.html
commit 34baf995e7f5288266b5da08bcac6d76202a92fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:04:33 2021 -0700
Update interface.html
commit 751fbdda43ea542db4887bed7b4d4e2ad7628a23
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:00:47 2021 -0700
Update interface.html
commit bc71f317311509e8f3fd5054e6c3efaa05bc0416
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:47:13 2021 -0700
Update interface.html
commit cfde9e14a87466a8dc7cb92934c3af373f6a43d0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:41:40 2021 -0700
Update interface.html
commit 135165c983beca48190d091e355436100beee41d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:37:52 2021 -0700
Add files via upload
commit d50ba356d68ebeffd028a924450d4a6ad4fddd74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:36:59 2021 -0700
Update apps.json
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit b51c84229798e7c3665f203c13023d9f6e24eb68
Merge: f4e997d4 d1da165e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 12:20:57 2021 +0000
Merge branch 'Combined' into Base
commit d1da165eb44fa50bea67506097768f1138574c8c
Merge: f927549b 2c257605
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:30:56 2021 +0000
Merge pull request #9 from t0m1o1/scaledlauncher
Update apps.json
commit f927549b2c1e88232f4df2c6ef7e160c3a8e0f7b
Merge: 3cfd575d 411118aa
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:16:59 2021 +0000
Merge pull request #8 from t0m1o1/scaledlauncher
Scaledlauncher
commit 3cfd575da46cf38347bbbb4d37645c0bd72833de
Merge: 9a311219 9d1429ca
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:04:17 2021 +0000
Merge pull request #7 from t0m1o1/scaledlauncher
Update settings.js
commit 9a311219b2d3a7d3594ca654c78ae7137a92fb8e
Merge: 43c42711 5b1b752d
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 02:56:33 2021 +0000
Merge pull request #6 from t0m1o1/scaledlauncher
Scaledlauncher
commit 43c4271101a4be6dbc28d7e34534d25242c159ae
Merge: dec967f1 084bba39
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 21:18:16 2021 +0000
Merge pull request #5 from t0m1o1/compass-fix
Compass fix
commit dec967f1ac5900e43099ef9bfef3bfbe84e1f8e4
Merge: 21c48263 dfa40407
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 20:56:22 2021 +0000
Merge pull request #4 from t0m1o1/Swipe-Launcher
Stop the swiping coming up if mode is undefined
commit 21c482639aa1f2d391ebb0508701cff3170b45c4
Merge: dea2ec96 4c9d04de
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:19:27 2021 +0000
Merge pull request #3 from t0m1o1/Swipe-Launcher
Update Swiper Clock Launch
commit dea2ec9693855d735662a4d344682e6105533bf2
Merge: 92d156fb 51766844
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:15:16 2021 +0000
Merge pull request #2 from t0m1o1/master
Master
commit 92d156fb398787a068a2f7ed81a78d90ed04bd70
Merge: 100384f2 7d37a9eb
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:14:13 2021 +0000
Merge pull request #1 from t0m1o1/Swipe-Launcher
Swipe launcher
commit 51766844e6ff346119739114c28b9d638ca57cbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:49:56 2021 +0000
Update apps.json
commit 6fda7a5f33ec6341d51529e680f5d0caa9c9fdbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:37:07 2021 +0000
Update apps.json
commit b7a067234413e2cd9cb531c366371e5d88f6bb21
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:32:09 2021 +0000
Rename hidmsicswipe.app.js to hidmsicswipe.js
commit 97065f1d62d40003eec09a2539d7294fe41bc4e5
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:55 2021 +0000
Delete hidmsicswipe.info
commit 21f184d6c4ad1f977c385d95c3966d95d446bf5c
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:10 2021 +0000
Add files via upload
commit 3917f28ae54db0e86b6429489c19a4180be759e0
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:45 2021 +0000
Delete hidmsicswipe.img
commit a65668300fc45082d6897e19c6efff556853f4d9
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:18 2021 +0000
Delete hid-music.png
commit 5fce838e8ab7d2b297c05a1ae735abcd4ba76d90
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:29:36 2021 +0000
Add files via upload
commit ffa37f2ab3b1fd2b921783e19ffb48673aad1a6e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:22:38 2021 +0000
Create hidmsicswipe-icon.js
commit b656e5973c302a39f7513364c66094132135bfc4
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:59:19 2021 +0000
Create changelog
commit ad943ca5658e4f68c205996c4ad42aa1ebbeb793
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:58:19 2021 +0000
Add files via upload
commit ac433ac7bd6d586e9b1ca11da924d64bd566ade2
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:57:39 2021 +0000
Create hidmsicswipe.info
2021-12-05 17:14:06 +00:00
"version" : "0.26" ,
2020-02-07 17:16:45 +00:00
"description" : "Application that allows you to record a GPS track. Can run in background" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2020-02-13 09:14:42 +00:00
"tags" : "tool,outdoors,gps,widget" ,
2021-10-21 10:43:13 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2021-06-11 23:30:55 +00:00
"readme" : "README.md" ,
2021-10-20 14:11:04 +00:00
"interface" : "interface.html" ,
2020-02-07 17:16:45 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "gpsrec.app.js" , "url" : "app.js" } ,
{ "name" : "gpsrec.img" , "url" : "app-icon.js" , "evaluate" : true } ,
2020-12-08 16:10:23 +00:00
{ "name" : "gpsrec.wid.js" , "url" : "widget.js" } ,
{ "name" : "gpsrec.settings.js" , "url" : "settings.js" }
2020-04-17 19:42:29 +00:00
] ,
2021-10-20 14:11:04 +00:00
"data" : [ { "name" : "gpsrec.json" } , { "wildcard" : ".gpsrc?" , "storageFile" : true } ]
2020-02-07 17:16:45 +00:00
} ,
2021-10-28 13:23:29 +00:00
{
"id" : "recorder" ,
"name" : "Recorder (BETA)" ,
"shortName" : "Recorder" ,
Squashed commit of the following:
commit 5ed43a28b5b9d6820ee898f632535747c1e5913d
Merge: 4cf9192c a385c099
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:12:45 2021 +0000
Merge branch 'espruino:master' into Base
commit 4cf9192c4341a85eab1198b8663f48d276704ac3
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:25 2021 +0000
Update core
commit 69a54194a9eb41d0722fc061bec5c900b724e8cf
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:14 2021 +0000
Squashed commit of the following:
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit e040cc4e245a8fb4c55bfeb99cab12c62af5e7b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 15:22:16 2021 +0000
replace tabs!
commit 60c2fa710c4904827bfba868507a9f6d10d524a3
Merge: 38b2e417 f3cb7e9a
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:29:46 2021 +0000
Merge pull request #942 from madman2021/master
Add new TimeCal app
commit 38b2e417bf8e63be394a96ed24b9e3d174d5f45b
Merge: 94bd895b 43b38cc8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:26:43 2021 +0000
Merge pull request #943 from peerdavid/master
[LCARS Clock] Shows icons for charging and out of battery
commit 94bd895bafeb37250b64373692c9cceb3e9ece97
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 12:56:56 2021 +0000
welcome 0.14: Turn off and run later to use softOff to time is set right
plus other minor tweaks
commit 43b38cc8ab5796e25f65ace531be68a6a4134f98
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:40:47 2021 +0100
New screenshot. Updated version.
commit 34c6589f06a1a8ba0f7fe2e126b41d03dff7f45b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:37:07 2021 +0100
Minor improvement
commit c403a5af671cf70b18776fad83126adf66122f0f
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:36:21 2021 +0100
New design. Removed png icon files - only converted icons are needed.
commit 19655ea3279daf32ebfd4453db398915a8229946
Merge: 274b705c b1fb0e6b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:44 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 274b705c1e7313cf646412ec01bf17de9b1dabcf
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:37 2021 +0100
More lcars style
commit f3cb7e9a0b8f0ba3624b639415c9168c240905e8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:53:14 2021 +0000
Remove Icon as it renders massive
commit 1a9f5375557fc232acfe3f42d1198da827db5ab8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:46:03 2021 +0000
Add missing supports tag for TimeCal
commit 3738bde22a0d4cef2bd5c956a1a370e9a145689a
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:43:38 2021 +0000
Add TimeCal to the app library
Add TimeCal to the app library
commit b1fb0e6b7d88f53cff85f6a8d3eb416bebd35e92
Merge: 559e8208 dabc22c2
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 11:10:36 2021 +0100
Merge branch 'espruino:master' into master
commit dabc22c2d725ccddad8b08c0fa0b14af94d38e28
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 09:54:11 2021 +0000
custom code works on bangle2
commit 2e83a511d2032736a63bda38406b4f744a4130f1
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:51:20 2021 +0000
metronome supports bangle 2 now
commit cea51d06d07f09923d590357c33782861c342817
Merge: cd1daba0 4eee3f05
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:50:24 2021 +0000
Merge pull request #938 from bengwalker/master
Add Bangle.js 2 support for metronome app
commit cd1daba0c55e99f5a477407f47b932d050c0b6f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:46:13 2021 +0000
0.25: Fix issue where if Bangle.js 2 got a GPS fix but no reported time, errors could be caused by the widget (fix #935)
commit c03ab08687bbc7ed893ed2ef8c3be21f1e61e74f
Merge: 1750c72e f10bf240
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:40:53 2021 +0000
Merge pull request #939 from Ronin0000/master
Add Screenshots to Many Apps
commit 1750c72e94eab6ee22650d993ea31efa17e79c46
Merge: 5eeb1181 1def233d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:38:06 2021 +0000
Merge pull request #936 from Vingelar/master
Binwatch: re-format background images
commit 559e82088077ba79675c0012c921eae3ef32b16d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:14:04 2021 +0100
Minor design change
commit d24b8c80da7afd75a6f121a22e3694252aa3c57a
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:12:25 2021 +0100
Minor design chnges
commit f10bf24018add2df61a5fc422aee941b07c70082
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 17:04:07 2021 -0800
Update apps.json
commit c66b0982368a5e1ee74da598945df12d88cba679
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:53:48 2021 -0800
Update apps.json
commit 638fea73c791b4f11b6119c02ca2090c31b6bc83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:24:10 2021 -0800
Add files via upload
commit 4e79c896c65b2edc7dfcb7b4b2eb6ae1c96f60ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:23:33 2021 -0800
Add files via upload
commit 33809d8cdfa7ea3f02941c820b4836f20a9eb869
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:58 2021 -0800
Add files via upload
commit 6cb83284a7e7b9d2f8935835702e713f0f9b7b51
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:45 2021 -0800
Add files via upload
commit 7e521d0d29262227a32244d2929eb99fcb36fb98
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:17 2021 -0800
Add files via upload
commit 9985ff03f20469897ceb3dd1acb4f90ac850ebb8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:00 2021 -0800
Add files via upload
commit 6f437c39866562e05d8821bdb5150cd553f3a6cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:21:15 2021 -0800
Add files via upload
commit ffe218a0046d65464e96cdc59d1c10fbb708b791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:56 2021 -0800
Add files via upload
commit 9400133dd49762a7bfcff38e5a6249cbfd5753f7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:39 2021 -0800
Add files via upload
commit 76463d927940f590ed45cc51558723375217a34a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:37 2021 -0800
Add files via upload
commit 4011accb47eb53954acc3e27cce5b6f6cb025c57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:19 2021 -0800
Add files via upload
commit bc5960d61a40c08566a8e1977fa53c6528f04a85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:07 2021 -0800
Add files via upload
commit da5634beda72243f5ee6e4fc0e376c6c5f9c6ccc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:51 2021 -0800
Add files via upload
commit b9c4640f853d4992e57cd5d6b2e3f4d75db32d1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:25 2021 -0800
Add files via upload
commit d27a605a24cc06903084b6a796c9c93b7724150f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:07 2021 -0800
Add files via upload
commit 52baa42e69b1a7a8ef6bc2cae548298af4dcbf7c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:48 2021 -0800
Add files via upload
commit db3b6a58e49a3d5ce9b528011f3e0607474e4fa8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:16 2021 -0800
Add files via upload
commit f0de0d8a9d542fd960f13b36a2bb2a3548f06033
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:52 2021 -0800
Add files via upload
commit 6d4cb98ba83d0ab62406c00ed9fa8dcd139d2f8c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:34 2021 -0800
Add files via upload
commit 5f434d9d327fff8cebf41a45cf73ea9c96cb42db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:23 2021 -0800
Add files via upload
commit 6e72349f05e3773b0ae60217df8b6f266447f1ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:37 2021 -0800
Add files via upload
commit 03e4d0d7c01cdc214526891933f3c155f63ff2b5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:21 2021 -0800
Add files via upload
commit ead12a1c11e3937637e8af8b1d54218e0138e908
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:54 2021 -0800
Add files via upload
commit a1ed32c91380e03146dc4003a3ee6e400d0dd35f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:30 2021 -0800
Add files via upload
commit fae08d7a739b1a28faacb0105d5ad417171dddcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:57 2021 -0800
Add files via upload
commit b889e431edf72d64867c576135bc1470c4590db2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:32 2021 -0800
Add files via upload
commit f177480160184722b935623ebed05ad630a5a6a2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:02 2021 -0800
Add files via upload
commit a2fe8c3722f56c59957642cad2bb0a6454dc6f5b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:11:42 2021 -0800
Add files via upload
commit c1cdf15bf5413167692e9c7bd4f5fee31fe4d4c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:49 2021 -0800
Add files via upload
commit fb1c5529f037cc701e30d9da036a54236ea1ba1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:11 2021 -0800
Add files via upload
commit 530089e0830473574b38c172a964f9cfb49436a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:35 2021 -0800
Add files via upload
commit 3556e668560587c074ad435b977283e19367f69e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:12 2021 -0800
Add files via upload
commit e1e32772e4dd1943af6ed37407425998b0819e48
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:56 2021 -0800
Add files via upload
commit 8084bb92b7cfb12740129c57e1bb5c05ce13994c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:37 2021 -0800
Add files via upload
commit 2c997d2964d4ade4ba0aa5ef89a1b646c15a9751
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:18 2021 -0800
Add files via upload
commit 747626b66c880293481bd0a97cda8e32e0239d04
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:07:24 2021 -0800
Add files via upload
commit ed36fae0ac6def24ca20ab6229affbcf7502582e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:59 2021 -0800
Add files via upload
commit e8baad3c3775e26f8a88457ff8f361a18572e484
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:33 2021 -0800
Add files via upload
commit 1efcebe84aa2b2b00d6920a84d4e486b834c1083
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:16 2021 -0800
Add files via upload
commit 082d3d1e95e9bb98e10bb1679ae0dfba11bf44e0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:05:21 2021 -0800
Add files via upload
commit b10f62a6c55dd89bb15a97430b74269486a72807
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:58 2021 -0800
Add files via upload
commit 24b41c2c6fe40d18ffd9dfc0404f215cc9b847ff
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:42 2021 -0800
Add files via upload
commit 19a2ef1a44c78fe9b1922574f0a1eda20f2fbd43
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:01 2021 -0800
Add files via upload
commit 7089d6e74c438d3577ebf03857b0c1b6f73aaa2a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:03:38 2021 -0800
Add files via upload
commit 431824f828f0ea900c9d206e492cc7a6d1830f2e
Merge: 15aa41c7 5eeb1181
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 15:15:57 2021 -0800
Merge branch 'espruino:master' into master
commit 5eeb1181d049f1580f75657b9a9ac664041b26b9
Merge: 546a0b16 6b05d928
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:29:18 2021 +0000
Merge pull request #937 from rigrig/barclock-b2
Barclock works fine on the Bangle.js 2 :-)
commit 15aa41c766b2a25c7a83a1a6744706a7b2852aa3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:23:03 2021 -0800
Add files via upload
commit 6a93494e3fe516ccbc7755027f613bd9bd529021
Merge: 12443640 546a0b16
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:22:27 2021 -0800
Merge branch 'espruino:master' into master
commit 546a0b16cc32841b38a0d39b07ec6d18f58d21c5
Merge: cb6e14f6 18fbd289
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:55 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit cb6e14f6c12816224bbc3dc127e9817d0df7ae78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:37 2021 +0000
messages, start of call handling and message responses, fix for scroll issue when only 2 menu items
commit 12443640c95efbe9f25ed0ffe73280c84d90cd13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:54:22 2021 -0800
Update apps.json
commit 9bdc07f8617e457439522d5b4c84a65d1eba4ed9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:47:36 2021 -0800
Update apps.json
commit 4eee3f05e92e26aa5c70c1d2cefcc97ff4935b0d
Merge: aafc93f0 18fbd289
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:46:32 2021 +0100
Merge branch 'master' into master
commit 298fa47cd87e37b19cd142f47867843e24d08b57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:42:50 2021 -0800
Update apps.json
commit 52c07f6dc80e8eabd017fc324332c0594c173399
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:40:42 2021 -0800
Update apps.json
commit fe340d75bbb6c7814241becacddaca50435c5fe3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:39:31 2021 -0800
Update apps.json
commit aafc93f09a818f5bb6e4b6988246e4f8d049df87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:35:35 2021 +0100
Update README.md
update README
commit bd80ea5ca03b2e9d5f2eb562adc7305b3952d2e5
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:31:33 2021 +0100
Update metronome.js
print instructuions for banglejs2
commit 51afd5ef049c67f331931ee18b53e9d4e835342a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:29:27 2021 -0800
Add files via upload
commit ff62b603a27d6acea382af80496b6a35787a73ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:51 2021 -0800
Add files via upload
commit ffbd331c1376c5f393dafe62eaa62a9991949a3e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:29 2021 -0800
Add files via upload
commit 93c113a95a21dccfde6bb171d15b0f93e6d0f58a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:25 2021 -0800
Add files via upload
commit b2be26fccedfa52f00f275db8050c0c3e532859b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:07 2021 -0800
Add files via upload
commit 899e78539c3bb0e41e4d56aa854c4806715ccce0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:26:06 2021 -0800
Add files via upload
commit 50a88d41cd63e51a876e4fca58fe13c5af2088fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:35 2021 -0800
Add files via upload
commit b1d636bac2148007dd72becff0daddf24b80f0a4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:10 2021 -0800
Add files via upload
commit 6b05d928751b49d4910ddd3a6867e2d4cad6c93f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 19:42:12 2021 +0100
barclock: Fix time/date disappearing after fullscreen notification
By forcing a complete redraw at lcdPower-on
commit 32e3d326aa143eed99d26c81c9fbf870730591f4
Author: Richard de Boer <git@tubul.net>
Date: Sat Nov 20 17:13:36 2021 +0100
barclock works fine on the Bangle.js 2 :-)
commit 1def233de2434d272c6f712c9c213b7caff3ae92
Author: Vingelar <Vingelar@mantisse.de>
Date: Tue Nov 23 19:09:16 2021 +0100
changed format of bg images to binary raw format (export from emulator
commit e021aa2c9d5c44f9130e4bf67cb4b066d02cbd6d
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:59:49 2021 +0100
Update app.js
binwatch: adapted names of bg images
commit 3dd723d10bd3195257205a48dc79872668bd53cb
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:58:48 2021 +0100
Update apps.json
binwatch: shorten names of background images
commit 275402344ee927a51d0c100d4387c739d7a49968
Merge: cf027b37 18fbd289
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:36:45 2021 +0100
Merge branch 'espruino:master' into master
commit 18fbd2898da9fc2bfb16d0adf9cf2b97f5ce0f3d
Merge: 5be6981a df364bab
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:34:15 2021 +0000
Merge pull request #933 from peerdavid/master
[LCARS Clock] Added lcars icon to watch face.
commit cf027b3783cbbf8deca98fb3e1ee1922557686bf
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:34:13 2021 +0100
Update app.js
changed names of background images
commit 5be6981acdf3935b936bb85caf37780537518b66
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:31:42 2021 +0000
oops - named stub wrong
commit d328d94d34ea86dd99f958098c7f0a000b1e395f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:30:20 2021 +0100
Add files via upload
added background files exported from Emulator
commit c36fb16a684085c2eb6ada2c50021d3776f5e215
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:54 2021 +0100
Delete Background240_center.js
removed background240_center.js (wrong format)
commit 4719fada2843f1c8d6ae36d8d59d0fb95318d9b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:28:34 2021 +0000
Android Remove messages on disconnect, Fix music control (ref #909)
commit f431bd8a2c823e877ee6e78576aa4f39a0b5701f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:25 2021 +0100
Delete Background176_center.js
remove backgounrd176_center.js (wrong format)
commit 1b548c9bbb5a10769498b4ad1be04397fb889bce
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:27:33 2021 +0100
Update apps.json
adapted naming for image files
commit df364babab19550f75a01d707f0684d8547e8664
Merge: d28517b2 a1eeadfc
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 17:16:00 2021 +0100
Merge branch 'espruino:master' into master
commit d28517b2a5b5e7eaa6a8d9832d9352062addb3ee
Merge: cd93a201 465c93d8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:18 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit cd93a201f846e2c51a1ff9cc447dbbbdc2c5e2cc
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:15 2021 +0100
Moved logo
commit dd2bb22f076abff1aac2f32734b50fdcc5423861
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:08:57 2021 +0100
Update apps.json
use .js files as background images
commit 03c5f996f4998ebc1e6bfea7e77d3a61743c0c69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:07:21 2021 +0100
Add files via upload
added background files as js
commit 7d81bfe2bbdf5095ac7550247eddbe6827cec4c0
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:53:40 2021 +0100
Update apps.json
added missing "url" to background storage
commit 51b73894e461af6312b6fca28e0b5888e9f98da6
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:51:40 2021 +0100
Update app.js
use background images from storage
commit dab36d05a77563e9a839f38807bfd7cfe09a1f69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:48:50 2021 +0100
Update apps.json
added background images to stroage
commit 31f28093411e4f501dd49f98359af43e71e8b27e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:44:49 2021 +0000
Fix https://github.com/espruino/BangleApps/issues/927 - App loader offers to update unknown apps
commit a1eeadfc224a976e3fca6a00ca47d1c1389fa70f
Merge: 68429483 0a695e51
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:40:09 2021 +0000
Merge pull request #934 from Ronin0000/master
Fix School Calendar Bug
commit 0a695e5143fbff3935e80b9df85720f065b1e185
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:09:14 2021 -0800
Update custom.html
fix bug that was for testing
commit cfecc24f42d257d565f21571a50b825cffb2f1c3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:05:47 2021 -0800
Delete boot.js
commit 684294830d75459982845920cb30815236dc0917
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 13:57:46 2021 +0000
app manager works in bjs2
commit 465c93d830300054722f10f483a9023c6ec315e7
Merge: d20f5e59 3ba779ee
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 14:53:47 2021 +0100
Merge branch 'espruino:master' into master
commit d20f5e597e72d8392af3e9b745a4dfab36e8797f
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:53:27 2021 +0100
Updated screenshot
commit a283cf58fb90b1852d8e414fb01010632a65ba46
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:51:55 2021 +0100
Included lcars logo
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 3ba779ee5826a60f127ed12f0eeaa2a848f53b4c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:48:34 2021 +0000
Fix bangleapps after recent PRs
commit aaf06b113c72e1487651d30602ba79c95a41d6ff
Merge: a0351381 06a6b72d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:42:26 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 9600f16671ab5a9fc772a959a7110622baa5e606
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:19:48 2021 +0100
Updated changelog
commit 98577b626960bd971af483ef709655dfe0ac1f00
Merge: 1ccabca0 d3cd47f9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:52 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 1ccabca0c6f1cf79c1b5d6a56749ab752a4d1850
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:50 2021 +0100
No hrm icon - its shown too much.
commit d3cd47f95704e7c508e1e311d3224826f3fd73ce
Merge: 2e18795c 06a6b72d
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 11:12:43 2021 +0100
Merge branch 'espruino:master' into master
commit 2e18795c5780148c6f52d50cd69849b5893b1cdb
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:11:33 2021 +0100
Fixed string
commit 36edd449c5398147536d20c2b4f11040cb3105b9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:10:33 2021 +0100
Minor change
commit 06a6b72d42fc55a224bb5d133640670c21d6cae0
Merge: a39d4102 be083113
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:03:45 2021 +0000
Merge pull request #925 from Ronin0000/master
Add School Calendar
commit a39d4102963fc1593e1f2f8ea3f4372a3da4da6f
Merge: ab2cb243 930cfa13
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:02:41 2021 +0000
Merge pull request #928 from peerdavid/master
[LCARS Clock] Icons for different states such as GPS or HRM.
commit 5c3b0468d4ce9a51249f6f098c3e6ba84ba1cf41
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:59:26 2021 +0100
Update apps.json
corrected format
commit 336501059da7bceddba9e300c5b6d5bd1aba6a3a
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:56:25 2021 +0100
Update apps.json
removed background image
commit 3f4c49a8aef6ba79419f00d86fc4f02435b72e21
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:55:07 2021 +0100
Update app.js
integrated BG image into app
commit ff3223e1b906957811cad815df88ad495e70a95f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:51:02 2021 +0100
Update app.js
added "require" for bg image
commit ab2cb243857e50e7bb80ee163e4bc153302446a7
Merge: adadf7ef 162dc1f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:51:01 2021 +0000
Merge pull request #929 from weeurey/master
Update app
commit adadf7efd39b01466cfd348e13c5a02deaa6bf4d
Merge: b7f403e7 0f9d938f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:26 2021 +0000
Merge pull request #931 from reelyactive/master
emojuino@0.02
commit b7f403e79bf5fae387c5f6d0522f49ce917362a6
Merge: f4e997d4 46383d4d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:12 2021 +0000
Merge pull request #930 from rigrig/gbmusic-fix
gbmusic: fix "previous" button image
commit a03513812956c629f003824b46bb6763734eead8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:44:24 2021 +0000
fix download icon on android
commit b128f5c15569de9e2be0717f270cfd90e006d5ab
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:38:02 2021 +0100
Update apps.json
added background image to upload
commit 930cfa13315046c621a5444632f7b12bbd956fae
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 09:43:24 2021 +0100
New HRM Icon
commit 7f3f7b9eee3c23c922645274dd8d7947def8158d
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:26:37 2021 +0100
Currently, no confidence > 80 is reached...
commit 1fb861b82c4cc75b94dc6875280fbd411390bc71
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:25:11 2021 +0100
HRM confidence of 80 to display
commit 7d95221e166770be91bf76374f926fe996356009
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:24:15 2021 +0100
Minor change
commit 6d8d98fb03e7bed42c3feeee771ddfcd78b60ea8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:21:41 2021 +0100
Show HRM
commit a0cc4c633e0e6853a0f170a5358b7e1f11e310af
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:10:00 2021 +0100
Minor changes
commit be083113316ec7ba07d780b6593cb9adfd748298
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 19:11:40 2021 -0800
Update custom.html
commit 0664a44c454107d4e3ff039d12baffea3e90cf5f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:52:43 2021 -0800
Update apps.json
commit b032ca0fc1936e650a459f766799e197daf2a4dd
Merge: 7fd37f7e f1f063fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:27 2021 -0800
Merge branch 'espruino-master'
commit f1f063fd1adb553c548a3aa54156bce00b4ca48d
Merge: 7fd37f7e f4e997d4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:09 2021 -0800
merge3
commit 0f9d938fa6970df18fbe99f3c707b94aa26d15c1
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:23:17 2021 -0500
Version bump
commit 5a01047cd0b30e4b7b253d784bd0b5755fc0c2e2
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:21:29 2021 -0500
Added screenshots
commit ae55c2d39fc936cfa1954d44b7f76dc91c21ced3
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:09:26 2021 -0500
Allow emulator, specify type as app
commit 58f9e7cd5b59904651fb878a89844ee4ccfb23df
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:03:18 2021 -0500
Upgrade to emoji images and supporting text
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit 7fd37f7e4e669c0aea7b5324b85f9d85ca394dcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 12:18:44 2021 -0800
Update custom.html
commit 84d9ca4b337e36c4f62ffce4b3059f8f2909d482
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:57:14 2021 -0800
Update boot.js
commit 740f4a95665fd92ad87e83dd381da7e55c2e4b18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:52:27 2021 -0800
Create boot.js
not part of the current merge
commit d3538a03f10f6323afc8656cef397a561cf35bf0
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:12:50 2021 +0100
Added raster
commit 20310fdb75b11fe8b3ea38dc7810732910537169
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:02:27 2021 +0100
Smaller icons
commit 3863be18301cec9fec480db7fe28a19439c708d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 09:06:52 2021 -0800
Delete apps/schoolCalendar/fullcalendar/interaction/src directory
commit 5d8c13a7e6a934e8b750f0ab4871e3dcc67c09bf
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:56:29 2021 +0100
Updated screenshot accordingly
commit 21134a1dcdc102755171af26e99ae86f3559996f
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:55:21 2021 +0100
Better background
commit cab3d43085b2edf4dc97ebf05785bb5b446a88da
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:39:48 2021 +0100
Better alarm - shown only in icon so we can display more data.
commit db22bac0ecd48633d6acf0874127a1b28821d8ea
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:11:15 2021 +0100
Use correct alarm icon
commit 162dc1f29346ab0f6ff4b7cd4128826292ca766e
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:11:07 2021 +0000
Update apps.json
commit dc24ae9bfba1786d4d8a3e22871c4da7bda9fb92
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:10:58 2021 +0100
Better HRM Icon
commit 8e688d144ab30ff87f31b51ab457688ce03c4c23
Merge: 741f7aab f4e997d4
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:09:43 2021 +0000
Merge branch 'espruino:master' into master
commit 741f7aab5239e6fa6ae48e1a5351216dfcfc4177
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:08:38 2021 +0000
Update apps.json
commit 247ed9faa2e8b8463374fea05d4bb04ddda2cfc1
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:07:39 2021 +0000
Create ChangeLog
commit d878d46d4ccc5128643034c535cff69984ab7853
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:05:57 2021 +0000
Update app.js
commit c720fc314b516e1007452ad18ce51bc4fefefec1
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:03:21 2021 +0100
New alarm icon
commit 75fbd6882d1368c73db1b96fac79f4202d6a5e53
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:37:48 2021 +0100
Added icon for alarm
commit eb20f15537d8b6be7226b2ae49fc6e6dd0474124
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:33:42 2021 +0100
Compeletely new design with icons for GPS, HRM and Compass. All Icons are open source and mentioned in the Readme.md file.
commit 46383d4d5547bca38a2a07ea01d67afa0166bedc
Author: Richard de Boer <git@tubul.net>
Date: Mon Nov 22 13:18:01 2021 +0100
gbmusic: fix "previous" button image
commit 1bf5132a5caf41398125e0c7f2bad72ffa300df2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:07:49 2021 -0800
Update custom.html
commit 618c5b7a10ebe610205ab463c395f65948e5a763
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:02:29 2021 -0800
Update custom.html
commit adfeb5e535564f8851fcdc080e2fa10d9acced9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:00:21 2021 -0800
Update custom.html
commit f950fd2ee88486e3355efd30823d50de799e8418
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:57:52 2021 -0800
Update custom.html
commit 3ee0e9bae6ee137c6e36672c9aa6a20d1c072caf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:49:48 2021 -0800
Update apps.json
commit 387bd30236b5d765b396eba24ad43120ceb6c384
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:48:14 2021 -0800
Rename ChangeLog.md to ChangeLog
commit 6e07f282b8918ac3b8f333c7c4156980a44ff1d6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:41:26 2021 -0800
Add files via upload
commit fea37b4992e65a5ca54648f88281ce2623f6a55f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:40 2021 -0800
Update apps.json
commit 939d8f6a9ae71b49c13f7dbf1455bb2fec60462a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:21 2021 -0800
Add files via upload
commit 854ae5361d1b2400f6b6d1b2c2239f46d1e16bc9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:34:28 2021 -0800
Update README.md
commit 426768eb11e34ea7a04010e6fe7da1a5a5187f40
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:32:14 2021 -0800
Update custom.html
commit bf994d9acc8b79ebda1e47dc5ebc5158210d6205
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:24:29 2021 -0800
Update apps.json
commit 7c74c5d43f9f66b6374cabd4e247d1560e5f29a1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:15:40 2021 -0800
Update apps.json
commit 8981aa3f614c388c74d73ccd25e16f5e6eabde9f
Merge: e878e547 100384f2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:12:19 2021 -0800
Merge branch 'espruino:master' into master
commit e878e5478713b0b3cae0bb86e28f998cbfeb9b10
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:11:43 2021 -0800
merge
commit 3bde4d2e48711186ae26036baea8f880c2aac7c4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 16:12:16 2021 -0800
Update custom.html
commit 5f3c93df8cc8b73c432ea31b15e84e4b106256de
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:37:41 2021 -0800
Update custom.html
commit 26bd9e35be993aae4deece775ac85f53f877b122
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:35:47 2021 -0800
Update custom.html
commit 8f2cc6e2137cf29e03435123e96d9c6c550864d1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:34:09 2021 -0800
Update custom.html
commit 66f061112301898b011412e91982dbefc7cc2d1e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:32:48 2021 -0800
Update custom.html
commit 87a9504912b8753dc63700207ee89acacbb34726
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:30:44 2021 -0800
Update custom.html
commit 626498da9d296fecf6776b836def4eda87027d85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:24:01 2021 -0800
Update custom.html
commit 3472ca355a1a71d3fa3f464ece2b81dce7f4eeaa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:21:57 2021 -0800
Update custom.html
commit 529b0cb4637652dfc0a3ba6688b863b5f47437ca
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:19:53 2021 -0800
Update custom.html
commit e77d9980023f041a87743ac1fd3c48a3f0652a8e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:18:21 2021 -0800
Update custom.html
update
commit a712c37c7652f7bc46c4d7761df93b3d28e17229
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:17:58 2021 -0800
Update custom.html
commit 4d9d6abb9ef466e4058510efe9eec295f60127e9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:14:02 2021 -0800
Update custom.html
commit f35b24844810a90f08f731cc9e63535be217e4cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:09:44 2021 -0800
Update custom.html
commit d0336b2854d7e0892c440ef8c5f83bcbe1374a9b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:06:56 2021 -0800
Update custom.html
commit 640c8e491e489e9ea88282cf0bfe14004838b3db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:03:42 2021 -0800
Update custom.html
commit 604153cb2408399ce1420b43ef87f41c09d3daa6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:01:45 2021 -0800
Update custom.html
commit 0f8f1e38e85a8c1c49057f4b891209bdfad67aef
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:44 2021 -0800
Update custom.html
commit 7f7dcb0bcf89b1d66f60481efaa09f5956ee4ecc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:22 2021 -0800
Update custom.html
commit d42fe03dc8fcbc0f68857dd9f887c8cc4eff1c06
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:55:08 2021 -0800
Update custom.html
commit 98f172fad442e89f53c45ac47f2388a08049855a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:53:01 2021 -0800
Update custom.html
commit daf8dde32bc81b8f04402c4728eac41784751cd5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:49:25 2021 -0800
Update custom.html
commit 408bd24080a2f7dcf1e6d0c33dab65da4dff82cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:48:38 2021 -0800
Update custom.html
commit 68db21acbb837b12d84d9930d451d2ba90e251dd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:44:30 2021 -0800
Update custom.html
commit 45feb1b2ffb17b8835c505bc4a4f825ddc17bf4f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:42 2021 -0800
Update custom.html
commit 3bc5fd87b61cbb9b867009d933342fe627da982d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:12 2021 -0800
Update custom.html
commit c3eede9868ee342bc4248e71a874c2e6b332dcdd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:37:42 2021 -0800
Update custom.html
commit 8426356c01a23ae769c79f726b95ea64f4428574
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:35:55 2021 -0800
Update custom.html
commit 93f09c216a1eb9aa876c88a1f806ccb709e971b7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:39 2021 -0800
Update apps.json
commit cb748a251dbd11e87615d82081522953607b3a27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:20 2021 -0800
Update custom.html
commit a994ed66301040f60d5f99b672a6081152a20d6c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:53:38 2021 -0800
Update custom.html
commit b76bb48973dbabfaf56bdec4aee44a483f94d129
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:50:08 2021 -0800
Update custom.html
commit f99ce683e9ce42431321fc711e061955bc0220fb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:46:32 2021 -0800
Update custom.html
commit ddfdd94ff845d3d8560158cde184a9a19a3d2142
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:42:51 2021 -0800
Update custom.html
commit 52675f7eff140426532f81da9c84c5d7803d0cda
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:48:03 2021 -0800
Update custom.html
commit d4911034145e3d98b99d649be55c75671e2f5c5c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:44:23 2021 -0800
Update custom.html
commit 71ff5959aec6a5f8302bda513d2c1371bbed0743
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:58 2021 -0800
Update custom.html
commit daba705b37b9952cba2910c3c0bed23e58aaf2fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:16 2021 -0800
Update custom.html
commit 19cb5fc749abeefe378205531d18b97562ddfc47
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:39:15 2021 -0800
Update apps.json
commit 6c20945898b84a02d6b440923a5afd994c7d97aa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:37:41 2021 -0800
Update custom.html
commit ff519bdc0d9bca530284d98cad9fd023ad37d50d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:15:29 2021 -0800
Update custom.html
commit 34843d703aae0b6a33be352ad0f8408d8d17d07b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:11:54 2021 -0800
Update custom.html
commit 4da82197f32b280e4192d5bc9a5ba174fbad4ace
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:01:20 2021 -0800
Update custom.html
commit a9c5a32bc1359d8288f4fd6b6da50eaf40910c9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:56:54 2021 -0800
Update custom.html
commit 352fea34791ccf06450a516ab2a2daf22353c641
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:53:38 2021 -0800
Update apps.json
commit ab6f56c381a54e4ab3466625a9eb794eef5dd2a0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:52:34 2021 -0800
Update custom.html
commit a65742ce346039ef901e70157620aabd95bbca35
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:48:25 2021 -0800
Update apps.json
commit a1a387dd600f7e5c3879d74cd5a516d7566fb7bb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:47:52 2021 -0800
Update custom.html
commit 180e88e0e44dc3ca09291a7d37b6fa4df637fa78
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:50 2021 -0800
Update custom.html
commit 0099736b8c64e8f1afefd4d52b526151e3ac700a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:14 2021 -0800
Update apps.json
commit 1fdf4e954e23fe0514b8d795224c2edafd5941c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:43 2021 -0800
Update apps.json
commit faa5b6b21aa8b7062dc62499e8361b8233cf9408
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:10 2021 -0800
Update custom.html
commit d617803c13ec381f35a9d30f99a267dca02c9cf1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:44 2021 -0800
Update apps.json
commit dc669254bcccad425153d209d6dcdf002f64a30d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:10 2021 -0800
Update custom.html
commit 303247fb4e66802ed7f5c2ee404ce0a28221ec2d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:25:00 2021 -0800
Update custom.html
commit d836cbd2ba256adfffa55f1d12fda02ae8ac760c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:15:16 2021 -0800
Update custom.html
commit e206bd4e1cad4aab266fd376fa525500941878a8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:08:00 2021 -0800
Update custom.html
commit 1a6c1acce50fe2fe2e49bfc26b3ac98c1db5aa13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:04:06 2021 -0800
Update custom.html
commit aa20fac50ed19adfb9248fd9cda1ebb7c31f95b1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:02:52 2021 -0800
Update apps.json
commit 5625414e90c78677040420f342f29e96f088469b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:34:30 2021 -0800
Update apps.json
commit ebc2d8096144e6150920efc4b63e8f1e3f52eb00
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:33:27 2021 -0800
Update custom.html
commit 6c43de3766433c1f9fa1d01fd24cbfe0839e19c0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:21:11 2021 -0800
Update apps.json
commit 37da3c68aeeb5fec1ef3d8965fa3d8170074d791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:19:46 2021 -0800
Update custom.html
commit 92707b9d13ed269a41684ce45111376694cb6e58
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:12:50 2021 -0800
Update ChangeLog.md
commit d3ca682cff08be0bb2a64ab057f6efdf36b4e094
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:09:56 2021 -0800
Update apps.json
commit dfd9e59993944f6323120f8af660d880c63c6793
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:08:52 2021 -0800
Update custom.html
commit 5d24a09ffa2d9cad10a5fae3c7b4d5fafc944aa9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:04:41 2021 -0800
Update apps.json
commit e965bd7d962108a2944824eb6579fce435876966
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:43 2021 -0800
Update custom.html
commit 345d9c155135fc4d0a2b8d00b3528b363a584ced
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:12 2021 -0800
Delete schoolCalendar.js
commit dc9db8a4767d4c16d92645131d977263e2468521
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:58 2021 -0800
Update schoolCalendar.js
commit 58df0a5ca26684b4da84929c8c388ca5c37acabd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:03 2021 -0800
Update apps.json
commit 65ad4979e8d58b51f11f3bcc86f31ab303a5d7b6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:27:10 2021 -0800
Update custom.html
commit 9c07800c5ef948a1b9b2071e7bdfe46809fefa1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:07:38 2021 -0800
Update custom.html
commit b108bc45fb8bfa266e4d4ad3e66a9f65cec96c92
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:58:24 2021 -0800
Update custom.html
commit d871855f8e217b27ea73ed28b389bbc8aea59d62
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:55:58 2021 -0800
Update apps.json
commit 99112920b287568db32c5e43b47cfc2ee0cf71a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:47:34 2021 -0800
Update apps.json
commit 37f4329ec57bc4a96a1b2a0847406f6a05cad520
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:49 2021 -0800
Update apps.json
commit ba2aee642bf90307757bb85fda6aa0db01bed5e5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:06 2021 -0800
Update custom.html
commit 98048dc23cb1caf3aafbf1d1ecfa461ba5943925
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:37:23 2021 -0800
Update apps.json
commit 1a53e8d34af89f0e6c889653961350a898deea81
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:33:43 2021 -0800
Update custom.html
commit 993bb7298c8fbc9348e6668b70a555c51dc54a09
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:31:41 2021 -0800
Rename interface.html to custom.html
commit 3a3962bfdc0365e75f8804b61293ec91084f6698
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:30:12 2021 -0800
Rename custom.html to interface.html
commit c8ad92a3dcb7b8a0df83f2e720b6730dd785e829
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:20:33 2021 -0800
Update apps.json
commit ae85c1cee709457b10233205c057f946ea15fe83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:14:33 2021 -0800
Update custom.html
commit c1b467ba8e96f58b27eb3b9b2dc2b859fa89e227
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:14:50 2021 +0000
Update app.js
commit 438537ace2358f5b798bdfde92ebf78db81abc49
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:10:03 2021 +0000
Update app.js
commit e6d736860d7d7511f08474a4d8f6446ebe97e634
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:57:57 2021 +0000
Update app.js
commit e1add5e2b2a068873d0102324d61f9ff5532924d
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:45:02 2021 +0000
Update app.js
commit 09be008dfaf764b542a80f4dbbde6ab26314713e
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:39:48 2021 +0000
Update app.js
commit 9f26994f5c66a5ee88a702c7a73d8bcc0c8236c3
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:33:47 2021 +0000
Update app.js
commit 0cf4c5d70a97480185296b32137fcdc179fddcc4
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:10:31 2021 +0000
Update app.js
commit cfdb94439526722ca757b8ee748d298f6a76d9e7
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:32:34 2021 +0000
Update app.js
Add Media controls
commit e3cd8f5607f912002d3ec0adf833834058a492cb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:16:37 2021 +0000
Update app.js
Removed extra unneeded code
commit ceed8a123836f5da6fb8c5d6741e2224a3e4a0af
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 15:05:28 2021 +0000
Update app.js
commit 721a3f2608ee0012767cfacd5c69aa91a7bba5f6
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:39:30 2021 +0000
Update app.js
commit a16bfe4d7350b34c694050448f2aefc990d19dcb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:32:57 2021 +0000
Update app.js
commit e72bf84a7a05c4208e8c1d5f60815a9f57ca11c4
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 21:29:57 2021 +0100
use dark theme for metronome
commit 071a7a7e683a649b9f75fdc92b9f56804cd0af87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 20:46:18 2021 +0100
add support for Bangle.js 2
commit 7a7175fa483e4e9fcd5912d83e9519274d67b4f0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Nov 4 16:00:41 2021 -0700
Update custom.html
commit e2928498690565ba7d0454aaa4265bc8adfda712
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:32 2021 -0700
Rename interface.html to custom.html
commit cd7579269efe8d54a5a5680b8126ea38f9ce54be
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:04 2021 -0700
Update apps.json
commit df7f9cc530194025708b712565a410aed1d73e95
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:20:09 2021 -0700
Update interface.html
commit ada94b11cfbebfeaa010cee1b39d0f92591d4e13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:06:50 2021 -0700
Update interface.html
commit 08fc58deb57847cca7d81bf84a54df16ce97528f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:20:57 2021 -0700
Update interface.html
commit 04b9e74a4d2cd84dd9b64b0ba6fba1167fc400e7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:10:58 2021 -0700
Update interface.html
commit be7af68455ff4b5034c0baab9d8c138b9b024707
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:08:24 2021 -0700
Update interface.html
commit aaee5f3c0610de7a48bdda7fe9c6064dff97780e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 19:13:08 2021 -0700
Update interface.html
commit 73819933eeb57f32935e6ad93a146bdbee6d8be6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:52:09 2021 -0700
Update schoolCalendar.js
commit fa5cbd71c618a2053ec3217048c74a723c46f03f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:49:22 2021 -0700
Update README.md
commit fa392008d1e30a6df05245eac969badf4188fb74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:45:24 2021 -0700
Update README.md
commit c280e41560a3812ee83ca461e098bc35b80ef439
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:42:39 2021 -0700
Update README.md
commit 6b84a8eb3007cca6abd31cc1d3d0552cc79cb492
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:26 2021 -0700
Update schoolCalendar.js
commit 5bbfb1109910856575cc348012dbc44d489a8005
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:11 2021 -0700
Update interface.html
update interface
commit 6660dad4c01c66c20670cfd415b6ad063d9b5b74
Merge: 8c003cf6 1e0f6cd6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 07:35:54 2021 -0700
Merge branch 'espruino:master' into master
commit 8c003cf6ffb5a8b3437897a1e57a6a020b5e02a4
Merge: 5c11881f f1ce196a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 15 07:33:21 2021 -0700
Merge branch 'espruino:master' into master
commit 5c11881f752edbdef3031f0a48109a196eced80a
Merge: 8c149dbe be34e2b0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 14 17:14:45 2021 -0700
Merge branch 'espruino:master' into master
commit 8c149dbea1cfd34e815b64ca354840b811a82222
Merge: 7888cc6c 300ed35b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Oct 13 07:46:16 2021 -0700
Merge branch 'espruino:master' into master
commit 7888cc6ce0bbabf99c7dd39f002810d262af07fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:59 2021 -0700
Create README.md
commit 36a52b8b001a4515d715950db56e411a6c4842b2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:52 2021 -0700
Update README.md
commit 4f5558c41e75f6e91a34842f7b42fa85970dce5e
Merge: 5db16d19 68cc9fbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 16:43:12 2021 -0700
Merge branch 'espruino:master' into master
commit 5db16d190b1439293d9f0af16d37fea29db8830c
Merge: e7995505 54d98db6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 07:03:23 2021 -0700
Merge branch 'espruino:master' into master
commit e799550544e55ef94ef48f905283625e50f73e97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:57 2021 -0700
Update schoolCalendar.js
commit 89f82a50436d4eab82574d310077d19154a8ab59
Merge: 7107d510 f3712e66
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:38 2021 -0700
Merge branch 'espruino:master' into master
commit 7107d510a5301f50ca5dc1bf9d4463ad99a33af8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 20:06:28 2021 -0700
Update schoolCalendar.js
commit a61879753285b4469772f51474c29fe86a5aa942
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 19:55:30 2021 -0700
Update schoolCalendar.js
commit 3c9e46c2160f4ff58708afc0d08ce2e5d27df097
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:59:03 2021 -0700
Update apps.json
commit 941bc852c1ab4472dc74a7f84e12e92ab891432e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:53 2021 -0700
Add files via upload
commit 4cbfac212e6999887cfafd37d9c809919a014e27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:26 2021 -0700
Delete apps/schoolCalender directory
commit c7b723f87e5e6fb0858c09ee2910510267d73fd6
Merge: 8d2f4ccc ba08863b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 07:31:25 2021 -0700
Merge branch 'espruino:master' into master
commit 8d2f4ccca761e1695620b072e116b94272850427
Merge: 7846b48c 44aa03e4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 1 07:31:42 2021 -0700
Merge branch 'espruino:master' into master
commit 7846b48cf67ab024970b90948096f9258e1c184c
Merge: 59aa9909 d0fd2f01
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 30 17:22:33 2021 -0700
Merge branch 'espruino:master' into master
commit 59aa99092dac99b9a13bbc2a7153dd2b44a6fb67
Merge: 9061acee 03bbe1d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 29 08:06:54 2021 -0700
Merge branch 'espruino:master' into master
commit 9061acee5db851bd58295785cc7542a7c066b4c8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 17:44:12 2021 -0700
Update interface.html
commit 79bacc45932ce8842cbf12d23c36a41e992b438e
Merge: bb5fcdaa 48bb819b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 07:12:44 2021 -0700
Merge branch 'espruino:master' into master
commit bb5fcdaafc1e344bf2d717c3eb238f763f255215
Merge: 814fbdd6 28bd9e83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 27 16:15:07 2021 -0700
Merge branch 'espruino:master' into master
commit 814fbdd61ef41676d07719b5b1b297fbbc03ec6f
Merge: 83d88a1e f3fd0f25
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 25 08:01:44 2021 -0700
Merge branch 'espruino:master' into master
commit 83d88a1ea191e2e6b669d284d94b4180b9ea54aa
Merge: c9bed74e 71471d37
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 24 19:35:52 2021 -0700
Merge branch 'espruino:master' into master
commit c9bed74ec2e240e2daf26bf9ec9432df91ac18aa
Merge: 1f130c53 16fe8470
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 23 15:21:18 2021 -0700
Merge branch 'espruino:master' into master
commit 1f130c53b46546328260a6b94ad182be5d55ff18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 22 07:25:41 2021 -0700
Update interface.html
commit 3d8ebe82c289156581799134b3c56fd02ade1fad
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:07:20 2021 -0700
Update interface.html
commit 2ca58d2cc436b72beb87d347b8d8c217b461e805
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:02:14 2021 -0700
Update custom.html
commit d8c149073fb6bca8f5f78ba4a031004adeab1a6b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:01:31 2021 -0700
Update apps.json
commit ceab5d46a23f913faf96be90e644458ac5546157
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 20:58:01 2021 -0700
Rename schoolCalender.js to app.js
commit 9b344eb1ecc577e96196d2a3d3fc8962198e90de
Merge: ec453c0e 3b15a7f9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 07:24:54 2021 -0700
Merge branch 'espruino:master' into master
commit ec453c0e100f7fd140305fe8ed4a62d3987e68f1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 19:45:50 2021 -0700
Update README.md
commit a8f7fe72923e1fe38042cb4752dac1429c6be426
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:31:41 2021 -0700
Update interface.html
commit 51c41d5c48a72b7a373e6f979c95bab9fa9ddb7a
Merge: b7a4ecb5 50ec8d97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:25:50 2021 -0700
Merge branch 'espruino:master' into master
commit b7a4ecb57857016c131ba72e101b3a11eb3cb06c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:48:24 2021 -0700
Update interface.html
commit 82320ab073c0b106f5260e26c0fb147d7c8fcd02
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:40:43 2021 -0700
Update interface.html
commit 27d025bf82cc5882dc39110c5c7799f657f2c57d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 14:01:04 2021 -0700
Update interface.html
commit bd92c0e67fce373f11aae3bbcf8f5a4c06f2e161
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:51:31 2021 -0700
Update interface.html
commit f0c596d14f6119bbe52e2f0d3912216785257536
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:40:29 2021 -0700
Update interface.html
commit d6542bac6d666af7c8fe1f67434611e6ccacc6a6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:29:46 2021 -0700
Update interface.html
commit 7a2ee0f7111209afa859761a62f80e93ca71a879
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:15:29 2021 -0700
Update interface.html
commit c65ddbfc522c54da540080a16d171edd42ce592e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:05:32 2021 -0700
Update interface.html
commit 43c684f389d97dd12815edbd93d0750f923f17b3
Merge: ddd1a83c 5f5b5c0d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:45:25 2021 -0700
Merge branch 'espruino-master'
commit 5f5b5c0dc2485f7e454acb9f364d240e3972d955
Merge: ddd1a83c cc2e1bbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:42:47 2021 -0700
Merge branch 'master' of git://github.com/espruino/BangleApps into espruino-master
commit ddd1a83c613a9f21ec8e37ba1151e1ca255a77af
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 18:27:57 2021 -0700
Update interface.html
commit 632c98f8be2ad6e2290e5eb98025559a42a47c34
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 15:13:46 2021 -0700
Update interface.html
commit c252f74e16edc5a1a1fcfe4ce72c9594f12a9624
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 07:31:16 2021 -0700
Update interface.html
commit b9b0a43e99db0c2d13c28bf6d65540925709d866
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:28:35 2021 -0700
Update interface.html
commit afafd449fb06abd3930d0eb40989dc12787c96d9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:22:01 2021 -0700
Update interface.html
commit 45a0d50b011ee50e9b1b4c6ce5a84e1290331b1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:15:25 2021 -0700
Update interface.html
commit eb146fe07bd5d71f49c5e267424d7b8206eee952
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:07:51 2021 -0700
Update interface.html
commit 34baf995e7f5288266b5da08bcac6d76202a92fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:04:33 2021 -0700
Update interface.html
commit 751fbdda43ea542db4887bed7b4d4e2ad7628a23
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:00:47 2021 -0700
Update interface.html
commit bc71f317311509e8f3fd5054e6c3efaa05bc0416
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:47:13 2021 -0700
Update interface.html
commit cfde9e14a87466a8dc7cb92934c3af373f6a43d0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:41:40 2021 -0700
Update interface.html
commit 135165c983beca48190d091e355436100beee41d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:37:52 2021 -0700
Add files via upload
commit d50ba356d68ebeffd028a924450d4a6ad4fddd74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:36:59 2021 -0700
Update apps.json
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit b51c84229798e7c3665f203c13023d9f6e24eb68
Merge: f4e997d4 d1da165e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 12:20:57 2021 +0000
Merge branch 'Combined' into Base
commit d1da165eb44fa50bea67506097768f1138574c8c
Merge: f927549b 2c257605
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:30:56 2021 +0000
Merge pull request #9 from t0m1o1/scaledlauncher
Update apps.json
commit f927549b2c1e88232f4df2c6ef7e160c3a8e0f7b
Merge: 3cfd575d 411118aa
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:16:59 2021 +0000
Merge pull request #8 from t0m1o1/scaledlauncher
Scaledlauncher
commit 3cfd575da46cf38347bbbb4d37645c0bd72833de
Merge: 9a311219 9d1429ca
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:04:17 2021 +0000
Merge pull request #7 from t0m1o1/scaledlauncher
Update settings.js
commit 9a311219b2d3a7d3594ca654c78ae7137a92fb8e
Merge: 43c42711 5b1b752d
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 02:56:33 2021 +0000
Merge pull request #6 from t0m1o1/scaledlauncher
Scaledlauncher
commit 43c4271101a4be6dbc28d7e34534d25242c159ae
Merge: dec967f1 084bba39
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 21:18:16 2021 +0000
Merge pull request #5 from t0m1o1/compass-fix
Compass fix
commit dec967f1ac5900e43099ef9bfef3bfbe84e1f8e4
Merge: 21c48263 dfa40407
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 20:56:22 2021 +0000
Merge pull request #4 from t0m1o1/Swipe-Launcher
Stop the swiping coming up if mode is undefined
commit 21c482639aa1f2d391ebb0508701cff3170b45c4
Merge: dea2ec96 4c9d04de
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:19:27 2021 +0000
Merge pull request #3 from t0m1o1/Swipe-Launcher
Update Swiper Clock Launch
commit dea2ec9693855d735662a4d344682e6105533bf2
Merge: 92d156fb 51766844
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:15:16 2021 +0000
Merge pull request #2 from t0m1o1/master
Master
commit 92d156fb398787a068a2f7ed81a78d90ed04bd70
Merge: 100384f2 7d37a9eb
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:14:13 2021 +0000
Merge pull request #1 from t0m1o1/Swipe-Launcher
Swipe launcher
commit 51766844e6ff346119739114c28b9d638ca57cbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:49:56 2021 +0000
Update apps.json
commit 6fda7a5f33ec6341d51529e680f5d0caa9c9fdbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:37:07 2021 +0000
Update apps.json
commit b7a067234413e2cd9cb531c366371e5d88f6bb21
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:32:09 2021 +0000
Rename hidmsicswipe.app.js to hidmsicswipe.js
commit 97065f1d62d40003eec09a2539d7294fe41bc4e5
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:55 2021 +0000
Delete hidmsicswipe.info
commit 21f184d6c4ad1f977c385d95c3966d95d446bf5c
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:10 2021 +0000
Add files via upload
commit 3917f28ae54db0e86b6429489c19a4180be759e0
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:45 2021 +0000
Delete hidmsicswipe.img
commit a65668300fc45082d6897e19c6efff556853f4d9
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:18 2021 +0000
Delete hid-music.png
commit 5fce838e8ab7d2b297c05a1ae735abcd4ba76d90
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:29:36 2021 +0000
Add files via upload
commit ffa37f2ab3b1fd2b921783e19ffb48673aad1a6e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:22:38 2021 +0000
Create hidmsicswipe-icon.js
commit b656e5973c302a39f7513364c66094132135bfc4
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:59:19 2021 +0000
Create changelog
commit ad943ca5658e4f68c205996c4ad42aa1ebbeb793
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:58:19 2021 +0000
Add files via upload
commit ac433ac7bd6d586e9b1ca11da924d64bd566ade2
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:57:39 2021 +0000
Create hidmsicswipe.info
2021-12-05 17:14:06 +00:00
"version" : "0.04" ,
2021-10-28 13:23:29 +00:00
"description" : "Record GPS position, heart rate and more in the background, then download to your PC." ,
"icon" : "app.png" ,
"tags" : "tool,outdoors,gps,widget" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
"readme" : "README.md" ,
"interface" : "interface.html" ,
"storage" : [
{ "name" : "recorder.app.js" , "url" : "app.js" } ,
{ "name" : "recorder.img" , "url" : "app-icon.js" , "evaluate" : true } ,
{ "name" : "recorder.wid.js" , "url" : "widget.js" } ,
{ "name" : "recorder.settings.js" , "url" : "settings.js" }
] ,
"data" : [ { "name" : "recorder.json" } , { "wildcard" : "recorder.log?.csv" , "storageFile" : true } ]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "gpsnav" ,
2020-04-18 13:44:00 +00:00
"name" : "GPS Navigation" ,
2021-10-20 14:11:04 +00:00
"version" : "0.05" ,
2020-05-17 11:01:52 +00:00
"description" : "Displays GPS Course and Speed, + Directions to waypoint and waypoint recording, now with waypoint editor" ,
2021-10-20 14:11:04 +00:00
"icon" : "icon.png" ,
2020-04-18 13:44:00 +00:00
"tags" : "tool,outdoors,gps" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2020-04-21 19:22:26 +00:00
"readme" : "README.md" ,
2021-10-20 14:11:04 +00:00
"interface" : "waypoints.html" ,
2020-04-18 13:44:00 +00:00
"storage" : [
2020-12-05 10:41:50 +00:00
{ "name" : "gpsnav.app.js" , "url" : "app.min.js" } ,
2020-04-18 13:44:00 +00:00
{ "name" : "gpsnav.img" , "url" : "app-icon.js" , "evaluate" : true }
2021-04-09 08:58:38 +00:00
] ,
2021-10-20 14:11:04 +00:00
"data" : [ { "name" : "waypoints.json" , "url" : "waypoints.json" } ]
2020-02-07 17:16:45 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "heart" ,
2020-03-09 12:24:38 +00:00
"name" : "Heart Rate Recorder" ,
2021-10-21 12:42:46 +00:00
"shortName" : "HRM Record" ,
2021-10-21 11:40:34 +00:00
"version" : "0.07" ,
2020-03-09 12:24:38 +00:00
"description" : "Application that allows you to record your heart rate. Can run in background" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2020-03-09 12:24:38 +00:00
"tags" : "tool,health,widget" ,
2021-10-21 11:40:34 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2021-10-20 14:11:04 +00:00
"interface" : "interface.html" ,
2020-03-09 12:24:38 +00:00
"storage" : [
{ "name" : "heart.app.js" , "url" : "app.js" } ,
{ "name" : "heart.img" , "url" : "app-icon.js" , "evaluate" : true } ,
{ "name" : "heart.wid.js" , "url" : "widget.js" }
2020-04-17 19:45:48 +00:00
] ,
2021-10-20 14:11:04 +00:00
"data" : [ { "name" : "heart.json" } , { "wildcard" : ".heart?" , "storageFile" : true } ]
2020-03-09 12:24:38 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "slevel" ,
2019-10-30 20:34:41 +00:00
"name" : "Spirit Level" ,
Squashed commit of the following:
commit 5ed43a28b5b9d6820ee898f632535747c1e5913d
Merge: 4cf9192c a385c099
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:12:45 2021 +0000
Merge branch 'espruino:master' into Base
commit 4cf9192c4341a85eab1198b8663f48d276704ac3
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:25 2021 +0000
Update core
commit 69a54194a9eb41d0722fc061bec5c900b724e8cf
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:14 2021 +0000
Squashed commit of the following:
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit e040cc4e245a8fb4c55bfeb99cab12c62af5e7b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 15:22:16 2021 +0000
replace tabs!
commit 60c2fa710c4904827bfba868507a9f6d10d524a3
Merge: 38b2e417 f3cb7e9a
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:29:46 2021 +0000
Merge pull request #942 from madman2021/master
Add new TimeCal app
commit 38b2e417bf8e63be394a96ed24b9e3d174d5f45b
Merge: 94bd895b 43b38cc8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:26:43 2021 +0000
Merge pull request #943 from peerdavid/master
[LCARS Clock] Shows icons for charging and out of battery
commit 94bd895bafeb37250b64373692c9cceb3e9ece97
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 12:56:56 2021 +0000
welcome 0.14: Turn off and run later to use softOff to time is set right
plus other minor tweaks
commit 43b38cc8ab5796e25f65ace531be68a6a4134f98
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:40:47 2021 +0100
New screenshot. Updated version.
commit 34c6589f06a1a8ba0f7fe2e126b41d03dff7f45b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:37:07 2021 +0100
Minor improvement
commit c403a5af671cf70b18776fad83126adf66122f0f
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:36:21 2021 +0100
New design. Removed png icon files - only converted icons are needed.
commit 19655ea3279daf32ebfd4453db398915a8229946
Merge: 274b705c b1fb0e6b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:44 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 274b705c1e7313cf646412ec01bf17de9b1dabcf
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:37 2021 +0100
More lcars style
commit f3cb7e9a0b8f0ba3624b639415c9168c240905e8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:53:14 2021 +0000
Remove Icon as it renders massive
commit 1a9f5375557fc232acfe3f42d1198da827db5ab8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:46:03 2021 +0000
Add missing supports tag for TimeCal
commit 3738bde22a0d4cef2bd5c956a1a370e9a145689a
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:43:38 2021 +0000
Add TimeCal to the app library
Add TimeCal to the app library
commit b1fb0e6b7d88f53cff85f6a8d3eb416bebd35e92
Merge: 559e8208 dabc22c2
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 11:10:36 2021 +0100
Merge branch 'espruino:master' into master
commit dabc22c2d725ccddad8b08c0fa0b14af94d38e28
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 09:54:11 2021 +0000
custom code works on bangle2
commit 2e83a511d2032736a63bda38406b4f744a4130f1
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:51:20 2021 +0000
metronome supports bangle 2 now
commit cea51d06d07f09923d590357c33782861c342817
Merge: cd1daba0 4eee3f05
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:50:24 2021 +0000
Merge pull request #938 from bengwalker/master
Add Bangle.js 2 support for metronome app
commit cd1daba0c55e99f5a477407f47b932d050c0b6f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:46:13 2021 +0000
0.25: Fix issue where if Bangle.js 2 got a GPS fix but no reported time, errors could be caused by the widget (fix #935)
commit c03ab08687bbc7ed893ed2ef8c3be21f1e61e74f
Merge: 1750c72e f10bf240
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:40:53 2021 +0000
Merge pull request #939 from Ronin0000/master
Add Screenshots to Many Apps
commit 1750c72e94eab6ee22650d993ea31efa17e79c46
Merge: 5eeb1181 1def233d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:38:06 2021 +0000
Merge pull request #936 from Vingelar/master
Binwatch: re-format background images
commit 559e82088077ba79675c0012c921eae3ef32b16d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:14:04 2021 +0100
Minor design change
commit d24b8c80da7afd75a6f121a22e3694252aa3c57a
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:12:25 2021 +0100
Minor design chnges
commit f10bf24018add2df61a5fc422aee941b07c70082
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 17:04:07 2021 -0800
Update apps.json
commit c66b0982368a5e1ee74da598945df12d88cba679
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:53:48 2021 -0800
Update apps.json
commit 638fea73c791b4f11b6119c02ca2090c31b6bc83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:24:10 2021 -0800
Add files via upload
commit 4e79c896c65b2edc7dfcb7b4b2eb6ae1c96f60ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:23:33 2021 -0800
Add files via upload
commit 33809d8cdfa7ea3f02941c820b4836f20a9eb869
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:58 2021 -0800
Add files via upload
commit 6cb83284a7e7b9d2f8935835702e713f0f9b7b51
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:45 2021 -0800
Add files via upload
commit 7e521d0d29262227a32244d2929eb99fcb36fb98
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:17 2021 -0800
Add files via upload
commit 9985ff03f20469897ceb3dd1acb4f90ac850ebb8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:00 2021 -0800
Add files via upload
commit 6f437c39866562e05d8821bdb5150cd553f3a6cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:21:15 2021 -0800
Add files via upload
commit ffe218a0046d65464e96cdc59d1c10fbb708b791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:56 2021 -0800
Add files via upload
commit 9400133dd49762a7bfcff38e5a6249cbfd5753f7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:39 2021 -0800
Add files via upload
commit 76463d927940f590ed45cc51558723375217a34a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:37 2021 -0800
Add files via upload
commit 4011accb47eb53954acc3e27cce5b6f6cb025c57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:19 2021 -0800
Add files via upload
commit bc5960d61a40c08566a8e1977fa53c6528f04a85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:07 2021 -0800
Add files via upload
commit da5634beda72243f5ee6e4fc0e376c6c5f9c6ccc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:51 2021 -0800
Add files via upload
commit b9c4640f853d4992e57cd5d6b2e3f4d75db32d1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:25 2021 -0800
Add files via upload
commit d27a605a24cc06903084b6a796c9c93b7724150f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:07 2021 -0800
Add files via upload
commit 52baa42e69b1a7a8ef6bc2cae548298af4dcbf7c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:48 2021 -0800
Add files via upload
commit db3b6a58e49a3d5ce9b528011f3e0607474e4fa8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:16 2021 -0800
Add files via upload
commit f0de0d8a9d542fd960f13b36a2bb2a3548f06033
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:52 2021 -0800
Add files via upload
commit 6d4cb98ba83d0ab62406c00ed9fa8dcd139d2f8c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:34 2021 -0800
Add files via upload
commit 5f434d9d327fff8cebf41a45cf73ea9c96cb42db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:23 2021 -0800
Add files via upload
commit 6e72349f05e3773b0ae60217df8b6f266447f1ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:37 2021 -0800
Add files via upload
commit 03e4d0d7c01cdc214526891933f3c155f63ff2b5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:21 2021 -0800
Add files via upload
commit ead12a1c11e3937637e8af8b1d54218e0138e908
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:54 2021 -0800
Add files via upload
commit a1ed32c91380e03146dc4003a3ee6e400d0dd35f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:30 2021 -0800
Add files via upload
commit fae08d7a739b1a28faacb0105d5ad417171dddcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:57 2021 -0800
Add files via upload
commit b889e431edf72d64867c576135bc1470c4590db2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:32 2021 -0800
Add files via upload
commit f177480160184722b935623ebed05ad630a5a6a2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:02 2021 -0800
Add files via upload
commit a2fe8c3722f56c59957642cad2bb0a6454dc6f5b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:11:42 2021 -0800
Add files via upload
commit c1cdf15bf5413167692e9c7bd4f5fee31fe4d4c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:49 2021 -0800
Add files via upload
commit fb1c5529f037cc701e30d9da036a54236ea1ba1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:11 2021 -0800
Add files via upload
commit 530089e0830473574b38c172a964f9cfb49436a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:35 2021 -0800
Add files via upload
commit 3556e668560587c074ad435b977283e19367f69e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:12 2021 -0800
Add files via upload
commit e1e32772e4dd1943af6ed37407425998b0819e48
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:56 2021 -0800
Add files via upload
commit 8084bb92b7cfb12740129c57e1bb5c05ce13994c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:37 2021 -0800
Add files via upload
commit 2c997d2964d4ade4ba0aa5ef89a1b646c15a9751
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:18 2021 -0800
Add files via upload
commit 747626b66c880293481bd0a97cda8e32e0239d04
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:07:24 2021 -0800
Add files via upload
commit ed36fae0ac6def24ca20ab6229affbcf7502582e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:59 2021 -0800
Add files via upload
commit e8baad3c3775e26f8a88457ff8f361a18572e484
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:33 2021 -0800
Add files via upload
commit 1efcebe84aa2b2b00d6920a84d4e486b834c1083
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:16 2021 -0800
Add files via upload
commit 082d3d1e95e9bb98e10bb1679ae0dfba11bf44e0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:05:21 2021 -0800
Add files via upload
commit b10f62a6c55dd89bb15a97430b74269486a72807
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:58 2021 -0800
Add files via upload
commit 24b41c2c6fe40d18ffd9dfc0404f215cc9b847ff
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:42 2021 -0800
Add files via upload
commit 19a2ef1a44c78fe9b1922574f0a1eda20f2fbd43
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:01 2021 -0800
Add files via upload
commit 7089d6e74c438d3577ebf03857b0c1b6f73aaa2a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:03:38 2021 -0800
Add files via upload
commit 431824f828f0ea900c9d206e492cc7a6d1830f2e
Merge: 15aa41c7 5eeb1181
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 15:15:57 2021 -0800
Merge branch 'espruino:master' into master
commit 5eeb1181d049f1580f75657b9a9ac664041b26b9
Merge: 546a0b16 6b05d928
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:29:18 2021 +0000
Merge pull request #937 from rigrig/barclock-b2
Barclock works fine on the Bangle.js 2 :-)
commit 15aa41c766b2a25c7a83a1a6744706a7b2852aa3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:23:03 2021 -0800
Add files via upload
commit 6a93494e3fe516ccbc7755027f613bd9bd529021
Merge: 12443640 546a0b16
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:22:27 2021 -0800
Merge branch 'espruino:master' into master
commit 546a0b16cc32841b38a0d39b07ec6d18f58d21c5
Merge: cb6e14f6 18fbd289
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:55 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit cb6e14f6c12816224bbc3dc127e9817d0df7ae78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:37 2021 +0000
messages, start of call handling and message responses, fix for scroll issue when only 2 menu items
commit 12443640c95efbe9f25ed0ffe73280c84d90cd13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:54:22 2021 -0800
Update apps.json
commit 9bdc07f8617e457439522d5b4c84a65d1eba4ed9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:47:36 2021 -0800
Update apps.json
commit 4eee3f05e92e26aa5c70c1d2cefcc97ff4935b0d
Merge: aafc93f0 18fbd289
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:46:32 2021 +0100
Merge branch 'master' into master
commit 298fa47cd87e37b19cd142f47867843e24d08b57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:42:50 2021 -0800
Update apps.json
commit 52c07f6dc80e8eabd017fc324332c0594c173399
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:40:42 2021 -0800
Update apps.json
commit fe340d75bbb6c7814241becacddaca50435c5fe3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:39:31 2021 -0800
Update apps.json
commit aafc93f09a818f5bb6e4b6988246e4f8d049df87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:35:35 2021 +0100
Update README.md
update README
commit bd80ea5ca03b2e9d5f2eb562adc7305b3952d2e5
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:31:33 2021 +0100
Update metronome.js
print instructuions for banglejs2
commit 51afd5ef049c67f331931ee18b53e9d4e835342a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:29:27 2021 -0800
Add files via upload
commit ff62b603a27d6acea382af80496b6a35787a73ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:51 2021 -0800
Add files via upload
commit ffbd331c1376c5f393dafe62eaa62a9991949a3e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:29 2021 -0800
Add files via upload
commit 93c113a95a21dccfde6bb171d15b0f93e6d0f58a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:25 2021 -0800
Add files via upload
commit b2be26fccedfa52f00f275db8050c0c3e532859b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:07 2021 -0800
Add files via upload
commit 899e78539c3bb0e41e4d56aa854c4806715ccce0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:26:06 2021 -0800
Add files via upload
commit 50a88d41cd63e51a876e4fca58fe13c5af2088fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:35 2021 -0800
Add files via upload
commit b1d636bac2148007dd72becff0daddf24b80f0a4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:10 2021 -0800
Add files via upload
commit 6b05d928751b49d4910ddd3a6867e2d4cad6c93f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 19:42:12 2021 +0100
barclock: Fix time/date disappearing after fullscreen notification
By forcing a complete redraw at lcdPower-on
commit 32e3d326aa143eed99d26c81c9fbf870730591f4
Author: Richard de Boer <git@tubul.net>
Date: Sat Nov 20 17:13:36 2021 +0100
barclock works fine on the Bangle.js 2 :-)
commit 1def233de2434d272c6f712c9c213b7caff3ae92
Author: Vingelar <Vingelar@mantisse.de>
Date: Tue Nov 23 19:09:16 2021 +0100
changed format of bg images to binary raw format (export from emulator
commit e021aa2c9d5c44f9130e4bf67cb4b066d02cbd6d
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:59:49 2021 +0100
Update app.js
binwatch: adapted names of bg images
commit 3dd723d10bd3195257205a48dc79872668bd53cb
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:58:48 2021 +0100
Update apps.json
binwatch: shorten names of background images
commit 275402344ee927a51d0c100d4387c739d7a49968
Merge: cf027b37 18fbd289
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:36:45 2021 +0100
Merge branch 'espruino:master' into master
commit 18fbd2898da9fc2bfb16d0adf9cf2b97f5ce0f3d
Merge: 5be6981a df364bab
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:34:15 2021 +0000
Merge pull request #933 from peerdavid/master
[LCARS Clock] Added lcars icon to watch face.
commit cf027b3783cbbf8deca98fb3e1ee1922557686bf
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:34:13 2021 +0100
Update app.js
changed names of background images
commit 5be6981acdf3935b936bb85caf37780537518b66
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:31:42 2021 +0000
oops - named stub wrong
commit d328d94d34ea86dd99f958098c7f0a000b1e395f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:30:20 2021 +0100
Add files via upload
added background files exported from Emulator
commit c36fb16a684085c2eb6ada2c50021d3776f5e215
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:54 2021 +0100
Delete Background240_center.js
removed background240_center.js (wrong format)
commit 4719fada2843f1c8d6ae36d8d59d0fb95318d9b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:28:34 2021 +0000
Android Remove messages on disconnect, Fix music control (ref #909)
commit f431bd8a2c823e877ee6e78576aa4f39a0b5701f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:25 2021 +0100
Delete Background176_center.js
remove backgounrd176_center.js (wrong format)
commit 1b548c9bbb5a10769498b4ad1be04397fb889bce
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:27:33 2021 +0100
Update apps.json
adapted naming for image files
commit df364babab19550f75a01d707f0684d8547e8664
Merge: d28517b2 a1eeadfc
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 17:16:00 2021 +0100
Merge branch 'espruino:master' into master
commit d28517b2a5b5e7eaa6a8d9832d9352062addb3ee
Merge: cd93a201 465c93d8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:18 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit cd93a201f846e2c51a1ff9cc447dbbbdc2c5e2cc
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:15 2021 +0100
Moved logo
commit dd2bb22f076abff1aac2f32734b50fdcc5423861
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:08:57 2021 +0100
Update apps.json
use .js files as background images
commit 03c5f996f4998ebc1e6bfea7e77d3a61743c0c69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:07:21 2021 +0100
Add files via upload
added background files as js
commit 7d81bfe2bbdf5095ac7550247eddbe6827cec4c0
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:53:40 2021 +0100
Update apps.json
added missing "url" to background storage
commit 51b73894e461af6312b6fca28e0b5888e9f98da6
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:51:40 2021 +0100
Update app.js
use background images from storage
commit dab36d05a77563e9a839f38807bfd7cfe09a1f69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:48:50 2021 +0100
Update apps.json
added background images to stroage
commit 31f28093411e4f501dd49f98359af43e71e8b27e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:44:49 2021 +0000
Fix https://github.com/espruino/BangleApps/issues/927 - App loader offers to update unknown apps
commit a1eeadfc224a976e3fca6a00ca47d1c1389fa70f
Merge: 68429483 0a695e51
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:40:09 2021 +0000
Merge pull request #934 from Ronin0000/master
Fix School Calendar Bug
commit 0a695e5143fbff3935e80b9df85720f065b1e185
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:09:14 2021 -0800
Update custom.html
fix bug that was for testing
commit cfecc24f42d257d565f21571a50b825cffb2f1c3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:05:47 2021 -0800
Delete boot.js
commit 684294830d75459982845920cb30815236dc0917
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 13:57:46 2021 +0000
app manager works in bjs2
commit 465c93d830300054722f10f483a9023c6ec315e7
Merge: d20f5e59 3ba779ee
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 14:53:47 2021 +0100
Merge branch 'espruino:master' into master
commit d20f5e597e72d8392af3e9b745a4dfab36e8797f
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:53:27 2021 +0100
Updated screenshot
commit a283cf58fb90b1852d8e414fb01010632a65ba46
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:51:55 2021 +0100
Included lcars logo
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 3ba779ee5826a60f127ed12f0eeaa2a848f53b4c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:48:34 2021 +0000
Fix bangleapps after recent PRs
commit aaf06b113c72e1487651d30602ba79c95a41d6ff
Merge: a0351381 06a6b72d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:42:26 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 9600f16671ab5a9fc772a959a7110622baa5e606
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:19:48 2021 +0100
Updated changelog
commit 98577b626960bd971af483ef709655dfe0ac1f00
Merge: 1ccabca0 d3cd47f9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:52 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 1ccabca0c6f1cf79c1b5d6a56749ab752a4d1850
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:50 2021 +0100
No hrm icon - its shown too much.
commit d3cd47f95704e7c508e1e311d3224826f3fd73ce
Merge: 2e18795c 06a6b72d
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 11:12:43 2021 +0100
Merge branch 'espruino:master' into master
commit 2e18795c5780148c6f52d50cd69849b5893b1cdb
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:11:33 2021 +0100
Fixed string
commit 36edd449c5398147536d20c2b4f11040cb3105b9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:10:33 2021 +0100
Minor change
commit 06a6b72d42fc55a224bb5d133640670c21d6cae0
Merge: a39d4102 be083113
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:03:45 2021 +0000
Merge pull request #925 from Ronin0000/master
Add School Calendar
commit a39d4102963fc1593e1f2f8ea3f4372a3da4da6f
Merge: ab2cb243 930cfa13
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:02:41 2021 +0000
Merge pull request #928 from peerdavid/master
[LCARS Clock] Icons for different states such as GPS or HRM.
commit 5c3b0468d4ce9a51249f6f098c3e6ba84ba1cf41
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:59:26 2021 +0100
Update apps.json
corrected format
commit 336501059da7bceddba9e300c5b6d5bd1aba6a3a
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:56:25 2021 +0100
Update apps.json
removed background image
commit 3f4c49a8aef6ba79419f00d86fc4f02435b72e21
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:55:07 2021 +0100
Update app.js
integrated BG image into app
commit ff3223e1b906957811cad815df88ad495e70a95f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:51:02 2021 +0100
Update app.js
added "require" for bg image
commit ab2cb243857e50e7bb80ee163e4bc153302446a7
Merge: adadf7ef 162dc1f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:51:01 2021 +0000
Merge pull request #929 from weeurey/master
Update app
commit adadf7efd39b01466cfd348e13c5a02deaa6bf4d
Merge: b7f403e7 0f9d938f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:26 2021 +0000
Merge pull request #931 from reelyactive/master
emojuino@0.02
commit b7f403e79bf5fae387c5f6d0522f49ce917362a6
Merge: f4e997d4 46383d4d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:12 2021 +0000
Merge pull request #930 from rigrig/gbmusic-fix
gbmusic: fix "previous" button image
commit a03513812956c629f003824b46bb6763734eead8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:44:24 2021 +0000
fix download icon on android
commit b128f5c15569de9e2be0717f270cfd90e006d5ab
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:38:02 2021 +0100
Update apps.json
added background image to upload
commit 930cfa13315046c621a5444632f7b12bbd956fae
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 09:43:24 2021 +0100
New HRM Icon
commit 7f3f7b9eee3c23c922645274dd8d7947def8158d
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:26:37 2021 +0100
Currently, no confidence > 80 is reached...
commit 1fb861b82c4cc75b94dc6875280fbd411390bc71
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:25:11 2021 +0100
HRM confidence of 80 to display
commit 7d95221e166770be91bf76374f926fe996356009
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:24:15 2021 +0100
Minor change
commit 6d8d98fb03e7bed42c3feeee771ddfcd78b60ea8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:21:41 2021 +0100
Show HRM
commit a0cc4c633e0e6853a0f170a5358b7e1f11e310af
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:10:00 2021 +0100
Minor changes
commit be083113316ec7ba07d780b6593cb9adfd748298
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 19:11:40 2021 -0800
Update custom.html
commit 0664a44c454107d4e3ff039d12baffea3e90cf5f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:52:43 2021 -0800
Update apps.json
commit b032ca0fc1936e650a459f766799e197daf2a4dd
Merge: 7fd37f7e f1f063fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:27 2021 -0800
Merge branch 'espruino-master'
commit f1f063fd1adb553c548a3aa54156bce00b4ca48d
Merge: 7fd37f7e f4e997d4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:09 2021 -0800
merge3
commit 0f9d938fa6970df18fbe99f3c707b94aa26d15c1
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:23:17 2021 -0500
Version bump
commit 5a01047cd0b30e4b7b253d784bd0b5755fc0c2e2
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:21:29 2021 -0500
Added screenshots
commit ae55c2d39fc936cfa1954d44b7f76dc91c21ced3
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:09:26 2021 -0500
Allow emulator, specify type as app
commit 58f9e7cd5b59904651fb878a89844ee4ccfb23df
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:03:18 2021 -0500
Upgrade to emoji images and supporting text
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit 7fd37f7e4e669c0aea7b5324b85f9d85ca394dcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 12:18:44 2021 -0800
Update custom.html
commit 84d9ca4b337e36c4f62ffce4b3059f8f2909d482
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:57:14 2021 -0800
Update boot.js
commit 740f4a95665fd92ad87e83dd381da7e55c2e4b18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:52:27 2021 -0800
Create boot.js
not part of the current merge
commit d3538a03f10f6323afc8656cef397a561cf35bf0
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:12:50 2021 +0100
Added raster
commit 20310fdb75b11fe8b3ea38dc7810732910537169
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:02:27 2021 +0100
Smaller icons
commit 3863be18301cec9fec480db7fe28a19439c708d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 09:06:52 2021 -0800
Delete apps/schoolCalendar/fullcalendar/interaction/src directory
commit 5d8c13a7e6a934e8b750f0ab4871e3dcc67c09bf
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:56:29 2021 +0100
Updated screenshot accordingly
commit 21134a1dcdc102755171af26e99ae86f3559996f
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:55:21 2021 +0100
Better background
commit cab3d43085b2edf4dc97ebf05785bb5b446a88da
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:39:48 2021 +0100
Better alarm - shown only in icon so we can display more data.
commit db22bac0ecd48633d6acf0874127a1b28821d8ea
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:11:15 2021 +0100
Use correct alarm icon
commit 162dc1f29346ab0f6ff4b7cd4128826292ca766e
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:11:07 2021 +0000
Update apps.json
commit dc24ae9bfba1786d4d8a3e22871c4da7bda9fb92
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:10:58 2021 +0100
Better HRM Icon
commit 8e688d144ab30ff87f31b51ab457688ce03c4c23
Merge: 741f7aab f4e997d4
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:09:43 2021 +0000
Merge branch 'espruino:master' into master
commit 741f7aab5239e6fa6ae48e1a5351216dfcfc4177
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:08:38 2021 +0000
Update apps.json
commit 247ed9faa2e8b8463374fea05d4bb04ddda2cfc1
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:07:39 2021 +0000
Create ChangeLog
commit d878d46d4ccc5128643034c535cff69984ab7853
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:05:57 2021 +0000
Update app.js
commit c720fc314b516e1007452ad18ce51bc4fefefec1
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:03:21 2021 +0100
New alarm icon
commit 75fbd6882d1368c73db1b96fac79f4202d6a5e53
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:37:48 2021 +0100
Added icon for alarm
commit eb20f15537d8b6be7226b2ae49fc6e6dd0474124
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:33:42 2021 +0100
Compeletely new design with icons for GPS, HRM and Compass. All Icons are open source and mentioned in the Readme.md file.
commit 46383d4d5547bca38a2a07ea01d67afa0166bedc
Author: Richard de Boer <git@tubul.net>
Date: Mon Nov 22 13:18:01 2021 +0100
gbmusic: fix "previous" button image
commit 1bf5132a5caf41398125e0c7f2bad72ffa300df2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:07:49 2021 -0800
Update custom.html
commit 618c5b7a10ebe610205ab463c395f65948e5a763
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:02:29 2021 -0800
Update custom.html
commit adfeb5e535564f8851fcdc080e2fa10d9acced9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:00:21 2021 -0800
Update custom.html
commit f950fd2ee88486e3355efd30823d50de799e8418
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:57:52 2021 -0800
Update custom.html
commit 3ee0e9bae6ee137c6e36672c9aa6a20d1c072caf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:49:48 2021 -0800
Update apps.json
commit 387bd30236b5d765b396eba24ad43120ceb6c384
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:48:14 2021 -0800
Rename ChangeLog.md to ChangeLog
commit 6e07f282b8918ac3b8f333c7c4156980a44ff1d6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:41:26 2021 -0800
Add files via upload
commit fea37b4992e65a5ca54648f88281ce2623f6a55f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:40 2021 -0800
Update apps.json
commit 939d8f6a9ae71b49c13f7dbf1455bb2fec60462a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:21 2021 -0800
Add files via upload
commit 854ae5361d1b2400f6b6d1b2c2239f46d1e16bc9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:34:28 2021 -0800
Update README.md
commit 426768eb11e34ea7a04010e6fe7da1a5a5187f40
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:32:14 2021 -0800
Update custom.html
commit bf994d9acc8b79ebda1e47dc5ebc5158210d6205
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:24:29 2021 -0800
Update apps.json
commit 7c74c5d43f9f66b6374cabd4e247d1560e5f29a1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:15:40 2021 -0800
Update apps.json
commit 8981aa3f614c388c74d73ccd25e16f5e6eabde9f
Merge: e878e547 100384f2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:12:19 2021 -0800
Merge branch 'espruino:master' into master
commit e878e5478713b0b3cae0bb86e28f998cbfeb9b10
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:11:43 2021 -0800
merge
commit 3bde4d2e48711186ae26036baea8f880c2aac7c4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 16:12:16 2021 -0800
Update custom.html
commit 5f3c93df8cc8b73c432ea31b15e84e4b106256de
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:37:41 2021 -0800
Update custom.html
commit 26bd9e35be993aae4deece775ac85f53f877b122
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:35:47 2021 -0800
Update custom.html
commit 8f2cc6e2137cf29e03435123e96d9c6c550864d1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:34:09 2021 -0800
Update custom.html
commit 66f061112301898b011412e91982dbefc7cc2d1e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:32:48 2021 -0800
Update custom.html
commit 87a9504912b8753dc63700207ee89acacbb34726
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:30:44 2021 -0800
Update custom.html
commit 626498da9d296fecf6776b836def4eda87027d85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:24:01 2021 -0800
Update custom.html
commit 3472ca355a1a71d3fa3f464ece2b81dce7f4eeaa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:21:57 2021 -0800
Update custom.html
commit 529b0cb4637652dfc0a3ba6688b863b5f47437ca
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:19:53 2021 -0800
Update custom.html
commit e77d9980023f041a87743ac1fd3c48a3f0652a8e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:18:21 2021 -0800
Update custom.html
update
commit a712c37c7652f7bc46c4d7761df93b3d28e17229
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:17:58 2021 -0800
Update custom.html
commit 4d9d6abb9ef466e4058510efe9eec295f60127e9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:14:02 2021 -0800
Update custom.html
commit f35b24844810a90f08f731cc9e63535be217e4cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:09:44 2021 -0800
Update custom.html
commit d0336b2854d7e0892c440ef8c5f83bcbe1374a9b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:06:56 2021 -0800
Update custom.html
commit 640c8e491e489e9ea88282cf0bfe14004838b3db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:03:42 2021 -0800
Update custom.html
commit 604153cb2408399ce1420b43ef87f41c09d3daa6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:01:45 2021 -0800
Update custom.html
commit 0f8f1e38e85a8c1c49057f4b891209bdfad67aef
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:44 2021 -0800
Update custom.html
commit 7f7dcb0bcf89b1d66f60481efaa09f5956ee4ecc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:22 2021 -0800
Update custom.html
commit d42fe03dc8fcbc0f68857dd9f887c8cc4eff1c06
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:55:08 2021 -0800
Update custom.html
commit 98f172fad442e89f53c45ac47f2388a08049855a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:53:01 2021 -0800
Update custom.html
commit daf8dde32bc81b8f04402c4728eac41784751cd5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:49:25 2021 -0800
Update custom.html
commit 408bd24080a2f7dcf1e6d0c33dab65da4dff82cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:48:38 2021 -0800
Update custom.html
commit 68db21acbb837b12d84d9930d451d2ba90e251dd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:44:30 2021 -0800
Update custom.html
commit 45feb1b2ffb17b8835c505bc4a4f825ddc17bf4f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:42 2021 -0800
Update custom.html
commit 3bc5fd87b61cbb9b867009d933342fe627da982d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:12 2021 -0800
Update custom.html
commit c3eede9868ee342bc4248e71a874c2e6b332dcdd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:37:42 2021 -0800
Update custom.html
commit 8426356c01a23ae769c79f726b95ea64f4428574
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:35:55 2021 -0800
Update custom.html
commit 93f09c216a1eb9aa876c88a1f806ccb709e971b7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:39 2021 -0800
Update apps.json
commit cb748a251dbd11e87615d82081522953607b3a27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:20 2021 -0800
Update custom.html
commit a994ed66301040f60d5f99b672a6081152a20d6c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:53:38 2021 -0800
Update custom.html
commit b76bb48973dbabfaf56bdec4aee44a483f94d129
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:50:08 2021 -0800
Update custom.html
commit f99ce683e9ce42431321fc711e061955bc0220fb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:46:32 2021 -0800
Update custom.html
commit ddfdd94ff845d3d8560158cde184a9a19a3d2142
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:42:51 2021 -0800
Update custom.html
commit 52675f7eff140426532f81da9c84c5d7803d0cda
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:48:03 2021 -0800
Update custom.html
commit d4911034145e3d98b99d649be55c75671e2f5c5c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:44:23 2021 -0800
Update custom.html
commit 71ff5959aec6a5f8302bda513d2c1371bbed0743
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:58 2021 -0800
Update custom.html
commit daba705b37b9952cba2910c3c0bed23e58aaf2fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:16 2021 -0800
Update custom.html
commit 19cb5fc749abeefe378205531d18b97562ddfc47
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:39:15 2021 -0800
Update apps.json
commit 6c20945898b84a02d6b440923a5afd994c7d97aa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:37:41 2021 -0800
Update custom.html
commit ff519bdc0d9bca530284d98cad9fd023ad37d50d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:15:29 2021 -0800
Update custom.html
commit 34843d703aae0b6a33be352ad0f8408d8d17d07b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:11:54 2021 -0800
Update custom.html
commit 4da82197f32b280e4192d5bc9a5ba174fbad4ace
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:01:20 2021 -0800
Update custom.html
commit a9c5a32bc1359d8288f4fd6b6da50eaf40910c9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:56:54 2021 -0800
Update custom.html
commit 352fea34791ccf06450a516ab2a2daf22353c641
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:53:38 2021 -0800
Update apps.json
commit ab6f56c381a54e4ab3466625a9eb794eef5dd2a0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:52:34 2021 -0800
Update custom.html
commit a65742ce346039ef901e70157620aabd95bbca35
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:48:25 2021 -0800
Update apps.json
commit a1a387dd600f7e5c3879d74cd5a516d7566fb7bb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:47:52 2021 -0800
Update custom.html
commit 180e88e0e44dc3ca09291a7d37b6fa4df637fa78
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:50 2021 -0800
Update custom.html
commit 0099736b8c64e8f1afefd4d52b526151e3ac700a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:14 2021 -0800
Update apps.json
commit 1fdf4e954e23fe0514b8d795224c2edafd5941c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:43 2021 -0800
Update apps.json
commit faa5b6b21aa8b7062dc62499e8361b8233cf9408
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:10 2021 -0800
Update custom.html
commit d617803c13ec381f35a9d30f99a267dca02c9cf1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:44 2021 -0800
Update apps.json
commit dc669254bcccad425153d209d6dcdf002f64a30d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:10 2021 -0800
Update custom.html
commit 303247fb4e66802ed7f5c2ee404ce0a28221ec2d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:25:00 2021 -0800
Update custom.html
commit d836cbd2ba256adfffa55f1d12fda02ae8ac760c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:15:16 2021 -0800
Update custom.html
commit e206bd4e1cad4aab266fd376fa525500941878a8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:08:00 2021 -0800
Update custom.html
commit 1a6c1acce50fe2fe2e49bfc26b3ac98c1db5aa13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:04:06 2021 -0800
Update custom.html
commit aa20fac50ed19adfb9248fd9cda1ebb7c31f95b1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:02:52 2021 -0800
Update apps.json
commit 5625414e90c78677040420f342f29e96f088469b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:34:30 2021 -0800
Update apps.json
commit ebc2d8096144e6150920efc4b63e8f1e3f52eb00
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:33:27 2021 -0800
Update custom.html
commit 6c43de3766433c1f9fa1d01fd24cbfe0839e19c0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:21:11 2021 -0800
Update apps.json
commit 37da3c68aeeb5fec1ef3d8965fa3d8170074d791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:19:46 2021 -0800
Update custom.html
commit 92707b9d13ed269a41684ce45111376694cb6e58
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:12:50 2021 -0800
Update ChangeLog.md
commit d3ca682cff08be0bb2a64ab057f6efdf36b4e094
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:09:56 2021 -0800
Update apps.json
commit dfd9e59993944f6323120f8af660d880c63c6793
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:08:52 2021 -0800
Update custom.html
commit 5d24a09ffa2d9cad10a5fae3c7b4d5fafc944aa9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:04:41 2021 -0800
Update apps.json
commit e965bd7d962108a2944824eb6579fce435876966
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:43 2021 -0800
Update custom.html
commit 345d9c155135fc4d0a2b8d00b3528b363a584ced
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:12 2021 -0800
Delete schoolCalendar.js
commit dc9db8a4767d4c16d92645131d977263e2468521
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:58 2021 -0800
Update schoolCalendar.js
commit 58df0a5ca26684b4da84929c8c388ca5c37acabd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:03 2021 -0800
Update apps.json
commit 65ad4979e8d58b51f11f3bcc86f31ab303a5d7b6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:27:10 2021 -0800
Update custom.html
commit 9c07800c5ef948a1b9b2071e7bdfe46809fefa1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:07:38 2021 -0800
Update custom.html
commit b108bc45fb8bfa266e4d4ad3e66a9f65cec96c92
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:58:24 2021 -0800
Update custom.html
commit d871855f8e217b27ea73ed28b389bbc8aea59d62
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:55:58 2021 -0800
Update apps.json
commit 99112920b287568db32c5e43b47cfc2ee0cf71a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:47:34 2021 -0800
Update apps.json
commit 37f4329ec57bc4a96a1b2a0847406f6a05cad520
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:49 2021 -0800
Update apps.json
commit ba2aee642bf90307757bb85fda6aa0db01bed5e5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:06 2021 -0800
Update custom.html
commit 98048dc23cb1caf3aafbf1d1ecfa461ba5943925
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:37:23 2021 -0800
Update apps.json
commit 1a53e8d34af89f0e6c889653961350a898deea81
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:33:43 2021 -0800
Update custom.html
commit 993bb7298c8fbc9348e6668b70a555c51dc54a09
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:31:41 2021 -0800
Rename interface.html to custom.html
commit 3a3962bfdc0365e75f8804b61293ec91084f6698
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:30:12 2021 -0800
Rename custom.html to interface.html
commit c8ad92a3dcb7b8a0df83f2e720b6730dd785e829
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:20:33 2021 -0800
Update apps.json
commit ae85c1cee709457b10233205c057f946ea15fe83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:14:33 2021 -0800
Update custom.html
commit c1b467ba8e96f58b27eb3b9b2dc2b859fa89e227
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:14:50 2021 +0000
Update app.js
commit 438537ace2358f5b798bdfde92ebf78db81abc49
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:10:03 2021 +0000
Update app.js
commit e6d736860d7d7511f08474a4d8f6446ebe97e634
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:57:57 2021 +0000
Update app.js
commit e1add5e2b2a068873d0102324d61f9ff5532924d
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:45:02 2021 +0000
Update app.js
commit 09be008dfaf764b542a80f4dbbde6ab26314713e
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:39:48 2021 +0000
Update app.js
commit 9f26994f5c66a5ee88a702c7a73d8bcc0c8236c3
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:33:47 2021 +0000
Update app.js
commit 0cf4c5d70a97480185296b32137fcdc179fddcc4
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:10:31 2021 +0000
Update app.js
commit cfdb94439526722ca757b8ee748d298f6a76d9e7
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:32:34 2021 +0000
Update app.js
Add Media controls
commit e3cd8f5607f912002d3ec0adf833834058a492cb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:16:37 2021 +0000
Update app.js
Removed extra unneeded code
commit ceed8a123836f5da6fb8c5d6741e2224a3e4a0af
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 15:05:28 2021 +0000
Update app.js
commit 721a3f2608ee0012767cfacd5c69aa91a7bba5f6
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:39:30 2021 +0000
Update app.js
commit a16bfe4d7350b34c694050448f2aefc990d19dcb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:32:57 2021 +0000
Update app.js
commit e72bf84a7a05c4208e8c1d5f60815a9f57ca11c4
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 21:29:57 2021 +0100
use dark theme for metronome
commit 071a7a7e683a649b9f75fdc92b9f56804cd0af87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 20:46:18 2021 +0100
add support for Bangle.js 2
commit 7a7175fa483e4e9fcd5912d83e9519274d67b4f0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Nov 4 16:00:41 2021 -0700
Update custom.html
commit e2928498690565ba7d0454aaa4265bc8adfda712
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:32 2021 -0700
Rename interface.html to custom.html
commit cd7579269efe8d54a5a5680b8126ea38f9ce54be
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:04 2021 -0700
Update apps.json
commit df7f9cc530194025708b712565a410aed1d73e95
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:20:09 2021 -0700
Update interface.html
commit ada94b11cfbebfeaa010cee1b39d0f92591d4e13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:06:50 2021 -0700
Update interface.html
commit 08fc58deb57847cca7d81bf84a54df16ce97528f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:20:57 2021 -0700
Update interface.html
commit 04b9e74a4d2cd84dd9b64b0ba6fba1167fc400e7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:10:58 2021 -0700
Update interface.html
commit be7af68455ff4b5034c0baab9d8c138b9b024707
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:08:24 2021 -0700
Update interface.html
commit aaee5f3c0610de7a48bdda7fe9c6064dff97780e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 19:13:08 2021 -0700
Update interface.html
commit 73819933eeb57f32935e6ad93a146bdbee6d8be6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:52:09 2021 -0700
Update schoolCalendar.js
commit fa5cbd71c618a2053ec3217048c74a723c46f03f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:49:22 2021 -0700
Update README.md
commit fa392008d1e30a6df05245eac969badf4188fb74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:45:24 2021 -0700
Update README.md
commit c280e41560a3812ee83ca461e098bc35b80ef439
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:42:39 2021 -0700
Update README.md
commit 6b84a8eb3007cca6abd31cc1d3d0552cc79cb492
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:26 2021 -0700
Update schoolCalendar.js
commit 5bbfb1109910856575cc348012dbc44d489a8005
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:11 2021 -0700
Update interface.html
update interface
commit 6660dad4c01c66c20670cfd415b6ad063d9b5b74
Merge: 8c003cf6 1e0f6cd6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 07:35:54 2021 -0700
Merge branch 'espruino:master' into master
commit 8c003cf6ffb5a8b3437897a1e57a6a020b5e02a4
Merge: 5c11881f f1ce196a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 15 07:33:21 2021 -0700
Merge branch 'espruino:master' into master
commit 5c11881f752edbdef3031f0a48109a196eced80a
Merge: 8c149dbe be34e2b0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 14 17:14:45 2021 -0700
Merge branch 'espruino:master' into master
commit 8c149dbea1cfd34e815b64ca354840b811a82222
Merge: 7888cc6c 300ed35b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Oct 13 07:46:16 2021 -0700
Merge branch 'espruino:master' into master
commit 7888cc6ce0bbabf99c7dd39f002810d262af07fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:59 2021 -0700
Create README.md
commit 36a52b8b001a4515d715950db56e411a6c4842b2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:52 2021 -0700
Update README.md
commit 4f5558c41e75f6e91a34842f7b42fa85970dce5e
Merge: 5db16d19 68cc9fbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 16:43:12 2021 -0700
Merge branch 'espruino:master' into master
commit 5db16d190b1439293d9f0af16d37fea29db8830c
Merge: e7995505 54d98db6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 07:03:23 2021 -0700
Merge branch 'espruino:master' into master
commit e799550544e55ef94ef48f905283625e50f73e97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:57 2021 -0700
Update schoolCalendar.js
commit 89f82a50436d4eab82574d310077d19154a8ab59
Merge: 7107d510 f3712e66
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:38 2021 -0700
Merge branch 'espruino:master' into master
commit 7107d510a5301f50ca5dc1bf9d4463ad99a33af8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 20:06:28 2021 -0700
Update schoolCalendar.js
commit a61879753285b4469772f51474c29fe86a5aa942
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 19:55:30 2021 -0700
Update schoolCalendar.js
commit 3c9e46c2160f4ff58708afc0d08ce2e5d27df097
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:59:03 2021 -0700
Update apps.json
commit 941bc852c1ab4472dc74a7f84e12e92ab891432e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:53 2021 -0700
Add files via upload
commit 4cbfac212e6999887cfafd37d9c809919a014e27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:26 2021 -0700
Delete apps/schoolCalender directory
commit c7b723f87e5e6fb0858c09ee2910510267d73fd6
Merge: 8d2f4ccc ba08863b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 07:31:25 2021 -0700
Merge branch 'espruino:master' into master
commit 8d2f4ccca761e1695620b072e116b94272850427
Merge: 7846b48c 44aa03e4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 1 07:31:42 2021 -0700
Merge branch 'espruino:master' into master
commit 7846b48cf67ab024970b90948096f9258e1c184c
Merge: 59aa9909 d0fd2f01
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 30 17:22:33 2021 -0700
Merge branch 'espruino:master' into master
commit 59aa99092dac99b9a13bbc2a7153dd2b44a6fb67
Merge: 9061acee 03bbe1d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 29 08:06:54 2021 -0700
Merge branch 'espruino:master' into master
commit 9061acee5db851bd58295785cc7542a7c066b4c8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 17:44:12 2021 -0700
Update interface.html
commit 79bacc45932ce8842cbf12d23c36a41e992b438e
Merge: bb5fcdaa 48bb819b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 07:12:44 2021 -0700
Merge branch 'espruino:master' into master
commit bb5fcdaafc1e344bf2d717c3eb238f763f255215
Merge: 814fbdd6 28bd9e83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 27 16:15:07 2021 -0700
Merge branch 'espruino:master' into master
commit 814fbdd61ef41676d07719b5b1b297fbbc03ec6f
Merge: 83d88a1e f3fd0f25
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 25 08:01:44 2021 -0700
Merge branch 'espruino:master' into master
commit 83d88a1ea191e2e6b669d284d94b4180b9ea54aa
Merge: c9bed74e 71471d37
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 24 19:35:52 2021 -0700
Merge branch 'espruino:master' into master
commit c9bed74ec2e240e2daf26bf9ec9432df91ac18aa
Merge: 1f130c53 16fe8470
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 23 15:21:18 2021 -0700
Merge branch 'espruino:master' into master
commit 1f130c53b46546328260a6b94ad182be5d55ff18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 22 07:25:41 2021 -0700
Update interface.html
commit 3d8ebe82c289156581799134b3c56fd02ade1fad
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:07:20 2021 -0700
Update interface.html
commit 2ca58d2cc436b72beb87d347b8d8c217b461e805
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:02:14 2021 -0700
Update custom.html
commit d8c149073fb6bca8f5f78ba4a031004adeab1a6b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:01:31 2021 -0700
Update apps.json
commit ceab5d46a23f913faf96be90e644458ac5546157
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 20:58:01 2021 -0700
Rename schoolCalender.js to app.js
commit 9b344eb1ecc577e96196d2a3d3fc8962198e90de
Merge: ec453c0e 3b15a7f9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 07:24:54 2021 -0700
Merge branch 'espruino:master' into master
commit ec453c0e100f7fd140305fe8ed4a62d3987e68f1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 19:45:50 2021 -0700
Update README.md
commit a8f7fe72923e1fe38042cb4752dac1429c6be426
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:31:41 2021 -0700
Update interface.html
commit 51c41d5c48a72b7a373e6f979c95bab9fa9ddb7a
Merge: b7a4ecb5 50ec8d97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:25:50 2021 -0700
Merge branch 'espruino:master' into master
commit b7a4ecb57857016c131ba72e101b3a11eb3cb06c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:48:24 2021 -0700
Update interface.html
commit 82320ab073c0b106f5260e26c0fb147d7c8fcd02
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:40:43 2021 -0700
Update interface.html
commit 27d025bf82cc5882dc39110c5c7799f657f2c57d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 14:01:04 2021 -0700
Update interface.html
commit bd92c0e67fce373f11aae3bbcf8f5a4c06f2e161
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:51:31 2021 -0700
Update interface.html
commit f0c596d14f6119bbe52e2f0d3912216785257536
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:40:29 2021 -0700
Update interface.html
commit d6542bac6d666af7c8fe1f67434611e6ccacc6a6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:29:46 2021 -0700
Update interface.html
commit 7a2ee0f7111209afa859761a62f80e93ca71a879
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:15:29 2021 -0700
Update interface.html
commit c65ddbfc522c54da540080a16d171edd42ce592e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:05:32 2021 -0700
Update interface.html
commit 43c684f389d97dd12815edbd93d0750f923f17b3
Merge: ddd1a83c 5f5b5c0d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:45:25 2021 -0700
Merge branch 'espruino-master'
commit 5f5b5c0dc2485f7e454acb9f364d240e3972d955
Merge: ddd1a83c cc2e1bbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:42:47 2021 -0700
Merge branch 'master' of git://github.com/espruino/BangleApps into espruino-master
commit ddd1a83c613a9f21ec8e37ba1151e1ca255a77af
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 18:27:57 2021 -0700
Update interface.html
commit 632c98f8be2ad6e2290e5eb98025559a42a47c34
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 15:13:46 2021 -0700
Update interface.html
commit c252f74e16edc5a1a1fcfe4ce72c9594f12a9624
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 07:31:16 2021 -0700
Update interface.html
commit b9b0a43e99db0c2d13c28bf6d65540925709d866
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:28:35 2021 -0700
Update interface.html
commit afafd449fb06abd3930d0eb40989dc12787c96d9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:22:01 2021 -0700
Update interface.html
commit 45a0d50b011ee50e9b1b4c6ce5a84e1290331b1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:15:25 2021 -0700
Update interface.html
commit eb146fe07bd5d71f49c5e267424d7b8206eee952
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:07:51 2021 -0700
Update interface.html
commit 34baf995e7f5288266b5da08bcac6d76202a92fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:04:33 2021 -0700
Update interface.html
commit 751fbdda43ea542db4887bed7b4d4e2ad7628a23
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:00:47 2021 -0700
Update interface.html
commit bc71f317311509e8f3fd5054e6c3efaa05bc0416
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:47:13 2021 -0700
Update interface.html
commit cfde9e14a87466a8dc7cb92934c3af373f6a43d0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:41:40 2021 -0700
Update interface.html
commit 135165c983beca48190d091e355436100beee41d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:37:52 2021 -0700
Add files via upload
commit d50ba356d68ebeffd028a924450d4a6ad4fddd74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:36:59 2021 -0700
Update apps.json
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit b51c84229798e7c3665f203c13023d9f6e24eb68
Merge: f4e997d4 d1da165e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 12:20:57 2021 +0000
Merge branch 'Combined' into Base
commit d1da165eb44fa50bea67506097768f1138574c8c
Merge: f927549b 2c257605
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:30:56 2021 +0000
Merge pull request #9 from t0m1o1/scaledlauncher
Update apps.json
commit f927549b2c1e88232f4df2c6ef7e160c3a8e0f7b
Merge: 3cfd575d 411118aa
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:16:59 2021 +0000
Merge pull request #8 from t0m1o1/scaledlauncher
Scaledlauncher
commit 3cfd575da46cf38347bbbb4d37645c0bd72833de
Merge: 9a311219 9d1429ca
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:04:17 2021 +0000
Merge pull request #7 from t0m1o1/scaledlauncher
Update settings.js
commit 9a311219b2d3a7d3594ca654c78ae7137a92fb8e
Merge: 43c42711 5b1b752d
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 02:56:33 2021 +0000
Merge pull request #6 from t0m1o1/scaledlauncher
Scaledlauncher
commit 43c4271101a4be6dbc28d7e34534d25242c159ae
Merge: dec967f1 084bba39
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 21:18:16 2021 +0000
Merge pull request #5 from t0m1o1/compass-fix
Compass fix
commit dec967f1ac5900e43099ef9bfef3bfbe84e1f8e4
Merge: 21c48263 dfa40407
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 20:56:22 2021 +0000
Merge pull request #4 from t0m1o1/Swipe-Launcher
Stop the swiping coming up if mode is undefined
commit 21c482639aa1f2d391ebb0508701cff3170b45c4
Merge: dea2ec96 4c9d04de
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:19:27 2021 +0000
Merge pull request #3 from t0m1o1/Swipe-Launcher
Update Swiper Clock Launch
commit dea2ec9693855d735662a4d344682e6105533bf2
Merge: 92d156fb 51766844
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:15:16 2021 +0000
Merge pull request #2 from t0m1o1/master
Master
commit 92d156fb398787a068a2f7ed81a78d90ed04bd70
Merge: 100384f2 7d37a9eb
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:14:13 2021 +0000
Merge pull request #1 from t0m1o1/Swipe-Launcher
Swipe launcher
commit 51766844e6ff346119739114c28b9d638ca57cbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:49:56 2021 +0000
Update apps.json
commit 6fda7a5f33ec6341d51529e680f5d0caa9c9fdbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:37:07 2021 +0000
Update apps.json
commit b7a067234413e2cd9cb531c366371e5d88f6bb21
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:32:09 2021 +0000
Rename hidmsicswipe.app.js to hidmsicswipe.js
commit 97065f1d62d40003eec09a2539d7294fe41bc4e5
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:55 2021 +0000
Delete hidmsicswipe.info
commit 21f184d6c4ad1f977c385d95c3966d95d446bf5c
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:10 2021 +0000
Add files via upload
commit 3917f28ae54db0e86b6429489c19a4180be759e0
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:45 2021 +0000
Delete hidmsicswipe.img
commit a65668300fc45082d6897e19c6efff556853f4d9
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:18 2021 +0000
Delete hid-music.png
commit 5fce838e8ab7d2b297c05a1ae735abcd4ba76d90
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:29:36 2021 +0000
Add files via upload
commit ffa37f2ab3b1fd2b921783e19ffb48673aad1a6e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:22:38 2021 +0000
Create hidmsicswipe-icon.js
commit b656e5973c302a39f7513364c66094132135bfc4
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:59:19 2021 +0000
Create changelog
commit ad943ca5658e4f68c205996c4ad42aa1ebbeb793
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:58:19 2021 +0000
Add files via upload
commit ac433ac7bd6d586e9b1ca11da924d64bd566ade2
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:57:39 2021 +0000
Create hidmsicswipe.info
2021-12-05 17:14:06 +00:00
"version" : "0.02" ,
2019-10-30 20:34:41 +00:00
"description" : "Show the current angle of the watch, so you can use it to make sure something is absolutely flat" ,
2021-10-20 14:11:04 +00:00
"icon" : "spiritlevel.png" ,
2019-10-30 20:34:41 +00:00
"tags" : "tool" ,
Squashed commit of the following:
commit 5ed43a28b5b9d6820ee898f632535747c1e5913d
Merge: 4cf9192c a385c099
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:12:45 2021 +0000
Merge branch 'espruino:master' into Base
commit 4cf9192c4341a85eab1198b8663f48d276704ac3
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:25 2021 +0000
Update core
commit 69a54194a9eb41d0722fc061bec5c900b724e8cf
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:14 2021 +0000
Squashed commit of the following:
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit e040cc4e245a8fb4c55bfeb99cab12c62af5e7b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 15:22:16 2021 +0000
replace tabs!
commit 60c2fa710c4904827bfba868507a9f6d10d524a3
Merge: 38b2e417 f3cb7e9a
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:29:46 2021 +0000
Merge pull request #942 from madman2021/master
Add new TimeCal app
commit 38b2e417bf8e63be394a96ed24b9e3d174d5f45b
Merge: 94bd895b 43b38cc8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:26:43 2021 +0000
Merge pull request #943 from peerdavid/master
[LCARS Clock] Shows icons for charging and out of battery
commit 94bd895bafeb37250b64373692c9cceb3e9ece97
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 12:56:56 2021 +0000
welcome 0.14: Turn off and run later to use softOff to time is set right
plus other minor tweaks
commit 43b38cc8ab5796e25f65ace531be68a6a4134f98
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:40:47 2021 +0100
New screenshot. Updated version.
commit 34c6589f06a1a8ba0f7fe2e126b41d03dff7f45b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:37:07 2021 +0100
Minor improvement
commit c403a5af671cf70b18776fad83126adf66122f0f
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:36:21 2021 +0100
New design. Removed png icon files - only converted icons are needed.
commit 19655ea3279daf32ebfd4453db398915a8229946
Merge: 274b705c b1fb0e6b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:44 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 274b705c1e7313cf646412ec01bf17de9b1dabcf
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:37 2021 +0100
More lcars style
commit f3cb7e9a0b8f0ba3624b639415c9168c240905e8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:53:14 2021 +0000
Remove Icon as it renders massive
commit 1a9f5375557fc232acfe3f42d1198da827db5ab8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:46:03 2021 +0000
Add missing supports tag for TimeCal
commit 3738bde22a0d4cef2bd5c956a1a370e9a145689a
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:43:38 2021 +0000
Add TimeCal to the app library
Add TimeCal to the app library
commit b1fb0e6b7d88f53cff85f6a8d3eb416bebd35e92
Merge: 559e8208 dabc22c2
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 11:10:36 2021 +0100
Merge branch 'espruino:master' into master
commit dabc22c2d725ccddad8b08c0fa0b14af94d38e28
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 09:54:11 2021 +0000
custom code works on bangle2
commit 2e83a511d2032736a63bda38406b4f744a4130f1
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:51:20 2021 +0000
metronome supports bangle 2 now
commit cea51d06d07f09923d590357c33782861c342817
Merge: cd1daba0 4eee3f05
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:50:24 2021 +0000
Merge pull request #938 from bengwalker/master
Add Bangle.js 2 support for metronome app
commit cd1daba0c55e99f5a477407f47b932d050c0b6f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:46:13 2021 +0000
0.25: Fix issue where if Bangle.js 2 got a GPS fix but no reported time, errors could be caused by the widget (fix #935)
commit c03ab08687bbc7ed893ed2ef8c3be21f1e61e74f
Merge: 1750c72e f10bf240
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:40:53 2021 +0000
Merge pull request #939 from Ronin0000/master
Add Screenshots to Many Apps
commit 1750c72e94eab6ee22650d993ea31efa17e79c46
Merge: 5eeb1181 1def233d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:38:06 2021 +0000
Merge pull request #936 from Vingelar/master
Binwatch: re-format background images
commit 559e82088077ba79675c0012c921eae3ef32b16d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:14:04 2021 +0100
Minor design change
commit d24b8c80da7afd75a6f121a22e3694252aa3c57a
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:12:25 2021 +0100
Minor design chnges
commit f10bf24018add2df61a5fc422aee941b07c70082
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 17:04:07 2021 -0800
Update apps.json
commit c66b0982368a5e1ee74da598945df12d88cba679
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:53:48 2021 -0800
Update apps.json
commit 638fea73c791b4f11b6119c02ca2090c31b6bc83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:24:10 2021 -0800
Add files via upload
commit 4e79c896c65b2edc7dfcb7b4b2eb6ae1c96f60ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:23:33 2021 -0800
Add files via upload
commit 33809d8cdfa7ea3f02941c820b4836f20a9eb869
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:58 2021 -0800
Add files via upload
commit 6cb83284a7e7b9d2f8935835702e713f0f9b7b51
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:45 2021 -0800
Add files via upload
commit 7e521d0d29262227a32244d2929eb99fcb36fb98
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:17 2021 -0800
Add files via upload
commit 9985ff03f20469897ceb3dd1acb4f90ac850ebb8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:00 2021 -0800
Add files via upload
commit 6f437c39866562e05d8821bdb5150cd553f3a6cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:21:15 2021 -0800
Add files via upload
commit ffe218a0046d65464e96cdc59d1c10fbb708b791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:56 2021 -0800
Add files via upload
commit 9400133dd49762a7bfcff38e5a6249cbfd5753f7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:39 2021 -0800
Add files via upload
commit 76463d927940f590ed45cc51558723375217a34a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:37 2021 -0800
Add files via upload
commit 4011accb47eb53954acc3e27cce5b6f6cb025c57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:19 2021 -0800
Add files via upload
commit bc5960d61a40c08566a8e1977fa53c6528f04a85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:07 2021 -0800
Add files via upload
commit da5634beda72243f5ee6e4fc0e376c6c5f9c6ccc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:51 2021 -0800
Add files via upload
commit b9c4640f853d4992e57cd5d6b2e3f4d75db32d1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:25 2021 -0800
Add files via upload
commit d27a605a24cc06903084b6a796c9c93b7724150f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:07 2021 -0800
Add files via upload
commit 52baa42e69b1a7a8ef6bc2cae548298af4dcbf7c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:48 2021 -0800
Add files via upload
commit db3b6a58e49a3d5ce9b528011f3e0607474e4fa8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:16 2021 -0800
Add files via upload
commit f0de0d8a9d542fd960f13b36a2bb2a3548f06033
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:52 2021 -0800
Add files via upload
commit 6d4cb98ba83d0ab62406c00ed9fa8dcd139d2f8c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:34 2021 -0800
Add files via upload
commit 5f434d9d327fff8cebf41a45cf73ea9c96cb42db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:23 2021 -0800
Add files via upload
commit 6e72349f05e3773b0ae60217df8b6f266447f1ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:37 2021 -0800
Add files via upload
commit 03e4d0d7c01cdc214526891933f3c155f63ff2b5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:21 2021 -0800
Add files via upload
commit ead12a1c11e3937637e8af8b1d54218e0138e908
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:54 2021 -0800
Add files via upload
commit a1ed32c91380e03146dc4003a3ee6e400d0dd35f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:30 2021 -0800
Add files via upload
commit fae08d7a739b1a28faacb0105d5ad417171dddcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:57 2021 -0800
Add files via upload
commit b889e431edf72d64867c576135bc1470c4590db2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:32 2021 -0800
Add files via upload
commit f177480160184722b935623ebed05ad630a5a6a2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:02 2021 -0800
Add files via upload
commit a2fe8c3722f56c59957642cad2bb0a6454dc6f5b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:11:42 2021 -0800
Add files via upload
commit c1cdf15bf5413167692e9c7bd4f5fee31fe4d4c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:49 2021 -0800
Add files via upload
commit fb1c5529f037cc701e30d9da036a54236ea1ba1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:11 2021 -0800
Add files via upload
commit 530089e0830473574b38c172a964f9cfb49436a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:35 2021 -0800
Add files via upload
commit 3556e668560587c074ad435b977283e19367f69e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:12 2021 -0800
Add files via upload
commit e1e32772e4dd1943af6ed37407425998b0819e48
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:56 2021 -0800
Add files via upload
commit 8084bb92b7cfb12740129c57e1bb5c05ce13994c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:37 2021 -0800
Add files via upload
commit 2c997d2964d4ade4ba0aa5ef89a1b646c15a9751
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:18 2021 -0800
Add files via upload
commit 747626b66c880293481bd0a97cda8e32e0239d04
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:07:24 2021 -0800
Add files via upload
commit ed36fae0ac6def24ca20ab6229affbcf7502582e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:59 2021 -0800
Add files via upload
commit e8baad3c3775e26f8a88457ff8f361a18572e484
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:33 2021 -0800
Add files via upload
commit 1efcebe84aa2b2b00d6920a84d4e486b834c1083
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:16 2021 -0800
Add files via upload
commit 082d3d1e95e9bb98e10bb1679ae0dfba11bf44e0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:05:21 2021 -0800
Add files via upload
commit b10f62a6c55dd89bb15a97430b74269486a72807
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:58 2021 -0800
Add files via upload
commit 24b41c2c6fe40d18ffd9dfc0404f215cc9b847ff
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:42 2021 -0800
Add files via upload
commit 19a2ef1a44c78fe9b1922574f0a1eda20f2fbd43
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:01 2021 -0800
Add files via upload
commit 7089d6e74c438d3577ebf03857b0c1b6f73aaa2a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:03:38 2021 -0800
Add files via upload
commit 431824f828f0ea900c9d206e492cc7a6d1830f2e
Merge: 15aa41c7 5eeb1181
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 15:15:57 2021 -0800
Merge branch 'espruino:master' into master
commit 5eeb1181d049f1580f75657b9a9ac664041b26b9
Merge: 546a0b16 6b05d928
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:29:18 2021 +0000
Merge pull request #937 from rigrig/barclock-b2
Barclock works fine on the Bangle.js 2 :-)
commit 15aa41c766b2a25c7a83a1a6744706a7b2852aa3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:23:03 2021 -0800
Add files via upload
commit 6a93494e3fe516ccbc7755027f613bd9bd529021
Merge: 12443640 546a0b16
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:22:27 2021 -0800
Merge branch 'espruino:master' into master
commit 546a0b16cc32841b38a0d39b07ec6d18f58d21c5
Merge: cb6e14f6 18fbd289
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:55 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit cb6e14f6c12816224bbc3dc127e9817d0df7ae78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:37 2021 +0000
messages, start of call handling and message responses, fix for scroll issue when only 2 menu items
commit 12443640c95efbe9f25ed0ffe73280c84d90cd13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:54:22 2021 -0800
Update apps.json
commit 9bdc07f8617e457439522d5b4c84a65d1eba4ed9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:47:36 2021 -0800
Update apps.json
commit 4eee3f05e92e26aa5c70c1d2cefcc97ff4935b0d
Merge: aafc93f0 18fbd289
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:46:32 2021 +0100
Merge branch 'master' into master
commit 298fa47cd87e37b19cd142f47867843e24d08b57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:42:50 2021 -0800
Update apps.json
commit 52c07f6dc80e8eabd017fc324332c0594c173399
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:40:42 2021 -0800
Update apps.json
commit fe340d75bbb6c7814241becacddaca50435c5fe3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:39:31 2021 -0800
Update apps.json
commit aafc93f09a818f5bb6e4b6988246e4f8d049df87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:35:35 2021 +0100
Update README.md
update README
commit bd80ea5ca03b2e9d5f2eb562adc7305b3952d2e5
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:31:33 2021 +0100
Update metronome.js
print instructuions for banglejs2
commit 51afd5ef049c67f331931ee18b53e9d4e835342a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:29:27 2021 -0800
Add files via upload
commit ff62b603a27d6acea382af80496b6a35787a73ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:51 2021 -0800
Add files via upload
commit ffbd331c1376c5f393dafe62eaa62a9991949a3e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:29 2021 -0800
Add files via upload
commit 93c113a95a21dccfde6bb171d15b0f93e6d0f58a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:25 2021 -0800
Add files via upload
commit b2be26fccedfa52f00f275db8050c0c3e532859b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:07 2021 -0800
Add files via upload
commit 899e78539c3bb0e41e4d56aa854c4806715ccce0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:26:06 2021 -0800
Add files via upload
commit 50a88d41cd63e51a876e4fca58fe13c5af2088fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:35 2021 -0800
Add files via upload
commit b1d636bac2148007dd72becff0daddf24b80f0a4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:10 2021 -0800
Add files via upload
commit 6b05d928751b49d4910ddd3a6867e2d4cad6c93f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 19:42:12 2021 +0100
barclock: Fix time/date disappearing after fullscreen notification
By forcing a complete redraw at lcdPower-on
commit 32e3d326aa143eed99d26c81c9fbf870730591f4
Author: Richard de Boer <git@tubul.net>
Date: Sat Nov 20 17:13:36 2021 +0100
barclock works fine on the Bangle.js 2 :-)
commit 1def233de2434d272c6f712c9c213b7caff3ae92
Author: Vingelar <Vingelar@mantisse.de>
Date: Tue Nov 23 19:09:16 2021 +0100
changed format of bg images to binary raw format (export from emulator
commit e021aa2c9d5c44f9130e4bf67cb4b066d02cbd6d
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:59:49 2021 +0100
Update app.js
binwatch: adapted names of bg images
commit 3dd723d10bd3195257205a48dc79872668bd53cb
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:58:48 2021 +0100
Update apps.json
binwatch: shorten names of background images
commit 275402344ee927a51d0c100d4387c739d7a49968
Merge: cf027b37 18fbd289
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:36:45 2021 +0100
Merge branch 'espruino:master' into master
commit 18fbd2898da9fc2bfb16d0adf9cf2b97f5ce0f3d
Merge: 5be6981a df364bab
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:34:15 2021 +0000
Merge pull request #933 from peerdavid/master
[LCARS Clock] Added lcars icon to watch face.
commit cf027b3783cbbf8deca98fb3e1ee1922557686bf
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:34:13 2021 +0100
Update app.js
changed names of background images
commit 5be6981acdf3935b936bb85caf37780537518b66
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:31:42 2021 +0000
oops - named stub wrong
commit d328d94d34ea86dd99f958098c7f0a000b1e395f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:30:20 2021 +0100
Add files via upload
added background files exported from Emulator
commit c36fb16a684085c2eb6ada2c50021d3776f5e215
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:54 2021 +0100
Delete Background240_center.js
removed background240_center.js (wrong format)
commit 4719fada2843f1c8d6ae36d8d59d0fb95318d9b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:28:34 2021 +0000
Android Remove messages on disconnect, Fix music control (ref #909)
commit f431bd8a2c823e877ee6e78576aa4f39a0b5701f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:25 2021 +0100
Delete Background176_center.js
remove backgounrd176_center.js (wrong format)
commit 1b548c9bbb5a10769498b4ad1be04397fb889bce
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:27:33 2021 +0100
Update apps.json
adapted naming for image files
commit df364babab19550f75a01d707f0684d8547e8664
Merge: d28517b2 a1eeadfc
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 17:16:00 2021 +0100
Merge branch 'espruino:master' into master
commit d28517b2a5b5e7eaa6a8d9832d9352062addb3ee
Merge: cd93a201 465c93d8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:18 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit cd93a201f846e2c51a1ff9cc447dbbbdc2c5e2cc
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:15 2021 +0100
Moved logo
commit dd2bb22f076abff1aac2f32734b50fdcc5423861
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:08:57 2021 +0100
Update apps.json
use .js files as background images
commit 03c5f996f4998ebc1e6bfea7e77d3a61743c0c69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:07:21 2021 +0100
Add files via upload
added background files as js
commit 7d81bfe2bbdf5095ac7550247eddbe6827cec4c0
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:53:40 2021 +0100
Update apps.json
added missing "url" to background storage
commit 51b73894e461af6312b6fca28e0b5888e9f98da6
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:51:40 2021 +0100
Update app.js
use background images from storage
commit dab36d05a77563e9a839f38807bfd7cfe09a1f69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:48:50 2021 +0100
Update apps.json
added background images to stroage
commit 31f28093411e4f501dd49f98359af43e71e8b27e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:44:49 2021 +0000
Fix https://github.com/espruino/BangleApps/issues/927 - App loader offers to update unknown apps
commit a1eeadfc224a976e3fca6a00ca47d1c1389fa70f
Merge: 68429483 0a695e51
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:40:09 2021 +0000
Merge pull request #934 from Ronin0000/master
Fix School Calendar Bug
commit 0a695e5143fbff3935e80b9df85720f065b1e185
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:09:14 2021 -0800
Update custom.html
fix bug that was for testing
commit cfecc24f42d257d565f21571a50b825cffb2f1c3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:05:47 2021 -0800
Delete boot.js
commit 684294830d75459982845920cb30815236dc0917
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 13:57:46 2021 +0000
app manager works in bjs2
commit 465c93d830300054722f10f483a9023c6ec315e7
Merge: d20f5e59 3ba779ee
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 14:53:47 2021 +0100
Merge branch 'espruino:master' into master
commit d20f5e597e72d8392af3e9b745a4dfab36e8797f
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:53:27 2021 +0100
Updated screenshot
commit a283cf58fb90b1852d8e414fb01010632a65ba46
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:51:55 2021 +0100
Included lcars logo
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 3ba779ee5826a60f127ed12f0eeaa2a848f53b4c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:48:34 2021 +0000
Fix bangleapps after recent PRs
commit aaf06b113c72e1487651d30602ba79c95a41d6ff
Merge: a0351381 06a6b72d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:42:26 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 9600f16671ab5a9fc772a959a7110622baa5e606
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:19:48 2021 +0100
Updated changelog
commit 98577b626960bd971af483ef709655dfe0ac1f00
Merge: 1ccabca0 d3cd47f9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:52 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 1ccabca0c6f1cf79c1b5d6a56749ab752a4d1850
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:50 2021 +0100
No hrm icon - its shown too much.
commit d3cd47f95704e7c508e1e311d3224826f3fd73ce
Merge: 2e18795c 06a6b72d
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 11:12:43 2021 +0100
Merge branch 'espruino:master' into master
commit 2e18795c5780148c6f52d50cd69849b5893b1cdb
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:11:33 2021 +0100
Fixed string
commit 36edd449c5398147536d20c2b4f11040cb3105b9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:10:33 2021 +0100
Minor change
commit 06a6b72d42fc55a224bb5d133640670c21d6cae0
Merge: a39d4102 be083113
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:03:45 2021 +0000
Merge pull request #925 from Ronin0000/master
Add School Calendar
commit a39d4102963fc1593e1f2f8ea3f4372a3da4da6f
Merge: ab2cb243 930cfa13
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:02:41 2021 +0000
Merge pull request #928 from peerdavid/master
[LCARS Clock] Icons for different states such as GPS or HRM.
commit 5c3b0468d4ce9a51249f6f098c3e6ba84ba1cf41
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:59:26 2021 +0100
Update apps.json
corrected format
commit 336501059da7bceddba9e300c5b6d5bd1aba6a3a
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:56:25 2021 +0100
Update apps.json
removed background image
commit 3f4c49a8aef6ba79419f00d86fc4f02435b72e21
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:55:07 2021 +0100
Update app.js
integrated BG image into app
commit ff3223e1b906957811cad815df88ad495e70a95f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:51:02 2021 +0100
Update app.js
added "require" for bg image
commit ab2cb243857e50e7bb80ee163e4bc153302446a7
Merge: adadf7ef 162dc1f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:51:01 2021 +0000
Merge pull request #929 from weeurey/master
Update app
commit adadf7efd39b01466cfd348e13c5a02deaa6bf4d
Merge: b7f403e7 0f9d938f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:26 2021 +0000
Merge pull request #931 from reelyactive/master
emojuino@0.02
commit b7f403e79bf5fae387c5f6d0522f49ce917362a6
Merge: f4e997d4 46383d4d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:12 2021 +0000
Merge pull request #930 from rigrig/gbmusic-fix
gbmusic: fix "previous" button image
commit a03513812956c629f003824b46bb6763734eead8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:44:24 2021 +0000
fix download icon on android
commit b128f5c15569de9e2be0717f270cfd90e006d5ab
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:38:02 2021 +0100
Update apps.json
added background image to upload
commit 930cfa13315046c621a5444632f7b12bbd956fae
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 09:43:24 2021 +0100
New HRM Icon
commit 7f3f7b9eee3c23c922645274dd8d7947def8158d
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:26:37 2021 +0100
Currently, no confidence > 80 is reached...
commit 1fb861b82c4cc75b94dc6875280fbd411390bc71
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:25:11 2021 +0100
HRM confidence of 80 to display
commit 7d95221e166770be91bf76374f926fe996356009
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:24:15 2021 +0100
Minor change
commit 6d8d98fb03e7bed42c3feeee771ddfcd78b60ea8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:21:41 2021 +0100
Show HRM
commit a0cc4c633e0e6853a0f170a5358b7e1f11e310af
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:10:00 2021 +0100
Minor changes
commit be083113316ec7ba07d780b6593cb9adfd748298
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 19:11:40 2021 -0800
Update custom.html
commit 0664a44c454107d4e3ff039d12baffea3e90cf5f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:52:43 2021 -0800
Update apps.json
commit b032ca0fc1936e650a459f766799e197daf2a4dd
Merge: 7fd37f7e f1f063fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:27 2021 -0800
Merge branch 'espruino-master'
commit f1f063fd1adb553c548a3aa54156bce00b4ca48d
Merge: 7fd37f7e f4e997d4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:09 2021 -0800
merge3
commit 0f9d938fa6970df18fbe99f3c707b94aa26d15c1
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:23:17 2021 -0500
Version bump
commit 5a01047cd0b30e4b7b253d784bd0b5755fc0c2e2
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:21:29 2021 -0500
Added screenshots
commit ae55c2d39fc936cfa1954d44b7f76dc91c21ced3
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:09:26 2021 -0500
Allow emulator, specify type as app
commit 58f9e7cd5b59904651fb878a89844ee4ccfb23df
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:03:18 2021 -0500
Upgrade to emoji images and supporting text
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit 7fd37f7e4e669c0aea7b5324b85f9d85ca394dcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 12:18:44 2021 -0800
Update custom.html
commit 84d9ca4b337e36c4f62ffce4b3059f8f2909d482
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:57:14 2021 -0800
Update boot.js
commit 740f4a95665fd92ad87e83dd381da7e55c2e4b18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:52:27 2021 -0800
Create boot.js
not part of the current merge
commit d3538a03f10f6323afc8656cef397a561cf35bf0
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:12:50 2021 +0100
Added raster
commit 20310fdb75b11fe8b3ea38dc7810732910537169
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:02:27 2021 +0100
Smaller icons
commit 3863be18301cec9fec480db7fe28a19439c708d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 09:06:52 2021 -0800
Delete apps/schoolCalendar/fullcalendar/interaction/src directory
commit 5d8c13a7e6a934e8b750f0ab4871e3dcc67c09bf
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:56:29 2021 +0100
Updated screenshot accordingly
commit 21134a1dcdc102755171af26e99ae86f3559996f
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:55:21 2021 +0100
Better background
commit cab3d43085b2edf4dc97ebf05785bb5b446a88da
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:39:48 2021 +0100
Better alarm - shown only in icon so we can display more data.
commit db22bac0ecd48633d6acf0874127a1b28821d8ea
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:11:15 2021 +0100
Use correct alarm icon
commit 162dc1f29346ab0f6ff4b7cd4128826292ca766e
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:11:07 2021 +0000
Update apps.json
commit dc24ae9bfba1786d4d8a3e22871c4da7bda9fb92
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:10:58 2021 +0100
Better HRM Icon
commit 8e688d144ab30ff87f31b51ab457688ce03c4c23
Merge: 741f7aab f4e997d4
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:09:43 2021 +0000
Merge branch 'espruino:master' into master
commit 741f7aab5239e6fa6ae48e1a5351216dfcfc4177
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:08:38 2021 +0000
Update apps.json
commit 247ed9faa2e8b8463374fea05d4bb04ddda2cfc1
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:07:39 2021 +0000
Create ChangeLog
commit d878d46d4ccc5128643034c535cff69984ab7853
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:05:57 2021 +0000
Update app.js
commit c720fc314b516e1007452ad18ce51bc4fefefec1
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:03:21 2021 +0100
New alarm icon
commit 75fbd6882d1368c73db1b96fac79f4202d6a5e53
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:37:48 2021 +0100
Added icon for alarm
commit eb20f15537d8b6be7226b2ae49fc6e6dd0474124
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:33:42 2021 +0100
Compeletely new design with icons for GPS, HRM and Compass. All Icons are open source and mentioned in the Readme.md file.
commit 46383d4d5547bca38a2a07ea01d67afa0166bedc
Author: Richard de Boer <git@tubul.net>
Date: Mon Nov 22 13:18:01 2021 +0100
gbmusic: fix "previous" button image
commit 1bf5132a5caf41398125e0c7f2bad72ffa300df2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:07:49 2021 -0800
Update custom.html
commit 618c5b7a10ebe610205ab463c395f65948e5a763
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:02:29 2021 -0800
Update custom.html
commit adfeb5e535564f8851fcdc080e2fa10d9acced9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:00:21 2021 -0800
Update custom.html
commit f950fd2ee88486e3355efd30823d50de799e8418
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:57:52 2021 -0800
Update custom.html
commit 3ee0e9bae6ee137c6e36672c9aa6a20d1c072caf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:49:48 2021 -0800
Update apps.json
commit 387bd30236b5d765b396eba24ad43120ceb6c384
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:48:14 2021 -0800
Rename ChangeLog.md to ChangeLog
commit 6e07f282b8918ac3b8f333c7c4156980a44ff1d6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:41:26 2021 -0800
Add files via upload
commit fea37b4992e65a5ca54648f88281ce2623f6a55f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:40 2021 -0800
Update apps.json
commit 939d8f6a9ae71b49c13f7dbf1455bb2fec60462a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:21 2021 -0800
Add files via upload
commit 854ae5361d1b2400f6b6d1b2c2239f46d1e16bc9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:34:28 2021 -0800
Update README.md
commit 426768eb11e34ea7a04010e6fe7da1a5a5187f40
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:32:14 2021 -0800
Update custom.html
commit bf994d9acc8b79ebda1e47dc5ebc5158210d6205
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:24:29 2021 -0800
Update apps.json
commit 7c74c5d43f9f66b6374cabd4e247d1560e5f29a1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:15:40 2021 -0800
Update apps.json
commit 8981aa3f614c388c74d73ccd25e16f5e6eabde9f
Merge: e878e547 100384f2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:12:19 2021 -0800
Merge branch 'espruino:master' into master
commit e878e5478713b0b3cae0bb86e28f998cbfeb9b10
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:11:43 2021 -0800
merge
commit 3bde4d2e48711186ae26036baea8f880c2aac7c4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 16:12:16 2021 -0800
Update custom.html
commit 5f3c93df8cc8b73c432ea31b15e84e4b106256de
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:37:41 2021 -0800
Update custom.html
commit 26bd9e35be993aae4deece775ac85f53f877b122
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:35:47 2021 -0800
Update custom.html
commit 8f2cc6e2137cf29e03435123e96d9c6c550864d1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:34:09 2021 -0800
Update custom.html
commit 66f061112301898b011412e91982dbefc7cc2d1e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:32:48 2021 -0800
Update custom.html
commit 87a9504912b8753dc63700207ee89acacbb34726
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:30:44 2021 -0800
Update custom.html
commit 626498da9d296fecf6776b836def4eda87027d85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:24:01 2021 -0800
Update custom.html
commit 3472ca355a1a71d3fa3f464ece2b81dce7f4eeaa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:21:57 2021 -0800
Update custom.html
commit 529b0cb4637652dfc0a3ba6688b863b5f47437ca
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:19:53 2021 -0800
Update custom.html
commit e77d9980023f041a87743ac1fd3c48a3f0652a8e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:18:21 2021 -0800
Update custom.html
update
commit a712c37c7652f7bc46c4d7761df93b3d28e17229
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:17:58 2021 -0800
Update custom.html
commit 4d9d6abb9ef466e4058510efe9eec295f60127e9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:14:02 2021 -0800
Update custom.html
commit f35b24844810a90f08f731cc9e63535be217e4cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:09:44 2021 -0800
Update custom.html
commit d0336b2854d7e0892c440ef8c5f83bcbe1374a9b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:06:56 2021 -0800
Update custom.html
commit 640c8e491e489e9ea88282cf0bfe14004838b3db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:03:42 2021 -0800
Update custom.html
commit 604153cb2408399ce1420b43ef87f41c09d3daa6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:01:45 2021 -0800
Update custom.html
commit 0f8f1e38e85a8c1c49057f4b891209bdfad67aef
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:44 2021 -0800
Update custom.html
commit 7f7dcb0bcf89b1d66f60481efaa09f5956ee4ecc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:22 2021 -0800
Update custom.html
commit d42fe03dc8fcbc0f68857dd9f887c8cc4eff1c06
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:55:08 2021 -0800
Update custom.html
commit 98f172fad442e89f53c45ac47f2388a08049855a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:53:01 2021 -0800
Update custom.html
commit daf8dde32bc81b8f04402c4728eac41784751cd5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:49:25 2021 -0800
Update custom.html
commit 408bd24080a2f7dcf1e6d0c33dab65da4dff82cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:48:38 2021 -0800
Update custom.html
commit 68db21acbb837b12d84d9930d451d2ba90e251dd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:44:30 2021 -0800
Update custom.html
commit 45feb1b2ffb17b8835c505bc4a4f825ddc17bf4f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:42 2021 -0800
Update custom.html
commit 3bc5fd87b61cbb9b867009d933342fe627da982d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:12 2021 -0800
Update custom.html
commit c3eede9868ee342bc4248e71a874c2e6b332dcdd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:37:42 2021 -0800
Update custom.html
commit 8426356c01a23ae769c79f726b95ea64f4428574
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:35:55 2021 -0800
Update custom.html
commit 93f09c216a1eb9aa876c88a1f806ccb709e971b7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:39 2021 -0800
Update apps.json
commit cb748a251dbd11e87615d82081522953607b3a27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:20 2021 -0800
Update custom.html
commit a994ed66301040f60d5f99b672a6081152a20d6c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:53:38 2021 -0800
Update custom.html
commit b76bb48973dbabfaf56bdec4aee44a483f94d129
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:50:08 2021 -0800
Update custom.html
commit f99ce683e9ce42431321fc711e061955bc0220fb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:46:32 2021 -0800
Update custom.html
commit ddfdd94ff845d3d8560158cde184a9a19a3d2142
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:42:51 2021 -0800
Update custom.html
commit 52675f7eff140426532f81da9c84c5d7803d0cda
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:48:03 2021 -0800
Update custom.html
commit d4911034145e3d98b99d649be55c75671e2f5c5c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:44:23 2021 -0800
Update custom.html
commit 71ff5959aec6a5f8302bda513d2c1371bbed0743
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:58 2021 -0800
Update custom.html
commit daba705b37b9952cba2910c3c0bed23e58aaf2fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:16 2021 -0800
Update custom.html
commit 19cb5fc749abeefe378205531d18b97562ddfc47
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:39:15 2021 -0800
Update apps.json
commit 6c20945898b84a02d6b440923a5afd994c7d97aa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:37:41 2021 -0800
Update custom.html
commit ff519bdc0d9bca530284d98cad9fd023ad37d50d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:15:29 2021 -0800
Update custom.html
commit 34843d703aae0b6a33be352ad0f8408d8d17d07b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:11:54 2021 -0800
Update custom.html
commit 4da82197f32b280e4192d5bc9a5ba174fbad4ace
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:01:20 2021 -0800
Update custom.html
commit a9c5a32bc1359d8288f4fd6b6da50eaf40910c9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:56:54 2021 -0800
Update custom.html
commit 352fea34791ccf06450a516ab2a2daf22353c641
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:53:38 2021 -0800
Update apps.json
commit ab6f56c381a54e4ab3466625a9eb794eef5dd2a0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:52:34 2021 -0800
Update custom.html
commit a65742ce346039ef901e70157620aabd95bbca35
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:48:25 2021 -0800
Update apps.json
commit a1a387dd600f7e5c3879d74cd5a516d7566fb7bb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:47:52 2021 -0800
Update custom.html
commit 180e88e0e44dc3ca09291a7d37b6fa4df637fa78
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:50 2021 -0800
Update custom.html
commit 0099736b8c64e8f1afefd4d52b526151e3ac700a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:14 2021 -0800
Update apps.json
commit 1fdf4e954e23fe0514b8d795224c2edafd5941c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:43 2021 -0800
Update apps.json
commit faa5b6b21aa8b7062dc62499e8361b8233cf9408
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:10 2021 -0800
Update custom.html
commit d617803c13ec381f35a9d30f99a267dca02c9cf1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:44 2021 -0800
Update apps.json
commit dc669254bcccad425153d209d6dcdf002f64a30d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:10 2021 -0800
Update custom.html
commit 303247fb4e66802ed7f5c2ee404ce0a28221ec2d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:25:00 2021 -0800
Update custom.html
commit d836cbd2ba256adfffa55f1d12fda02ae8ac760c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:15:16 2021 -0800
Update custom.html
commit e206bd4e1cad4aab266fd376fa525500941878a8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:08:00 2021 -0800
Update custom.html
commit 1a6c1acce50fe2fe2e49bfc26b3ac98c1db5aa13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:04:06 2021 -0800
Update custom.html
commit aa20fac50ed19adfb9248fd9cda1ebb7c31f95b1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:02:52 2021 -0800
Update apps.json
commit 5625414e90c78677040420f342f29e96f088469b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:34:30 2021 -0800
Update apps.json
commit ebc2d8096144e6150920efc4b63e8f1e3f52eb00
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:33:27 2021 -0800
Update custom.html
commit 6c43de3766433c1f9fa1d01fd24cbfe0839e19c0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:21:11 2021 -0800
Update apps.json
commit 37da3c68aeeb5fec1ef3d8965fa3d8170074d791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:19:46 2021 -0800
Update custom.html
commit 92707b9d13ed269a41684ce45111376694cb6e58
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:12:50 2021 -0800
Update ChangeLog.md
commit d3ca682cff08be0bb2a64ab057f6efdf36b4e094
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:09:56 2021 -0800
Update apps.json
commit dfd9e59993944f6323120f8af660d880c63c6793
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:08:52 2021 -0800
Update custom.html
commit 5d24a09ffa2d9cad10a5fae3c7b4d5fafc944aa9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:04:41 2021 -0800
Update apps.json
commit e965bd7d962108a2944824eb6579fce435876966
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:43 2021 -0800
Update custom.html
commit 345d9c155135fc4d0a2b8d00b3528b363a584ced
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:12 2021 -0800
Delete schoolCalendar.js
commit dc9db8a4767d4c16d92645131d977263e2468521
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:58 2021 -0800
Update schoolCalendar.js
commit 58df0a5ca26684b4da84929c8c388ca5c37acabd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:03 2021 -0800
Update apps.json
commit 65ad4979e8d58b51f11f3bcc86f31ab303a5d7b6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:27:10 2021 -0800
Update custom.html
commit 9c07800c5ef948a1b9b2071e7bdfe46809fefa1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:07:38 2021 -0800
Update custom.html
commit b108bc45fb8bfa266e4d4ad3e66a9f65cec96c92
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:58:24 2021 -0800
Update custom.html
commit d871855f8e217b27ea73ed28b389bbc8aea59d62
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:55:58 2021 -0800
Update apps.json
commit 99112920b287568db32c5e43b47cfc2ee0cf71a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:47:34 2021 -0800
Update apps.json
commit 37f4329ec57bc4a96a1b2a0847406f6a05cad520
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:49 2021 -0800
Update apps.json
commit ba2aee642bf90307757bb85fda6aa0db01bed5e5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:06 2021 -0800
Update custom.html
commit 98048dc23cb1caf3aafbf1d1ecfa461ba5943925
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:37:23 2021 -0800
Update apps.json
commit 1a53e8d34af89f0e6c889653961350a898deea81
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:33:43 2021 -0800
Update custom.html
commit 993bb7298c8fbc9348e6668b70a555c51dc54a09
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:31:41 2021 -0800
Rename interface.html to custom.html
commit 3a3962bfdc0365e75f8804b61293ec91084f6698
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:30:12 2021 -0800
Rename custom.html to interface.html
commit c8ad92a3dcb7b8a0df83f2e720b6730dd785e829
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:20:33 2021 -0800
Update apps.json
commit ae85c1cee709457b10233205c057f946ea15fe83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:14:33 2021 -0800
Update custom.html
commit c1b467ba8e96f58b27eb3b9b2dc2b859fa89e227
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:14:50 2021 +0000
Update app.js
commit 438537ace2358f5b798bdfde92ebf78db81abc49
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:10:03 2021 +0000
Update app.js
commit e6d736860d7d7511f08474a4d8f6446ebe97e634
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:57:57 2021 +0000
Update app.js
commit e1add5e2b2a068873d0102324d61f9ff5532924d
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:45:02 2021 +0000
Update app.js
commit 09be008dfaf764b542a80f4dbbde6ab26314713e
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:39:48 2021 +0000
Update app.js
commit 9f26994f5c66a5ee88a702c7a73d8bcc0c8236c3
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:33:47 2021 +0000
Update app.js
commit 0cf4c5d70a97480185296b32137fcdc179fddcc4
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:10:31 2021 +0000
Update app.js
commit cfdb94439526722ca757b8ee748d298f6a76d9e7
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:32:34 2021 +0000
Update app.js
Add Media controls
commit e3cd8f5607f912002d3ec0adf833834058a492cb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:16:37 2021 +0000
Update app.js
Removed extra unneeded code
commit ceed8a123836f5da6fb8c5d6741e2224a3e4a0af
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 15:05:28 2021 +0000
Update app.js
commit 721a3f2608ee0012767cfacd5c69aa91a7bba5f6
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:39:30 2021 +0000
Update app.js
commit a16bfe4d7350b34c694050448f2aefc990d19dcb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:32:57 2021 +0000
Update app.js
commit e72bf84a7a05c4208e8c1d5f60815a9f57ca11c4
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 21:29:57 2021 +0100
use dark theme for metronome
commit 071a7a7e683a649b9f75fdc92b9f56804cd0af87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 20:46:18 2021 +0100
add support for Bangle.js 2
commit 7a7175fa483e4e9fcd5912d83e9519274d67b4f0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Nov 4 16:00:41 2021 -0700
Update custom.html
commit e2928498690565ba7d0454aaa4265bc8adfda712
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:32 2021 -0700
Rename interface.html to custom.html
commit cd7579269efe8d54a5a5680b8126ea38f9ce54be
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:04 2021 -0700
Update apps.json
commit df7f9cc530194025708b712565a410aed1d73e95
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:20:09 2021 -0700
Update interface.html
commit ada94b11cfbebfeaa010cee1b39d0f92591d4e13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:06:50 2021 -0700
Update interface.html
commit 08fc58deb57847cca7d81bf84a54df16ce97528f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:20:57 2021 -0700
Update interface.html
commit 04b9e74a4d2cd84dd9b64b0ba6fba1167fc400e7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:10:58 2021 -0700
Update interface.html
commit be7af68455ff4b5034c0baab9d8c138b9b024707
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:08:24 2021 -0700
Update interface.html
commit aaee5f3c0610de7a48bdda7fe9c6064dff97780e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 19:13:08 2021 -0700
Update interface.html
commit 73819933eeb57f32935e6ad93a146bdbee6d8be6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:52:09 2021 -0700
Update schoolCalendar.js
commit fa5cbd71c618a2053ec3217048c74a723c46f03f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:49:22 2021 -0700
Update README.md
commit fa392008d1e30a6df05245eac969badf4188fb74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:45:24 2021 -0700
Update README.md
commit c280e41560a3812ee83ca461e098bc35b80ef439
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:42:39 2021 -0700
Update README.md
commit 6b84a8eb3007cca6abd31cc1d3d0552cc79cb492
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:26 2021 -0700
Update schoolCalendar.js
commit 5bbfb1109910856575cc348012dbc44d489a8005
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:11 2021 -0700
Update interface.html
update interface
commit 6660dad4c01c66c20670cfd415b6ad063d9b5b74
Merge: 8c003cf6 1e0f6cd6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 07:35:54 2021 -0700
Merge branch 'espruino:master' into master
commit 8c003cf6ffb5a8b3437897a1e57a6a020b5e02a4
Merge: 5c11881f f1ce196a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 15 07:33:21 2021 -0700
Merge branch 'espruino:master' into master
commit 5c11881f752edbdef3031f0a48109a196eced80a
Merge: 8c149dbe be34e2b0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 14 17:14:45 2021 -0700
Merge branch 'espruino:master' into master
commit 8c149dbea1cfd34e815b64ca354840b811a82222
Merge: 7888cc6c 300ed35b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Oct 13 07:46:16 2021 -0700
Merge branch 'espruino:master' into master
commit 7888cc6ce0bbabf99c7dd39f002810d262af07fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:59 2021 -0700
Create README.md
commit 36a52b8b001a4515d715950db56e411a6c4842b2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:52 2021 -0700
Update README.md
commit 4f5558c41e75f6e91a34842f7b42fa85970dce5e
Merge: 5db16d19 68cc9fbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 16:43:12 2021 -0700
Merge branch 'espruino:master' into master
commit 5db16d190b1439293d9f0af16d37fea29db8830c
Merge: e7995505 54d98db6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 07:03:23 2021 -0700
Merge branch 'espruino:master' into master
commit e799550544e55ef94ef48f905283625e50f73e97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:57 2021 -0700
Update schoolCalendar.js
commit 89f82a50436d4eab82574d310077d19154a8ab59
Merge: 7107d510 f3712e66
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:38 2021 -0700
Merge branch 'espruino:master' into master
commit 7107d510a5301f50ca5dc1bf9d4463ad99a33af8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 20:06:28 2021 -0700
Update schoolCalendar.js
commit a61879753285b4469772f51474c29fe86a5aa942
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 19:55:30 2021 -0700
Update schoolCalendar.js
commit 3c9e46c2160f4ff58708afc0d08ce2e5d27df097
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:59:03 2021 -0700
Update apps.json
commit 941bc852c1ab4472dc74a7f84e12e92ab891432e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:53 2021 -0700
Add files via upload
commit 4cbfac212e6999887cfafd37d9c809919a014e27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:26 2021 -0700
Delete apps/schoolCalender directory
commit c7b723f87e5e6fb0858c09ee2910510267d73fd6
Merge: 8d2f4ccc ba08863b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 07:31:25 2021 -0700
Merge branch 'espruino:master' into master
commit 8d2f4ccca761e1695620b072e116b94272850427
Merge: 7846b48c 44aa03e4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 1 07:31:42 2021 -0700
Merge branch 'espruino:master' into master
commit 7846b48cf67ab024970b90948096f9258e1c184c
Merge: 59aa9909 d0fd2f01
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 30 17:22:33 2021 -0700
Merge branch 'espruino:master' into master
commit 59aa99092dac99b9a13bbc2a7153dd2b44a6fb67
Merge: 9061acee 03bbe1d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 29 08:06:54 2021 -0700
Merge branch 'espruino:master' into master
commit 9061acee5db851bd58295785cc7542a7c066b4c8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 17:44:12 2021 -0700
Update interface.html
commit 79bacc45932ce8842cbf12d23c36a41e992b438e
Merge: bb5fcdaa 48bb819b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 07:12:44 2021 -0700
Merge branch 'espruino:master' into master
commit bb5fcdaafc1e344bf2d717c3eb238f763f255215
Merge: 814fbdd6 28bd9e83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 27 16:15:07 2021 -0700
Merge branch 'espruino:master' into master
commit 814fbdd61ef41676d07719b5b1b297fbbc03ec6f
Merge: 83d88a1e f3fd0f25
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 25 08:01:44 2021 -0700
Merge branch 'espruino:master' into master
commit 83d88a1ea191e2e6b669d284d94b4180b9ea54aa
Merge: c9bed74e 71471d37
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 24 19:35:52 2021 -0700
Merge branch 'espruino:master' into master
commit c9bed74ec2e240e2daf26bf9ec9432df91ac18aa
Merge: 1f130c53 16fe8470
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 23 15:21:18 2021 -0700
Merge branch 'espruino:master' into master
commit 1f130c53b46546328260a6b94ad182be5d55ff18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 22 07:25:41 2021 -0700
Update interface.html
commit 3d8ebe82c289156581799134b3c56fd02ade1fad
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:07:20 2021 -0700
Update interface.html
commit 2ca58d2cc436b72beb87d347b8d8c217b461e805
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:02:14 2021 -0700
Update custom.html
commit d8c149073fb6bca8f5f78ba4a031004adeab1a6b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:01:31 2021 -0700
Update apps.json
commit ceab5d46a23f913faf96be90e644458ac5546157
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 20:58:01 2021 -0700
Rename schoolCalender.js to app.js
commit 9b344eb1ecc577e96196d2a3d3fc8962198e90de
Merge: ec453c0e 3b15a7f9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 07:24:54 2021 -0700
Merge branch 'espruino:master' into master
commit ec453c0e100f7fd140305fe8ed4a62d3987e68f1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 19:45:50 2021 -0700
Update README.md
commit a8f7fe72923e1fe38042cb4752dac1429c6be426
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:31:41 2021 -0700
Update interface.html
commit 51c41d5c48a72b7a373e6f979c95bab9fa9ddb7a
Merge: b7a4ecb5 50ec8d97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:25:50 2021 -0700
Merge branch 'espruino:master' into master
commit b7a4ecb57857016c131ba72e101b3a11eb3cb06c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:48:24 2021 -0700
Update interface.html
commit 82320ab073c0b106f5260e26c0fb147d7c8fcd02
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:40:43 2021 -0700
Update interface.html
commit 27d025bf82cc5882dc39110c5c7799f657f2c57d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 14:01:04 2021 -0700
Update interface.html
commit bd92c0e67fce373f11aae3bbcf8f5a4c06f2e161
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:51:31 2021 -0700
Update interface.html
commit f0c596d14f6119bbe52e2f0d3912216785257536
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:40:29 2021 -0700
Update interface.html
commit d6542bac6d666af7c8fe1f67434611e6ccacc6a6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:29:46 2021 -0700
Update interface.html
commit 7a2ee0f7111209afa859761a62f80e93ca71a879
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:15:29 2021 -0700
Update interface.html
commit c65ddbfc522c54da540080a16d171edd42ce592e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:05:32 2021 -0700
Update interface.html
commit 43c684f389d97dd12815edbd93d0750f923f17b3
Merge: ddd1a83c 5f5b5c0d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:45:25 2021 -0700
Merge branch 'espruino-master'
commit 5f5b5c0dc2485f7e454acb9f364d240e3972d955
Merge: ddd1a83c cc2e1bbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:42:47 2021 -0700
Merge branch 'master' of git://github.com/espruino/BangleApps into espruino-master
commit ddd1a83c613a9f21ec8e37ba1151e1ca255a77af
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 18:27:57 2021 -0700
Update interface.html
commit 632c98f8be2ad6e2290e5eb98025559a42a47c34
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 15:13:46 2021 -0700
Update interface.html
commit c252f74e16edc5a1a1fcfe4ce72c9594f12a9624
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 07:31:16 2021 -0700
Update interface.html
commit b9b0a43e99db0c2d13c28bf6d65540925709d866
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:28:35 2021 -0700
Update interface.html
commit afafd449fb06abd3930d0eb40989dc12787c96d9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:22:01 2021 -0700
Update interface.html
commit 45a0d50b011ee50e9b1b4c6ce5a84e1290331b1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:15:25 2021 -0700
Update interface.html
commit eb146fe07bd5d71f49c5e267424d7b8206eee952
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:07:51 2021 -0700
Update interface.html
commit 34baf995e7f5288266b5da08bcac6d76202a92fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:04:33 2021 -0700
Update interface.html
commit 751fbdda43ea542db4887bed7b4d4e2ad7628a23
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:00:47 2021 -0700
Update interface.html
commit bc71f317311509e8f3fd5054e6c3efaa05bc0416
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:47:13 2021 -0700
Update interface.html
commit cfde9e14a87466a8dc7cb92934c3af373f6a43d0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:41:40 2021 -0700
Update interface.html
commit 135165c983beca48190d091e355436100beee41d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:37:52 2021 -0700
Add files via upload
commit d50ba356d68ebeffd028a924450d4a6ad4fddd74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:36:59 2021 -0700
Update apps.json
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit b51c84229798e7c3665f203c13023d9f6e24eb68
Merge: f4e997d4 d1da165e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 12:20:57 2021 +0000
Merge branch 'Combined' into Base
commit d1da165eb44fa50bea67506097768f1138574c8c
Merge: f927549b 2c257605
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:30:56 2021 +0000
Merge pull request #9 from t0m1o1/scaledlauncher
Update apps.json
commit f927549b2c1e88232f4df2c6ef7e160c3a8e0f7b
Merge: 3cfd575d 411118aa
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:16:59 2021 +0000
Merge pull request #8 from t0m1o1/scaledlauncher
Scaledlauncher
commit 3cfd575da46cf38347bbbb4d37645c0bd72833de
Merge: 9a311219 9d1429ca
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:04:17 2021 +0000
Merge pull request #7 from t0m1o1/scaledlauncher
Update settings.js
commit 9a311219b2d3a7d3594ca654c78ae7137a92fb8e
Merge: 43c42711 5b1b752d
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 02:56:33 2021 +0000
Merge pull request #6 from t0m1o1/scaledlauncher
Scaledlauncher
commit 43c4271101a4be6dbc28d7e34534d25242c159ae
Merge: dec967f1 084bba39
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 21:18:16 2021 +0000
Merge pull request #5 from t0m1o1/compass-fix
Compass fix
commit dec967f1ac5900e43099ef9bfef3bfbe84e1f8e4
Merge: 21c48263 dfa40407
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 20:56:22 2021 +0000
Merge pull request #4 from t0m1o1/Swipe-Launcher
Stop the swiping coming up if mode is undefined
commit 21c482639aa1f2d391ebb0508701cff3170b45c4
Merge: dea2ec96 4c9d04de
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:19:27 2021 +0000
Merge pull request #3 from t0m1o1/Swipe-Launcher
Update Swiper Clock Launch
commit dea2ec9693855d735662a4d344682e6105533bf2
Merge: 92d156fb 51766844
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:15:16 2021 +0000
Merge pull request #2 from t0m1o1/master
Master
commit 92d156fb398787a068a2f7ed81a78d90ed04bd70
Merge: 100384f2 7d37a9eb
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:14:13 2021 +0000
Merge pull request #1 from t0m1o1/Swipe-Launcher
Swipe launcher
commit 51766844e6ff346119739114c28b9d638ca57cbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:49:56 2021 +0000
Update apps.json
commit 6fda7a5f33ec6341d51529e680f5d0caa9c9fdbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:37:07 2021 +0000
Update apps.json
commit b7a067234413e2cd9cb531c366371e5d88f6bb21
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:32:09 2021 +0000
Rename hidmsicswipe.app.js to hidmsicswipe.js
commit 97065f1d62d40003eec09a2539d7294fe41bc4e5
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:55 2021 +0000
Delete hidmsicswipe.info
commit 21f184d6c4ad1f977c385d95c3966d95d446bf5c
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:10 2021 +0000
Add files via upload
commit 3917f28ae54db0e86b6429489c19a4180be759e0
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:45 2021 +0000
Delete hidmsicswipe.img
commit a65668300fc45082d6897e19c6efff556853f4d9
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:18 2021 +0000
Delete hid-music.png
commit 5fce838e8ab7d2b297c05a1ae735abcd4ba76d90
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:29:36 2021 +0000
Add files via upload
commit ffa37f2ab3b1fd2b921783e19ffb48673aad1a6e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:22:38 2021 +0000
Create hidmsicswipe-icon.js
commit b656e5973c302a39f7513364c66094132135bfc4
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:59:19 2021 +0000
Create changelog
commit ad943ca5658e4f68c205996c4ad42aa1ebbeb793
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:58:19 2021 +0000
Add files via upload
commit ac433ac7bd6d586e9b1ca11da924d64bd566ade2
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:57:39 2021 +0000
Create hidmsicswipe.info
2021-12-05 17:14:06 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2019-10-30 20:34:41 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "slevel.app.js" , "url" : "spiritlevel.js" } ,
{ "name" : "slevel.img" , "url" : "spiritlevel-icon.js" , "evaluate" : true }
2019-11-06 17:25:02 +00:00
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "files" ,
2019-11-07 08:44:08 +00:00
"name" : "App Manager" ,
2021-10-20 14:11:04 +00:00
"version" : "0.07" ,
2019-11-07 08:44:08 +00:00
"description" : "Show currently installed apps, free space, and allow their deletion from the watch" ,
2021-10-20 14:11:04 +00:00
"icon" : "files.png" ,
2020-04-09 08:03:42 +00:00
"tags" : "tool,system,files" ,
2021-11-23 13:57:46 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2019-11-07 08:44:08 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "files.app.js" , "url" : "files.js" } ,
{ "name" : "files.img" , "url" : "files-icon.js" , "evaluate" : true }
2019-11-07 08:44:08 +00:00
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "weather" ,
2020-04-21 21:18:21 +00:00
"name" : "Weather" ,
2021-11-20 17:56:45 +00:00
"version" : "0.11" ,
2020-04-21 21:18:21 +00:00
"description" : "Show Gadgetbridge weather report" ,
2021-10-20 14:11:04 +00:00
"icon" : "icon.png" ,
2021-10-26 12:15:21 +00:00
"screenshots" : [ { "url" : "screenshot.png" } ] ,
2020-04-21 21:18:21 +00:00
"tags" : "widget,outdoors" ,
2021-11-20 17:56:45 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2021-10-20 14:11:04 +00:00
"readme" : "readme.md" ,
2020-04-21 21:18:21 +00:00
"storage" : [
{ "name" : "weather.app.js" , "url" : "app.js" } ,
{ "name" : "weather.wid.js" , "url" : "widget.js" } ,
{ "name" : "weather" , "url" : "lib.js" } ,
2020-05-24 02:37:38 +00:00
{ "name" : "weather.img" , "url" : "icon.js" , "evaluate" : true } ,
{ "name" : "weather.settings.js" , "url" : "settings.js" }
2020-04-21 21:18:21 +00:00
] ,
2021-10-20 14:11:04 +00:00
"data" : [ { "name" : "weather.json" } ]
2020-04-21 21:18:21 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "chargeanim" ,
2020-10-22 16:02:35 +00:00
"name" : "Charge Animation" ,
2021-11-19 12:25:45 +00:00
"version" : "0.02" ,
2020-10-22 16:02:35 +00:00
"description" : "When charging, show a sideways charging animation and keep the screen on. When removed from the charger load the clock again." ,
2021-10-20 14:11:04 +00:00
"icon" : "icon.png" ,
2020-10-22 16:02:35 +00:00
"tags" : "battery" ,
2021-11-19 12:25:45 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2021-10-20 14:11:04 +00:00
"allow_emulator" : true ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle2-charge-animation-screenshot.png" } , { "url" : "bangle-charge-animation-screenshot.png" } ] ,
2020-10-22 16:02:35 +00:00
"storage" : [
{ "name" : "chargeanim.app.js" , "url" : "app.js" } ,
{ "name" : "chargeanim.boot.js" , "url" : "boot.js" } ,
{ "name" : "chargeanim.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "bluetoothdock" ,
2020-11-17 12:31:56 +00:00
"name" : "Bluetooth Dock" ,
2021-10-20 14:11:04 +00:00
"shortName" : "Dock" ,
"version" : "0.01" ,
2020-11-17 12:31:56 +00:00
"description" : "When charging shows the time, scans Bluetooth for known devices (eg temperature) and shows them on the screen" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2020-11-17 12:31:56 +00:00
"tags" : "bluetooth" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2020-11-17 12:31:56 +00:00
"readme" : "README.md" ,
"storage" : [
{ "name" : "bluetoothdock.app.js" , "url" : "app.js" } ,
{ "name" : "bluetoothdock.boot.js" , "url" : "boot.js" } ,
{ "name" : "bluetoothdock.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "widbat" ,
2019-11-06 17:25:02 +00:00
"name" : "Battery Level Widget" ,
2021-10-22 07:52:05 +00:00
"version" : "0.09" ,
2019-11-06 17:25:02 +00:00
"description" : "Show the current battery level and charging status in the top right of the clock" ,
2021-10-20 14:11:04 +00:00
"icon" : "widget.png" ,
"type" : "widget" ,
"tags" : "widget,battery" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2019-11-06 17:25:02 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "widbat.wid.js" , "url" : "widget.js" }
2019-11-06 17:25:02 +00:00
]
} ,
2021-10-22 07:52:05 +00:00
{
"id" : "widbatv" ,
"name" : "Battery Level Widget (Vertical)" ,
"version" : "0.01" ,
"description" : "Slim, vertical battery widget that only takes up 14px" ,
"icon" : "widget.png" ,
"type" : "widget" ,
"tags" : "widget,battery" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
"storage" : [
{ "name" : "widbatv.wid.js" , "url" : "widget.js" }
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "widlock" ,
2021-05-26 15:21:52 +00:00
"name" : "Lock Widget" ,
2021-10-20 14:11:04 +00:00
"version" : "0.03" ,
2021-05-26 15:21:52 +00:00
"description" : "On devices with always-on display (Bangle.js 2) this displays lock icon whenever the display is locked" ,
2021-10-20 14:11:04 +00:00
"icon" : "widget.png" ,
"type" : "widget" ,
"tags" : "widget,lock" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2021-05-26 15:21:52 +00:00
"storage" : [
{ "name" : "widlock.wid.js" , "url" : "widget.js" }
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "widbatpc" ,
2020-04-02 07:34:47 +00:00
"name" : "Battery Level Widget (with percentage)" ,
2020-04-02 23:41:57 +00:00
"shortName" : "Battery Widget" ,
Squashed commit of the following:
commit 5ed43a28b5b9d6820ee898f632535747c1e5913d
Merge: 4cf9192c a385c099
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:12:45 2021 +0000
Merge branch 'espruino:master' into Base
commit 4cf9192c4341a85eab1198b8663f48d276704ac3
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:25 2021 +0000
Update core
commit 69a54194a9eb41d0722fc061bec5c900b724e8cf
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:14 2021 +0000
Squashed commit of the following:
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit e040cc4e245a8fb4c55bfeb99cab12c62af5e7b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 15:22:16 2021 +0000
replace tabs!
commit 60c2fa710c4904827bfba868507a9f6d10d524a3
Merge: 38b2e417 f3cb7e9a
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:29:46 2021 +0000
Merge pull request #942 from madman2021/master
Add new TimeCal app
commit 38b2e417bf8e63be394a96ed24b9e3d174d5f45b
Merge: 94bd895b 43b38cc8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:26:43 2021 +0000
Merge pull request #943 from peerdavid/master
[LCARS Clock] Shows icons for charging and out of battery
commit 94bd895bafeb37250b64373692c9cceb3e9ece97
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 12:56:56 2021 +0000
welcome 0.14: Turn off and run later to use softOff to time is set right
plus other minor tweaks
commit 43b38cc8ab5796e25f65ace531be68a6a4134f98
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:40:47 2021 +0100
New screenshot. Updated version.
commit 34c6589f06a1a8ba0f7fe2e126b41d03dff7f45b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:37:07 2021 +0100
Minor improvement
commit c403a5af671cf70b18776fad83126adf66122f0f
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:36:21 2021 +0100
New design. Removed png icon files - only converted icons are needed.
commit 19655ea3279daf32ebfd4453db398915a8229946
Merge: 274b705c b1fb0e6b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:44 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 274b705c1e7313cf646412ec01bf17de9b1dabcf
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:37 2021 +0100
More lcars style
commit f3cb7e9a0b8f0ba3624b639415c9168c240905e8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:53:14 2021 +0000
Remove Icon as it renders massive
commit 1a9f5375557fc232acfe3f42d1198da827db5ab8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:46:03 2021 +0000
Add missing supports tag for TimeCal
commit 3738bde22a0d4cef2bd5c956a1a370e9a145689a
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:43:38 2021 +0000
Add TimeCal to the app library
Add TimeCal to the app library
commit b1fb0e6b7d88f53cff85f6a8d3eb416bebd35e92
Merge: 559e8208 dabc22c2
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 11:10:36 2021 +0100
Merge branch 'espruino:master' into master
commit dabc22c2d725ccddad8b08c0fa0b14af94d38e28
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 09:54:11 2021 +0000
custom code works on bangle2
commit 2e83a511d2032736a63bda38406b4f744a4130f1
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:51:20 2021 +0000
metronome supports bangle 2 now
commit cea51d06d07f09923d590357c33782861c342817
Merge: cd1daba0 4eee3f05
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:50:24 2021 +0000
Merge pull request #938 from bengwalker/master
Add Bangle.js 2 support for metronome app
commit cd1daba0c55e99f5a477407f47b932d050c0b6f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:46:13 2021 +0000
0.25: Fix issue where if Bangle.js 2 got a GPS fix but no reported time, errors could be caused by the widget (fix #935)
commit c03ab08687bbc7ed893ed2ef8c3be21f1e61e74f
Merge: 1750c72e f10bf240
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:40:53 2021 +0000
Merge pull request #939 from Ronin0000/master
Add Screenshots to Many Apps
commit 1750c72e94eab6ee22650d993ea31efa17e79c46
Merge: 5eeb1181 1def233d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:38:06 2021 +0000
Merge pull request #936 from Vingelar/master
Binwatch: re-format background images
commit 559e82088077ba79675c0012c921eae3ef32b16d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:14:04 2021 +0100
Minor design change
commit d24b8c80da7afd75a6f121a22e3694252aa3c57a
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:12:25 2021 +0100
Minor design chnges
commit f10bf24018add2df61a5fc422aee941b07c70082
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 17:04:07 2021 -0800
Update apps.json
commit c66b0982368a5e1ee74da598945df12d88cba679
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:53:48 2021 -0800
Update apps.json
commit 638fea73c791b4f11b6119c02ca2090c31b6bc83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:24:10 2021 -0800
Add files via upload
commit 4e79c896c65b2edc7dfcb7b4b2eb6ae1c96f60ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:23:33 2021 -0800
Add files via upload
commit 33809d8cdfa7ea3f02941c820b4836f20a9eb869
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:58 2021 -0800
Add files via upload
commit 6cb83284a7e7b9d2f8935835702e713f0f9b7b51
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:45 2021 -0800
Add files via upload
commit 7e521d0d29262227a32244d2929eb99fcb36fb98
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:17 2021 -0800
Add files via upload
commit 9985ff03f20469897ceb3dd1acb4f90ac850ebb8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:00 2021 -0800
Add files via upload
commit 6f437c39866562e05d8821bdb5150cd553f3a6cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:21:15 2021 -0800
Add files via upload
commit ffe218a0046d65464e96cdc59d1c10fbb708b791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:56 2021 -0800
Add files via upload
commit 9400133dd49762a7bfcff38e5a6249cbfd5753f7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:39 2021 -0800
Add files via upload
commit 76463d927940f590ed45cc51558723375217a34a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:37 2021 -0800
Add files via upload
commit 4011accb47eb53954acc3e27cce5b6f6cb025c57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:19 2021 -0800
Add files via upload
commit bc5960d61a40c08566a8e1977fa53c6528f04a85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:07 2021 -0800
Add files via upload
commit da5634beda72243f5ee6e4fc0e376c6c5f9c6ccc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:51 2021 -0800
Add files via upload
commit b9c4640f853d4992e57cd5d6b2e3f4d75db32d1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:25 2021 -0800
Add files via upload
commit d27a605a24cc06903084b6a796c9c93b7724150f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:07 2021 -0800
Add files via upload
commit 52baa42e69b1a7a8ef6bc2cae548298af4dcbf7c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:48 2021 -0800
Add files via upload
commit db3b6a58e49a3d5ce9b528011f3e0607474e4fa8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:16 2021 -0800
Add files via upload
commit f0de0d8a9d542fd960f13b36a2bb2a3548f06033
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:52 2021 -0800
Add files via upload
commit 6d4cb98ba83d0ab62406c00ed9fa8dcd139d2f8c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:34 2021 -0800
Add files via upload
commit 5f434d9d327fff8cebf41a45cf73ea9c96cb42db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:23 2021 -0800
Add files via upload
commit 6e72349f05e3773b0ae60217df8b6f266447f1ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:37 2021 -0800
Add files via upload
commit 03e4d0d7c01cdc214526891933f3c155f63ff2b5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:21 2021 -0800
Add files via upload
commit ead12a1c11e3937637e8af8b1d54218e0138e908
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:54 2021 -0800
Add files via upload
commit a1ed32c91380e03146dc4003a3ee6e400d0dd35f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:30 2021 -0800
Add files via upload
commit fae08d7a739b1a28faacb0105d5ad417171dddcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:57 2021 -0800
Add files via upload
commit b889e431edf72d64867c576135bc1470c4590db2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:32 2021 -0800
Add files via upload
commit f177480160184722b935623ebed05ad630a5a6a2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:02 2021 -0800
Add files via upload
commit a2fe8c3722f56c59957642cad2bb0a6454dc6f5b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:11:42 2021 -0800
Add files via upload
commit c1cdf15bf5413167692e9c7bd4f5fee31fe4d4c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:49 2021 -0800
Add files via upload
commit fb1c5529f037cc701e30d9da036a54236ea1ba1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:11 2021 -0800
Add files via upload
commit 530089e0830473574b38c172a964f9cfb49436a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:35 2021 -0800
Add files via upload
commit 3556e668560587c074ad435b977283e19367f69e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:12 2021 -0800
Add files via upload
commit e1e32772e4dd1943af6ed37407425998b0819e48
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:56 2021 -0800
Add files via upload
commit 8084bb92b7cfb12740129c57e1bb5c05ce13994c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:37 2021 -0800
Add files via upload
commit 2c997d2964d4ade4ba0aa5ef89a1b646c15a9751
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:18 2021 -0800
Add files via upload
commit 747626b66c880293481bd0a97cda8e32e0239d04
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:07:24 2021 -0800
Add files via upload
commit ed36fae0ac6def24ca20ab6229affbcf7502582e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:59 2021 -0800
Add files via upload
commit e8baad3c3775e26f8a88457ff8f361a18572e484
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:33 2021 -0800
Add files via upload
commit 1efcebe84aa2b2b00d6920a84d4e486b834c1083
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:16 2021 -0800
Add files via upload
commit 082d3d1e95e9bb98e10bb1679ae0dfba11bf44e0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:05:21 2021 -0800
Add files via upload
commit b10f62a6c55dd89bb15a97430b74269486a72807
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:58 2021 -0800
Add files via upload
commit 24b41c2c6fe40d18ffd9dfc0404f215cc9b847ff
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:42 2021 -0800
Add files via upload
commit 19a2ef1a44c78fe9b1922574f0a1eda20f2fbd43
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:01 2021 -0800
Add files via upload
commit 7089d6e74c438d3577ebf03857b0c1b6f73aaa2a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:03:38 2021 -0800
Add files via upload
commit 431824f828f0ea900c9d206e492cc7a6d1830f2e
Merge: 15aa41c7 5eeb1181
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 15:15:57 2021 -0800
Merge branch 'espruino:master' into master
commit 5eeb1181d049f1580f75657b9a9ac664041b26b9
Merge: 546a0b16 6b05d928
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:29:18 2021 +0000
Merge pull request #937 from rigrig/barclock-b2
Barclock works fine on the Bangle.js 2 :-)
commit 15aa41c766b2a25c7a83a1a6744706a7b2852aa3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:23:03 2021 -0800
Add files via upload
commit 6a93494e3fe516ccbc7755027f613bd9bd529021
Merge: 12443640 546a0b16
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:22:27 2021 -0800
Merge branch 'espruino:master' into master
commit 546a0b16cc32841b38a0d39b07ec6d18f58d21c5
Merge: cb6e14f6 18fbd289
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:55 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit cb6e14f6c12816224bbc3dc127e9817d0df7ae78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:37 2021 +0000
messages, start of call handling and message responses, fix for scroll issue when only 2 menu items
commit 12443640c95efbe9f25ed0ffe73280c84d90cd13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:54:22 2021 -0800
Update apps.json
commit 9bdc07f8617e457439522d5b4c84a65d1eba4ed9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:47:36 2021 -0800
Update apps.json
commit 4eee3f05e92e26aa5c70c1d2cefcc97ff4935b0d
Merge: aafc93f0 18fbd289
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:46:32 2021 +0100
Merge branch 'master' into master
commit 298fa47cd87e37b19cd142f47867843e24d08b57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:42:50 2021 -0800
Update apps.json
commit 52c07f6dc80e8eabd017fc324332c0594c173399
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:40:42 2021 -0800
Update apps.json
commit fe340d75bbb6c7814241becacddaca50435c5fe3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:39:31 2021 -0800
Update apps.json
commit aafc93f09a818f5bb6e4b6988246e4f8d049df87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:35:35 2021 +0100
Update README.md
update README
commit bd80ea5ca03b2e9d5f2eb562adc7305b3952d2e5
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:31:33 2021 +0100
Update metronome.js
print instructuions for banglejs2
commit 51afd5ef049c67f331931ee18b53e9d4e835342a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:29:27 2021 -0800
Add files via upload
commit ff62b603a27d6acea382af80496b6a35787a73ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:51 2021 -0800
Add files via upload
commit ffbd331c1376c5f393dafe62eaa62a9991949a3e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:29 2021 -0800
Add files via upload
commit 93c113a95a21dccfde6bb171d15b0f93e6d0f58a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:25 2021 -0800
Add files via upload
commit b2be26fccedfa52f00f275db8050c0c3e532859b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:07 2021 -0800
Add files via upload
commit 899e78539c3bb0e41e4d56aa854c4806715ccce0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:26:06 2021 -0800
Add files via upload
commit 50a88d41cd63e51a876e4fca58fe13c5af2088fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:35 2021 -0800
Add files via upload
commit b1d636bac2148007dd72becff0daddf24b80f0a4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:10 2021 -0800
Add files via upload
commit 6b05d928751b49d4910ddd3a6867e2d4cad6c93f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 19:42:12 2021 +0100
barclock: Fix time/date disappearing after fullscreen notification
By forcing a complete redraw at lcdPower-on
commit 32e3d326aa143eed99d26c81c9fbf870730591f4
Author: Richard de Boer <git@tubul.net>
Date: Sat Nov 20 17:13:36 2021 +0100
barclock works fine on the Bangle.js 2 :-)
commit 1def233de2434d272c6f712c9c213b7caff3ae92
Author: Vingelar <Vingelar@mantisse.de>
Date: Tue Nov 23 19:09:16 2021 +0100
changed format of bg images to binary raw format (export from emulator
commit e021aa2c9d5c44f9130e4bf67cb4b066d02cbd6d
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:59:49 2021 +0100
Update app.js
binwatch: adapted names of bg images
commit 3dd723d10bd3195257205a48dc79872668bd53cb
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:58:48 2021 +0100
Update apps.json
binwatch: shorten names of background images
commit 275402344ee927a51d0c100d4387c739d7a49968
Merge: cf027b37 18fbd289
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:36:45 2021 +0100
Merge branch 'espruino:master' into master
commit 18fbd2898da9fc2bfb16d0adf9cf2b97f5ce0f3d
Merge: 5be6981a df364bab
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:34:15 2021 +0000
Merge pull request #933 from peerdavid/master
[LCARS Clock] Added lcars icon to watch face.
commit cf027b3783cbbf8deca98fb3e1ee1922557686bf
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:34:13 2021 +0100
Update app.js
changed names of background images
commit 5be6981acdf3935b936bb85caf37780537518b66
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:31:42 2021 +0000
oops - named stub wrong
commit d328d94d34ea86dd99f958098c7f0a000b1e395f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:30:20 2021 +0100
Add files via upload
added background files exported from Emulator
commit c36fb16a684085c2eb6ada2c50021d3776f5e215
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:54 2021 +0100
Delete Background240_center.js
removed background240_center.js (wrong format)
commit 4719fada2843f1c8d6ae36d8d59d0fb95318d9b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:28:34 2021 +0000
Android Remove messages on disconnect, Fix music control (ref #909)
commit f431bd8a2c823e877ee6e78576aa4f39a0b5701f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:25 2021 +0100
Delete Background176_center.js
remove backgounrd176_center.js (wrong format)
commit 1b548c9bbb5a10769498b4ad1be04397fb889bce
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:27:33 2021 +0100
Update apps.json
adapted naming for image files
commit df364babab19550f75a01d707f0684d8547e8664
Merge: d28517b2 a1eeadfc
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 17:16:00 2021 +0100
Merge branch 'espruino:master' into master
commit d28517b2a5b5e7eaa6a8d9832d9352062addb3ee
Merge: cd93a201 465c93d8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:18 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit cd93a201f846e2c51a1ff9cc447dbbbdc2c5e2cc
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:15 2021 +0100
Moved logo
commit dd2bb22f076abff1aac2f32734b50fdcc5423861
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:08:57 2021 +0100
Update apps.json
use .js files as background images
commit 03c5f996f4998ebc1e6bfea7e77d3a61743c0c69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:07:21 2021 +0100
Add files via upload
added background files as js
commit 7d81bfe2bbdf5095ac7550247eddbe6827cec4c0
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:53:40 2021 +0100
Update apps.json
added missing "url" to background storage
commit 51b73894e461af6312b6fca28e0b5888e9f98da6
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:51:40 2021 +0100
Update app.js
use background images from storage
commit dab36d05a77563e9a839f38807bfd7cfe09a1f69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:48:50 2021 +0100
Update apps.json
added background images to stroage
commit 31f28093411e4f501dd49f98359af43e71e8b27e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:44:49 2021 +0000
Fix https://github.com/espruino/BangleApps/issues/927 - App loader offers to update unknown apps
commit a1eeadfc224a976e3fca6a00ca47d1c1389fa70f
Merge: 68429483 0a695e51
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:40:09 2021 +0000
Merge pull request #934 from Ronin0000/master
Fix School Calendar Bug
commit 0a695e5143fbff3935e80b9df85720f065b1e185
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:09:14 2021 -0800
Update custom.html
fix bug that was for testing
commit cfecc24f42d257d565f21571a50b825cffb2f1c3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:05:47 2021 -0800
Delete boot.js
commit 684294830d75459982845920cb30815236dc0917
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 13:57:46 2021 +0000
app manager works in bjs2
commit 465c93d830300054722f10f483a9023c6ec315e7
Merge: d20f5e59 3ba779ee
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 14:53:47 2021 +0100
Merge branch 'espruino:master' into master
commit d20f5e597e72d8392af3e9b745a4dfab36e8797f
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:53:27 2021 +0100
Updated screenshot
commit a283cf58fb90b1852d8e414fb01010632a65ba46
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:51:55 2021 +0100
Included lcars logo
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 3ba779ee5826a60f127ed12f0eeaa2a848f53b4c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:48:34 2021 +0000
Fix bangleapps after recent PRs
commit aaf06b113c72e1487651d30602ba79c95a41d6ff
Merge: a0351381 06a6b72d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:42:26 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 9600f16671ab5a9fc772a959a7110622baa5e606
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:19:48 2021 +0100
Updated changelog
commit 98577b626960bd971af483ef709655dfe0ac1f00
Merge: 1ccabca0 d3cd47f9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:52 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 1ccabca0c6f1cf79c1b5d6a56749ab752a4d1850
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:50 2021 +0100
No hrm icon - its shown too much.
commit d3cd47f95704e7c508e1e311d3224826f3fd73ce
Merge: 2e18795c 06a6b72d
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 11:12:43 2021 +0100
Merge branch 'espruino:master' into master
commit 2e18795c5780148c6f52d50cd69849b5893b1cdb
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:11:33 2021 +0100
Fixed string
commit 36edd449c5398147536d20c2b4f11040cb3105b9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:10:33 2021 +0100
Minor change
commit 06a6b72d42fc55a224bb5d133640670c21d6cae0
Merge: a39d4102 be083113
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:03:45 2021 +0000
Merge pull request #925 from Ronin0000/master
Add School Calendar
commit a39d4102963fc1593e1f2f8ea3f4372a3da4da6f
Merge: ab2cb243 930cfa13
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:02:41 2021 +0000
Merge pull request #928 from peerdavid/master
[LCARS Clock] Icons for different states such as GPS or HRM.
commit 5c3b0468d4ce9a51249f6f098c3e6ba84ba1cf41
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:59:26 2021 +0100
Update apps.json
corrected format
commit 336501059da7bceddba9e300c5b6d5bd1aba6a3a
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:56:25 2021 +0100
Update apps.json
removed background image
commit 3f4c49a8aef6ba79419f00d86fc4f02435b72e21
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:55:07 2021 +0100
Update app.js
integrated BG image into app
commit ff3223e1b906957811cad815df88ad495e70a95f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:51:02 2021 +0100
Update app.js
added "require" for bg image
commit ab2cb243857e50e7bb80ee163e4bc153302446a7
Merge: adadf7ef 162dc1f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:51:01 2021 +0000
Merge pull request #929 from weeurey/master
Update app
commit adadf7efd39b01466cfd348e13c5a02deaa6bf4d
Merge: b7f403e7 0f9d938f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:26 2021 +0000
Merge pull request #931 from reelyactive/master
emojuino@0.02
commit b7f403e79bf5fae387c5f6d0522f49ce917362a6
Merge: f4e997d4 46383d4d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:12 2021 +0000
Merge pull request #930 from rigrig/gbmusic-fix
gbmusic: fix "previous" button image
commit a03513812956c629f003824b46bb6763734eead8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:44:24 2021 +0000
fix download icon on android
commit b128f5c15569de9e2be0717f270cfd90e006d5ab
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:38:02 2021 +0100
Update apps.json
added background image to upload
commit 930cfa13315046c621a5444632f7b12bbd956fae
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 09:43:24 2021 +0100
New HRM Icon
commit 7f3f7b9eee3c23c922645274dd8d7947def8158d
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:26:37 2021 +0100
Currently, no confidence > 80 is reached...
commit 1fb861b82c4cc75b94dc6875280fbd411390bc71
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:25:11 2021 +0100
HRM confidence of 80 to display
commit 7d95221e166770be91bf76374f926fe996356009
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:24:15 2021 +0100
Minor change
commit 6d8d98fb03e7bed42c3feeee771ddfcd78b60ea8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:21:41 2021 +0100
Show HRM
commit a0cc4c633e0e6853a0f170a5358b7e1f11e310af
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:10:00 2021 +0100
Minor changes
commit be083113316ec7ba07d780b6593cb9adfd748298
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 19:11:40 2021 -0800
Update custom.html
commit 0664a44c454107d4e3ff039d12baffea3e90cf5f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:52:43 2021 -0800
Update apps.json
commit b032ca0fc1936e650a459f766799e197daf2a4dd
Merge: 7fd37f7e f1f063fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:27 2021 -0800
Merge branch 'espruino-master'
commit f1f063fd1adb553c548a3aa54156bce00b4ca48d
Merge: 7fd37f7e f4e997d4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:09 2021 -0800
merge3
commit 0f9d938fa6970df18fbe99f3c707b94aa26d15c1
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:23:17 2021 -0500
Version bump
commit 5a01047cd0b30e4b7b253d784bd0b5755fc0c2e2
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:21:29 2021 -0500
Added screenshots
commit ae55c2d39fc936cfa1954d44b7f76dc91c21ced3
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:09:26 2021 -0500
Allow emulator, specify type as app
commit 58f9e7cd5b59904651fb878a89844ee4ccfb23df
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:03:18 2021 -0500
Upgrade to emoji images and supporting text
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit 7fd37f7e4e669c0aea7b5324b85f9d85ca394dcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 12:18:44 2021 -0800
Update custom.html
commit 84d9ca4b337e36c4f62ffce4b3059f8f2909d482
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:57:14 2021 -0800
Update boot.js
commit 740f4a95665fd92ad87e83dd381da7e55c2e4b18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:52:27 2021 -0800
Create boot.js
not part of the current merge
commit d3538a03f10f6323afc8656cef397a561cf35bf0
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:12:50 2021 +0100
Added raster
commit 20310fdb75b11fe8b3ea38dc7810732910537169
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:02:27 2021 +0100
Smaller icons
commit 3863be18301cec9fec480db7fe28a19439c708d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 09:06:52 2021 -0800
Delete apps/schoolCalendar/fullcalendar/interaction/src directory
commit 5d8c13a7e6a934e8b750f0ab4871e3dcc67c09bf
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:56:29 2021 +0100
Updated screenshot accordingly
commit 21134a1dcdc102755171af26e99ae86f3559996f
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:55:21 2021 +0100
Better background
commit cab3d43085b2edf4dc97ebf05785bb5b446a88da
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:39:48 2021 +0100
Better alarm - shown only in icon so we can display more data.
commit db22bac0ecd48633d6acf0874127a1b28821d8ea
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:11:15 2021 +0100
Use correct alarm icon
commit 162dc1f29346ab0f6ff4b7cd4128826292ca766e
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:11:07 2021 +0000
Update apps.json
commit dc24ae9bfba1786d4d8a3e22871c4da7bda9fb92
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:10:58 2021 +0100
Better HRM Icon
commit 8e688d144ab30ff87f31b51ab457688ce03c4c23
Merge: 741f7aab f4e997d4
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:09:43 2021 +0000
Merge branch 'espruino:master' into master
commit 741f7aab5239e6fa6ae48e1a5351216dfcfc4177
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:08:38 2021 +0000
Update apps.json
commit 247ed9faa2e8b8463374fea05d4bb04ddda2cfc1
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:07:39 2021 +0000
Create ChangeLog
commit d878d46d4ccc5128643034c535cff69984ab7853
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:05:57 2021 +0000
Update app.js
commit c720fc314b516e1007452ad18ce51bc4fefefec1
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:03:21 2021 +0100
New alarm icon
commit 75fbd6882d1368c73db1b96fac79f4202d6a5e53
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:37:48 2021 +0100
Added icon for alarm
commit eb20f15537d8b6be7226b2ae49fc6e6dd0474124
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:33:42 2021 +0100
Compeletely new design with icons for GPS, HRM and Compass. All Icons are open source and mentioned in the Readme.md file.
commit 46383d4d5547bca38a2a07ea01d67afa0166bedc
Author: Richard de Boer <git@tubul.net>
Date: Mon Nov 22 13:18:01 2021 +0100
gbmusic: fix "previous" button image
commit 1bf5132a5caf41398125e0c7f2bad72ffa300df2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:07:49 2021 -0800
Update custom.html
commit 618c5b7a10ebe610205ab463c395f65948e5a763
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:02:29 2021 -0800
Update custom.html
commit adfeb5e535564f8851fcdc080e2fa10d9acced9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:00:21 2021 -0800
Update custom.html
commit f950fd2ee88486e3355efd30823d50de799e8418
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:57:52 2021 -0800
Update custom.html
commit 3ee0e9bae6ee137c6e36672c9aa6a20d1c072caf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:49:48 2021 -0800
Update apps.json
commit 387bd30236b5d765b396eba24ad43120ceb6c384
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:48:14 2021 -0800
Rename ChangeLog.md to ChangeLog
commit 6e07f282b8918ac3b8f333c7c4156980a44ff1d6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:41:26 2021 -0800
Add files via upload
commit fea37b4992e65a5ca54648f88281ce2623f6a55f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:40 2021 -0800
Update apps.json
commit 939d8f6a9ae71b49c13f7dbf1455bb2fec60462a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:21 2021 -0800
Add files via upload
commit 854ae5361d1b2400f6b6d1b2c2239f46d1e16bc9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:34:28 2021 -0800
Update README.md
commit 426768eb11e34ea7a04010e6fe7da1a5a5187f40
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:32:14 2021 -0800
Update custom.html
commit bf994d9acc8b79ebda1e47dc5ebc5158210d6205
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:24:29 2021 -0800
Update apps.json
commit 7c74c5d43f9f66b6374cabd4e247d1560e5f29a1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:15:40 2021 -0800
Update apps.json
commit 8981aa3f614c388c74d73ccd25e16f5e6eabde9f
Merge: e878e547 100384f2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:12:19 2021 -0800
Merge branch 'espruino:master' into master
commit e878e5478713b0b3cae0bb86e28f998cbfeb9b10
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:11:43 2021 -0800
merge
commit 3bde4d2e48711186ae26036baea8f880c2aac7c4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 16:12:16 2021 -0800
Update custom.html
commit 5f3c93df8cc8b73c432ea31b15e84e4b106256de
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:37:41 2021 -0800
Update custom.html
commit 26bd9e35be993aae4deece775ac85f53f877b122
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:35:47 2021 -0800
Update custom.html
commit 8f2cc6e2137cf29e03435123e96d9c6c550864d1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:34:09 2021 -0800
Update custom.html
commit 66f061112301898b011412e91982dbefc7cc2d1e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:32:48 2021 -0800
Update custom.html
commit 87a9504912b8753dc63700207ee89acacbb34726
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:30:44 2021 -0800
Update custom.html
commit 626498da9d296fecf6776b836def4eda87027d85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:24:01 2021 -0800
Update custom.html
commit 3472ca355a1a71d3fa3f464ece2b81dce7f4eeaa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:21:57 2021 -0800
Update custom.html
commit 529b0cb4637652dfc0a3ba6688b863b5f47437ca
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:19:53 2021 -0800
Update custom.html
commit e77d9980023f041a87743ac1fd3c48a3f0652a8e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:18:21 2021 -0800
Update custom.html
update
commit a712c37c7652f7bc46c4d7761df93b3d28e17229
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:17:58 2021 -0800
Update custom.html
commit 4d9d6abb9ef466e4058510efe9eec295f60127e9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:14:02 2021 -0800
Update custom.html
commit f35b24844810a90f08f731cc9e63535be217e4cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:09:44 2021 -0800
Update custom.html
commit d0336b2854d7e0892c440ef8c5f83bcbe1374a9b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:06:56 2021 -0800
Update custom.html
commit 640c8e491e489e9ea88282cf0bfe14004838b3db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:03:42 2021 -0800
Update custom.html
commit 604153cb2408399ce1420b43ef87f41c09d3daa6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:01:45 2021 -0800
Update custom.html
commit 0f8f1e38e85a8c1c49057f4b891209bdfad67aef
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:44 2021 -0800
Update custom.html
commit 7f7dcb0bcf89b1d66f60481efaa09f5956ee4ecc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:22 2021 -0800
Update custom.html
commit d42fe03dc8fcbc0f68857dd9f887c8cc4eff1c06
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:55:08 2021 -0800
Update custom.html
commit 98f172fad442e89f53c45ac47f2388a08049855a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:53:01 2021 -0800
Update custom.html
commit daf8dde32bc81b8f04402c4728eac41784751cd5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:49:25 2021 -0800
Update custom.html
commit 408bd24080a2f7dcf1e6d0c33dab65da4dff82cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:48:38 2021 -0800
Update custom.html
commit 68db21acbb837b12d84d9930d451d2ba90e251dd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:44:30 2021 -0800
Update custom.html
commit 45feb1b2ffb17b8835c505bc4a4f825ddc17bf4f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:42 2021 -0800
Update custom.html
commit 3bc5fd87b61cbb9b867009d933342fe627da982d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:12 2021 -0800
Update custom.html
commit c3eede9868ee342bc4248e71a874c2e6b332dcdd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:37:42 2021 -0800
Update custom.html
commit 8426356c01a23ae769c79f726b95ea64f4428574
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:35:55 2021 -0800
Update custom.html
commit 93f09c216a1eb9aa876c88a1f806ccb709e971b7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:39 2021 -0800
Update apps.json
commit cb748a251dbd11e87615d82081522953607b3a27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:20 2021 -0800
Update custom.html
commit a994ed66301040f60d5f99b672a6081152a20d6c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:53:38 2021 -0800
Update custom.html
commit b76bb48973dbabfaf56bdec4aee44a483f94d129
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:50:08 2021 -0800
Update custom.html
commit f99ce683e9ce42431321fc711e061955bc0220fb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:46:32 2021 -0800
Update custom.html
commit ddfdd94ff845d3d8560158cde184a9a19a3d2142
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:42:51 2021 -0800
Update custom.html
commit 52675f7eff140426532f81da9c84c5d7803d0cda
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:48:03 2021 -0800
Update custom.html
commit d4911034145e3d98b99d649be55c75671e2f5c5c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:44:23 2021 -0800
Update custom.html
commit 71ff5959aec6a5f8302bda513d2c1371bbed0743
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:58 2021 -0800
Update custom.html
commit daba705b37b9952cba2910c3c0bed23e58aaf2fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:16 2021 -0800
Update custom.html
commit 19cb5fc749abeefe378205531d18b97562ddfc47
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:39:15 2021 -0800
Update apps.json
commit 6c20945898b84a02d6b440923a5afd994c7d97aa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:37:41 2021 -0800
Update custom.html
commit ff519bdc0d9bca530284d98cad9fd023ad37d50d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:15:29 2021 -0800
Update custom.html
commit 34843d703aae0b6a33be352ad0f8408d8d17d07b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:11:54 2021 -0800
Update custom.html
commit 4da82197f32b280e4192d5bc9a5ba174fbad4ace
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:01:20 2021 -0800
Update custom.html
commit a9c5a32bc1359d8288f4fd6b6da50eaf40910c9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:56:54 2021 -0800
Update custom.html
commit 352fea34791ccf06450a516ab2a2daf22353c641
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:53:38 2021 -0800
Update apps.json
commit ab6f56c381a54e4ab3466625a9eb794eef5dd2a0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:52:34 2021 -0800
Update custom.html
commit a65742ce346039ef901e70157620aabd95bbca35
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:48:25 2021 -0800
Update apps.json
commit a1a387dd600f7e5c3879d74cd5a516d7566fb7bb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:47:52 2021 -0800
Update custom.html
commit 180e88e0e44dc3ca09291a7d37b6fa4df637fa78
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:50 2021 -0800
Update custom.html
commit 0099736b8c64e8f1afefd4d52b526151e3ac700a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:14 2021 -0800
Update apps.json
commit 1fdf4e954e23fe0514b8d795224c2edafd5941c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:43 2021 -0800
Update apps.json
commit faa5b6b21aa8b7062dc62499e8361b8233cf9408
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:10 2021 -0800
Update custom.html
commit d617803c13ec381f35a9d30f99a267dca02c9cf1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:44 2021 -0800
Update apps.json
commit dc669254bcccad425153d209d6dcdf002f64a30d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:10 2021 -0800
Update custom.html
commit 303247fb4e66802ed7f5c2ee404ce0a28221ec2d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:25:00 2021 -0800
Update custom.html
commit d836cbd2ba256adfffa55f1d12fda02ae8ac760c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:15:16 2021 -0800
Update custom.html
commit e206bd4e1cad4aab266fd376fa525500941878a8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:08:00 2021 -0800
Update custom.html
commit 1a6c1acce50fe2fe2e49bfc26b3ac98c1db5aa13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:04:06 2021 -0800
Update custom.html
commit aa20fac50ed19adfb9248fd9cda1ebb7c31f95b1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:02:52 2021 -0800
Update apps.json
commit 5625414e90c78677040420f342f29e96f088469b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:34:30 2021 -0800
Update apps.json
commit ebc2d8096144e6150920efc4b63e8f1e3f52eb00
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:33:27 2021 -0800
Update custom.html
commit 6c43de3766433c1f9fa1d01fd24cbfe0839e19c0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:21:11 2021 -0800
Update apps.json
commit 37da3c68aeeb5fec1ef3d8965fa3d8170074d791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:19:46 2021 -0800
Update custom.html
commit 92707b9d13ed269a41684ce45111376694cb6e58
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:12:50 2021 -0800
Update ChangeLog.md
commit d3ca682cff08be0bb2a64ab057f6efdf36b4e094
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:09:56 2021 -0800
Update apps.json
commit dfd9e59993944f6323120f8af660d880c63c6793
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:08:52 2021 -0800
Update custom.html
commit 5d24a09ffa2d9cad10a5fae3c7b4d5fafc944aa9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:04:41 2021 -0800
Update apps.json
commit e965bd7d962108a2944824eb6579fce435876966
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:43 2021 -0800
Update custom.html
commit 345d9c155135fc4d0a2b8d00b3528b363a584ced
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:12 2021 -0800
Delete schoolCalendar.js
commit dc9db8a4767d4c16d92645131d977263e2468521
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:58 2021 -0800
Update schoolCalendar.js
commit 58df0a5ca26684b4da84929c8c388ca5c37acabd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:03 2021 -0800
Update apps.json
commit 65ad4979e8d58b51f11f3bcc86f31ab303a5d7b6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:27:10 2021 -0800
Update custom.html
commit 9c07800c5ef948a1b9b2071e7bdfe46809fefa1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:07:38 2021 -0800
Update custom.html
commit b108bc45fb8bfa266e4d4ad3e66a9f65cec96c92
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:58:24 2021 -0800
Update custom.html
commit d871855f8e217b27ea73ed28b389bbc8aea59d62
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:55:58 2021 -0800
Update apps.json
commit 99112920b287568db32c5e43b47cfc2ee0cf71a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:47:34 2021 -0800
Update apps.json
commit 37f4329ec57bc4a96a1b2a0847406f6a05cad520
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:49 2021 -0800
Update apps.json
commit ba2aee642bf90307757bb85fda6aa0db01bed5e5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:06 2021 -0800
Update custom.html
commit 98048dc23cb1caf3aafbf1d1ecfa461ba5943925
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:37:23 2021 -0800
Update apps.json
commit 1a53e8d34af89f0e6c889653961350a898deea81
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:33:43 2021 -0800
Update custom.html
commit 993bb7298c8fbc9348e6668b70a555c51dc54a09
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:31:41 2021 -0800
Rename interface.html to custom.html
commit 3a3962bfdc0365e75f8804b61293ec91084f6698
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:30:12 2021 -0800
Rename custom.html to interface.html
commit c8ad92a3dcb7b8a0df83f2e720b6730dd785e829
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:20:33 2021 -0800
Update apps.json
commit ae85c1cee709457b10233205c057f946ea15fe83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:14:33 2021 -0800
Update custom.html
commit c1b467ba8e96f58b27eb3b9b2dc2b859fa89e227
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:14:50 2021 +0000
Update app.js
commit 438537ace2358f5b798bdfde92ebf78db81abc49
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:10:03 2021 +0000
Update app.js
commit e6d736860d7d7511f08474a4d8f6446ebe97e634
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:57:57 2021 +0000
Update app.js
commit e1add5e2b2a068873d0102324d61f9ff5532924d
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:45:02 2021 +0000
Update app.js
commit 09be008dfaf764b542a80f4dbbde6ab26314713e
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:39:48 2021 +0000
Update app.js
commit 9f26994f5c66a5ee88a702c7a73d8bcc0c8236c3
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:33:47 2021 +0000
Update app.js
commit 0cf4c5d70a97480185296b32137fcdc179fddcc4
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:10:31 2021 +0000
Update app.js
commit cfdb94439526722ca757b8ee748d298f6a76d9e7
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:32:34 2021 +0000
Update app.js
Add Media controls
commit e3cd8f5607f912002d3ec0adf833834058a492cb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:16:37 2021 +0000
Update app.js
Removed extra unneeded code
commit ceed8a123836f5da6fb8c5d6741e2224a3e4a0af
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 15:05:28 2021 +0000
Update app.js
commit 721a3f2608ee0012767cfacd5c69aa91a7bba5f6
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:39:30 2021 +0000
Update app.js
commit a16bfe4d7350b34c694050448f2aefc990d19dcb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:32:57 2021 +0000
Update app.js
commit e72bf84a7a05c4208e8c1d5f60815a9f57ca11c4
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 21:29:57 2021 +0100
use dark theme for metronome
commit 071a7a7e683a649b9f75fdc92b9f56804cd0af87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 20:46:18 2021 +0100
add support for Bangle.js 2
commit 7a7175fa483e4e9fcd5912d83e9519274d67b4f0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Nov 4 16:00:41 2021 -0700
Update custom.html
commit e2928498690565ba7d0454aaa4265bc8adfda712
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:32 2021 -0700
Rename interface.html to custom.html
commit cd7579269efe8d54a5a5680b8126ea38f9ce54be
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:04 2021 -0700
Update apps.json
commit df7f9cc530194025708b712565a410aed1d73e95
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:20:09 2021 -0700
Update interface.html
commit ada94b11cfbebfeaa010cee1b39d0f92591d4e13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:06:50 2021 -0700
Update interface.html
commit 08fc58deb57847cca7d81bf84a54df16ce97528f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:20:57 2021 -0700
Update interface.html
commit 04b9e74a4d2cd84dd9b64b0ba6fba1167fc400e7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:10:58 2021 -0700
Update interface.html
commit be7af68455ff4b5034c0baab9d8c138b9b024707
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:08:24 2021 -0700
Update interface.html
commit aaee5f3c0610de7a48bdda7fe9c6064dff97780e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 19:13:08 2021 -0700
Update interface.html
commit 73819933eeb57f32935e6ad93a146bdbee6d8be6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:52:09 2021 -0700
Update schoolCalendar.js
commit fa5cbd71c618a2053ec3217048c74a723c46f03f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:49:22 2021 -0700
Update README.md
commit fa392008d1e30a6df05245eac969badf4188fb74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:45:24 2021 -0700
Update README.md
commit c280e41560a3812ee83ca461e098bc35b80ef439
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:42:39 2021 -0700
Update README.md
commit 6b84a8eb3007cca6abd31cc1d3d0552cc79cb492
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:26 2021 -0700
Update schoolCalendar.js
commit 5bbfb1109910856575cc348012dbc44d489a8005
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:11 2021 -0700
Update interface.html
update interface
commit 6660dad4c01c66c20670cfd415b6ad063d9b5b74
Merge: 8c003cf6 1e0f6cd6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 07:35:54 2021 -0700
Merge branch 'espruino:master' into master
commit 8c003cf6ffb5a8b3437897a1e57a6a020b5e02a4
Merge: 5c11881f f1ce196a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 15 07:33:21 2021 -0700
Merge branch 'espruino:master' into master
commit 5c11881f752edbdef3031f0a48109a196eced80a
Merge: 8c149dbe be34e2b0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 14 17:14:45 2021 -0700
Merge branch 'espruino:master' into master
commit 8c149dbea1cfd34e815b64ca354840b811a82222
Merge: 7888cc6c 300ed35b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Oct 13 07:46:16 2021 -0700
Merge branch 'espruino:master' into master
commit 7888cc6ce0bbabf99c7dd39f002810d262af07fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:59 2021 -0700
Create README.md
commit 36a52b8b001a4515d715950db56e411a6c4842b2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:52 2021 -0700
Update README.md
commit 4f5558c41e75f6e91a34842f7b42fa85970dce5e
Merge: 5db16d19 68cc9fbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 16:43:12 2021 -0700
Merge branch 'espruino:master' into master
commit 5db16d190b1439293d9f0af16d37fea29db8830c
Merge: e7995505 54d98db6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 07:03:23 2021 -0700
Merge branch 'espruino:master' into master
commit e799550544e55ef94ef48f905283625e50f73e97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:57 2021 -0700
Update schoolCalendar.js
commit 89f82a50436d4eab82574d310077d19154a8ab59
Merge: 7107d510 f3712e66
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:38 2021 -0700
Merge branch 'espruino:master' into master
commit 7107d510a5301f50ca5dc1bf9d4463ad99a33af8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 20:06:28 2021 -0700
Update schoolCalendar.js
commit a61879753285b4469772f51474c29fe86a5aa942
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 19:55:30 2021 -0700
Update schoolCalendar.js
commit 3c9e46c2160f4ff58708afc0d08ce2e5d27df097
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:59:03 2021 -0700
Update apps.json
commit 941bc852c1ab4472dc74a7f84e12e92ab891432e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:53 2021 -0700
Add files via upload
commit 4cbfac212e6999887cfafd37d9c809919a014e27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:26 2021 -0700
Delete apps/schoolCalender directory
commit c7b723f87e5e6fb0858c09ee2910510267d73fd6
Merge: 8d2f4ccc ba08863b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 07:31:25 2021 -0700
Merge branch 'espruino:master' into master
commit 8d2f4ccca761e1695620b072e116b94272850427
Merge: 7846b48c 44aa03e4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 1 07:31:42 2021 -0700
Merge branch 'espruino:master' into master
commit 7846b48cf67ab024970b90948096f9258e1c184c
Merge: 59aa9909 d0fd2f01
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 30 17:22:33 2021 -0700
Merge branch 'espruino:master' into master
commit 59aa99092dac99b9a13bbc2a7153dd2b44a6fb67
Merge: 9061acee 03bbe1d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 29 08:06:54 2021 -0700
Merge branch 'espruino:master' into master
commit 9061acee5db851bd58295785cc7542a7c066b4c8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 17:44:12 2021 -0700
Update interface.html
commit 79bacc45932ce8842cbf12d23c36a41e992b438e
Merge: bb5fcdaa 48bb819b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 07:12:44 2021 -0700
Merge branch 'espruino:master' into master
commit bb5fcdaafc1e344bf2d717c3eb238f763f255215
Merge: 814fbdd6 28bd9e83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 27 16:15:07 2021 -0700
Merge branch 'espruino:master' into master
commit 814fbdd61ef41676d07719b5b1b297fbbc03ec6f
Merge: 83d88a1e f3fd0f25
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 25 08:01:44 2021 -0700
Merge branch 'espruino:master' into master
commit 83d88a1ea191e2e6b669d284d94b4180b9ea54aa
Merge: c9bed74e 71471d37
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 24 19:35:52 2021 -0700
Merge branch 'espruino:master' into master
commit c9bed74ec2e240e2daf26bf9ec9432df91ac18aa
Merge: 1f130c53 16fe8470
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 23 15:21:18 2021 -0700
Merge branch 'espruino:master' into master
commit 1f130c53b46546328260a6b94ad182be5d55ff18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 22 07:25:41 2021 -0700
Update interface.html
commit 3d8ebe82c289156581799134b3c56fd02ade1fad
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:07:20 2021 -0700
Update interface.html
commit 2ca58d2cc436b72beb87d347b8d8c217b461e805
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:02:14 2021 -0700
Update custom.html
commit d8c149073fb6bca8f5f78ba4a031004adeab1a6b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:01:31 2021 -0700
Update apps.json
commit ceab5d46a23f913faf96be90e644458ac5546157
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 20:58:01 2021 -0700
Rename schoolCalender.js to app.js
commit 9b344eb1ecc577e96196d2a3d3fc8962198e90de
Merge: ec453c0e 3b15a7f9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 07:24:54 2021 -0700
Merge branch 'espruino:master' into master
commit ec453c0e100f7fd140305fe8ed4a62d3987e68f1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 19:45:50 2021 -0700
Update README.md
commit a8f7fe72923e1fe38042cb4752dac1429c6be426
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:31:41 2021 -0700
Update interface.html
commit 51c41d5c48a72b7a373e6f979c95bab9fa9ddb7a
Merge: b7a4ecb5 50ec8d97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:25:50 2021 -0700
Merge branch 'espruino:master' into master
commit b7a4ecb57857016c131ba72e101b3a11eb3cb06c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:48:24 2021 -0700
Update interface.html
commit 82320ab073c0b106f5260e26c0fb147d7c8fcd02
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:40:43 2021 -0700
Update interface.html
commit 27d025bf82cc5882dc39110c5c7799f657f2c57d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 14:01:04 2021 -0700
Update interface.html
commit bd92c0e67fce373f11aae3bbcf8f5a4c06f2e161
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:51:31 2021 -0700
Update interface.html
commit f0c596d14f6119bbe52e2f0d3912216785257536
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:40:29 2021 -0700
Update interface.html
commit d6542bac6d666af7c8fe1f67434611e6ccacc6a6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:29:46 2021 -0700
Update interface.html
commit 7a2ee0f7111209afa859761a62f80e93ca71a879
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:15:29 2021 -0700
Update interface.html
commit c65ddbfc522c54da540080a16d171edd42ce592e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:05:32 2021 -0700
Update interface.html
commit 43c684f389d97dd12815edbd93d0750f923f17b3
Merge: ddd1a83c 5f5b5c0d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:45:25 2021 -0700
Merge branch 'espruino-master'
commit 5f5b5c0dc2485f7e454acb9f364d240e3972d955
Merge: ddd1a83c cc2e1bbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:42:47 2021 -0700
Merge branch 'master' of git://github.com/espruino/BangleApps into espruino-master
commit ddd1a83c613a9f21ec8e37ba1151e1ca255a77af
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 18:27:57 2021 -0700
Update interface.html
commit 632c98f8be2ad6e2290e5eb98025559a42a47c34
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 15:13:46 2021 -0700
Update interface.html
commit c252f74e16edc5a1a1fcfe4ce72c9594f12a9624
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 07:31:16 2021 -0700
Update interface.html
commit b9b0a43e99db0c2d13c28bf6d65540925709d866
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:28:35 2021 -0700
Update interface.html
commit afafd449fb06abd3930d0eb40989dc12787c96d9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:22:01 2021 -0700
Update interface.html
commit 45a0d50b011ee50e9b1b4c6ce5a84e1290331b1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:15:25 2021 -0700
Update interface.html
commit eb146fe07bd5d71f49c5e267424d7b8206eee952
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:07:51 2021 -0700
Update interface.html
commit 34baf995e7f5288266b5da08bcac6d76202a92fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:04:33 2021 -0700
Update interface.html
commit 751fbdda43ea542db4887bed7b4d4e2ad7628a23
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:00:47 2021 -0700
Update interface.html
commit bc71f317311509e8f3fd5054e6c3efaa05bc0416
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:47:13 2021 -0700
Update interface.html
commit cfde9e14a87466a8dc7cb92934c3af373f6a43d0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:41:40 2021 -0700
Update interface.html
commit 135165c983beca48190d091e355436100beee41d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:37:52 2021 -0700
Add files via upload
commit d50ba356d68ebeffd028a924450d4a6ad4fddd74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:36:59 2021 -0700
Update apps.json
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit b51c84229798e7c3665f203c13023d9f6e24eb68
Merge: f4e997d4 d1da165e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 12:20:57 2021 +0000
Merge branch 'Combined' into Base
commit d1da165eb44fa50bea67506097768f1138574c8c
Merge: f927549b 2c257605
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:30:56 2021 +0000
Merge pull request #9 from t0m1o1/scaledlauncher
Update apps.json
commit f927549b2c1e88232f4df2c6ef7e160c3a8e0f7b
Merge: 3cfd575d 411118aa
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:16:59 2021 +0000
Merge pull request #8 from t0m1o1/scaledlauncher
Scaledlauncher
commit 3cfd575da46cf38347bbbb4d37645c0bd72833de
Merge: 9a311219 9d1429ca
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:04:17 2021 +0000
Merge pull request #7 from t0m1o1/scaledlauncher
Update settings.js
commit 9a311219b2d3a7d3594ca654c78ae7137a92fb8e
Merge: 43c42711 5b1b752d
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 02:56:33 2021 +0000
Merge pull request #6 from t0m1o1/scaledlauncher
Scaledlauncher
commit 43c4271101a4be6dbc28d7e34534d25242c159ae
Merge: dec967f1 084bba39
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 21:18:16 2021 +0000
Merge pull request #5 from t0m1o1/compass-fix
Compass fix
commit dec967f1ac5900e43099ef9bfef3bfbe84e1f8e4
Merge: 21c48263 dfa40407
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 20:56:22 2021 +0000
Merge pull request #4 from t0m1o1/Swipe-Launcher
Stop the swiping coming up if mode is undefined
commit 21c482639aa1f2d391ebb0508701cff3170b45c4
Merge: dea2ec96 4c9d04de
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:19:27 2021 +0000
Merge pull request #3 from t0m1o1/Swipe-Launcher
Update Swiper Clock Launch
commit dea2ec9693855d735662a4d344682e6105533bf2
Merge: 92d156fb 51766844
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:15:16 2021 +0000
Merge pull request #2 from t0m1o1/master
Master
commit 92d156fb398787a068a2f7ed81a78d90ed04bd70
Merge: 100384f2 7d37a9eb
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:14:13 2021 +0000
Merge pull request #1 from t0m1o1/Swipe-Launcher
Swipe launcher
commit 51766844e6ff346119739114c28b9d638ca57cbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:49:56 2021 +0000
Update apps.json
commit 6fda7a5f33ec6341d51529e680f5d0caa9c9fdbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:37:07 2021 +0000
Update apps.json
commit b7a067234413e2cd9cb531c366371e5d88f6bb21
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:32:09 2021 +0000
Rename hidmsicswipe.app.js to hidmsicswipe.js
commit 97065f1d62d40003eec09a2539d7294fe41bc4e5
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:55 2021 +0000
Delete hidmsicswipe.info
commit 21f184d6c4ad1f977c385d95c3966d95d446bf5c
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:10 2021 +0000
Add files via upload
commit 3917f28ae54db0e86b6429489c19a4180be759e0
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:45 2021 +0000
Delete hidmsicswipe.img
commit a65668300fc45082d6897e19c6efff556853f4d9
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:18 2021 +0000
Delete hid-music.png
commit 5fce838e8ab7d2b297c05a1ae735abcd4ba76d90
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:29:36 2021 +0000
Add files via upload
commit ffa37f2ab3b1fd2b921783e19ffb48673aad1a6e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:22:38 2021 +0000
Create hidmsicswipe-icon.js
commit b656e5973c302a39f7513364c66094132135bfc4
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:59:19 2021 +0000
Create changelog
commit ad943ca5658e4f68c205996c4ad42aa1ebbeb793
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:58:19 2021 +0000
Add files via upload
commit ac433ac7bd6d586e9b1ca11da924d64bd566ade2
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:57:39 2021 +0000
Create hidmsicswipe.info
2021-12-05 17:14:06 +00:00
"version" : "0.14" ,
2020-04-02 07:34:47 +00:00
"description" : "Show the current battery level and charging status in the top right of the clock, with charge percentage" ,
2021-10-20 14:11:04 +00:00
"icon" : "widget.png" ,
"type" : "widget" ,
"tags" : "widget,battery" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2021-09-18 15:03:00 +00:00
"readme" : "README.md" ,
2020-04-02 07:34:47 +00:00
"storage" : [
2020-04-02 23:41:57 +00:00
{ "name" : "widbatpc.wid.js" , "url" : "widget.js" } ,
2020-04-17 19:25:56 +00:00
{ "name" : "widbatpc.settings.js" , "url" : "settings.js" }
] ,
2021-10-20 14:11:04 +00:00
"data" : [ { "name" : "widbatpc.json" } ]
2020-04-02 07:34:47 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "widbatwarn" ,
2020-07-20 19:57:09 +00:00
"name" : "Battery Warning" ,
"shortName" : "Battery Warning" ,
2021-10-20 14:11:04 +00:00
"version" : "0.02" ,
"description" : "Show a warning when the battery runs low." ,
2020-07-20 19:57:09 +00:00
"icon" : "widget.png" ,
2021-10-26 12:15:21 +00:00
"screenshots" : [ { "url" : "screenshot.png" } ] ,
2021-10-20 14:11:04 +00:00
"type" : "widget" ,
2020-07-20 19:57:09 +00:00
"tags" : "tool,battery" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
"dependencies" : { "notify" : "type" } ,
"readme" : "README.md" ,
2020-07-20 19:57:09 +00:00
"storage" : [
{ "name" : "widbatwarn.wid.js" , "url" : "widget.js" } ,
{ "name" : "widbatwarn.settings.js" , "url" : "settings.js" }
] ,
2021-10-20 14:11:04 +00:00
"data" : [ { "name" : "widbatwarn.json" } ]
2020-07-20 19:57:09 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "widbt" ,
2019-11-07 22:24:20 +00:00
"name" : "Bluetooth Widget" ,
2021-10-22 07:54:44 +00:00
"version" : "0.07" ,
2019-11-07 09:17:24 +00:00
"description" : "Show the current Bluetooth connection status in the top right of the clock" ,
2021-10-20 14:11:04 +00:00
"icon" : "widget.png" ,
"type" : "widget" ,
"tags" : "widget,bluetooth" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2019-11-07 09:17:24 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "widbt.wid.js" , "url" : "widget.js" }
2019-11-07 09:17:24 +00:00
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "widchime" ,
2021-03-20 19:53:53 +00:00
"name" : "Hour Chime" ,
2021-10-20 14:11:04 +00:00
"version" : "0.02" ,
2021-03-20 19:53:53 +00:00
"description" : "Buzz or beep on every whole hour." ,
2021-10-20 14:11:04 +00:00
"icon" : "widget.png" ,
2021-03-20 19:53:53 +00:00
"type" : "widget" ,
2021-10-20 14:11:04 +00:00
"tags" : "widget" ,
2021-11-20 17:20:47 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2021-03-20 19:53:53 +00:00
"storage" : [
{ "name" : "widchime.wid.js" , "url" : "widget.js" } ,
{ "name" : "widchime.settings.js" , "url" : "settings.js" }
] ,
2021-10-20 14:11:04 +00:00
"data" : [ { "name" : "widchime.json" } ]
2021-03-20 19:53:53 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "widram" ,
2020-04-15 13:31:45 +00:00
"name" : "RAM Widget" ,
2021-10-20 14:11:04 +00:00
"shortName" : "RAM Widget" ,
"version" : "0.01" ,
2020-04-15 13:31:45 +00:00
"description" : "Display your Bangle's available RAM percentage in a widget" ,
2021-10-20 14:11:04 +00:00
"icon" : "widget.png" ,
2020-04-15 13:31:45 +00:00
"type" : "widget" ,
2021-10-20 14:11:04 +00:00
"tags" : "widget" ,
2021-11-20 18:22:42 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2020-04-15 13:31:45 +00:00
"storage" : [
{ "name" : "widram.wid.js" , "url" : "widget.js" }
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "hrm" ,
2019-11-06 22:12:54 +00:00
"name" : "Heart Rate Monitor" ,
2021-10-21 11:40:34 +00:00
"version" : "0.06" ,
2020-11-30 11:51:03 +00:00
"description" : "Measure your heart rate and see live sensor data" ,
2021-10-20 14:11:04 +00:00
"icon" : "heartrate.png" ,
2019-11-06 22:12:54 +00:00
"tags" : "health" ,
2021-10-21 11:40:34 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2019-11-06 22:12:54 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "hrm.app.js" , "url" : "heartrate.js" } ,
{ "name" : "hrm.img" , "url" : "heartrate-icon.js" , "evaluate" : true }
2019-11-06 22:12:54 +00:00
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "widhrm" ,
2020-02-13 12:08:35 +00:00
"name" : "Simple Heart Rate widget" ,
2021-10-21 11:40:34 +00:00
"version" : "0.05" ,
2020-02-13 13:50:06 +00:00
"description" : "When the screen is on, the widget turns on the heart rate monitor and displays the current heart rate (or last known in grey). For this to work well you'll need at least a 15 second LCD Timeout." ,
2021-10-20 14:11:04 +00:00
"icon" : "widget.png" ,
2020-02-28 14:17:22 +00:00
"type" : "widget" ,
2021-10-20 14:11:04 +00:00
"tags" : "health,widget" ,
2021-10-21 11:40:34 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2020-02-13 12:08:35 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "widhrm.wid.js" , "url" : "widget.js" }
2020-02-13 12:08:35 +00:00
]
} ,
2021-10-26 12:15:21 +00:00
{
"id" : "bthrm" ,
2021-10-21 12:42:46 +00:00
"name" : "Bluetooth Heart Rate Monitor" ,
2021-10-26 12:15:21 +00:00
"shortName" : "BT HRM" ,
"version" : "0.01" ,
2021-10-21 12:42:46 +00:00
"description" : "Overrides Bangle.js's build in heart rate monitor with an external Bluetooth one." ,
"icon" : "app.png" ,
"type" : "boot" ,
2021-10-26 12:15:21 +00:00
"tags" : "health,bluetooth" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2021-10-21 12:42:46 +00:00
"readme" : "README.md" ,
"storage" : [
{ "name" : "bthrm.boot.js" , "url" : "boot.js" } ,
{ "name" : "bthrm.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "stetho" ,
2020-01-20 00:59:27 +00:00
"name" : "Stethoscope" ,
2021-10-20 14:11:04 +00:00
"version" : "0.01" ,
2020-01-20 00:59:27 +00:00
"description" : "Hear your heart rate" ,
2021-10-20 14:11:04 +00:00
"icon" : "stetho.png" ,
2020-01-20 00:59:27 +00:00
"tags" : "health" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2020-01-20 00:59:27 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "stetho.app.js" , "url" : "stetho.js" } ,
{ "name" : "stetho.img" , "url" : "stetho-icon.js" , "evaluate" : true }
2020-01-20 00:59:27 +00:00
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "swatch" ,
2019-11-06 22:12:54 +00:00
"name" : "Stopwatch" ,
2021-10-20 14:11:04 +00:00
"version" : "0.07" ,
2020-03-28 08:03:37 +00:00
"description" : "Simple stopwatch with Lap Time logging to a JSON file" ,
2021-10-20 14:11:04 +00:00
"icon" : "stopwatch.png" ,
2019-11-06 22:12:54 +00:00
"tags" : "health" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2020-04-07 07:59:24 +00:00
"readme" : "README.md" ,
2021-10-20 14:11:04 +00:00
"interface" : "interface.html" ,
"allow_emulator" : true ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-stopwatch-screenshot.png" } ] ,
2019-11-06 22:12:54 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "swatch.app.js" , "url" : "stopwatch.js" } ,
{ "name" : "swatch.img" , "url" : "stopwatch-icon.js" , "evaluate" : true }
2019-11-06 22:12:54 +00:00
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "hidmsic" ,
2019-11-07 20:24:57 +00:00
"name" : "Bluetooth Music Controls" ,
2020-02-28 14:17:22 +00:00
"shortName" : "Music Control" ,
2021-10-20 14:11:04 +00:00
"version" : "0.02" ,
2019-11-07 20:24:57 +00:00
"description" : "Enable HID in settings, pair with your phone, then use this app to control music from your watch!" ,
2021-10-20 14:11:04 +00:00
"icon" : "hid-music.png" ,
2019-11-07 20:24:57 +00:00
"tags" : "bluetooth" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2019-11-07 20:24:57 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "hidmsic.app.js" , "url" : "hid-music.js" } ,
{ "name" : "hidmsic.img" , "url" : "hid-music-icon.js" , "evaluate" : true }
2019-11-07 20:24:57 +00:00
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "hidkbd" ,
2019-11-07 20:24:57 +00:00
"name" : "Bluetooth Keyboard" ,
2020-02-28 14:17:22 +00:00
"shortName" : "Bluetooth Kbd" ,
2021-10-20 14:11:04 +00:00
"version" : "0.02" ,
2019-11-07 20:24:57 +00:00
"description" : "Enable HID in settings, pair with your phone/PC, then use this app to control other apps" ,
2021-10-20 14:11:04 +00:00
"icon" : "hid-keyboard.png" ,
2019-11-07 20:24:57 +00:00
"tags" : "bluetooth" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2019-11-07 20:24:57 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "hidkbd.app.js" , "url" : "hid-keyboard.js" } ,
{ "name" : "hidkbd.img" , "url" : "hid-keyboard-icon.js" , "evaluate" : true }
2019-11-07 20:24:57 +00:00
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "hidbkbd" ,
2019-11-13 17:22:23 +00:00
"name" : "Binary Bluetooth Keyboard" ,
2020-02-28 14:17:22 +00:00
"shortName" : "Binary BT Kbd" ,
2021-10-20 14:11:04 +00:00
"version" : "0.02" ,
2019-11-13 17:22:23 +00:00
"description" : "Enable HID in settings, pair with your phone/PC, then type messages using the onscreen keyboard by tapping repeatedly on the key you want" ,
2021-10-20 14:11:04 +00:00
"icon" : "hid-binary-keyboard.png" ,
2019-11-13 17:22:23 +00:00
"tags" : "bluetooth" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2019-11-13 17:22:23 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "hidbkbd.app.js" , "url" : "hid-binary-keyboard.js" } ,
{ "name" : "hidbkbd.img" , "url" : "hid-binary-keyboard-icon.js" , "evaluate" : true }
2019-11-13 17:22:23 +00:00
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "animals" ,
2019-11-07 08:44:08 +00:00
"name" : "Animals Game" ,
2021-10-20 14:11:04 +00:00
"version" : "0.01" ,
2019-11-07 08:44:08 +00:00
"description" : "Simple toddler's game - displays a different number of animals each time the screen is pressed" ,
2021-10-20 14:11:04 +00:00
"icon" : "animals.png" ,
2019-11-07 08:44:08 +00:00
"tags" : "game" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2019-11-07 08:44:08 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "animals.app.js" , "url" : "animals.js" } ,
{ "name" : "animals.img" , "url" : "animals-icon.js" , "evaluate" : true } ,
{ "name" : "animals-snake.img" , "url" : "animals-snake.js" , "evaluate" : true } ,
{ "name" : "animals-duck.img" , "url" : "animals-duck.js" , "evaluate" : true } ,
{ "name" : "animals-swan.img" , "url" : "animals-swan.js" , "evaluate" : true } ,
{ "name" : "animals-fox.img" , "url" : "animals-fox.js" , "evaluate" : true } ,
{ "name" : "animals-camel.img" , "url" : "animals-camel.js" , "evaluate" : true } ,
{ "name" : "animals-pig.img" , "url" : "animals-pig.js" , "evaluate" : true } ,
{ "name" : "animals-sheep.img" , "url" : "animals-sheep.js" , "evaluate" : true } ,
{ "name" : "animals-mouse.img" , "url" : "animals-mouse.js" , "evaluate" : true }
2020-02-04 16:15:37 +00:00
]
2019-11-07 08:44:08 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "qrcode" ,
2019-11-06 17:25:02 +00:00
"name" : "Custom QR Code" ,
2021-10-20 14:11:04 +00:00
"version" : "0.02" ,
2019-11-06 17:25:02 +00:00
"description" : "Use this to upload a customised QR code to Bangle.js" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
"tags" : "qrcode" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
"custom" : "custom.html" ,
"customConnect" : true ,
2019-11-06 17:25:02 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "qrcode.app.js" } ,
2020-05-11 16:00:06 +00:00
{ "name" : "qrcode.img" , "url" : "app-icon.js" , "evaluate" : true }
2019-10-30 20:34:41 +00:00
]
2019-11-06 21:35:14 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "beer" ,
2019-11-06 21:35:14 +00:00
"name" : "Beer Compass" ,
2021-10-20 14:11:04 +00:00
"version" : "0.01" ,
2019-11-06 21:35:14 +00:00
"description" : "Uploads all the pubs in an area onto your watch, so it can always point you at the nearest one" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2019-11-06 21:35:14 +00:00
"tags" : "" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2020-05-06 08:55:14 +00:00
"custom" : "custom.html" ,
2019-11-06 21:35:14 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "beer.app.js" } ,
2020-05-11 16:00:06 +00:00
{ "name" : "beer.img" , "url" : "app-icon.js" , "evaluate" : true }
2019-11-06 21:35:14 +00:00
]
2019-11-06 21:51:47 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "route" ,
2019-11-06 21:51:47 +00:00
"name" : "Route Viewer" ,
2021-10-20 14:11:04 +00:00
"version" : "0.02" ,
2019-11-06 21:51:47 +00:00
"description" : "Upload a KML file of a route, and have your watch display a map with how far around it you are" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2019-11-06 21:51:47 +00:00
"tags" : "" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2020-05-06 08:59:28 +00:00
"custom" : "custom.html" ,
2019-11-06 21:51:47 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "route.app.js" } ,
2020-05-11 16:00:06 +00:00
{ "name" : "route.img" , "url" : "app-icon.js" , "evaluate" : true }
2019-11-06 21:51:47 +00:00
]
2019-11-08 15:22:33 +00:00
} ,
2019-11-09 20:31:03 +00:00
{
2020-01-17 11:43:26 +00:00
"id" : "ncstart" ,
2019-11-09 20:31:03 +00:00
"name" : "NCEU Startup" ,
2021-10-20 14:11:04 +00:00
"version" : "0.06" ,
2020-01-17 11:43:26 +00:00
"description" : "NodeConfEU 2019 'First Start' Sequence" ,
2021-10-20 14:11:04 +00:00
"icon" : "start.png" ,
2020-02-28 14:17:22 +00:00
"tags" : "start,welcome" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2019-11-09 20:31:03 +00:00
"storage" : [
2020-02-28 14:17:22 +00:00
{ "name" : "ncstart.app.js" , "url" : "start.js" } ,
2020-04-04 17:31:49 +00:00
{ "name" : "ncstart.boot.js" , "url" : "boot.js" } ,
{ "name" : "ncstart.settings.js" , "url" : "settings.js" } ,
2020-02-28 11:44:25 +00:00
{ "name" : "ncstart.img" , "url" : "start-icon.js" , "evaluate" : true } ,
2020-02-28 14:17:22 +00:00
{ "name" : "nc-bangle.img" , "url" : "start-bangle.js" , "evaluate" : true } ,
{ "name" : "nc-nceu.img" , "url" : "start-nceu.js" , "evaluate" : true } ,
{ "name" : "nc-nfr.img" , "url" : "start-nfr.js" , "evaluate" : true } ,
{ "name" : "nc-nodew.img" , "url" : "start-nodew.js" , "evaluate" : true } ,
{ "name" : "nc-tf.img" , "url" : "start-tf.js" , "evaluate" : true }
2020-04-17 19:49:57 +00:00
] ,
2021-10-20 14:11:04 +00:00
"data" : [ { "name" : "ncstart.json" } ]
2019-11-09 20:31:03 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "ncfrun" ,
2019-11-09 20:34:30 +00:00
"name" : "NCEU 5K Fun Run" ,
2021-10-20 14:11:04 +00:00
"version" : "0.01" ,
2019-11-08 15:22:33 +00:00
"description" : "Display a map of the NodeConf EU 2019 5K Fun Run route and your location on it" ,
2021-10-20 14:11:04 +00:00
"icon" : "nceu-funrun.png" ,
2019-11-08 15:22:33 +00:00
"tags" : "health" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2019-11-08 15:22:33 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "ncfrun.app.js" , "url" : "nceu-funrun.js" } ,
{ "name" : "ncfrun.img" , "url" : "nceu-funrun-icon.js" , "evaluate" : true }
2020-02-04 16:15:37 +00:00
]
2019-11-09 20:31:03 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "widnceu" ,
2019-11-09 20:34:30 +00:00
"name" : "NCEU Logo Widget" ,
2021-10-20 14:11:04 +00:00
"version" : "0.02" ,
2019-11-09 20:31:03 +00:00
"description" : "Show the NodeConf EU logo in the top left" ,
2021-10-20 14:11:04 +00:00
"icon" : "widget.png" ,
"type" : "widget" ,
2019-11-09 20:31:03 +00:00
"tags" : "widget" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2019-11-09 20:31:03 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "widnceu.wid.js" , "url" : "widget.js" }
2020-02-04 16:15:37 +00:00
]
2019-11-10 09:47:13 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "sclock" ,
2020-02-07 14:02:00 +00:00
"name" : "Simple Clock" ,
2021-10-21 08:13:17 +00:00
"version" : "0.07" ,
2020-02-07 14:02:00 +00:00
"description" : "A Simple Digital Clock" ,
2021-10-20 14:11:04 +00:00
"icon" : "clock-simple.png" ,
2021-10-28 20:51:11 +00:00
"screenshots" : [ { "url" : "screenshot_simplec.png" } ] ,
2021-10-20 14:11:04 +00:00
"type" : "clock" ,
"tags" : "clock" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
"allow_emulator" : true ,
2019-11-10 09:47:13 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "sclock.app.js" , "url" : "clock-simple.js" } ,
{ "name" : "sclock.img" , "url" : "clock-simple-icon.js" , "evaluate" : true }
2019-11-11 15:23:50 +00:00
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "s7clk" ,
2021-05-26 20:06:48 +00:00
"name" : "Simple 7 segment Clock" ,
2021-10-20 14:11:04 +00:00
"version" : "0.03" ,
2021-05-26 20:06:48 +00:00
"description" : "A simple 7 segment Clock with date" ,
2021-10-20 14:11:04 +00:00
"icon" : "icon.png" ,
2021-10-26 12:15:21 +00:00
"screenshots" : [ { "url" : "screenshot_s7segment.png" } ] ,
2021-10-20 14:11:04 +00:00
"type" : "clock" ,
"tags" : "clock" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2021-10-26 12:15:21 +00:00
"readme" : "README.md" ,
2021-10-20 14:11:04 +00:00
"allow_emulator" : true ,
2021-05-26 20:06:48 +00:00
"storage" : [
{ "name" : "s7clk.app.js" , "url" : "app.js" } ,
{ "name" : "s7clk.img" , "url" : "icon.js" , "evaluate" : true }
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "vibrclock" ,
2020-09-23 07:44:58 +00:00
"name" : "Vibrate Clock" ,
2021-10-20 14:11:04 +00:00
"version" : "0.03" ,
2020-09-23 07:44:58 +00:00
"description" : "When BTN1 is pressed, vibrate out the time as a series of buzzes, one digit at a time. Hours, then Minutes. Zero is signified by one long buzz. Otherwise a simple digital clock." ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
"type" : "clock" ,
2020-09-23 07:44:58 +00:00
"tags" : "clock" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
"allow_emulator" : true ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-vibrate-clock-screenshot.png" } ] ,
2020-09-23 07:44:58 +00:00
"storage" : [
{ "name" : "vibrclock.app.js" , "url" : "app.js" } ,
{ "name" : "vibrclock.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "svclock" ,
2020-06-28 19:03:05 +00:00
"name" : "Simple V-Clock" ,
2021-10-21 08:13:17 +00:00
"version" : "0.04" ,
2020-06-28 19:03:05 +00:00
"description" : "Modification of Simple Clock 0.04 to use Vectorfont" ,
2021-10-20 14:11:04 +00:00
"icon" : "vclock-simple.png" ,
"type" : "clock" ,
2020-06-28 19:03:05 +00:00
"tags" : "clock" ,
2021-10-21 08:13:17 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2021-10-20 14:11:04 +00:00
"allow_emulator" : true ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle2-simple-v-clock-screenshot.png" } ] ,
2020-06-28 19:03:05 +00:00
"storage" : [
{ "name" : "svclock.app.js" , "url" : "vclock-simple.js" } ,
{ "name" : "svclock.img" , "url" : "vclock-simple-icon.js" , "evaluate" : true }
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "dclock" ,
2020-03-27 23:53:38 +00:00
"name" : "Dev Clock" ,
2021-10-20 14:11:04 +00:00
"version" : "0.10" ,
2020-03-27 23:53:38 +00:00
"description" : "A Digital Clock including timestamp (tst), beats(@), days in current month (dm) and days since new moon (l)" ,
2021-10-20 14:11:04 +00:00
"icon" : "clock-dev.png" ,
"type" : "clock" ,
"tags" : "clock" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
"allow_emulator" : true ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle2-dev-clock-screenshot.png" } , { "url" : "bangle1-dev-clock-screenshot.png" } ] ,
2020-03-27 23:53:38 +00:00
"storage" : [
{ "name" : "dclock.app.js" , "url" : "clock-dev.js" } ,
{ "name" : "dclock.img" , "url" : "clock-dev-icon.js" , "evaluate" : true }
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "gesture" ,
2019-11-11 15:23:50 +00:00
"name" : "Gesture Test" ,
2021-10-20 14:11:04 +00:00
"version" : "0.01" ,
2019-11-11 15:23:50 +00:00
"description" : "BETA! Uploads a basic Tensorflow Gesture model, and then outputs each gesture as a message" ,
2021-10-20 14:11:04 +00:00
"icon" : "gesture.png" ,
"type" : "app" ,
2019-11-11 15:23:50 +00:00
"tags" : "gesture,ai" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2019-11-11 15:23:50 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "gesture.app.js" , "url" : "gesture.js" } ,
2019-11-11 15:23:50 +00:00
{ "name" : ".tfnames" , "url" : "gesture-tfnames.js" , "evaluate" : true } ,
{ "name" : ".tfmodel" , "url" : "gesture-tfmodel.js" , "evaluate" : true } ,
2020-02-28 11:44:25 +00:00
{ "name" : "gesture.img" , "url" : "gesture-icon.js" , "evaluate" : true }
2019-11-10 09:47:13 +00:00
]
2019-11-11 18:06:29 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "pparrot" ,
2019-11-11 18:06:29 +00:00
"name" : "Party Parrot" ,
2021-10-20 14:11:04 +00:00
"version" : "0.01" ,
2019-11-11 18:06:29 +00:00
"description" : "Party with a parrot on your wrist" ,
2021-10-20 14:11:04 +00:00
"icon" : "party-parrot.png" ,
"type" : "app" ,
2019-11-11 18:06:29 +00:00
"tags" : "party,parrot,lol" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
"allow_emulator" : true ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-party-parrot-screenshot.png" } ] ,
2019-11-11 18:06:29 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "pparrot.app.js" , "url" : "party-parrot.js" } ,
{ "name" : "pparrot.img" , "url" : "party-parrot-icon.js" , "evaluate" : true }
2019-11-11 18:20:45 +00:00
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "hrings" ,
2019-11-12 16:31:44 +00:00
"name" : "Hypno Rings" ,
2021-10-20 14:11:04 +00:00
"version" : "0.01" ,
2019-11-12 16:31:44 +00:00
"description" : "Experiment with trippy rings, press buttons for change" ,
2021-10-20 14:11:04 +00:00
"icon" : "hypno-rings.png" ,
"type" : "app" ,
2019-11-12 16:31:44 +00:00
"tags" : "rings,hypnosis,psychadelic" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
"allow_emulator" : true ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-hypno-rings-screenshot.png" } ] ,
2019-11-13 11:09:41 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "hrings.app.js" , "url" : "hypno-rings.js" } ,
{ "name" : "hrings.img" , "url" : "hypno-rings-icon.js" , "evaluate" : true }
2019-11-12 16:31:44 +00:00
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "morse" ,
2019-11-13 01:34:58 +00:00
"name" : "Morse Code" ,
2021-10-20 14:11:04 +00:00
"version" : "0.01" ,
2019-11-13 01:34:58 +00:00
"description" : "Learn morse code by hearing/seeing/feeling the code. Tap to toggle buzz!" ,
2021-10-20 14:11:04 +00:00
"icon" : "morse-code.png" ,
"type" : "app" ,
2019-11-13 01:34:58 +00:00
"tags" : "morse,sound,visual,input" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2019-11-13 11:09:41 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "morse.app.js" , "url" : "morse-code.js" } ,
{ "name" : "morse.img" , "url" : "morse-code-icon.js" , "evaluate" : true }
2019-11-13 01:34:58 +00:00
]
} ,
2019-11-11 16:59:02 +00:00
{
"id" : "blescan" ,
"name" : "BLE Scanner" ,
2021-10-20 14:11:04 +00:00
"version" : "0.01" ,
2019-11-11 16:59:02 +00:00
"description" : "Scan for advertising BLE devices" ,
2021-10-20 14:11:04 +00:00
"icon" : "blescan.png" ,
"tags" : "bluetooth" ,
"supports" : [ "BANGLEJS" ] ,
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "blescan.app.js" , "url" : "blescan.js" } ,
2021-10-20 14:11:04 +00:00
{ "name" : "blescan.img" , "url" : "blescan-icon.js" , "evaluate" : true }
2019-11-11 18:06:29 +00:00
]
2019-11-11 22:02:02 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "mmonday" ,
"name" : "Manic Monday Tone" ,
"version" : "0.02" ,
"description" : "The Bangles make a comeback" ,
"icon" : "manic-monday-icon.png" ,
"tags" : "sound" ,
"supports" : [ "BANGLEJS" ] ,
"storage" : [
{ "name" : "mmonday.app.js" , "url" : "manic-monday.js" } ,
{ "name" : "mmonday.img" , "url" : "manic-monday-icon.js" , "evaluate" : true }
]
2019-11-12 10:16:09 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "jbells" ,
2019-11-12 10:16:09 +00:00
"name" : "Jingle Bells" ,
2021-10-20 14:11:04 +00:00
"version" : "0.01" ,
2019-11-12 10:16:09 +00:00
"description" : "Play Jingle Bells" ,
2021-10-20 14:11:04 +00:00
"icon" : "jbells.png" ,
"type" : "app" ,
2019-11-12 10:16:09 +00:00
"tags" : "sound" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2019-11-12 10:16:09 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "jbells.app.js" , "url" : "jbells.js" } ,
{ "name" : "jbells.img" , "url" : "jbells-icon.js" , "evaluate" : true }
2019-11-12 10:16:09 +00:00
]
2019-11-12 16:42:18 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "scolor" ,
2019-11-12 16:42:18 +00:00
"name" : "Show Color" ,
2021-10-20 14:11:04 +00:00
"version" : "0.01" ,
2019-11-12 16:51:15 +00:00
"description" : "Display all available Colors and Names" ,
2021-10-20 14:11:04 +00:00
"icon" : "show-color.png" ,
"type" : "app" ,
2019-11-12 16:51:15 +00:00
"tags" : "tool" ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-view-color-screenshot.png" } ] ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
"allow_emulator" : true ,
2019-11-12 16:42:18 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "scolor.app.js" , "url" : "show-color.js" } ,
{ "name" : "scolor.img" , "url" : "show-color-icon.js" , "evaluate" : true }
2019-11-12 16:42:18 +00:00
]
2019-11-13 10:50:05 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "miclock" ,
2019-11-13 11:03:17 +00:00
"name" : "Mixed Clock" ,
2021-10-20 14:11:04 +00:00
"version" : "0.05" ,
2019-11-13 11:03:17 +00:00
"description" : "A mix of analog and digital Clock" ,
2021-10-20 14:11:04 +00:00
"icon" : "clock-mixed.png" ,
"type" : "clock" ,
2019-11-13 17:57:47 +00:00
"tags" : "clock" ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-mixed-clock-screenshot.png" } ] ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
"allow_emulator" : true ,
2019-11-13 10:50:05 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "miclock.app.js" , "url" : "clock-mixed.js" } ,
{ "name" : "miclock.img" , "url" : "clock-mixed-icon.js" , "evaluate" : true }
2019-11-13 10:50:05 +00:00
]
2019-11-13 17:29:17 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "bclock" ,
2019-11-12 22:16:03 +00:00
"name" : "Binary Clock" ,
2021-10-20 14:11:04 +00:00
"version" : "0.03" ,
2019-11-12 22:16:03 +00:00
"description" : "A simple binary clock watch face" ,
2021-10-20 14:11:04 +00:00
"icon" : "clock-binary.png" ,
"type" : "clock" ,
2019-11-12 22:16:03 +00:00
"tags" : "clock" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
"allow_emulator" : true ,
2021-11-24 01:04:07 +00:00
"screenshots" : [ { "url" : "bangle1-binary-clock-screenshot.png" } ] ,
2019-11-13 11:42:17 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "bclock.app.js" , "url" : "clock-binary.js" } ,
{ "name" : "bclock.img" , "url" : "clock-binary-icon.js" , "evaluate" : true }
2019-11-12 22:16:03 +00:00
]
2019-11-13 10:26:07 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "clotris" ,
2019-11-12 19:17:17 +00:00
"name" : "Clock-Tris" ,
2021-10-20 14:11:04 +00:00
"version" : "0.01" ,
2019-11-12 19:17:17 +00:00
"description" : "A fully functional clone of a classic game of falling blocks" ,
2021-10-20 14:11:04 +00:00
"icon" : "clock-tris.png" ,
2019-11-13 17:43:59 +00:00
"tags" : "game" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2021-11-24 01:04:07 +00:00
"screenshots" : [ { "url" : "bangle1-clock-tris-screenshot.png" } ] ,
2021-10-20 14:11:04 +00:00
"allow_emulator" : true ,
2019-11-12 19:17:17 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "clotris.app.js" , "url" : "clock-tris.js" } ,
{ "name" : "clotris.img" , "url" : "clock-tris-icon.js" , "evaluate" : true } ,
2019-11-13 11:42:17 +00:00
{ "name" : ".trishig" , "url" : "clock-tris-high" }
2019-11-13 11:09:41 +00:00
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "flappy" ,
2019-12-03 17:07:26 +00:00
"name" : "Flappy Bird" ,
2021-10-20 14:11:04 +00:00
"version" : "0.05" ,
2019-12-03 17:07:26 +00:00
"description" : "A Flappy Bird game clone" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2021-10-26 12:15:21 +00:00
"screenshots" : [ { "url" : "screenshot1_flappy.png" } , { "url" : "screenshot2_flappy.png" } ] ,
2021-10-20 14:11:04 +00:00
"tags" : "game" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2021-10-26 12:15:21 +00:00
"readme" : "README.md" ,
2021-10-20 14:11:04 +00:00
"allow_emulator" : true ,
2019-12-03 17:07:26 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "flappy.app.js" , "url" : "app.js" } ,
{ "name" : "flappy.img" , "url" : "app-icon.js" , "evaluate" : true }
2019-12-03 17:07:26 +00:00
]
} ,
2019-11-13 11:09:41 +00:00
{
"id" : "gpsinfo" ,
"name" : "GPS Info" ,
2021-10-20 14:11:04 +00:00
"version" : "0.05" ,
2019-11-13 11:09:41 +00:00
"description" : "An application that displays information about altitude, lat/lon, satellites and time" ,
2021-10-20 14:11:04 +00:00
"icon" : "gps-info.png" ,
2019-11-13 11:09:41 +00:00
"type" : "app" ,
2021-10-20 14:11:04 +00:00
"tags" : "gps" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2019-11-13 11:09:41 +00:00
"storage" : [
2021-10-20 14:11:04 +00:00
{ "name" : "gpsinfo.app.js" , "url" : "gps-info.js" } ,
{ "name" : "gpsinfo.img" , "url" : "gps-info-icon.js" , "evaluate" : true }
2019-11-12 19:17:17 +00:00
]
2019-11-14 19:45:04 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "assistedgps" ,
2020-12-08 15:40:15 +00:00
"name" : "Assisted GPS Update (AGPS)" ,
2021-10-20 14:11:04 +00:00
"version" : "0.01" ,
2021-10-28 13:23:29 +00:00
"description" : "Downloads assisted GPS (AGPS) data to Bangle.js 1 for faster GPS startup and more accurate fixes. **No app will be installed**, this just uploads new data to the GPS chip." ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2020-09-23 10:38:02 +00:00
"type" : "RAM" ,
2021-10-20 14:11:04 +00:00
"tags" : "tool,outdoors,agps" ,
"supports" : [ "BANGLEJS" ] ,
"custom" : "custom.html" ,
2021-10-26 12:15:21 +00:00
"storage" : [ ]
2020-09-23 10:18:20 +00:00
} ,
2019-11-14 19:45:04 +00:00
{
2019-11-26 16:27:19 +00:00
"id" : "pomodo" ,
2021-10-20 14:11:04 +00:00
"name" : "Pomodoro" ,
2021-11-19 10:53:22 +00:00
"version" : "0.02" ,
2019-11-26 16:27:19 +00:00
"description" : "A simple pomodoro timer." ,
2021-10-20 14:11:04 +00:00
"icon" : "pomodoro.png" ,
2019-11-14 19:45:04 +00:00
"type" : "app" ,
2021-10-20 14:11:04 +00:00
"tags" : "pomodoro,cooking,tools" ,
2021-11-19 10:53:22 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2021-10-20 14:11:04 +00:00
"allow_emulator" : true ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle2-pomodoro-screenshot.png" } ] ,
2019-11-14 19:45:04 +00:00
"storage" : [
2021-10-20 14:11:04 +00:00
{ "name" : "pomodo.app.js" , "url" : "pomodoro.js" } ,
{ "name" : "pomodo.img" , "url" : "pomodoro-icon.js" , "evaluate" : true }
2019-11-16 21:22:26 +00:00
]
2019-12-02 15:57:42 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "blobclk" ,
2020-01-17 11:43:26 +00:00
"name" : "Large Digit Blob Clock" ,
2021-10-20 14:11:04 +00:00
"shortName" : "Blob Clock" ,
"version" : "0.06" ,
2019-11-16 21:22:26 +00:00
"description" : "A clock with big digits" ,
2021-10-20 14:11:04 +00:00
"icon" : "clock-blob.png" ,
"type" : "clock" ,
"tags" : "clock" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
"allow_emulator" : true ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle2-large-digit-blob-clock-screenshot.png" } , { "url" : "bangle1-large-digit-blob-clock-screenshot.png" } ] ,
2019-11-16 21:22:26 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "blobclk.app.js" , "url" : "clock-blob.js" } ,
{ "name" : "blobclk.img" , "url" : "clock-blob-icon.js" , "evaluate" : true }
2019-11-16 21:22:26 +00:00
]
2019-12-09 21:42:29 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "boldclk" ,
2020-01-03 07:18:44 +00:00
"name" : "Bold Clock" ,
2021-10-20 14:11:04 +00:00
"version" : "0.05" ,
2020-01-03 07:18:44 +00:00
"description" : "Simple, readable and practical clock" ,
2021-10-20 14:11:04 +00:00
"icon" : "bold_clock.png" ,
2021-10-26 12:15:21 +00:00
"screenshots" : [ { "url" : "screenshot_bold.png" } ] ,
2021-10-20 14:11:04 +00:00
"type" : "clock" ,
"tags" : "clock" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2021-10-26 12:15:21 +00:00
"readme" : "README.md" ,
2021-10-20 14:11:04 +00:00
"allow_emulator" : true ,
2020-01-03 07:18:44 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "boldclk.app.js" , "url" : "bold_clock.js" } ,
{ "name" : "boldclk.img" , "url" : "bold_clock-icon.js" , "evaluate" : true }
2020-01-03 07:18:44 +00:00
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "widclk" ,
2020-01-03 07:18:44 +00:00
"name" : "Digital clock widget" ,
2021-10-20 14:11:04 +00:00
"version" : "0.06" ,
2020-01-03 07:18:44 +00:00
"description" : "A simple digital clock widget" ,
2021-10-20 14:11:04 +00:00
"icon" : "widget.png" ,
"type" : "widget" ,
2020-01-03 07:18:44 +00:00
"tags" : "widget,clock" ,
2021-10-29 12:55:57 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2020-01-03 07:18:44 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "widclk.wid.js" , "url" : "widget.js" }
2020-01-03 07:18:44 +00:00
]
2020-01-08 11:33:35 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "widpedom" ,
2020-01-03 07:18:44 +00:00
"name" : "Pedometer widget" ,
2021-10-20 14:11:04 +00:00
"version" : "0.19" ,
2020-01-03 07:18:44 +00:00
"description" : "Daily pedometer widget" ,
2021-10-20 14:11:04 +00:00
"icon" : "widget.png" ,
"type" : "widget" ,
"tags" : "widget" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2020-01-03 07:18:44 +00:00
"storage" : [
2020-04-08 20:30:28 +00:00
{ "name" : "widpedom.wid.js" , "url" : "widget.js" } ,
{ "name" : "widpedom.settings.js" , "url" : "settings.js" }
2020-01-03 07:18:44 +00:00
]
2020-01-08 11:33:35 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "berlinc" ,
2019-12-09 21:42:29 +00:00
"name" : "Berlin Clock" ,
2021-10-21 08:13:17 +00:00
"version" : "0.05" ,
2019-12-14 18:22:52 +00:00
"description" : "Berlin Clock (see https://en.wikipedia.org/wiki/Mengenlehreuhr)" ,
2021-10-20 14:11:04 +00:00
"icon" : "berlin-clock.png" ,
"type" : "clock" ,
2019-12-17 16:56:59 +00:00
"tags" : "clock" ,
2021-10-21 08:13:17 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2021-10-20 14:11:04 +00:00
"allow_emulator" : true ,
2021-11-23 19:42:50 +00:00
"screenshots" : [ { "url" : "berlin-clock-screenshot.png" } ] ,
2019-12-09 21:42:29 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "berlinc.app.js" , "url" : "berlin-clock.js" } ,
{ "name" : "berlinc.img" , "url" : "berlin-clock-icon.js" , "evaluate" : true }
2019-12-09 21:42:29 +00:00
]
2020-01-03 17:20:44 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "ctrclk" ,
2020-01-03 20:55:25 +00:00
"name" : "Centerclock" ,
2021-10-20 14:11:04 +00:00
"version" : "0.03" ,
2020-01-03 20:55:25 +00:00
"description" : "Watch-centered digital 24h clock with date in dd.mm.yyyy format." ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
"type" : "clock" ,
"tags" : "clock" ,
"supports" : [ "BANGLEJS" ] ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-center-clock-screenshot.png" } ] ,
2021-10-20 14:11:04 +00:00
"allow_emulator" : true ,
2020-01-03 17:20:44 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "ctrclk.app.js" , "url" : "app.js" } ,
{ "name" : "ctrclk.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-02-04 16:15:37 +00:00
]
2020-01-30 17:05:53 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "demoapp" ,
2020-01-30 17:05:53 +00:00
"name" : "Demo Loop" ,
2021-10-20 14:11:04 +00:00
"version" : "0.02" ,
2020-01-30 17:05:53 +00:00
"description" : "Simple demo app - displays Bangle.js, JS logo, graphics, and Bangle.js information" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
"type" : "app" ,
"tags" : "" ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-demo-loop-screenshot1.png" } , { "url" : "bangle1-demo-loop-screenshot2.png" } , { "url" : "bangle1-demo-loop-screenshot3.png" } , { "url" : "bangle1-demo-loop-screenshot4.png" } ] ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
"allow_emulator" : true ,
2020-01-30 17:05:53 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "demoapp.app.js" , "url" : "app.js" } ,
{ "name" : "demoapp.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-01-30 17:05:53 +00:00
] ,
2021-10-20 14:11:04 +00:00
"sortorder" : -9
2020-02-05 10:28:23 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "flagrse" ,
2020-02-05 10:28:23 +00:00
"name" : "Espruino Flag Raiser" ,
2021-10-20 14:11:04 +00:00
"version" : "0.01" ,
2020-02-05 10:31:18 +00:00
"description" : "App to send a command to another Espruino to cause it to raise a flag" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2020-02-05 10:28:23 +00:00
"tags" : "" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
2020-02-05 10:28:23 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "flagrse.app.js" , "url" : "app.js" } ,
{ "name" : "flagrse.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-02-04 16:15:37 +00:00
]
2020-02-15 22:41:58 +00:00
} ,
{
"id" : "pipboy" ,
"name" : "Pipboy" ,
2021-06-24 13:14:42 +00:00
"version" : "0.04" ,
2020-02-15 22:41:58 +00:00
"description" : "Pipboy themed clock" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
"type" : "clock" ,
"tags" : "clock" ,
"supports" : [ "BANGLEJS" ] ,
"allow_emulator" : true ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-pipboy-themed-clock-screenshot.png" } ] ,
2020-02-15 22:41:58 +00:00
"storage" : [
2020-02-28 11:44:25 +00:00
{ "name" : "pipboy.app.js" , "url" : "app.js" } ,
{ "name" : "pipboy.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-02-15 22:41:58 +00:00
]
2020-03-03 15:59:00 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "torch" ,
2020-03-03 15:59:00 +00:00
"name" : "Torch" ,
2021-10-20 14:11:04 +00:00
"shortName" : "Torch" ,
"version" : "0.02" ,
2020-04-23 09:28:42 +00:00
"description" : "Turns screen white to help you see in the dark. Select from the launcher or press BTN1,BTN3,BTN1,BTN3 quickly to start when in any app that shows widgets" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2020-03-03 15:59:00 +00:00
"tags" : "tool,torch" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2020-03-03 15:59:00 +00:00
"storage" : [
{ "name" : "torch.app.js" , "url" : "app.js" } ,
{ "name" : "torch.wid.js" , "url" : "widget.js" } ,
{ "name" : "torch.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2020-03-05 08:27:49 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "rtorch" ,
2021-07-11 19:27:09 +00:00
"name" : "Red Torch" ,
2021-10-20 14:11:04 +00:00
"shortName" : "RedTorch" ,
"version" : "0.01" ,
2021-07-11 19:27:09 +00:00
"description" : "Turns screen RED to help you see in the dark without breaking your night vision. Select from the launcher or press BTN3,BTN1,BTN3,BTN1 quickly to start when in any app that shows widgets" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2021-07-11 19:27:09 +00:00
"tags" : "tool,torch" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2021-07-11 19:27:09 +00:00
"storage" : [
{ "name" : "rtorch.app.js" , "url" : "app.js" } ,
{ "name" : "rtorch.wid.js" , "url" : "widget.js" } ,
{ "name" : "rtorch.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "wohrm" ,
2020-03-29 06:04:30 +00:00
"name" : "Workout HRM" ,
2021-10-20 14:11:04 +00:00
"version" : "0.08" ,
2020-02-16 08:48:07 +00:00
"description" : "Workout heart rate monitor notifies you with a buzz if your heart rate goes above or below the set limits." ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2020-02-16 08:52:06 +00:00
"type" : "app" ,
2021-10-20 14:11:04 +00:00
"tags" : "hrm,workout" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
"allow_emulator" : true ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-workout-HRM-screenshot.png" } ] ,
2020-02-16 08:48:07 +00:00
"storage" : [
2020-03-24 16:27:13 +00:00
{ "name" : "wohrm.app.js" , "url" : "app.js" } ,
{ "name" : "wohrm.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-03-24 16:13:24 +00:00
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "widid" ,
2020-03-05 08:27:49 +00:00
"name" : "Bluetooth ID Widget" ,
2021-10-20 14:11:04 +00:00
"version" : "0.03" ,
2020-03-10 15:34:07 +00:00
"description" : "Display the last two tuple of your Bangle.js MAC address in the widget section. This is useful for figuring out which Bangle.js to connect to if you have more than one Bangle.js!" ,
2021-10-20 14:11:04 +00:00
"icon" : "widget.png" ,
"type" : "widget" ,
2020-03-10 15:34:07 +00:00
"tags" : "widget,address,mac" ,
2021-10-21 09:14:00 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2020-03-04 19:59:27 +00:00
"storage" : [
{ "name" : "widid.wid.js" , "url" : "widget.js" }
]
2020-03-26 12:45:53 +00:00
} ,
2020-03-30 15:23:45 +00:00
{
2020-03-27 20:00:37 +00:00
"id" : "grocery" ,
"name" : "Grocery" ,
2021-10-20 14:11:04 +00:00
"version" : "0.02" ,
2020-05-04 12:21:16 +00:00
"description" : "Simple grocery (shopping) list - Display a list of product and track if you already put them in your cart." ,
2021-10-20 14:11:04 +00:00
"icon" : "grocery.png" ,
2020-03-26 17:03:53 +00:00
"type" : "app" ,
2021-10-20 14:11:04 +00:00
"tags" : "tool,outdoors,shopping,list" ,
"supports" : [ "BANGLEJS" ] ,
"custom" : "grocery.html" ,
2020-03-26 17:03:53 +00:00
"storage" : [
2021-10-20 14:11:04 +00:00
{ "name" : "grocery.app.js" , "url" : "app.js" } ,
2020-03-30 15:23:45 +00:00
{ "name" : "grocery.img" , "url" : "grocery-icon.js" , "evaluate" : true }
2020-03-26 17:03:53 +00:00
]
2020-03-27 20:35:48 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "marioclock" ,
2020-03-26 12:45:53 +00:00
"name" : "Mario Clock" ,
2021-10-20 14:11:04 +00:00
"version" : "0.15" ,
2020-04-06 17:16:24 +00:00
"description" : "Animated retro Mario clock, with Gameboy style 8-bit grey-scale graphics." ,
2021-10-20 14:11:04 +00:00
"icon" : "marioclock.png" ,
2020-03-26 12:45:53 +00:00
"type" : "clock" ,
2021-10-20 14:11:04 +00:00
"tags" : "clock,mario,retro" ,
"supports" : [ "BANGLEJS" ] ,
2020-04-06 17:29:34 +00:00
"readme" : "README.md" ,
2021-10-20 14:11:04 +00:00
"allow_emulator" : false ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-mario-clock-screenshot.png" } ] ,
2020-03-26 12:45:53 +00:00
"storage" : [
{ "name" : "marioclock.app.js" , "url" : "marioclock-app.js" } ,
{ "name" : "marioclock.img" , "url" : "marioclock-icon.js" , "evaluate" : true }
]
2020-03-27 12:00:29 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "cliock" ,
2020-04-01 07:30:38 +00:00
"name" : "Commandline-Clock" ,
2021-10-20 14:11:04 +00:00
"shortName" : "CLI-Clock" ,
"version" : "0.14" ,
2020-04-01 07:30:38 +00:00
"description" : "Simple CLI-Styled Clock" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2021-10-28 20:51:11 +00:00
"screenshots" : [ { "url" : "screenshot_cli.png" } ] ,
2021-10-20 14:11:04 +00:00
"type" : "clock" ,
"tags" : "clock,cli,command,bash,shell" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
"allow_emulator" : true ,
2020-04-01 07:30:38 +00:00
"storage" : [
{ "name" : "cliock.app.js" , "url" : "app.js" } ,
{ "name" : "cliock.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "widver" ,
2020-03-29 16:52:10 +00:00
"name" : "Firmware Version Widget" ,
2021-10-29 19:21:12 +00:00
"version" : "0.03" ,
2020-03-29 16:52:10 +00:00
"description" : "Display the version of the installed firmware in the top widget section." ,
2021-10-20 14:11:04 +00:00
"icon" : "widget.png" ,
"type" : "widget" ,
2020-03-29 16:52:10 +00:00
"tags" : "widget,tool,system" ,
2021-10-29 12:55:57 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2020-03-29 16:52:10 +00:00
"storage" : [
{ "name" : "widver.wid.js" , "url" : "widget.js" }
]
2020-03-30 19:34:44 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "barclock" ,
2020-03-30 19:34:44 +00:00
"name" : "Bar Clock" ,
2021-11-23 18:42:12 +00:00
"version" : "0.09" ,
2020-03-30 22:05:00 +00:00
"description" : "A simple digital clock showing seconds as a bar" ,
2021-10-20 14:11:04 +00:00
"icon" : "clock-bar.png" ,
2021-10-26 12:15:21 +00:00
"screenshots" : [ { "url" : "screenshot.png" } , { "url" : "screenshot_pm.png" } ] ,
2021-10-20 14:11:04 +00:00
"type" : "clock" ,
2020-03-30 19:34:44 +00:00
"tags" : "clock" ,
2021-11-20 16:13:36 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2021-06-10 18:46:02 +00:00
"readme" : "README.md" ,
2021-10-20 14:11:04 +00:00
"allow_emulator" : true ,
2020-03-30 19:34:44 +00:00
"storage" : [
{ "name" : "barclock.app.js" , "url" : "clock-bar.js" } ,
{ "name" : "barclock.img" , "url" : "clock-bar-icon.js" , "evaluate" : true }
]
2020-03-31 18:22:56 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "dotclock" ,
2020-04-03 18:12:26 +00:00
"name" : "Dot Clock" ,
2021-10-20 14:11:04 +00:00
"version" : "0.03" ,
2020-04-03 18:12:26 +00:00
"description" : "A Minimal Dot Analog Clock" ,
2021-10-20 14:11:04 +00:00
"icon" : "clock-dot.png" ,
"type" : "clock" ,
"tags" : "clock" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
"allow_emulator" : true ,
2021-11-23 19:54:22 +00:00
"screenshots" : [ { "url" : "bangle2-dot-clcok-screenshot.png" } , { "url" : "bangle1-dot-clock-screenshot.png" } ] ,
2020-04-03 18:12:26 +00:00
"storage" : [
{ "name" : "dotclock.app.js" , "url" : "clock-dot.js" } ,
{ "name" : "dotclock.img" , "url" : "clock-dot-icon.js" , "evaluate" : true }
]
2020-04-03 18:43:56 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "widtbat" ,
2020-03-31 18:22:56 +00:00
"name" : "Tiny Battery Widget" ,
2021-10-22 07:52:05 +00:00
"version" : "0.02" ,
2020-03-31 18:37:10 +00:00
"description" : "Tiny blueish battery widget, vibs and changes level color when charging" ,
2021-10-20 14:11:04 +00:00
"icon" : "widget.png" ,
"type" : "widget" ,
2020-03-31 18:22:56 +00:00
"tags" : "widget,tool,system" ,
2021-10-22 07:52:05 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2020-03-31 18:22:56 +00:00
"storage" : [
{ "name" : "widtbat.wid.js" , "url" : "widget.js" }
]
2020-04-01 12:16:06 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "chrono" ,
2020-04-01 13:40:43 +00:00
"name" : "Chrono" ,
2021-10-20 14:11:04 +00:00
"shortName" : "Chrono" ,
"version" : "0.01" ,
2020-04-01 12:25:53 +00:00
"description" : "Single click BTN1 to add 5 minutes. Single click BTN2 to add 30 seconds. Single click BTN3 to add 5 seconds. Tap to pause or play to timer. Double click BTN1 to reset. When timer finishes the watch vibrates." ,
2021-10-20 14:11:04 +00:00
"icon" : "chrono.png" ,
2021-10-14 17:55:13 +00:00
"tags" : "tool" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2020-04-01 12:16:06 +00:00
"storage" : [
2020-04-01 13:40:43 +00:00
{ "name" : "chrono.app.js" , "url" : "chrono.js" } ,
{ "name" : "chrono.img" , "url" : "chrono-icon.js" , "evaluate" : true }
2020-04-01 12:16:06 +00:00
]
2020-04-01 20:23:33 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "astrocalc" ,
2020-04-01 20:14:34 +00:00
"name" : "Astrocalc" ,
2021-10-20 14:11:04 +00:00
"version" : "0.02" ,
2020-04-01 20:14:34 +00:00
"description" : "Calculates interesting information on the sun and moon cycles for the current day based on your location." ,
2021-10-20 14:11:04 +00:00
"icon" : "astrocalc.png" ,
2020-04-01 20:14:34 +00:00
"tags" : "app,sun,moon,cycles,tool,outdoors" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
"allow_emulator" : true ,
2020-04-01 20:14:34 +00:00
"storage" : [
{ "name" : "astrocalc.app.js" , "url" : "astrocalc-app.js" } ,
{ "name" : "suncalc.js" , "url" : "suncalc.js" } ,
{ "name" : "astrocalc.img" , "url" : "astrocalc-icon.js" , "evaluate" : true } ,
2020-04-02 12:45:27 +00:00
{ "name" : "first-quarter.img" , "url" : "first-quarter-icon.js" , "evaluate" : true } ,
{ "name" : "last-quarter.img" , "url" : "last-quarter-icon.js" , "evaluate" : true } ,
{ "name" : "waning-crescent.img" , "url" : "waning-crescent-icon.js" , "evaluate" : true } ,
{ "name" : "waning-gibbous.img" , "url" : "waning-gibbous-icon.js" , "evaluate" : true } ,
{ "name" : "full.img" , "url" : "full-icon.js" , "evaluate" : true } ,
{ "name" : "new.img" , "url" : "new-icon.js" , "evaluate" : true } ,
{ "name" : "waxing-gibbous.img" , "url" : "waxing-gibbous-icon.js" , "evaluate" : true } ,
{ "name" : "waxing-crescent.img" , "url" : "waxing-crescent-icon.js" , "evaluate" : true }
2020-04-01 20:14:34 +00:00
]
2020-04-02 13:30:24 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "widhwt" ,
2020-04-01 20:23:33 +00:00
"name" : "Hand Wash Timer" ,
2021-10-20 14:11:04 +00:00
"version" : "0.01" ,
2020-04-02 10:04:41 +00:00
"description" : "Swipe your wrist over the watch face to start your personal Bangle.js hand wash timer for 35 sec. Start washing after the short buzz and stop after the long buzz." ,
2021-10-20 14:11:04 +00:00
"icon" : "widget.png" ,
"type" : "widget" ,
2020-04-01 20:23:33 +00:00
"tags" : "widget,tool" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2020-04-01 20:23:33 +00:00
"storage" : [
{ "name" : "widhwt.wid.js" , "url" : "widget.js" }
]
2020-04-02 18:36:19 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "toucher" ,
2020-04-02 18:36:19 +00:00
"name" : "Touch Launcher" ,
2021-10-20 14:11:04 +00:00
"shortName" : "Toucher" ,
"version" : "0.07" ,
2020-04-02 18:36:19 +00:00
"description" : "Touch enable left to right launcher." ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
"type" : "launch" ,
"tags" : "tool,system,launcher" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2021-10-16 14:03:22 +00:00
"readme" : "README.md" ,
2020-04-02 18:36:19 +00:00
"storage" : [
2020-04-23 13:46:06 +00:00
{ "name" : "toucher.app.js" , "url" : "app.js" } ,
2020-04-23 15:53:51 +00:00
{ "name" : "toucher.settings.js" , "url" : "settings.js" }
2020-04-02 18:36:19 +00:00
] ,
2021-11-09 20:18:29 +00:00
"data" : [ { "name" : "toucher.json" } ]
2020-04-02 19:35:34 +00:00
} ,
2020-04-02 18:05:02 +00:00
{
"id" : "balltastic" ,
"name" : "Balltastic" ,
2021-09-13 08:57:46 +00:00
"version" : "0.02" ,
2020-04-02 18:05:02 +00:00
"description" : "Simple but fun ball eats dots game." ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2020-04-02 18:05:02 +00:00
"type" : "app" ,
2021-10-20 14:11:04 +00:00
"tags" : "game,fun" ,
"supports" : [ "BANGLEJS" ] ,
2020-04-02 18:05:02 +00:00
"storage" : [
2021-10-20 14:11:04 +00:00
{ "name" : "balltastic.app.js" , "url" : "app.js" } ,
{ "name" : "balltastic.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2020-04-03 08:22:14 +00:00
} ,
{
"id" : "rpgdice" ,
"name" : "RPG dice" ,
2020-11-19 03:39:10 +00:00
"version" : "0.02" ,
2020-04-03 08:22:14 +00:00
"description" : "Simple RPG dice rolling app." ,
2021-10-20 14:11:04 +00:00
"icon" : "rpgdice.png" ,
2020-04-03 08:22:14 +00:00
"type" : "app" ,
2021-10-20 14:11:04 +00:00
"tags" : "game,fun" ,
"supports" : [ "BANGLEJS" ] ,
2020-04-03 08:22:14 +00:00
"allow_emulator" : true ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-rpg-dice-screenshot.png" } ] ,
2020-04-03 08:22:14 +00:00
"storage" : [
2021-10-20 14:11:04 +00:00
{ "name" : "rpgdice.app.js" , "url" : "app.js" } ,
{ "name" : "rpgdice.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-04-03 08:22:14 +00:00
]
2020-04-03 11:13:14 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "widmp" ,
2020-04-03 11:13:14 +00:00
"name" : "Moon Phase Widget" ,
2021-10-29 19:21:12 +00:00
"version" : "0.02" ,
2020-04-03 11:13:14 +00:00
"description" : "Display the current moon phase in blueish for the northern hemisphere in eight phases" ,
2021-10-20 14:11:04 +00:00
"icon" : "widget.png" ,
"type" : "widget" ,
2020-04-03 11:13:14 +00:00
"tags" : "widget,tools" ,
2021-10-29 12:55:57 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2020-04-03 11:13:14 +00:00
"storage" : [
{ "name" : "widmp.wid.js" , "url" : "widget.js" }
]
2020-04-04 12:14:01 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "minionclk" ,
2020-04-04 12:14:01 +00:00
"name" : "Minion clock" ,
2021-07-28 08:55:22 +00:00
"version" : "0.05" ,
2020-04-04 12:14:01 +00:00
"description" : "Minion themed clock." ,
2021-10-20 14:11:04 +00:00
"icon" : "minionclk.png" ,
2020-04-04 12:14:01 +00:00
"type" : "clock" ,
2021-10-20 14:11:04 +00:00
"tags" : "clock,minion" ,
"supports" : [ "BANGLEJS" ] ,
2020-04-04 12:14:01 +00:00
"allow_emulator" : true ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-minion-clock-screenshot.png" } ] ,
2020-04-04 12:14:01 +00:00
"storage" : [
{ "name" : "minionclk.app.js" , "url" : "app.js" } ,
{ "name" : "minionclk.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2020-04-07 20:41:57 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "openstmap" ,
2020-04-07 20:41:57 +00:00
"name" : "OpenStreetMap" ,
2021-10-20 14:11:04 +00:00
"shortName" : "OpenStMap" ,
Squashed commit of the following:
commit 5ed43a28b5b9d6820ee898f632535747c1e5913d
Merge: 4cf9192c a385c099
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:12:45 2021 +0000
Merge branch 'espruino:master' into Base
commit 4cf9192c4341a85eab1198b8663f48d276704ac3
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:25 2021 +0000
Update core
commit 69a54194a9eb41d0722fc061bec5c900b724e8cf
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:14 2021 +0000
Squashed commit of the following:
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit e040cc4e245a8fb4c55bfeb99cab12c62af5e7b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 15:22:16 2021 +0000
replace tabs!
commit 60c2fa710c4904827bfba868507a9f6d10d524a3
Merge: 38b2e417 f3cb7e9a
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:29:46 2021 +0000
Merge pull request #942 from madman2021/master
Add new TimeCal app
commit 38b2e417bf8e63be394a96ed24b9e3d174d5f45b
Merge: 94bd895b 43b38cc8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:26:43 2021 +0000
Merge pull request #943 from peerdavid/master
[LCARS Clock] Shows icons for charging and out of battery
commit 94bd895bafeb37250b64373692c9cceb3e9ece97
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 12:56:56 2021 +0000
welcome 0.14: Turn off and run later to use softOff to time is set right
plus other minor tweaks
commit 43b38cc8ab5796e25f65ace531be68a6a4134f98
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:40:47 2021 +0100
New screenshot. Updated version.
commit 34c6589f06a1a8ba0f7fe2e126b41d03dff7f45b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:37:07 2021 +0100
Minor improvement
commit c403a5af671cf70b18776fad83126adf66122f0f
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:36:21 2021 +0100
New design. Removed png icon files - only converted icons are needed.
commit 19655ea3279daf32ebfd4453db398915a8229946
Merge: 274b705c b1fb0e6b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:44 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 274b705c1e7313cf646412ec01bf17de9b1dabcf
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:37 2021 +0100
More lcars style
commit f3cb7e9a0b8f0ba3624b639415c9168c240905e8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:53:14 2021 +0000
Remove Icon as it renders massive
commit 1a9f5375557fc232acfe3f42d1198da827db5ab8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:46:03 2021 +0000
Add missing supports tag for TimeCal
commit 3738bde22a0d4cef2bd5c956a1a370e9a145689a
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:43:38 2021 +0000
Add TimeCal to the app library
Add TimeCal to the app library
commit b1fb0e6b7d88f53cff85f6a8d3eb416bebd35e92
Merge: 559e8208 dabc22c2
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 11:10:36 2021 +0100
Merge branch 'espruino:master' into master
commit dabc22c2d725ccddad8b08c0fa0b14af94d38e28
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 09:54:11 2021 +0000
custom code works on bangle2
commit 2e83a511d2032736a63bda38406b4f744a4130f1
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:51:20 2021 +0000
metronome supports bangle 2 now
commit cea51d06d07f09923d590357c33782861c342817
Merge: cd1daba0 4eee3f05
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:50:24 2021 +0000
Merge pull request #938 from bengwalker/master
Add Bangle.js 2 support for metronome app
commit cd1daba0c55e99f5a477407f47b932d050c0b6f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:46:13 2021 +0000
0.25: Fix issue where if Bangle.js 2 got a GPS fix but no reported time, errors could be caused by the widget (fix #935)
commit c03ab08687bbc7ed893ed2ef8c3be21f1e61e74f
Merge: 1750c72e f10bf240
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:40:53 2021 +0000
Merge pull request #939 from Ronin0000/master
Add Screenshots to Many Apps
commit 1750c72e94eab6ee22650d993ea31efa17e79c46
Merge: 5eeb1181 1def233d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:38:06 2021 +0000
Merge pull request #936 from Vingelar/master
Binwatch: re-format background images
commit 559e82088077ba79675c0012c921eae3ef32b16d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:14:04 2021 +0100
Minor design change
commit d24b8c80da7afd75a6f121a22e3694252aa3c57a
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:12:25 2021 +0100
Minor design chnges
commit f10bf24018add2df61a5fc422aee941b07c70082
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 17:04:07 2021 -0800
Update apps.json
commit c66b0982368a5e1ee74da598945df12d88cba679
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:53:48 2021 -0800
Update apps.json
commit 638fea73c791b4f11b6119c02ca2090c31b6bc83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:24:10 2021 -0800
Add files via upload
commit 4e79c896c65b2edc7dfcb7b4b2eb6ae1c96f60ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:23:33 2021 -0800
Add files via upload
commit 33809d8cdfa7ea3f02941c820b4836f20a9eb869
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:58 2021 -0800
Add files via upload
commit 6cb83284a7e7b9d2f8935835702e713f0f9b7b51
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:45 2021 -0800
Add files via upload
commit 7e521d0d29262227a32244d2929eb99fcb36fb98
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:17 2021 -0800
Add files via upload
commit 9985ff03f20469897ceb3dd1acb4f90ac850ebb8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:00 2021 -0800
Add files via upload
commit 6f437c39866562e05d8821bdb5150cd553f3a6cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:21:15 2021 -0800
Add files via upload
commit ffe218a0046d65464e96cdc59d1c10fbb708b791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:56 2021 -0800
Add files via upload
commit 9400133dd49762a7bfcff38e5a6249cbfd5753f7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:39 2021 -0800
Add files via upload
commit 76463d927940f590ed45cc51558723375217a34a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:37 2021 -0800
Add files via upload
commit 4011accb47eb53954acc3e27cce5b6f6cb025c57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:19 2021 -0800
Add files via upload
commit bc5960d61a40c08566a8e1977fa53c6528f04a85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:07 2021 -0800
Add files via upload
commit da5634beda72243f5ee6e4fc0e376c6c5f9c6ccc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:51 2021 -0800
Add files via upload
commit b9c4640f853d4992e57cd5d6b2e3f4d75db32d1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:25 2021 -0800
Add files via upload
commit d27a605a24cc06903084b6a796c9c93b7724150f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:07 2021 -0800
Add files via upload
commit 52baa42e69b1a7a8ef6bc2cae548298af4dcbf7c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:48 2021 -0800
Add files via upload
commit db3b6a58e49a3d5ce9b528011f3e0607474e4fa8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:16 2021 -0800
Add files via upload
commit f0de0d8a9d542fd960f13b36a2bb2a3548f06033
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:52 2021 -0800
Add files via upload
commit 6d4cb98ba83d0ab62406c00ed9fa8dcd139d2f8c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:34 2021 -0800
Add files via upload
commit 5f434d9d327fff8cebf41a45cf73ea9c96cb42db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:23 2021 -0800
Add files via upload
commit 6e72349f05e3773b0ae60217df8b6f266447f1ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:37 2021 -0800
Add files via upload
commit 03e4d0d7c01cdc214526891933f3c155f63ff2b5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:21 2021 -0800
Add files via upload
commit ead12a1c11e3937637e8af8b1d54218e0138e908
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:54 2021 -0800
Add files via upload
commit a1ed32c91380e03146dc4003a3ee6e400d0dd35f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:30 2021 -0800
Add files via upload
commit fae08d7a739b1a28faacb0105d5ad417171dddcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:57 2021 -0800
Add files via upload
commit b889e431edf72d64867c576135bc1470c4590db2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:32 2021 -0800
Add files via upload
commit f177480160184722b935623ebed05ad630a5a6a2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:02 2021 -0800
Add files via upload
commit a2fe8c3722f56c59957642cad2bb0a6454dc6f5b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:11:42 2021 -0800
Add files via upload
commit c1cdf15bf5413167692e9c7bd4f5fee31fe4d4c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:49 2021 -0800
Add files via upload
commit fb1c5529f037cc701e30d9da036a54236ea1ba1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:11 2021 -0800
Add files via upload
commit 530089e0830473574b38c172a964f9cfb49436a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:35 2021 -0800
Add files via upload
commit 3556e668560587c074ad435b977283e19367f69e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:12 2021 -0800
Add files via upload
commit e1e32772e4dd1943af6ed37407425998b0819e48
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:56 2021 -0800
Add files via upload
commit 8084bb92b7cfb12740129c57e1bb5c05ce13994c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:37 2021 -0800
Add files via upload
commit 2c997d2964d4ade4ba0aa5ef89a1b646c15a9751
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:18 2021 -0800
Add files via upload
commit 747626b66c880293481bd0a97cda8e32e0239d04
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:07:24 2021 -0800
Add files via upload
commit ed36fae0ac6def24ca20ab6229affbcf7502582e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:59 2021 -0800
Add files via upload
commit e8baad3c3775e26f8a88457ff8f361a18572e484
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:33 2021 -0800
Add files via upload
commit 1efcebe84aa2b2b00d6920a84d4e486b834c1083
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:16 2021 -0800
Add files via upload
commit 082d3d1e95e9bb98e10bb1679ae0dfba11bf44e0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:05:21 2021 -0800
Add files via upload
commit b10f62a6c55dd89bb15a97430b74269486a72807
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:58 2021 -0800
Add files via upload
commit 24b41c2c6fe40d18ffd9dfc0404f215cc9b847ff
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:42 2021 -0800
Add files via upload
commit 19a2ef1a44c78fe9b1922574f0a1eda20f2fbd43
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:01 2021 -0800
Add files via upload
commit 7089d6e74c438d3577ebf03857b0c1b6f73aaa2a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:03:38 2021 -0800
Add files via upload
commit 431824f828f0ea900c9d206e492cc7a6d1830f2e
Merge: 15aa41c7 5eeb1181
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 15:15:57 2021 -0800
Merge branch 'espruino:master' into master
commit 5eeb1181d049f1580f75657b9a9ac664041b26b9
Merge: 546a0b16 6b05d928
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:29:18 2021 +0000
Merge pull request #937 from rigrig/barclock-b2
Barclock works fine on the Bangle.js 2 :-)
commit 15aa41c766b2a25c7a83a1a6744706a7b2852aa3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:23:03 2021 -0800
Add files via upload
commit 6a93494e3fe516ccbc7755027f613bd9bd529021
Merge: 12443640 546a0b16
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:22:27 2021 -0800
Merge branch 'espruino:master' into master
commit 546a0b16cc32841b38a0d39b07ec6d18f58d21c5
Merge: cb6e14f6 18fbd289
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:55 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit cb6e14f6c12816224bbc3dc127e9817d0df7ae78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:37 2021 +0000
messages, start of call handling and message responses, fix for scroll issue when only 2 menu items
commit 12443640c95efbe9f25ed0ffe73280c84d90cd13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:54:22 2021 -0800
Update apps.json
commit 9bdc07f8617e457439522d5b4c84a65d1eba4ed9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:47:36 2021 -0800
Update apps.json
commit 4eee3f05e92e26aa5c70c1d2cefcc97ff4935b0d
Merge: aafc93f0 18fbd289
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:46:32 2021 +0100
Merge branch 'master' into master
commit 298fa47cd87e37b19cd142f47867843e24d08b57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:42:50 2021 -0800
Update apps.json
commit 52c07f6dc80e8eabd017fc324332c0594c173399
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:40:42 2021 -0800
Update apps.json
commit fe340d75bbb6c7814241becacddaca50435c5fe3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:39:31 2021 -0800
Update apps.json
commit aafc93f09a818f5bb6e4b6988246e4f8d049df87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:35:35 2021 +0100
Update README.md
update README
commit bd80ea5ca03b2e9d5f2eb562adc7305b3952d2e5
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:31:33 2021 +0100
Update metronome.js
print instructuions for banglejs2
commit 51afd5ef049c67f331931ee18b53e9d4e835342a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:29:27 2021 -0800
Add files via upload
commit ff62b603a27d6acea382af80496b6a35787a73ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:51 2021 -0800
Add files via upload
commit ffbd331c1376c5f393dafe62eaa62a9991949a3e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:29 2021 -0800
Add files via upload
commit 93c113a95a21dccfde6bb171d15b0f93e6d0f58a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:25 2021 -0800
Add files via upload
commit b2be26fccedfa52f00f275db8050c0c3e532859b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:07 2021 -0800
Add files via upload
commit 899e78539c3bb0e41e4d56aa854c4806715ccce0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:26:06 2021 -0800
Add files via upload
commit 50a88d41cd63e51a876e4fca58fe13c5af2088fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:35 2021 -0800
Add files via upload
commit b1d636bac2148007dd72becff0daddf24b80f0a4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:10 2021 -0800
Add files via upload
commit 6b05d928751b49d4910ddd3a6867e2d4cad6c93f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 19:42:12 2021 +0100
barclock: Fix time/date disappearing after fullscreen notification
By forcing a complete redraw at lcdPower-on
commit 32e3d326aa143eed99d26c81c9fbf870730591f4
Author: Richard de Boer <git@tubul.net>
Date: Sat Nov 20 17:13:36 2021 +0100
barclock works fine on the Bangle.js 2 :-)
commit 1def233de2434d272c6f712c9c213b7caff3ae92
Author: Vingelar <Vingelar@mantisse.de>
Date: Tue Nov 23 19:09:16 2021 +0100
changed format of bg images to binary raw format (export from emulator
commit e021aa2c9d5c44f9130e4bf67cb4b066d02cbd6d
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:59:49 2021 +0100
Update app.js
binwatch: adapted names of bg images
commit 3dd723d10bd3195257205a48dc79872668bd53cb
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:58:48 2021 +0100
Update apps.json
binwatch: shorten names of background images
commit 275402344ee927a51d0c100d4387c739d7a49968
Merge: cf027b37 18fbd289
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:36:45 2021 +0100
Merge branch 'espruino:master' into master
commit 18fbd2898da9fc2bfb16d0adf9cf2b97f5ce0f3d
Merge: 5be6981a df364bab
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:34:15 2021 +0000
Merge pull request #933 from peerdavid/master
[LCARS Clock] Added lcars icon to watch face.
commit cf027b3783cbbf8deca98fb3e1ee1922557686bf
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:34:13 2021 +0100
Update app.js
changed names of background images
commit 5be6981acdf3935b936bb85caf37780537518b66
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:31:42 2021 +0000
oops - named stub wrong
commit d328d94d34ea86dd99f958098c7f0a000b1e395f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:30:20 2021 +0100
Add files via upload
added background files exported from Emulator
commit c36fb16a684085c2eb6ada2c50021d3776f5e215
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:54 2021 +0100
Delete Background240_center.js
removed background240_center.js (wrong format)
commit 4719fada2843f1c8d6ae36d8d59d0fb95318d9b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:28:34 2021 +0000
Android Remove messages on disconnect, Fix music control (ref #909)
commit f431bd8a2c823e877ee6e78576aa4f39a0b5701f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:25 2021 +0100
Delete Background176_center.js
remove backgounrd176_center.js (wrong format)
commit 1b548c9bbb5a10769498b4ad1be04397fb889bce
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:27:33 2021 +0100
Update apps.json
adapted naming for image files
commit df364babab19550f75a01d707f0684d8547e8664
Merge: d28517b2 a1eeadfc
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 17:16:00 2021 +0100
Merge branch 'espruino:master' into master
commit d28517b2a5b5e7eaa6a8d9832d9352062addb3ee
Merge: cd93a201 465c93d8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:18 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit cd93a201f846e2c51a1ff9cc447dbbbdc2c5e2cc
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:15 2021 +0100
Moved logo
commit dd2bb22f076abff1aac2f32734b50fdcc5423861
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:08:57 2021 +0100
Update apps.json
use .js files as background images
commit 03c5f996f4998ebc1e6bfea7e77d3a61743c0c69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:07:21 2021 +0100
Add files via upload
added background files as js
commit 7d81bfe2bbdf5095ac7550247eddbe6827cec4c0
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:53:40 2021 +0100
Update apps.json
added missing "url" to background storage
commit 51b73894e461af6312b6fca28e0b5888e9f98da6
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:51:40 2021 +0100
Update app.js
use background images from storage
commit dab36d05a77563e9a839f38807bfd7cfe09a1f69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:48:50 2021 +0100
Update apps.json
added background images to stroage
commit 31f28093411e4f501dd49f98359af43e71e8b27e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:44:49 2021 +0000
Fix https://github.com/espruino/BangleApps/issues/927 - App loader offers to update unknown apps
commit a1eeadfc224a976e3fca6a00ca47d1c1389fa70f
Merge: 68429483 0a695e51
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:40:09 2021 +0000
Merge pull request #934 from Ronin0000/master
Fix School Calendar Bug
commit 0a695e5143fbff3935e80b9df85720f065b1e185
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:09:14 2021 -0800
Update custom.html
fix bug that was for testing
commit cfecc24f42d257d565f21571a50b825cffb2f1c3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:05:47 2021 -0800
Delete boot.js
commit 684294830d75459982845920cb30815236dc0917
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 13:57:46 2021 +0000
app manager works in bjs2
commit 465c93d830300054722f10f483a9023c6ec315e7
Merge: d20f5e59 3ba779ee
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 14:53:47 2021 +0100
Merge branch 'espruino:master' into master
commit d20f5e597e72d8392af3e9b745a4dfab36e8797f
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:53:27 2021 +0100
Updated screenshot
commit a283cf58fb90b1852d8e414fb01010632a65ba46
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:51:55 2021 +0100
Included lcars logo
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 3ba779ee5826a60f127ed12f0eeaa2a848f53b4c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:48:34 2021 +0000
Fix bangleapps after recent PRs
commit aaf06b113c72e1487651d30602ba79c95a41d6ff
Merge: a0351381 06a6b72d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:42:26 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 9600f16671ab5a9fc772a959a7110622baa5e606
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:19:48 2021 +0100
Updated changelog
commit 98577b626960bd971af483ef709655dfe0ac1f00
Merge: 1ccabca0 d3cd47f9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:52 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 1ccabca0c6f1cf79c1b5d6a56749ab752a4d1850
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:50 2021 +0100
No hrm icon - its shown too much.
commit d3cd47f95704e7c508e1e311d3224826f3fd73ce
Merge: 2e18795c 06a6b72d
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 11:12:43 2021 +0100
Merge branch 'espruino:master' into master
commit 2e18795c5780148c6f52d50cd69849b5893b1cdb
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:11:33 2021 +0100
Fixed string
commit 36edd449c5398147536d20c2b4f11040cb3105b9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:10:33 2021 +0100
Minor change
commit 06a6b72d42fc55a224bb5d133640670c21d6cae0
Merge: a39d4102 be083113
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:03:45 2021 +0000
Merge pull request #925 from Ronin0000/master
Add School Calendar
commit a39d4102963fc1593e1f2f8ea3f4372a3da4da6f
Merge: ab2cb243 930cfa13
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:02:41 2021 +0000
Merge pull request #928 from peerdavid/master
[LCARS Clock] Icons for different states such as GPS or HRM.
commit 5c3b0468d4ce9a51249f6f098c3e6ba84ba1cf41
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:59:26 2021 +0100
Update apps.json
corrected format
commit 336501059da7bceddba9e300c5b6d5bd1aba6a3a
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:56:25 2021 +0100
Update apps.json
removed background image
commit 3f4c49a8aef6ba79419f00d86fc4f02435b72e21
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:55:07 2021 +0100
Update app.js
integrated BG image into app
commit ff3223e1b906957811cad815df88ad495e70a95f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:51:02 2021 +0100
Update app.js
added "require" for bg image
commit ab2cb243857e50e7bb80ee163e4bc153302446a7
Merge: adadf7ef 162dc1f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:51:01 2021 +0000
Merge pull request #929 from weeurey/master
Update app
commit adadf7efd39b01466cfd348e13c5a02deaa6bf4d
Merge: b7f403e7 0f9d938f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:26 2021 +0000
Merge pull request #931 from reelyactive/master
emojuino@0.02
commit b7f403e79bf5fae387c5f6d0522f49ce917362a6
Merge: f4e997d4 46383d4d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:12 2021 +0000
Merge pull request #930 from rigrig/gbmusic-fix
gbmusic: fix "previous" button image
commit a03513812956c629f003824b46bb6763734eead8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:44:24 2021 +0000
fix download icon on android
commit b128f5c15569de9e2be0717f270cfd90e006d5ab
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:38:02 2021 +0100
Update apps.json
added background image to upload
commit 930cfa13315046c621a5444632f7b12bbd956fae
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 09:43:24 2021 +0100
New HRM Icon
commit 7f3f7b9eee3c23c922645274dd8d7947def8158d
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:26:37 2021 +0100
Currently, no confidence > 80 is reached...
commit 1fb861b82c4cc75b94dc6875280fbd411390bc71
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:25:11 2021 +0100
HRM confidence of 80 to display
commit 7d95221e166770be91bf76374f926fe996356009
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:24:15 2021 +0100
Minor change
commit 6d8d98fb03e7bed42c3feeee771ddfcd78b60ea8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:21:41 2021 +0100
Show HRM
commit a0cc4c633e0e6853a0f170a5358b7e1f11e310af
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:10:00 2021 +0100
Minor changes
commit be083113316ec7ba07d780b6593cb9adfd748298
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 19:11:40 2021 -0800
Update custom.html
commit 0664a44c454107d4e3ff039d12baffea3e90cf5f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:52:43 2021 -0800
Update apps.json
commit b032ca0fc1936e650a459f766799e197daf2a4dd
Merge: 7fd37f7e f1f063fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:27 2021 -0800
Merge branch 'espruino-master'
commit f1f063fd1adb553c548a3aa54156bce00b4ca48d
Merge: 7fd37f7e f4e997d4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:09 2021 -0800
merge3
commit 0f9d938fa6970df18fbe99f3c707b94aa26d15c1
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:23:17 2021 -0500
Version bump
commit 5a01047cd0b30e4b7b253d784bd0b5755fc0c2e2
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:21:29 2021 -0500
Added screenshots
commit ae55c2d39fc936cfa1954d44b7f76dc91c21ced3
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:09:26 2021 -0500
Allow emulator, specify type as app
commit 58f9e7cd5b59904651fb878a89844ee4ccfb23df
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:03:18 2021 -0500
Upgrade to emoji images and supporting text
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit 7fd37f7e4e669c0aea7b5324b85f9d85ca394dcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 12:18:44 2021 -0800
Update custom.html
commit 84d9ca4b337e36c4f62ffce4b3059f8f2909d482
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:57:14 2021 -0800
Update boot.js
commit 740f4a95665fd92ad87e83dd381da7e55c2e4b18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:52:27 2021 -0800
Create boot.js
not part of the current merge
commit d3538a03f10f6323afc8656cef397a561cf35bf0
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:12:50 2021 +0100
Added raster
commit 20310fdb75b11fe8b3ea38dc7810732910537169
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:02:27 2021 +0100
Smaller icons
commit 3863be18301cec9fec480db7fe28a19439c708d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 09:06:52 2021 -0800
Delete apps/schoolCalendar/fullcalendar/interaction/src directory
commit 5d8c13a7e6a934e8b750f0ab4871e3dcc67c09bf
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:56:29 2021 +0100
Updated screenshot accordingly
commit 21134a1dcdc102755171af26e99ae86f3559996f
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:55:21 2021 +0100
Better background
commit cab3d43085b2edf4dc97ebf05785bb5b446a88da
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:39:48 2021 +0100
Better alarm - shown only in icon so we can display more data.
commit db22bac0ecd48633d6acf0874127a1b28821d8ea
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:11:15 2021 +0100
Use correct alarm icon
commit 162dc1f29346ab0f6ff4b7cd4128826292ca766e
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:11:07 2021 +0000
Update apps.json
commit dc24ae9bfba1786d4d8a3e22871c4da7bda9fb92
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:10:58 2021 +0100
Better HRM Icon
commit 8e688d144ab30ff87f31b51ab457688ce03c4c23
Merge: 741f7aab f4e997d4
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:09:43 2021 +0000
Merge branch 'espruino:master' into master
commit 741f7aab5239e6fa6ae48e1a5351216dfcfc4177
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:08:38 2021 +0000
Update apps.json
commit 247ed9faa2e8b8463374fea05d4bb04ddda2cfc1
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:07:39 2021 +0000
Create ChangeLog
commit d878d46d4ccc5128643034c535cff69984ab7853
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:05:57 2021 +0000
Update app.js
commit c720fc314b516e1007452ad18ce51bc4fefefec1
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:03:21 2021 +0100
New alarm icon
commit 75fbd6882d1368c73db1b96fac79f4202d6a5e53
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:37:48 2021 +0100
Added icon for alarm
commit eb20f15537d8b6be7226b2ae49fc6e6dd0474124
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:33:42 2021 +0100
Compeletely new design with icons for GPS, HRM and Compass. All Icons are open source and mentioned in the Readme.md file.
commit 46383d4d5547bca38a2a07ea01d67afa0166bedc
Author: Richard de Boer <git@tubul.net>
Date: Mon Nov 22 13:18:01 2021 +0100
gbmusic: fix "previous" button image
commit 1bf5132a5caf41398125e0c7f2bad72ffa300df2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:07:49 2021 -0800
Update custom.html
commit 618c5b7a10ebe610205ab463c395f65948e5a763
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:02:29 2021 -0800
Update custom.html
commit adfeb5e535564f8851fcdc080e2fa10d9acced9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:00:21 2021 -0800
Update custom.html
commit f950fd2ee88486e3355efd30823d50de799e8418
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:57:52 2021 -0800
Update custom.html
commit 3ee0e9bae6ee137c6e36672c9aa6a20d1c072caf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:49:48 2021 -0800
Update apps.json
commit 387bd30236b5d765b396eba24ad43120ceb6c384
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:48:14 2021 -0800
Rename ChangeLog.md to ChangeLog
commit 6e07f282b8918ac3b8f333c7c4156980a44ff1d6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:41:26 2021 -0800
Add files via upload
commit fea37b4992e65a5ca54648f88281ce2623f6a55f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:40 2021 -0800
Update apps.json
commit 939d8f6a9ae71b49c13f7dbf1455bb2fec60462a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:21 2021 -0800
Add files via upload
commit 854ae5361d1b2400f6b6d1b2c2239f46d1e16bc9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:34:28 2021 -0800
Update README.md
commit 426768eb11e34ea7a04010e6fe7da1a5a5187f40
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:32:14 2021 -0800
Update custom.html
commit bf994d9acc8b79ebda1e47dc5ebc5158210d6205
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:24:29 2021 -0800
Update apps.json
commit 7c74c5d43f9f66b6374cabd4e247d1560e5f29a1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:15:40 2021 -0800
Update apps.json
commit 8981aa3f614c388c74d73ccd25e16f5e6eabde9f
Merge: e878e547 100384f2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:12:19 2021 -0800
Merge branch 'espruino:master' into master
commit e878e5478713b0b3cae0bb86e28f998cbfeb9b10
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:11:43 2021 -0800
merge
commit 3bde4d2e48711186ae26036baea8f880c2aac7c4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 16:12:16 2021 -0800
Update custom.html
commit 5f3c93df8cc8b73c432ea31b15e84e4b106256de
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:37:41 2021 -0800
Update custom.html
commit 26bd9e35be993aae4deece775ac85f53f877b122
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:35:47 2021 -0800
Update custom.html
commit 8f2cc6e2137cf29e03435123e96d9c6c550864d1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:34:09 2021 -0800
Update custom.html
commit 66f061112301898b011412e91982dbefc7cc2d1e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:32:48 2021 -0800
Update custom.html
commit 87a9504912b8753dc63700207ee89acacbb34726
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:30:44 2021 -0800
Update custom.html
commit 626498da9d296fecf6776b836def4eda87027d85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:24:01 2021 -0800
Update custom.html
commit 3472ca355a1a71d3fa3f464ece2b81dce7f4eeaa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:21:57 2021 -0800
Update custom.html
commit 529b0cb4637652dfc0a3ba6688b863b5f47437ca
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:19:53 2021 -0800
Update custom.html
commit e77d9980023f041a87743ac1fd3c48a3f0652a8e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:18:21 2021 -0800
Update custom.html
update
commit a712c37c7652f7bc46c4d7761df93b3d28e17229
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:17:58 2021 -0800
Update custom.html
commit 4d9d6abb9ef466e4058510efe9eec295f60127e9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:14:02 2021 -0800
Update custom.html
commit f35b24844810a90f08f731cc9e63535be217e4cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:09:44 2021 -0800
Update custom.html
commit d0336b2854d7e0892c440ef8c5f83bcbe1374a9b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:06:56 2021 -0800
Update custom.html
commit 640c8e491e489e9ea88282cf0bfe14004838b3db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:03:42 2021 -0800
Update custom.html
commit 604153cb2408399ce1420b43ef87f41c09d3daa6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:01:45 2021 -0800
Update custom.html
commit 0f8f1e38e85a8c1c49057f4b891209bdfad67aef
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:44 2021 -0800
Update custom.html
commit 7f7dcb0bcf89b1d66f60481efaa09f5956ee4ecc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:22 2021 -0800
Update custom.html
commit d42fe03dc8fcbc0f68857dd9f887c8cc4eff1c06
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:55:08 2021 -0800
Update custom.html
commit 98f172fad442e89f53c45ac47f2388a08049855a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:53:01 2021 -0800
Update custom.html
commit daf8dde32bc81b8f04402c4728eac41784751cd5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:49:25 2021 -0800
Update custom.html
commit 408bd24080a2f7dcf1e6d0c33dab65da4dff82cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:48:38 2021 -0800
Update custom.html
commit 68db21acbb837b12d84d9930d451d2ba90e251dd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:44:30 2021 -0800
Update custom.html
commit 45feb1b2ffb17b8835c505bc4a4f825ddc17bf4f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:42 2021 -0800
Update custom.html
commit 3bc5fd87b61cbb9b867009d933342fe627da982d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:12 2021 -0800
Update custom.html
commit c3eede9868ee342bc4248e71a874c2e6b332dcdd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:37:42 2021 -0800
Update custom.html
commit 8426356c01a23ae769c79f726b95ea64f4428574
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:35:55 2021 -0800
Update custom.html
commit 93f09c216a1eb9aa876c88a1f806ccb709e971b7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:39 2021 -0800
Update apps.json
commit cb748a251dbd11e87615d82081522953607b3a27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:20 2021 -0800
Update custom.html
commit a994ed66301040f60d5f99b672a6081152a20d6c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:53:38 2021 -0800
Update custom.html
commit b76bb48973dbabfaf56bdec4aee44a483f94d129
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:50:08 2021 -0800
Update custom.html
commit f99ce683e9ce42431321fc711e061955bc0220fb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:46:32 2021 -0800
Update custom.html
commit ddfdd94ff845d3d8560158cde184a9a19a3d2142
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:42:51 2021 -0800
Update custom.html
commit 52675f7eff140426532f81da9c84c5d7803d0cda
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:48:03 2021 -0800
Update custom.html
commit d4911034145e3d98b99d649be55c75671e2f5c5c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:44:23 2021 -0800
Update custom.html
commit 71ff5959aec6a5f8302bda513d2c1371bbed0743
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:58 2021 -0800
Update custom.html
commit daba705b37b9952cba2910c3c0bed23e58aaf2fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:16 2021 -0800
Update custom.html
commit 19cb5fc749abeefe378205531d18b97562ddfc47
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:39:15 2021 -0800
Update apps.json
commit 6c20945898b84a02d6b440923a5afd994c7d97aa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:37:41 2021 -0800
Update custom.html
commit ff519bdc0d9bca530284d98cad9fd023ad37d50d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:15:29 2021 -0800
Update custom.html
commit 34843d703aae0b6a33be352ad0f8408d8d17d07b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:11:54 2021 -0800
Update custom.html
commit 4da82197f32b280e4192d5bc9a5ba174fbad4ace
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:01:20 2021 -0800
Update custom.html
commit a9c5a32bc1359d8288f4fd6b6da50eaf40910c9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:56:54 2021 -0800
Update custom.html
commit 352fea34791ccf06450a516ab2a2daf22353c641
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:53:38 2021 -0800
Update apps.json
commit ab6f56c381a54e4ab3466625a9eb794eef5dd2a0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:52:34 2021 -0800
Update custom.html
commit a65742ce346039ef901e70157620aabd95bbca35
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:48:25 2021 -0800
Update apps.json
commit a1a387dd600f7e5c3879d74cd5a516d7566fb7bb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:47:52 2021 -0800
Update custom.html
commit 180e88e0e44dc3ca09291a7d37b6fa4df637fa78
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:50 2021 -0800
Update custom.html
commit 0099736b8c64e8f1afefd4d52b526151e3ac700a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:14 2021 -0800
Update apps.json
commit 1fdf4e954e23fe0514b8d795224c2edafd5941c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:43 2021 -0800
Update apps.json
commit faa5b6b21aa8b7062dc62499e8361b8233cf9408
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:10 2021 -0800
Update custom.html
commit d617803c13ec381f35a9d30f99a267dca02c9cf1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:44 2021 -0800
Update apps.json
commit dc669254bcccad425153d209d6dcdf002f64a30d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:10 2021 -0800
Update custom.html
commit 303247fb4e66802ed7f5c2ee404ce0a28221ec2d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:25:00 2021 -0800
Update custom.html
commit d836cbd2ba256adfffa55f1d12fda02ae8ac760c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:15:16 2021 -0800
Update custom.html
commit e206bd4e1cad4aab266fd376fa525500941878a8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:08:00 2021 -0800
Update custom.html
commit 1a6c1acce50fe2fe2e49bfc26b3ac98c1db5aa13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:04:06 2021 -0800
Update custom.html
commit aa20fac50ed19adfb9248fd9cda1ebb7c31f95b1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:02:52 2021 -0800
Update apps.json
commit 5625414e90c78677040420f342f29e96f088469b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:34:30 2021 -0800
Update apps.json
commit ebc2d8096144e6150920efc4b63e8f1e3f52eb00
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:33:27 2021 -0800
Update custom.html
commit 6c43de3766433c1f9fa1d01fd24cbfe0839e19c0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:21:11 2021 -0800
Update apps.json
commit 37da3c68aeeb5fec1ef3d8965fa3d8170074d791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:19:46 2021 -0800
Update custom.html
commit 92707b9d13ed269a41684ce45111376694cb6e58
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:12:50 2021 -0800
Update ChangeLog.md
commit d3ca682cff08be0bb2a64ab057f6efdf36b4e094
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:09:56 2021 -0800
Update apps.json
commit dfd9e59993944f6323120f8af660d880c63c6793
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:08:52 2021 -0800
Update custom.html
commit 5d24a09ffa2d9cad10a5fae3c7b4d5fafc944aa9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:04:41 2021 -0800
Update apps.json
commit e965bd7d962108a2944824eb6579fce435876966
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:43 2021 -0800
Update custom.html
commit 345d9c155135fc4d0a2b8d00b3528b363a584ced
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:12 2021 -0800
Delete schoolCalendar.js
commit dc9db8a4767d4c16d92645131d977263e2468521
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:58 2021 -0800
Update schoolCalendar.js
commit 58df0a5ca26684b4da84929c8c388ca5c37acabd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:03 2021 -0800
Update apps.json
commit 65ad4979e8d58b51f11f3bcc86f31ab303a5d7b6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:27:10 2021 -0800
Update custom.html
commit 9c07800c5ef948a1b9b2071e7bdfe46809fefa1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:07:38 2021 -0800
Update custom.html
commit b108bc45fb8bfa266e4d4ad3e66a9f65cec96c92
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:58:24 2021 -0800
Update custom.html
commit d871855f8e217b27ea73ed28b389bbc8aea59d62
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:55:58 2021 -0800
Update apps.json
commit 99112920b287568db32c5e43b47cfc2ee0cf71a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:47:34 2021 -0800
Update apps.json
commit 37f4329ec57bc4a96a1b2a0847406f6a05cad520
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:49 2021 -0800
Update apps.json
commit ba2aee642bf90307757bb85fda6aa0db01bed5e5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:06 2021 -0800
Update custom.html
commit 98048dc23cb1caf3aafbf1d1ecfa461ba5943925
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:37:23 2021 -0800
Update apps.json
commit 1a53e8d34af89f0e6c889653961350a898deea81
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:33:43 2021 -0800
Update custom.html
commit 993bb7298c8fbc9348e6668b70a555c51dc54a09
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:31:41 2021 -0800
Rename interface.html to custom.html
commit 3a3962bfdc0365e75f8804b61293ec91084f6698
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:30:12 2021 -0800
Rename custom.html to interface.html
commit c8ad92a3dcb7b8a0df83f2e720b6730dd785e829
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:20:33 2021 -0800
Update apps.json
commit ae85c1cee709457b10233205c057f946ea15fe83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:14:33 2021 -0800
Update custom.html
commit c1b467ba8e96f58b27eb3b9b2dc2b859fa89e227
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:14:50 2021 +0000
Update app.js
commit 438537ace2358f5b798bdfde92ebf78db81abc49
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:10:03 2021 +0000
Update app.js
commit e6d736860d7d7511f08474a4d8f6446ebe97e634
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:57:57 2021 +0000
Update app.js
commit e1add5e2b2a068873d0102324d61f9ff5532924d
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:45:02 2021 +0000
Update app.js
commit 09be008dfaf764b542a80f4dbbde6ab26314713e
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:39:48 2021 +0000
Update app.js
commit 9f26994f5c66a5ee88a702c7a73d8bcc0c8236c3
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:33:47 2021 +0000
Update app.js
commit 0cf4c5d70a97480185296b32137fcdc179fddcc4
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:10:31 2021 +0000
Update app.js
commit cfdb94439526722ca757b8ee748d298f6a76d9e7
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:32:34 2021 +0000
Update app.js
Add Media controls
commit e3cd8f5607f912002d3ec0adf833834058a492cb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:16:37 2021 +0000
Update app.js
Removed extra unneeded code
commit ceed8a123836f5da6fb8c5d6741e2224a3e4a0af
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 15:05:28 2021 +0000
Update app.js
commit 721a3f2608ee0012767cfacd5c69aa91a7bba5f6
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:39:30 2021 +0000
Update app.js
commit a16bfe4d7350b34c694050448f2aefc990d19dcb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:32:57 2021 +0000
Update app.js
commit e72bf84a7a05c4208e8c1d5f60815a9f57ca11c4
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 21:29:57 2021 +0100
use dark theme for metronome
commit 071a7a7e683a649b9f75fdc92b9f56804cd0af87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 20:46:18 2021 +0100
add support for Bangle.js 2
commit 7a7175fa483e4e9fcd5912d83e9519274d67b4f0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Nov 4 16:00:41 2021 -0700
Update custom.html
commit e2928498690565ba7d0454aaa4265bc8adfda712
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:32 2021 -0700
Rename interface.html to custom.html
commit cd7579269efe8d54a5a5680b8126ea38f9ce54be
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:04 2021 -0700
Update apps.json
commit df7f9cc530194025708b712565a410aed1d73e95
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:20:09 2021 -0700
Update interface.html
commit ada94b11cfbebfeaa010cee1b39d0f92591d4e13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:06:50 2021 -0700
Update interface.html
commit 08fc58deb57847cca7d81bf84a54df16ce97528f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:20:57 2021 -0700
Update interface.html
commit 04b9e74a4d2cd84dd9b64b0ba6fba1167fc400e7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:10:58 2021 -0700
Update interface.html
commit be7af68455ff4b5034c0baab9d8c138b9b024707
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:08:24 2021 -0700
Update interface.html
commit aaee5f3c0610de7a48bdda7fe9c6064dff97780e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 19:13:08 2021 -0700
Update interface.html
commit 73819933eeb57f32935e6ad93a146bdbee6d8be6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:52:09 2021 -0700
Update schoolCalendar.js
commit fa5cbd71c618a2053ec3217048c74a723c46f03f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:49:22 2021 -0700
Update README.md
commit fa392008d1e30a6df05245eac969badf4188fb74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:45:24 2021 -0700
Update README.md
commit c280e41560a3812ee83ca461e098bc35b80ef439
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:42:39 2021 -0700
Update README.md
commit 6b84a8eb3007cca6abd31cc1d3d0552cc79cb492
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:26 2021 -0700
Update schoolCalendar.js
commit 5bbfb1109910856575cc348012dbc44d489a8005
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:11 2021 -0700
Update interface.html
update interface
commit 6660dad4c01c66c20670cfd415b6ad063d9b5b74
Merge: 8c003cf6 1e0f6cd6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 07:35:54 2021 -0700
Merge branch 'espruino:master' into master
commit 8c003cf6ffb5a8b3437897a1e57a6a020b5e02a4
Merge: 5c11881f f1ce196a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 15 07:33:21 2021 -0700
Merge branch 'espruino:master' into master
commit 5c11881f752edbdef3031f0a48109a196eced80a
Merge: 8c149dbe be34e2b0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 14 17:14:45 2021 -0700
Merge branch 'espruino:master' into master
commit 8c149dbea1cfd34e815b64ca354840b811a82222
Merge: 7888cc6c 300ed35b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Oct 13 07:46:16 2021 -0700
Merge branch 'espruino:master' into master
commit 7888cc6ce0bbabf99c7dd39f002810d262af07fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:59 2021 -0700
Create README.md
commit 36a52b8b001a4515d715950db56e411a6c4842b2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:52 2021 -0700
Update README.md
commit 4f5558c41e75f6e91a34842f7b42fa85970dce5e
Merge: 5db16d19 68cc9fbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 16:43:12 2021 -0700
Merge branch 'espruino:master' into master
commit 5db16d190b1439293d9f0af16d37fea29db8830c
Merge: e7995505 54d98db6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 07:03:23 2021 -0700
Merge branch 'espruino:master' into master
commit e799550544e55ef94ef48f905283625e50f73e97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:57 2021 -0700
Update schoolCalendar.js
commit 89f82a50436d4eab82574d310077d19154a8ab59
Merge: 7107d510 f3712e66
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:38 2021 -0700
Merge branch 'espruino:master' into master
commit 7107d510a5301f50ca5dc1bf9d4463ad99a33af8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 20:06:28 2021 -0700
Update schoolCalendar.js
commit a61879753285b4469772f51474c29fe86a5aa942
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 19:55:30 2021 -0700
Update schoolCalendar.js
commit 3c9e46c2160f4ff58708afc0d08ce2e5d27df097
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:59:03 2021 -0700
Update apps.json
commit 941bc852c1ab4472dc74a7f84e12e92ab891432e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:53 2021 -0700
Add files via upload
commit 4cbfac212e6999887cfafd37d9c809919a014e27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:26 2021 -0700
Delete apps/schoolCalender directory
commit c7b723f87e5e6fb0858c09ee2910510267d73fd6
Merge: 8d2f4ccc ba08863b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 07:31:25 2021 -0700
Merge branch 'espruino:master' into master
commit 8d2f4ccca761e1695620b072e116b94272850427
Merge: 7846b48c 44aa03e4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 1 07:31:42 2021 -0700
Merge branch 'espruino:master' into master
commit 7846b48cf67ab024970b90948096f9258e1c184c
Merge: 59aa9909 d0fd2f01
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 30 17:22:33 2021 -0700
Merge branch 'espruino:master' into master
commit 59aa99092dac99b9a13bbc2a7153dd2b44a6fb67
Merge: 9061acee 03bbe1d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 29 08:06:54 2021 -0700
Merge branch 'espruino:master' into master
commit 9061acee5db851bd58295785cc7542a7c066b4c8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 17:44:12 2021 -0700
Update interface.html
commit 79bacc45932ce8842cbf12d23c36a41e992b438e
Merge: bb5fcdaa 48bb819b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 07:12:44 2021 -0700
Merge branch 'espruino:master' into master
commit bb5fcdaafc1e344bf2d717c3eb238f763f255215
Merge: 814fbdd6 28bd9e83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 27 16:15:07 2021 -0700
Merge branch 'espruino:master' into master
commit 814fbdd61ef41676d07719b5b1b297fbbc03ec6f
Merge: 83d88a1e f3fd0f25
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 25 08:01:44 2021 -0700
Merge branch 'espruino:master' into master
commit 83d88a1ea191e2e6b669d284d94b4180b9ea54aa
Merge: c9bed74e 71471d37
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 24 19:35:52 2021 -0700
Merge branch 'espruino:master' into master
commit c9bed74ec2e240e2daf26bf9ec9432df91ac18aa
Merge: 1f130c53 16fe8470
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 23 15:21:18 2021 -0700
Merge branch 'espruino:master' into master
commit 1f130c53b46546328260a6b94ad182be5d55ff18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 22 07:25:41 2021 -0700
Update interface.html
commit 3d8ebe82c289156581799134b3c56fd02ade1fad
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:07:20 2021 -0700
Update interface.html
commit 2ca58d2cc436b72beb87d347b8d8c217b461e805
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:02:14 2021 -0700
Update custom.html
commit d8c149073fb6bca8f5f78ba4a031004adeab1a6b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:01:31 2021 -0700
Update apps.json
commit ceab5d46a23f913faf96be90e644458ac5546157
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 20:58:01 2021 -0700
Rename schoolCalender.js to app.js
commit 9b344eb1ecc577e96196d2a3d3fc8962198e90de
Merge: ec453c0e 3b15a7f9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 07:24:54 2021 -0700
Merge branch 'espruino:master' into master
commit ec453c0e100f7fd140305fe8ed4a62d3987e68f1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 19:45:50 2021 -0700
Update README.md
commit a8f7fe72923e1fe38042cb4752dac1429c6be426
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:31:41 2021 -0700
Update interface.html
commit 51c41d5c48a72b7a373e6f979c95bab9fa9ddb7a
Merge: b7a4ecb5 50ec8d97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:25:50 2021 -0700
Merge branch 'espruino:master' into master
commit b7a4ecb57857016c131ba72e101b3a11eb3cb06c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:48:24 2021 -0700
Update interface.html
commit 82320ab073c0b106f5260e26c0fb147d7c8fcd02
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:40:43 2021 -0700
Update interface.html
commit 27d025bf82cc5882dc39110c5c7799f657f2c57d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 14:01:04 2021 -0700
Update interface.html
commit bd92c0e67fce373f11aae3bbcf8f5a4c06f2e161
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:51:31 2021 -0700
Update interface.html
commit f0c596d14f6119bbe52e2f0d3912216785257536
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:40:29 2021 -0700
Update interface.html
commit d6542bac6d666af7c8fe1f67434611e6ccacc6a6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:29:46 2021 -0700
Update interface.html
commit 7a2ee0f7111209afa859761a62f80e93ca71a879
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:15:29 2021 -0700
Update interface.html
commit c65ddbfc522c54da540080a16d171edd42ce592e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:05:32 2021 -0700
Update interface.html
commit 43c684f389d97dd12815edbd93d0750f923f17b3
Merge: ddd1a83c 5f5b5c0d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:45:25 2021 -0700
Merge branch 'espruino-master'
commit 5f5b5c0dc2485f7e454acb9f364d240e3972d955
Merge: ddd1a83c cc2e1bbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:42:47 2021 -0700
Merge branch 'master' of git://github.com/espruino/BangleApps into espruino-master
commit ddd1a83c613a9f21ec8e37ba1151e1ca255a77af
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 18:27:57 2021 -0700
Update interface.html
commit 632c98f8be2ad6e2290e5eb98025559a42a47c34
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 15:13:46 2021 -0700
Update interface.html
commit c252f74e16edc5a1a1fcfe4ce72c9594f12a9624
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 07:31:16 2021 -0700
Update interface.html
commit b9b0a43e99db0c2d13c28bf6d65540925709d866
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:28:35 2021 -0700
Update interface.html
commit afafd449fb06abd3930d0eb40989dc12787c96d9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:22:01 2021 -0700
Update interface.html
commit 45a0d50b011ee50e9b1b4c6ce5a84e1290331b1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:15:25 2021 -0700
Update interface.html
commit eb146fe07bd5d71f49c5e267424d7b8206eee952
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:07:51 2021 -0700
Update interface.html
commit 34baf995e7f5288266b5da08bcac6d76202a92fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:04:33 2021 -0700
Update interface.html
commit 751fbdda43ea542db4887bed7b4d4e2ad7628a23
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:00:47 2021 -0700
Update interface.html
commit bc71f317311509e8f3fd5054e6c3efaa05bc0416
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:47:13 2021 -0700
Update interface.html
commit cfde9e14a87466a8dc7cb92934c3af373f6a43d0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:41:40 2021 -0700
Update interface.html
commit 135165c983beca48190d091e355436100beee41d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:37:52 2021 -0700
Add files via upload
commit d50ba356d68ebeffd028a924450d4a6ad4fddd74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:36:59 2021 -0700
Update apps.json
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit b51c84229798e7c3665f203c13023d9f6e24eb68
Merge: f4e997d4 d1da165e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 12:20:57 2021 +0000
Merge branch 'Combined' into Base
commit d1da165eb44fa50bea67506097768f1138574c8c
Merge: f927549b 2c257605
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:30:56 2021 +0000
Merge pull request #9 from t0m1o1/scaledlauncher
Update apps.json
commit f927549b2c1e88232f4df2c6ef7e160c3a8e0f7b
Merge: 3cfd575d 411118aa
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:16:59 2021 +0000
Merge pull request #8 from t0m1o1/scaledlauncher
Scaledlauncher
commit 3cfd575da46cf38347bbbb4d37645c0bd72833de
Merge: 9a311219 9d1429ca
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:04:17 2021 +0000
Merge pull request #7 from t0m1o1/scaledlauncher
Update settings.js
commit 9a311219b2d3a7d3594ca654c78ae7137a92fb8e
Merge: 43c42711 5b1b752d
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 02:56:33 2021 +0000
Merge pull request #6 from t0m1o1/scaledlauncher
Scaledlauncher
commit 43c4271101a4be6dbc28d7e34534d25242c159ae
Merge: dec967f1 084bba39
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 21:18:16 2021 +0000
Merge pull request #5 from t0m1o1/compass-fix
Compass fix
commit dec967f1ac5900e43099ef9bfef3bfbe84e1f8e4
Merge: 21c48263 dfa40407
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 20:56:22 2021 +0000
Merge pull request #4 from t0m1o1/Swipe-Launcher
Stop the swiping coming up if mode is undefined
commit 21c482639aa1f2d391ebb0508701cff3170b45c4
Merge: dea2ec96 4c9d04de
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:19:27 2021 +0000
Merge pull request #3 from t0m1o1/Swipe-Launcher
Update Swiper Clock Launch
commit dea2ec9693855d735662a4d344682e6105533bf2
Merge: 92d156fb 51766844
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:15:16 2021 +0000
Merge pull request #2 from t0m1o1/master
Master
commit 92d156fb398787a068a2f7ed81a78d90ed04bd70
Merge: 100384f2 7d37a9eb
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:14:13 2021 +0000
Merge pull request #1 from t0m1o1/Swipe-Launcher
Swipe launcher
commit 51766844e6ff346119739114c28b9d638ca57cbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:49:56 2021 +0000
Update apps.json
commit 6fda7a5f33ec6341d51529e680f5d0caa9c9fdbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:37:07 2021 +0000
Update apps.json
commit b7a067234413e2cd9cb531c366371e5d88f6bb21
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:32:09 2021 +0000
Rename hidmsicswipe.app.js to hidmsicswipe.js
commit 97065f1d62d40003eec09a2539d7294fe41bc4e5
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:55 2021 +0000
Delete hidmsicswipe.info
commit 21f184d6c4ad1f977c385d95c3966d95d446bf5c
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:10 2021 +0000
Add files via upload
commit 3917f28ae54db0e86b6429489c19a4180be759e0
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:45 2021 +0000
Delete hidmsicswipe.img
commit a65668300fc45082d6897e19c6efff556853f4d9
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:18 2021 +0000
Delete hid-music.png
commit 5fce838e8ab7d2b297c05a1ae735abcd4ba76d90
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:29:36 2021 +0000
Add files via upload
commit ffa37f2ab3b1fd2b921783e19ffb48673aad1a6e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:22:38 2021 +0000
Create hidmsicswipe-icon.js
commit b656e5973c302a39f7513364c66094132135bfc4
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:59:19 2021 +0000
Create changelog
commit ad943ca5658e4f68c205996c4ad42aa1ebbeb793
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:58:19 2021 +0000
Add files via upload
commit ac433ac7bd6d586e9b1ca11da924d64bd566ade2
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:57:39 2021 +0000
Create hidmsicswipe.info
2021-12-05 17:14:06 +00:00
"version" : "0.10" ,
2020-04-07 20:41:57 +00:00
"description" : "[BETA] Loads map tiles from OpenStreetMap onto your Bangle.js and displays a map of where you are" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
"tags" : "outdoors,gps" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
"custom" : "custom.html" ,
"customConnect" : true ,
2020-04-07 20:41:57 +00:00
"storage" : [
2020-12-08 15:59:00 +00:00
{ "name" : "openstmap" , "url" : "openstmap.js" } ,
2020-04-07 20:41:57 +00:00
{ "name" : "openstmap.app.js" , "url" : "app.js" } ,
{ "name" : "openstmap.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2020-04-13 11:09:30 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "activepedom" ,
2020-04-13 11:09:30 +00:00
"name" : "Active Pedometer" ,
2021-10-20 14:11:04 +00:00
"shortName" : "Active Pedometer" ,
"version" : "0.09" ,
2020-04-20 15:36:42 +00:00
"description" : "Pedometer that filters out arm movement and displays a step goal progress. Steps are saved to a daily file and can be viewed as graph." ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2020-04-13 11:09:30 +00:00
"tags" : "outdoors,widget" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
2020-04-13 11:09:30 +00:00
"storage" : [
{ "name" : "activepedom.wid.js" , "url" : "widget.js" } ,
{ "name" : "activepedom.settings.js" , "url" : "settings.js" } ,
2020-04-20 15:36:42 +00:00
{ "name" : "activepedom.img" , "url" : "app-icon.js" , "evaluate" : true } ,
2020-04-20 15:37:45 +00:00
{ "name" : "activepedom.app.js" , "url" : "app.js" }
2020-04-13 11:09:30 +00:00
]
2020-04-07 21:03:30 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "chronowid" ,
2020-04-16 08:10:57 +00:00
"name" : "Chrono Widget" ,
2021-10-20 14:11:04 +00:00
"shortName" : "Chrono Widget" ,
"version" : "0.03" ,
2020-04-16 08:10:57 +00:00
"description" : "Chronometer (timer) which runs as widget." ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
"tags" : "tool,widget" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
"readme" : "README.md" ,
2020-04-16 08:10:57 +00:00
"storage" : [
2020-04-16 08:13:23 +00:00
{ "name" : "chronowid.wid.js" , "url" : "widget.js" } ,
{ "name" : "chronowid.app.js" , "url" : "app.js" } ,
{ "name" : "chronowid.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-04-16 08:10:57 +00:00
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "tabata" ,
2020-04-07 21:03:30 +00:00
"name" : "Tabata" ,
"shortName" : "Tabata - Control High-Intensity Interval Training" ,
2021-10-20 14:11:04 +00:00
"version" : "0.01" ,
2020-04-07 21:03:30 +00:00
"description" : "Control high-intensity interval training (according to tabata: https://en.wikipedia.org/wiki/Tabata_method)." ,
2021-10-20 14:11:04 +00:00
"icon" : "tabata.png" ,
2020-04-07 21:03:30 +00:00
"tags" : "workout,health" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2020-04-07 21:03:30 +00:00
"storage" : [
{ "name" : "tabata.app.js" , "url" : "tabata.js" } ,
{ "name" : "tabata.img" , "url" : "tabata-icon.js" , "evaluate" : true }
2020-04-09 07:57:06 +00:00
]
2020-04-08 13:26:38 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "custom" ,
2020-04-08 13:26:38 +00:00
"name" : "Custom Boot Code " ,
2021-10-20 14:11:04 +00:00
"version" : "0.01" ,
2020-04-08 13:26:38 +00:00
"description" : "Add code you want to run at boot time" ,
2021-10-20 14:11:04 +00:00
"icon" : "custom.png" ,
2020-04-08 13:26:38 +00:00
"type" : "bootloader" ,
2021-10-20 14:11:04 +00:00
"tags" : "tool,system" ,
2021-11-24 09:54:11 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2021-10-20 14:11:04 +00:00
"custom" : "custom.html" ,
2020-04-08 13:26:38 +00:00
"storage" : [
2021-10-20 14:11:04 +00:00
{ "name" : "custom" }
2020-04-07 21:03:30 +00:00
]
2020-04-09 16:25:11 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "devstopwatch" ,
"name" : "Dev Stopwatch" ,
"shortName" : "Dev Stopwatch" ,
"version" : "0.03" ,
"description" : "Stopwatch with 5 laps supported (cyclically replaced)" ,
"icon" : "app.png" ,
"tags" : "stopwatch,chrono,timer,chronometer" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-dev-stopwatch-screenshot.png" } ] ,
2021-10-20 14:11:04 +00:00
"allow_emulator" : true ,
"storage" : [
{ "name" : "devstopwatch.app.js" , "url" : "app.js" } ,
{ "name" : "devstopwatch.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2020-04-09 20:19:06 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "batchart" ,
2020-04-08 20:28:24 +00:00
"name" : "Battery Chart" ,
2021-10-20 14:11:04 +00:00
"shortName" : "Battery Chart" ,
"version" : "0.10" ,
2020-04-08 20:28:24 +00:00
"description" : "A widget and an app for recording and visualizing battery percentage over time." ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2020-04-08 20:28:24 +00:00
"tags" : "app,widget,battery,time,record,chart,tool" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
2020-04-08 20:28:24 +00:00
"storage" : [
{ "name" : "batchart.wid.js" , "url" : "widget.js" } ,
{ "name" : "batchart.app.js" , "url" : "app.js" } ,
2020-04-09 20:19:06 +00:00
{ "name" : "batchart.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-04-08 20:28:24 +00:00
]
2020-04-10 17:20:49 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "nato" ,
2020-04-09 23:46:32 +00:00
"name" : "NATO Alphabet" ,
2021-10-20 14:11:04 +00:00
"shortName" : "NATOAlphabet" ,
"version" : "0.01" ,
"description" : "Learn the NATO Phonetic alphabet plus some numbers." ,
2020-04-09 23:46:32 +00:00
"icon" : "nato.png" ,
"type" : "app" ,
"tags" : "app,learn,visual" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
"allow_emulator" : true ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-NATO-alphabet-screenshot.png" } , { "url" : "bangle1-NATO-alphabet-screenshot2.png" } ] ,
2020-04-09 23:46:32 +00:00
"storage" : [
{ "name" : "nato.app.js" , "url" : "nato.js" } ,
{ "name" : "nato.img" , "url" : "nato-icon.js" , "evaluate" : true }
2020-04-09 23:50:19 +00:00
]
2020-04-14 09:10:29 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "numerals" ,
2020-04-10 20:32:09 +00:00
"name" : "Numerals Clock" ,
"shortName" : "Numerals Clock" ,
2021-10-20 14:11:04 +00:00
"version" : "0.09" ,
2020-04-10 20:32:09 +00:00
"description" : "A simple big numerals clock" ,
2021-10-20 14:11:04 +00:00
"icon" : "numerals.png" ,
"type" : "clock" ,
2020-04-10 20:32:09 +00:00
"tags" : "numerals,clock" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
"allow_emulator" : true ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-numerals-screenshot.png" } ] ,
2020-04-10 20:32:09 +00:00
"storage" : [
{ "name" : "numerals.app.js" , "url" : "numerals.app.js" } ,
{ "name" : "numerals.img" , "url" : "numerals-icon.js" , "evaluate" : true } ,
2020-04-17 19:52:42 +00:00
{ "name" : "numerals.settings.js" , "url" : "numerals.settings.js" }
] ,
2021-10-20 14:11:04 +00:00
"data" : [ { "name" : "numerals.json" } ]
2020-04-14 08:51:11 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "bledetect" ,
2020-04-10 17:20:49 +00:00
"name" : "BLE Detector" ,
2021-10-20 14:11:04 +00:00
"shortName" : "BLE Detector" ,
"version" : "0.03" ,
2020-04-10 17:20:49 +00:00
"description" : "Detect BLE devices and show some informations." ,
2021-10-20 14:11:04 +00:00
"icon" : "bledetect.png" ,
2020-04-10 17:20:49 +00:00
"tags" : "app,bluetooth,tool" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2020-04-14 14:56:12 +00:00
"readme" : "README.md" ,
2020-04-10 17:20:49 +00:00
"storage" : [
{ "name" : "bledetect.app.js" , "url" : "bledetect.js" } ,
{ "name" : "bledetect.img" , "url" : "bledetect-icon.js" , "evaluate" : true }
]
2020-04-14 07:08:26 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "snake" ,
2020-04-14 07:08:26 +00:00
"name" : "Snake" ,
2021-10-20 14:11:04 +00:00
"shortName" : "Snake" ,
"version" : "0.02" ,
2020-04-15 07:16:19 +00:00
"description" : "The classic snake game. Eat apples and don't bite your tail." ,
2021-10-20 14:11:04 +00:00
"icon" : "snake.png" ,
2020-04-14 07:08:26 +00:00
"tags" : "game,fun" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2020-04-14 14:56:12 +00:00
"readme" : "README.md" ,
2020-04-14 07:08:26 +00:00
"storage" : [
{ "name" : "snake.app.js" , "url" : "snake.js" } ,
{ "name" : "snake.img" , "url" : "snake-icon.js" , "evaluate" : true }
]
2020-04-14 09:29:06 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "calculator" ,
2020-04-13 02:10:18 +00:00
"name" : "Calculator" ,
2021-10-20 14:11:04 +00:00
"shortName" : "Calculator" ,
"version" : "0.04" ,
2020-04-18 15:30:05 +00:00
"description" : "Basic calculator reminiscent of MacOs's one. Handy for small calculus." ,
2021-10-20 14:11:04 +00:00
"icon" : "calculator.png" ,
2021-10-28 20:51:11 +00:00
"screenshots" : [ { "url" : "screenshot_calculator.png" } ] ,
2021-10-20 14:11:04 +00:00
"tags" : "app,tool" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2020-04-13 02:10:18 +00:00
"storage" : [
{ "name" : "calculator.app.js" , "url" : "app.js" } ,
{ "name" : "calculator.img" , "url" : "calculator-icon.js" , "evaluate" : true }
]
2020-04-15 12:00:01 +00:00
} ,
{
"id" : "dane" ,
"name" : "Digital Assistant, not EDITH" ,
"shortName" : "DANE" ,
2021-01-13 14:13:31 +00:00
"version" : "0.16" ,
2020-12-03 21:03:56 +00:00
"description" : "A Watchface inspired by Tony Stark's EDITH and based on https://arwes.dev/" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2020-04-15 12:00:01 +00:00
"type" : "clock" ,
2021-10-20 14:11:04 +00:00
"tags" : "clock" ,
"supports" : [ "BANGLEJS" ] ,
2020-04-15 12:00:01 +00:00
"allow_emulator" : true ,
"storage" : [
2021-10-20 14:11:04 +00:00
{ "name" : "dane.app.js" , "url" : "app.js" } ,
{ "name" : "dane.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-04-15 12:00:01 +00:00
]
2020-04-20 14:00:06 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "dane_tcr" ,
2020-12-04 09:54:36 +00:00
"name" : "DANE Touch Launcher" ,
2021-10-20 14:11:04 +00:00
"shortName" : "DANE Toucher" ,
"version" : "0.07" ,
2020-12-04 09:54:36 +00:00
"description" : "Touch enable left to right launcher in the style of the DANE Watchface" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
"type" : "launch" ,
2020-12-04 09:54:36 +00:00
"tags" : "tool,system,launcher" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2020-12-04 09:54:36 +00:00
"storage" : [
{ "name" : "dane_tcr.app.js" , "url" : "app.js" } ,
2020-12-17 10:54:48 +00:00
{ "name" : "dane_tcr.settings.js" , "url" : "settings.js" }
2020-12-04 09:54:36 +00:00
] ,
2021-11-09 20:18:29 +00:00
"data" : [ { "name" : "dane_tcr.json" } ]
2020-12-04 09:54:36 +00:00
} ,
2020-04-20 14:00:06 +00:00
{
"id" : "buffgym" ,
"name" : "BuffGym" ,
2021-10-20 14:11:04 +00:00
"version" : "0.02" ,
2020-04-20 14:00:06 +00:00
"description" : "BuffGym is the famous 5x5 workout program for the BangleJS" ,
2021-10-20 14:11:04 +00:00
"icon" : "buffgym.png" ,
2020-04-20 14:00:06 +00:00
"type" : "app" ,
2021-10-20 14:11:04 +00:00
"tags" : "tool,outdoors,gym,exercise" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
2020-04-23 08:51:15 +00:00
"interface" : "buffgym.html" ,
2020-04-21 19:11:32 +00:00
"allow_emulator" : false ,
2020-04-20 14:00:06 +00:00
"storage" : [
2021-10-20 14:11:04 +00:00
{ "name" : "buffgym.app.js" , "url" : "buffgym.app.js" } ,
2020-04-20 14:27:21 +00:00
{ "name" : "buffgym-set.js" , "url" : "buffgym-set.js" } ,
{ "name" : "buffgym-exercise.js" , "url" : "buffgym-exercise.js" } ,
2020-04-23 09:11:28 +00:00
{ "name" : "buffgym-workout.js" , "url" : "buffgym-workout.js" } ,
{ "name" : "buffgym-workout-a.json" , "url" : "buffgym-workout-a.json" } ,
{ "name" : "buffgym-workout-b.json" , "url" : "buffgym-workout-b.json" } ,
{ "name" : "buffgym-workout-index.json" , "url" : "buffgym-workout-index.json" } ,
2020-04-20 14:00:06 +00:00
{ "name" : "buffgym.img" , "url" : "buffgym-icon.js" , "evaluate" : true }
]
2020-04-22 07:50:48 +00:00
} ,
2020-04-19 16:03:14 +00:00
{
"id" : "banglerun" ,
"name" : "BangleRun" ,
"shortName" : "BangleRun" ,
2021-02-22 15:10:30 +00:00
"version" : "0.10" ,
2021-01-06 16:05:01 +00:00
"description" : "An app for running sessions. Displays info and logs your run for later viewing." ,
2021-10-20 14:11:04 +00:00
"icon" : "banglerun.png" ,
2020-04-19 16:03:14 +00:00
"tags" : "run,running,fitness,outdoors" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
"interface" : "interface.html" ,
2020-04-19 16:03:14 +00:00
"allow_emulator" : false ,
"storage" : [
2021-10-20 14:11:04 +00:00
{ "name" : "banglerun.app.js" , "url" : "app.js" } ,
{ "name" : "banglerun.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-04-19 16:03:14 +00:00
]
2020-04-20 08:14:50 +00:00
} ,
2020-04-19 11:55:20 +00:00
{
2020-04-19 12:03:11 +00:00
"id" : "metronome" ,
2020-04-19 11:55:20 +00:00
"name" : "Metronome" ,
2021-11-17 19:46:18 +00:00
"version" : "0.07" ,
2020-04-28 07:22:30 +00:00
"readme" : "README.md" ,
2020-04-19 11:55:20 +00:00
"description" : "Makes the watch blinking and vibrating with a given rate" ,
2021-10-20 14:11:04 +00:00
"icon" : "metronome_icon.png" ,
2020-04-19 11:55:20 +00:00
"tags" : "tool" ,
2021-11-24 08:51:20 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2020-04-19 11:55:20 +00:00
"allow_emulator" : true ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-metronome-screenshot.png" } ] ,
2020-04-19 11:55:20 +00:00
"storage" : [
2021-10-20 14:11:04 +00:00
{ "name" : "metronome.app.js" , "url" : "metronome.js" } ,
{ "name" : "metronome.img" , "url" : "metronome-icon.js" , "evaluate" : true } ,
2020-05-15 11:53:30 +00:00
{ "name" : "metronome.settings.js" , "url" : "settings.js" }
2020-04-19 11:55:20 +00:00
]
2020-04-20 08:00:18 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "blackjack" ,
2020-04-18 19:11:50 +00:00
"name" : "Black Jack game" ,
2021-10-20 14:11:04 +00:00
"shortName" : "Black Jack game" ,
"version" : "0.02" ,
2020-04-18 19:20:57 +00:00
"description" : "Simple implementation of card game Black Jack" ,
2021-10-20 14:11:04 +00:00
"icon" : "blackjack.png" ,
2020-04-18 19:27:58 +00:00
"tags" : "game" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-black-jack-game-screenshot.png" } ] ,
2021-10-20 14:11:04 +00:00
"allow_emulator" : true ,
2020-04-18 19:11:50 +00:00
"storage" : [
{ "name" : "blackjack.app.js" , "url" : "blackjack.app.js" } ,
2020-04-18 19:43:29 +00:00
{ "name" : "blackjack.img" , "url" : "blackjack-icon.js" , "evaluate" : true }
2020-04-18 19:11:50 +00:00
]
2020-04-20 07:47:16 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "hidcam" ,
2020-04-18 13:34:35 +00:00
"name" : "Camera shutter" ,
2021-10-20 14:11:04 +00:00
"shortName" : "Cam shutter" ,
"version" : "0.03" ,
2020-04-17 17:12:17 +00:00
"description" : "Enable HID, connect to your phone, start your camera and trigger the shot on your Bangle" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2020-04-29 17:17:25 +00:00
"tags" : "bluetooth,tool" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
2020-04-17 17:12:17 +00:00
"storage" : [
2021-10-20 14:11:04 +00:00
{ "name" : "hidcam.app.js" , "url" : "app.js" } ,
{ "name" : "hidcam.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-04-17 17:12:17 +00:00
]
2020-04-20 07:45:08 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "swlclk" ,
2020-12-02 16:02:55 +00:00
"name" : "SWL Clock / Short Wave Listner Clock" ,
"shortName" : "SWL Clock" ,
2021-10-20 14:11:04 +00:00
"version" : "0.02" ,
2020-12-02 16:02:55 +00:00
"description" : "Display Local, UTC time and some programs on the shorts waves along the day, with the frequencies" ,
2021-10-20 14:11:04 +00:00
"icon" : "swlclk.png" ,
"type" : "clock" ,
2020-12-02 16:02:55 +00:00
"tags" : "tool,clock" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2020-12-02 16:02:55 +00:00
"readme" : "README.md" ,
2021-10-20 14:11:04 +00:00
"allow_emulator" : true ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-SWL-clock-screenshot.png" } ] ,
2020-12-02 16:02:55 +00:00
"storage" : [
{ "name" : "swlclk.app.js" , "url" : "app.js" } ,
{ "name" : "swlclk.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
2020-04-20 09:06:23 +00:00
{
2020-04-18 09:28:08 +00:00
"id" : "rclock" ,
2020-04-18 09:17:50 +00:00
"name" : "Round clock with seconds, minutes and date" ,
2021-03-22 19:27:15 +00:00
"shortName" : "Round Clock" ,
2021-07-28 09:54:22 +00:00
"version" : "0.06" ,
2020-05-07 07:21:12 +00:00
"description" : "Designed round clock with ticks for minutes and seconds and heart rate indication" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2020-04-18 09:28:08 +00:00
"type" : "clock" ,
2021-10-20 14:11:04 +00:00
"tags" : "clock" ,
"supports" : [ "BANGLEJS" ] ,
2020-04-18 09:17:50 +00:00
"storage" : [
2020-04-18 09:48:22 +00:00
{ "name" : "rclock.app.js" , "url" : "rclock.app.js" } ,
2020-04-18 09:17:50 +00:00
{ "name" : "rclock.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2020-04-20 14:49:49 +00:00
} ,
2021-03-29 17:49:19 +00:00
{
"id" : "fclock" ,
2021-03-29 18:02:38 +00:00
"name" : "fclock" ,
2021-03-29 17:53:28 +00:00
"shortName" : "F Clock" ,
2021-07-28 09:54:22 +00:00
"version" : "0.02" ,
2021-03-29 18:02:38 +00:00
"description" : "Simple design of a digital clock" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2021-03-29 17:49:19 +00:00
"type" : "clock" ,
2021-10-20 14:11:04 +00:00
"tags" : "clock" ,
"supports" : [ "BANGLEJS" ] ,
2021-03-29 17:49:19 +00:00
"storage" : [
{ "name" : "fclock.app.js" , "url" : "fclock.app.js" } ,
{ "name" : "fclock.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "hamloc" ,
2020-04-20 14:49:49 +00:00
"name" : "QTH Locator / Maidenhead Locator System" ,
"shortName" : "QTH Locator" ,
2021-10-20 14:11:04 +00:00
"version" : "0.01" ,
2020-04-20 14:49:49 +00:00
"description" : "Convert your current GPS location to the Maidenhead locator system used by HAM amateur radio operators" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2020-04-20 14:49:49 +00:00
"tags" : "tool,outdoors,gps" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2020-04-30 14:45:10 +00:00
"readme" : "README.md" ,
2020-04-20 14:49:49 +00:00
"storage" : [
{ "name" : "hamloc.app.js" , "url" : "app.js" } ,
{ "name" : "hamloc.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2020-04-20 18:46:00 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "osmpoi" ,
2020-04-20 18:46:00 +00:00
"name" : "POI Compass" ,
2021-10-20 14:11:04 +00:00
"version" : "0.03" ,
2020-04-20 18:46:00 +00:00
"description" : "Uploads all the points of interest in an area onto your watch, same as Beer Compass with more p.o.i." ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2020-04-20 18:46:00 +00:00
"tags" : "tool,outdoors,gps" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2020-04-30 14:45:10 +00:00
"readme" : "README.md" ,
2020-05-06 08:55:14 +00:00
"custom" : "custom.html" ,
2020-04-20 18:46:00 +00:00
"storage" : [
{ "name" : "osmpoi.app.js" } ,
2020-05-11 16:00:06 +00:00
{ "name" : "osmpoi.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-04-20 18:46:00 +00:00
]
2020-04-21 10:18:29 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "pong" ,
2020-04-21 10:18:29 +00:00
"name" : "Pong" ,
"shortName" : "Pong" ,
2020-06-14 17:00:02 +00:00
"version" : "0.03" ,
2020-04-21 10:18:29 +00:00
"description" : "A clone of the Atari game Pong" ,
2021-10-20 14:11:04 +00:00
"icon" : "pong.png" ,
2020-04-21 10:18:29 +00:00
"type" : "app" ,
2021-10-20 14:11:04 +00:00
"tags" : "game" ,
"supports" : [ "BANGLEJS" ] ,
2020-04-27 11:15:30 +00:00
"readme" : "README.md" ,
2021-10-20 14:11:04 +00:00
"allow_emulator" : true ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-pong-screenshot.png" } ] ,
2020-04-21 10:18:29 +00:00
"storage" : [
{ "name" : "pong.app.js" , "url" : "app.js" } ,
{ "name" : "pong.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2020-04-26 01:29:45 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "ballmaze" ,
2020-04-26 01:29:45 +00:00
"name" : "Ball Maze" ,
2021-09-13 08:57:46 +00:00
"version" : "0.02" ,
2020-04-26 01:29:45 +00:00
"description" : "Navigate a ball through a maze by tilting your watch." ,
2021-10-20 14:11:04 +00:00
"icon" : "icon.png" ,
2020-04-26 01:29:45 +00:00
"type" : "app" ,
2021-10-20 14:11:04 +00:00
"tags" : "game" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
2020-04-26 01:29:45 +00:00
"storage" : [
2021-10-20 14:11:04 +00:00
{ "name" : "ballmaze.app.js" , "url" : "app.js" } ,
{ "name" : "ballmaze.img" , "url" : "icon.js" , "evaluate" : true }
2020-04-26 01:29:45 +00:00
] ,
2021-10-20 14:11:04 +00:00
"data" : [ { "name" : "ballmaze.json" } ]
2020-06-26 21:57:47 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "calendar" ,
2020-04-28 22:12:06 +00:00
"name" : "Calendar" ,
2021-06-24 13:28:46 +00:00
"version" : "0.02" ,
2020-04-28 22:12:06 +00:00
"description" : "Simple calendar" ,
2021-10-20 14:11:04 +00:00
"icon" : "calendar.png" ,
2021-10-28 20:51:11 +00:00
"screenshots" : [ { "url" : "screenshot_calendar.png" } ] ,
2021-10-20 14:11:04 +00:00
"tags" : "calendar" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2020-04-28 22:12:06 +00:00
"readme" : "README.md" ,
"allow_emulator" : true ,
"storage" : [
2021-10-20 14:11:04 +00:00
{ "name" : "calendar.app.js" , "url" : "calendar.js" } ,
{ "name" : "calendar.img" , "url" : "calendar-icon.js" , "evaluate" : true }
2020-04-28 22:12:06 +00:00
]
2020-04-29 07:27:00 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "hidjoystick" ,
2020-04-27 21:22:53 +00:00
"name" : "Bluetooth Joystick" ,
"shortName" : "Joystick" ,
2021-10-20 14:11:04 +00:00
"version" : "0.01" ,
2020-04-29 07:27:00 +00:00
"description" : "Emulates a 2 axis/5 button Joystick using the accelerometer as stick input and buttons 1-3, touch left as button 4 and touch right as button 5." ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2020-04-27 21:22:53 +00:00
"tags" : "bluetooth" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2020-04-27 21:22:53 +00:00
"storage" : [
2020-05-11 16:00:06 +00:00
{ "name" : "hidjoystick.app.js" , "url" : "app.js" } ,
{ "name" : "hidjoystick.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-04-27 21:22:53 +00:00
]
2020-05-03 19:12:28 +00:00
} ,
{
"id" : "largeclock" ,
"name" : "Large Clock" ,
2021-09-13 16:45:24 +00:00
"version" : "0.10" ,
2020-05-03 19:12:28 +00:00
"description" : "A readable and informational digital watch, with date, seconds and moon phase" ,
2021-10-20 14:11:04 +00:00
"icon" : "largeclock.png" ,
2020-05-03 19:12:28 +00:00
"type" : "clock" ,
2021-10-20 14:11:04 +00:00
"tags" : "clock" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
2020-05-03 19:12:28 +00:00
"allow_emulator" : true ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-large-clock-screenshot.png" } ] ,
2020-05-03 19:12:28 +00:00
"storage" : [
2021-10-20 14:11:04 +00:00
{ "name" : "largeclock.app.js" , "url" : "largeclock.js" } ,
{ "name" : "largeclock.img" , "url" : "largeclock-icon.js" , "evaluate" : true } ,
{ "name" : "largeclock.settings.js" , "url" : "settings.js" }
2020-05-12 07:08:19 +00:00
] ,
2021-10-20 14:11:04 +00:00
"data" : [ { "name" : "largeclock.json" } ]
2020-05-04 07:32:04 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "smtswch" ,
2020-05-01 18:14:47 +00:00
"name" : "Smart Switch" ,
2021-10-20 14:11:04 +00:00
"shortName" : "Smart Switch" ,
"version" : "0.01" ,
2020-05-01 18:14:47 +00:00
"description" : "Using EspruinoHub, control your smart devices on and off via Bluetooth Low Energy!" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2020-05-01 18:14:47 +00:00
"type" : "app" ,
2021-10-20 14:11:04 +00:00
"tags" : "bluetooth,btle,smart,switch" ,
"supports" : [ "BANGLEJS" ] ,
2020-05-01 18:14:47 +00:00
"readme" : "README.md" ,
"storage" : [
2020-05-11 16:00:06 +00:00
{ "name" : "smtswch.app.js" , "url" : "app.js" } ,
{ "name" : "smtswch.img" , "url" : "app-icon.js" , "evaluate" : true } ,
{ "name" : "light-on.img" , "url" : "light-on.js" , "evaluate" : true } ,
{ "name" : "light-off.img" , "url" : "light-off.js" , "evaluate" : true } ,
{ "name" : "switch-on.img" , "url" : "switch-on.js" , "evaluate" : true } ,
{ "name" : "switch-off.img" , "url" : "switch-off.js" , "evaluate" : true }
2020-05-01 18:14:47 +00:00
]
2020-05-04 07:28:06 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "miplant" ,
2020-05-12 10:05:07 +00:00
"name" : "Xiaomi Plant Sensor" ,
2021-10-20 14:11:04 +00:00
"shortName" : "Mi Plant" ,
"version" : "0.02" ,
2020-05-12 10:05:07 +00:00
"description" : "Reads and displays data from Xiaomi bluetooth plant moisture sensors" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2020-05-12 10:05:07 +00:00
"tags" : "xiaomi,mi,plant,ble,bluetooth" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2020-05-12 10:05:07 +00:00
"storage" : [
{ "name" : "miplant.app.js" , "url" : "app.js" } ,
{ "name" : "miplant.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
2020-05-02 11:45:22 +00:00
{
2020-05-04 07:29:12 +00:00
"id" : "simpletimer" ,
2020-05-02 11:45:22 +00:00
"name" : "Timer" ,
2020-10-16 08:34:48 +00:00
"version" : "0.07" ,
2020-05-02 11:45:22 +00:00
"description" : "Simple timer, useful when playing board games or cooking" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2020-05-02 11:45:22 +00:00
"tags" : "timer" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2020-05-02 11:45:22 +00:00
"readme" : "README.md" ,
"allow_emulator" : true ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-timer-screenshot.png" } ] ,
2020-05-02 11:45:22 +00:00
"storage" : [
2021-10-20 14:11:04 +00:00
{ "name" : "simpletimer.app.js" , "url" : "app.js" } ,
{ "name" : ".tfnames" , "url" : "gesture-tfnames.js" , "evaluate" : true } ,
{ "name" : ".tfmodel" , "url" : "gesture-tfmodel.js" , "evaluate" : true } ,
{ "name" : "simpletimer.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-05-28 20:29:58 +00:00
] ,
2021-10-20 14:11:04 +00:00
"data" : [ { "name" : "simpletimer.json" } ]
2020-05-05 13:15:13 +00:00
} ,
{
"id" : "beebclock" ,
"name" : "Beeb Clock" ,
2021-10-20 14:11:04 +00:00
"version" : "0.05" ,
2020-05-05 13:15:13 +00:00
"description" : "Clock face that may be coincidentally familiar to BBC viewers" ,
2021-10-20 14:11:04 +00:00
"icon" : "beebclock.png" ,
2020-05-05 13:15:13 +00:00
"type" : "clock" ,
2021-10-20 14:11:04 +00:00
"tags" : "clock" ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-beeb-clock-screenshot.png" } ] ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2020-05-05 13:15:13 +00:00
"allow_emulator" : true ,
"storage" : [
2021-10-20 14:11:04 +00:00
{ "name" : "beebclock.app.js" , "url" : "beebclock.js" } ,
{ "name" : "beebclock.img" , "url" : "beebclock-icon.js" , "evaluate" : true }
2020-05-05 13:15:13 +00:00
]
2020-05-07 14:33:11 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "findphone" ,
2020-05-07 14:33:11 +00:00
"name" : "Find Phone" ,
2021-10-20 14:11:04 +00:00
"shortName" : "Find Phone" ,
"version" : "0.03" ,
2020-09-25 10:50:26 +00:00
"description" : "Find your phone via Gadgetbridge. Click any button to let your phone ring. 📳 Note: The functionality is available even without this app, just go to Settings, App Settings, Gadgetbridge, Find Phone." ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2020-05-07 14:33:11 +00:00
"tags" : "tool,android" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2020-05-07 14:33:11 +00:00
"readme" : "README.md" ,
"allow_emulator" : true ,
"storage" : [
2021-10-20 14:11:04 +00:00
{ "name" : "findphone.app.js" , "url" : "app.js" } ,
{ "name" : "findphone.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-05-11 16:00:06 +00:00
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "getup" ,
2020-05-11 16:00:06 +00:00
"name" : "Get Up" ,
2021-10-20 14:11:04 +00:00
"shortName" : "Get Up" ,
"version" : "0.01" ,
2020-05-11 16:00:06 +00:00
"description" : "Reminds you to getup every x minutes. Sitting to long is dangerous!" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2020-05-11 16:00:06 +00:00
"tags" : "tools,health" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2020-05-11 16:00:06 +00:00
"readme" : "README.md" ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-get-up-screenshot.png" } ] ,
2021-10-20 14:11:04 +00:00
"allow_emulator" : true ,
2020-05-11 16:00:06 +00:00
"storage" : [
{ "name" : "getup.app.js" , "url" : "app.js" } ,
{ "name" : "getup.settings.js" , "url" : "settings.js" } ,
{ "name" : "getup.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-05-10 23:29:32 +00:00
]
} ,
{
"id" : "gallifr" ,
2020-05-11 09:35:17 +00:00
"name" : "Time Traveller's Chronometer" ,
"shortName" : "Time Travel Clock" ,
2021-06-24 14:13:45 +00:00
"version" : "0.02" ,
2020-05-11 09:35:17 +00:00
"description" : "A clock for time travellers. The light pie segment shows the minutes, the black circle, the hour. The dial itself reads 'time' just in case you forget." ,
2021-10-20 14:11:04 +00:00
"icon" : "gallifr.png" ,
2021-10-28 20:51:11 +00:00
"screenshots" : [ { "url" : "screenshot_time.png" } ] ,
2020-05-10 23:29:32 +00:00
"type" : "clock" ,
2021-10-20 14:11:04 +00:00
"tags" : "clock" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
"readme" : "README.md" ,
"allow_emulator" : true ,
2020-05-10 23:29:32 +00:00
"storage" : [
2021-10-20 14:11:04 +00:00
{ "name" : "gallifr.app.js" , "url" : "app.js" } ,
{ "name" : "gallifr.img" , "url" : "app-icon.js" , "evaluate" : true } ,
{ "name" : "gallifr.settings.js" , "url" : "settings.js" }
2020-05-11 00:29:27 +00:00
] ,
2021-10-20 14:11:04 +00:00
"data" : [ { "name" : "gallifr.json" } ]
2020-05-12 21:10:14 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "rndmclk" ,
2020-05-12 21:10:14 +00:00
"name" : "Random Clock Loader" ,
2021-10-20 14:11:04 +00:00
"version" : "0.03" ,
2020-05-12 21:10:14 +00:00
"description" : "Load a different clock whenever the LCD is switched on." ,
2021-10-20 14:11:04 +00:00
"icon" : "rndmclk.png" ,
"type" : "widget" ,
2020-05-12 21:10:14 +00:00
"tags" : "widget,clock" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
2020-05-12 21:10:14 +00:00
"storage" : [
{ "name" : "rndmclk.wid.js" , "url" : "widget.js" }
]
2020-05-02 20:43:16 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "dotmatrixclock" ,
2020-05-02 20:43:16 +00:00
"name" : "Dotmatrix Clock" ,
2021-10-20 14:11:04 +00:00
"version" : "0.01" ,
2020-05-02 20:43:16 +00:00
"description" : "A clear white-on-blue dotmatrix simulated clock" ,
2021-10-20 14:11:04 +00:00
"icon" : "dotmatrixclock.png" ,
2020-05-02 20:43:16 +00:00
"type" : "clock" ,
2021-10-20 14:11:04 +00:00
"tags" : "clock,dotmatrix,retro" ,
"supports" : [ "BANGLEJS" ] ,
2020-05-02 20:43:16 +00:00
"readme" : "README.md" ,
2021-10-20 14:11:04 +00:00
"allow_emulator" : true ,
2020-05-02 20:43:16 +00:00
"storage" : [
{ "name" : "dotmatrixclock.app.js" , "url" : "app.js" } ,
{ "name" : "dotmatrixclock.img" , "url" : "dotmatrixclock-icon.js" , "evaluate" : true }
]
2020-05-15 11:42:12 +00:00
} ,
{
"id" : "jbm8b" ,
"name" : "Magic 8 Ball" ,
"shortName" : "Magic 8 Ball" ,
2021-10-20 14:11:04 +00:00
"version" : "0.03" ,
2020-05-15 11:42:12 +00:00
"description" : "A simple fortune telling app" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2020-05-15 11:42:12 +00:00
"tags" : "game" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2020-05-15 11:42:12 +00:00
"storage" : [
2021-10-20 14:11:04 +00:00
{ "name" : "jbm8b.app.js" , "url" : "app.js" } ,
{ "name" : "jbm8b.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2020-05-19 14:33:01 +00:00
} ,
2021-07-11 19:40:17 +00:00
{
"id" : "jbm8b_IT" ,
"name" : "Magic 8 Ball Italiano" ,
"shortName" : "Magic 8 Ball IT" ,
2021-10-20 14:11:04 +00:00
"version" : "0.01" ,
2021-07-11 19:40:17 +00:00
"description" : "La palla predice il futuro" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-magic-8-ball-italiano-screenshot.png" } ] ,
2021-07-11 19:40:17 +00:00
"tags" : "game" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
"allow_emulator" : true ,
2021-07-11 19:40:17 +00:00
"storage" : [
2021-10-20 14:11:04 +00:00
{ "name" : "jbm8b_IT.app.js" , "url" : "app.js" } ,
{ "name" : "jbm8b_IT.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2021-07-11 19:40:17 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "BLEcontroller" ,
2020-06-01 13:22:38 +00:00
"name" : "BLE Customisable Controller with Joystick" ,
2020-05-17 17:07:04 +00:00
"shortName" : "BLE Controller" ,
"version" : "0.01" ,
2020-06-01 13:22:38 +00:00
"description" : "A configurable controller for BLE devices and robots, with a basic four direction joystick. Designed to be easy to customise so you can add your own menus." ,
2021-10-20 14:11:04 +00:00
"icon" : "BLEcontroller.png" ,
2020-05-17 17:18:56 +00:00
"tags" : "tool,bluetooth" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2020-05-17 17:07:04 +00:00
"readme" : "README.md" ,
2021-10-20 14:11:04 +00:00
"allow_emulator" : false ,
2020-05-17 17:07:04 +00:00
"storage" : [
2021-10-20 14:11:04 +00:00
{ "name" : "BLEcontroller.app.js" , "url" : "app.js" } ,
{ "name" : "BLEcontroller.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-06-01 09:42:57 +00:00
]
2020-06-11 14:06:22 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "widviz" ,
2020-05-19 14:33:01 +00:00
"name" : "Widget Visibility Widget" ,
2021-10-20 14:11:04 +00:00
"shortName" : "Viz Widget" ,
"version" : "0.02" ,
2020-05-22 12:18:33 +00:00
"description" : "Swipe left to hide top bar widgets, swipe right to redisplay." ,
2021-10-20 14:11:04 +00:00
"icon" : "eye.png" ,
2020-05-19 14:33:01 +00:00
"type" : "widget" ,
2021-10-20 14:11:04 +00:00
"tags" : "widget" ,
"supports" : [ "BANGLEJS" ] ,
2020-05-19 14:33:01 +00:00
"storage" : [
{ "name" : "widviz.wid.js" , "url" : "widget.js" }
]
2020-05-24 20:40:42 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "binclock" ,
2020-05-24 20:48:48 +00:00
"name" : "Binary Clock" ,
2021-10-20 14:11:04 +00:00
"shortName" : "Binary Clock" ,
"version" : "0.03" ,
2020-05-24 20:48:48 +00:00
"description" : "A binary clock with hours and minutes. BTN1 toggles a digital clock." ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2020-05-25 07:15:52 +00:00
"type" : "clock" ,
2021-10-20 14:11:04 +00:00
"tags" : "clock,binary" ,
"supports" : [ "BANGLEJS" ] ,
2020-05-24 20:48:48 +00:00
"storage" : [
{ "name" : "binclock.app.js" , "url" : "app.js" } ,
{ "name" : "binclock.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2020-05-28 13:36:54 +00:00
} ,
2020-05-26 16:02:10 +00:00
{
2020-05-23 15:31:48 +00:00
"id" : "pizzatimer" ,
"name" : "Pizza Timer" ,
2021-10-20 14:11:04 +00:00
"shortName" : "Pizza Timer" ,
"version" : "0.01" ,
2020-05-23 15:31:48 +00:00
"description" : "A timer app for when you cook Pizza. Some say it can also time other things" ,
2021-10-20 14:11:04 +00:00
"icon" : "pizza.png" ,
2020-05-23 15:31:48 +00:00
"tags" : "timer,tool,pizza" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2020-05-23 15:31:48 +00:00
"readme" : "README.md" ,
"storage" : [
{ "name" : "pizzatimer.app.js" , "url" : "app.js" } ,
{ "name" : "pizzatimer.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2020-05-28 13:36:54 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "animclk" ,
2020-05-28 13:36:54 +00:00
"name" : "Animated Clock" ,
2021-10-20 14:11:04 +00:00
"shortName" : "Anim Clock" ,
"version" : "0.03" ,
2020-05-28 13:36:54 +00:00
"description" : "An animated clock face using Mark Ferrari's amazing 8 bit game art and palette cycling: http://www.markferrari.com/art/8bit-game-art" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2020-05-28 13:36:54 +00:00
"type" : "clock" ,
2021-10-20 14:11:04 +00:00
"tags" : "clock,animated" ,
"supports" : [ "BANGLEJS" ] ,
2020-05-28 13:36:54 +00:00
"storage" : [
{ "name" : "animclk.app.js" , "url" : "app.js" } ,
{ "name" : "animclk.pixels1" , "url" : "animclk.pixels1" } ,
{ "name" : "animclk.pixels2" , "url" : "animclk.pixels2" } ,
{ "name" : "animclk.pal" , "url" : "animclk.pal" } ,
{ "name" : "animclk.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2020-05-28 13:37:55 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "analogimgclk" ,
2020-06-04 09:21:02 +00:00
"name" : "Analog Clock (Image background)" ,
2021-10-20 14:11:04 +00:00
"shortName" : "Analog Clock" ,
"version" : "0.03" ,
2020-06-04 09:21:02 +00:00
"description" : "An analog clock with an image background" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2020-06-04 09:21:02 +00:00
"type" : "clock" ,
2021-10-20 14:11:04 +00:00
"tags" : "clock" ,
"supports" : [ "BANGLEJS" ] ,
2020-06-04 09:21:02 +00:00
"storage" : [
{ "name" : "analogimgclk.app.js" , "url" : "app.js" } ,
{ "name" : "analogimgclk.bg.img" , "url" : "bg.img" } ,
{ "name" : "analogimgclk.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
2020-05-31 14:06:31 +00:00
{
2020-05-28 12:54:43 +00:00
"id" : "verticalface" ,
"name" : "Vertical watch face" ,
2021-10-20 14:11:04 +00:00
"shortName" : "Vertical Face" ,
"version" : "0.09" ,
2020-10-15 12:53:42 +00:00
"description" : "A simple vertical watch face with the date. Heart rate monitor is toggled with BTN1" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
"type" : "clock" ,
2020-05-28 12:54:43 +00:00
"tags" : "clock" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
"allow_emulator" : true ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-vertical-watch-face-screenshot.png" } ] ,
2020-05-28 12:54:43 +00:00
"storage" : [
{ "name" : "verticalface.app.js" , "url" : "app.js" } ,
{ "name" : "verticalface.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "sleepphasealarm" ,
2020-05-27 05:50:48 +00:00
"name" : "SleepPhaseAlarm" ,
2021-10-20 14:11:04 +00:00
"shortName" : "SleepPhaseAlarm" ,
"version" : "0.02" ,
2020-05-27 05:50:48 +00:00
"description" : "Uses the accelerometer to estimate sleep and wake states with the principle of Estimation of Stationary Sleep-segments (ESS, see https://ubicomp.eti.uni-siegen.de/home/datasets/ichi14/index.html.en). This app will read the next alarm from the alarm application and will wake you up to 30 minutes early at the best guessed time when you are almost already awake." ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2020-05-27 05:50:48 +00:00
"tags" : "alarm" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2020-05-27 05:50:48 +00:00
"storage" : [
{ "name" : "sleepphasealarm.app.js" , "url" : "app.js" } ,
2020-05-27 06:01:01 +00:00
{ "name" : "sleepphasealarm.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-05-27 05:50:48 +00:00
]
2020-06-03 16:28:17 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "life" ,
2020-06-03 16:28:17 +00:00
"name" : "Game of Life" ,
2021-10-20 14:11:04 +00:00
"version" : "0.04" ,
2020-06-03 16:28:17 +00:00
"description" : "Conway's Game of Life - 16x16 board" ,
2021-10-20 14:11:04 +00:00
"icon" : "life.png" ,
2020-06-03 16:28:17 +00:00
"tags" : "game" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-game-of-life-screenshot.png" } ] ,
2021-10-20 14:11:04 +00:00
"allow_emulator" : true ,
2020-06-03 16:28:17 +00:00
"storage" : [
{ "name" : "life.app.js" , "url" : "life.min.js" } ,
{ "name" : "life.img" , "url" : "life-icon.js" , "evaluate" : true }
]
2020-06-09 11:12:00 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "magnav" ,
2020-06-09 11:12:00 +00:00
"name" : "Navigation Compass" ,
2021-11-19 15:08:45 +00:00
"version" : "0.05" ,
2020-06-09 11:12:00 +00:00
"description" : "Compass with linear display as for GPSNAV. Has Tilt compensation and remembers calibration." ,
2021-11-20 10:55:25 +00:00
"screenshots" : [ { "url" : "screenshot-b2.png" } , { "url" : "screenshot-light-b2.png" } ] ,
2021-10-20 14:11:04 +00:00
"icon" : "magnav.png" ,
2020-06-09 11:12:00 +00:00
"tags" : "tool,outdoors" ,
2021-11-19 15:08:45 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2021-10-20 14:11:04 +00:00
"readme" : "README.md" ,
2020-06-09 11:12:00 +00:00
"storage" : [
2021-11-19 16:25:34 +00:00
{ "name" : "magnav.app.js" , "url" : "magnav_b1.js" , "supports" : [ "BANGLEJS" ] } ,
{ "name" : "magnav.app.js" , "url" : "magnav_b2.js" , "supports" : [ "BANGLEJS2" ] } ,
2020-06-09 11:12:00 +00:00
{ "name" : "magnav.img" , "url" : "magnav-icon.js" , "evaluate" : true }
] ,
2021-10-20 14:11:04 +00:00
"data" : [ { "name" : "magnav.json" } ]
2020-06-11 12:37:55 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "gpspoilog" ,
2020-06-11 12:37:55 +00:00
"name" : "GPS POI Logger" ,
2021-10-20 14:11:04 +00:00
"shortName" : "GPS POI Log" ,
"version" : "0.01" ,
2020-06-11 12:37:55 +00:00
"description" : "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" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2020-06-11 12:37:55 +00:00
"tags" : "outdoors" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2020-06-11 12:37:55 +00:00
"interface" : "interface.html" ,
"storage" : [
{ "name" : "gpspoilog.app.js" , "url" : "app.js" } ,
{ "name" : "gpspoilog.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2020-06-13 06:15:43 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "miclock2" ,
2020-06-13 06:15:43 +00:00
"name" : "Mixed Clock 2" ,
2021-10-20 14:11:04 +00:00
"version" : "0.01" ,
2020-06-13 06:15:43 +00:00
"description" : "White color variant of the Mixed Clock with thicker clock hands for better readability in the bright sunlight, extra space under the clock for widgets and seconds in the digital clock." ,
2021-10-20 14:11:04 +00:00
"icon" : "clock-mixed.png" ,
"type" : "clock" ,
2020-06-13 06:15:43 +00:00
"tags" : "clock" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-mixed-clock-2-screenshot.png" } ] ,
2021-10-20 14:11:04 +00:00
"allow_emulator" : true ,
2020-06-13 06:15:43 +00:00
"storage" : [
2020-06-13 06:25:48 +00:00
{ "name" : "miclock2.app.js" , "url" : "clock-mixed.js" } ,
{ "name" : "miclock2.img" , "url" : "clock-mixed-icon.js" , "evaluate" : true }
2020-06-13 06:15:43 +00:00
]
2020-06-17 10:07:47 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "1button" ,
2020-06-17 10:07:47 +00:00
"name" : "One-Button-Tracker" ,
2021-10-20 14:11:04 +00:00
"version" : "0.01" ,
2020-06-17 10:07:47 +00:00
"description" : "A widget that turns BTN1 into a tracker, records time of button press/release." ,
2021-10-20 14:11:04 +00:00
"icon" : "widget.png" ,
2020-06-17 10:07:47 +00:00
"type" : "widget" ,
2021-10-20 14:11:04 +00:00
"tags" : "tool,quantifiedself,widget" ,
"supports" : [ "BANGLEJS" ] ,
2020-06-17 10:07:47 +00:00
"readme" : "README.md" ,
2021-10-20 14:11:04 +00:00
"interface" : "interface.html" ,
2020-06-17 10:07:47 +00:00
"storage" : [
{ "name" : "1button.wid.js" , "url" : "widget.js" }
] ,
2021-10-20 14:11:04 +00:00
"data" : [ { "name" : "one_button_presses.csv" , "storageFile" : true } ]
2020-06-22 18:48:08 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "gpsautotime" ,
2020-06-22 18:48:08 +00:00
"name" : "GPS auto time" ,
2021-10-20 14:11:04 +00:00
"shortName" : "GPS auto time" ,
"version" : "0.01" ,
2020-06-22 18:48:08 +00:00
"description" : "A widget that automatically updates the Bangle.js time to the GPS time whenever there is a valid GPS fix." ,
2021-10-20 14:11:04 +00:00
"icon" : "widget.png" ,
2020-06-22 18:48:08 +00:00
"type" : "widget" ,
2021-10-20 14:11:04 +00:00
"tags" : "widget,gps" ,
"supports" : [ "BANGLEJS" ] ,
2020-06-22 18:48:08 +00:00
"storage" : [
2020-06-22 20:44:04 +00:00
{ "name" : "gpsautotime.wid.js" , "url" : "widget.js" }
2020-06-22 18:48:08 +00:00
]
2020-06-24 08:55:28 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "espruinoctrl" ,
2020-06-24 08:55:28 +00:00
"name" : "Espruino Control" ,
2021-10-20 14:11:04 +00:00
"shortName" : "Espruino Ctrl" ,
"version" : "0.01" ,
2020-06-24 08:55:28 +00:00
"description" : "Send commands to other Espruino devices via the Bluetooth UART interface. Customisable commands!" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2020-06-24 08:55:28 +00:00
"tags" : "" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2020-06-24 08:55:28 +00:00
"readme" : "README.md" ,
"custom" : "custom.html" ,
"storage" : [
{ "name" : "espruinoctrl.app.js" } ,
{ "name" : "espruinoctrl.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2020-06-24 09:21:43 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "multiclock" ,
2020-06-23 08:30:38 +00:00
"name" : "Multi Clock" ,
2021-11-19 15:08:45 +00:00
"version" : "0.09" ,
2021-11-20 18:29:31 +00:00
"description" : "Clock with multiple faces. Switch between faces with BTN1 & BTN3 (Bangle 2 touch top-right, bottom right). For best display set theme Background 2 to cyan or some other bright colour in settings." ,
2021-11-20 11:17:39 +00:00
"screenshots" : [ { "url" : "screen-ana.png" } , { "url" : "screen-big.png" } , { "url" : "screen-td.png" } , { "url" : "screen-nifty.png" } , { "url" : "screen-word.png" } , { "url" : "screen-sec.png" } ] ,
2021-10-20 14:11:04 +00:00
"icon" : "multiclock.png" ,
"type" : "clock" ,
2020-06-23 08:30:38 +00:00
"tags" : "clock" ,
2021-11-01 17:46:50 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2021-10-20 14:11:04 +00:00
"readme" : "README.md" ,
"allow_emulator" : true ,
2020-06-23 08:30:38 +00:00
"storage" : [
2021-11-01 17:46:50 +00:00
{ "name" : "multiclock.app.js" , "url" : "multiclock.app.js" } ,
{ "name" : "big.face.js" , "url" : "big.face.js" } ,
{ "name" : "ana.face.js" , "url" : "ana.face.js" } ,
{ "name" : "digi.face.js" , "url" : "digi.face.js" } ,
{ "name" : "txt.face.js" , "url" : "txt.face.js" } ,
{ "name" : "dk.face.js" , "url" : "dk.face.js" } ,
{ "name" : "nifty.face.js" , "url" : "nifty.face.js" } ,
2020-06-23 08:30:38 +00:00
{ "name" : "multiclock.img" , "url" : "multiclock-icon.js" , "evaluate" : true }
]
2020-06-25 17:44:21 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "widancs" ,
2020-06-25 17:44:21 +00:00
"name" : "Apple Notification Widget" ,
2021-10-20 14:11:04 +00:00
"shortName" : "ANCS Widget" ,
"version" : "0.07" ,
2020-06-25 17:44:21 +00:00
"description" : "Displays call, message etc notifications from a paired iPhone. Read README before installation as it only works with compatible apps" ,
2021-10-20 14:11:04 +00:00
"icon" : "widget.png" ,
2020-06-25 17:44:21 +00:00
"type" : "widget" ,
2021-10-20 14:11:04 +00:00
"tags" : "widget" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
2020-06-25 17:44:21 +00:00
"storage" : [
{ "name" : "widancs.wid.js" , "url" : "ancs.min.js" } ,
{ "name" : "widancs.settings.js" , "url" : "settings.js" }
]
2020-06-26 20:56:54 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "accelrec" ,
2020-07-09 10:27:44 +00:00
"name" : "Acceleration Recorder" ,
2021-10-20 14:11:04 +00:00
"shortName" : "Accel Rec" ,
"version" : "0.02" ,
2020-07-09 10:27:44 +00:00
"description" : "This app puts the Bangle's accelerometer into 100Hz mode and reads 2 seconds worth of data after movement starts. The data can then be exported back to the PC." ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2020-07-09 10:27:44 +00:00
"tags" : "" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2020-07-09 10:27:44 +00:00
"readme" : "README.md" ,
2021-10-20 14:11:04 +00:00
"interface" : "interface.html" ,
2020-07-09 10:27:44 +00:00
"storage" : [
{ "name" : "accelrec.app.js" , "url" : "app.js" } ,
{ "name" : "accelrec.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-07-09 10:30:47 +00:00
] ,
2021-10-20 14:11:04 +00:00
"data" : [ { "wildcard" : "accelrec.?.csv" } ]
2020-07-09 10:27:44 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "accellog" ,
2021-02-03 10:06:00 +00:00
"name" : "Acceleration Logger" ,
2021-10-20 14:11:04 +00:00
"shortName" : "Accel Log" ,
"version" : "0.03" ,
2021-02-03 10:06:00 +00:00
"description" : "Logs XYZ acceleration data to a CSV file that can be downloaded to your PC" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
"tags" : "outdoor" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2021-02-03 10:06:00 +00:00
"readme" : "README.md" ,
2021-10-20 14:11:04 +00:00
"interface" : "interface.html" ,
2021-02-03 10:06:00 +00:00
"storage" : [
{ "name" : "accellog.app.js" , "url" : "app.js" } ,
{ "name" : "accellog.img" , "url" : "app-icon.js" , "evaluate" : true }
] ,
2021-10-20 14:11:04 +00:00
"data" : [ { "wildcard" : "accellog.?.csv" } ]
2021-02-03 10:06:00 +00:00
} ,
2020-06-26 22:05:07 +00:00
{
2020-06-26 20:56:54 +00:00
"id" : "cprassist" ,
2021-10-20 14:11:04 +00:00
"name" : "CPR Assist" ,
2020-06-26 20:56:54 +00:00
"version" : "0.01" ,
"description" : "Provides assistance while performing a CPR" ,
2021-10-20 14:11:04 +00:00
"icon" : "cprassist-icon.png" ,
2020-06-26 20:56:54 +00:00
"tags" : "tool,firstaid" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
2020-06-26 20:56:54 +00:00
"allow_emulator" : true ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-CPR-assist-screenshot.png" } ] ,
2020-06-26 20:56:54 +00:00
"storage" : [
2021-10-20 14:11:04 +00:00
{ "name" : "cprassist.app.js" , "url" : "cprassist.js" } ,
{ "name" : "cprassist.img" , "url" : "cprassist-icon.js" , "evaluate" : true } ,
{ "name" : "cprassist.settings.js" , "url" : "settings.js" }
2020-06-26 20:56:54 +00:00
]
2020-07-14 12:47:33 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "osgridref" ,
2020-07-14 12:47:33 +00:00
"name" : "Ordnance Survey Grid Reference" ,
2021-10-20 14:11:04 +00:00
"shortName" : "OS Grid ref" ,
"version" : "0.01" ,
2020-07-14 12:47:33 +00:00
"description" : "Displays the UK Ordnance Survey grid reference of your current GPS location. Useful when in the United Kingdom with an Ordnance Survey map" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2020-07-14 12:47:33 +00:00
"tags" : "outdoors,gps" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2020-07-14 12:47:33 +00:00
"storage" : [
{ "name" : "osgridref.app.js" , "url" : "app.js" } ,
{ "name" : "osgridref.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2020-07-16 07:24:13 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "openseizure" ,
2020-08-07 11:06:58 +00:00
"name" : "OpenSeizureDetector Widget" ,
2021-10-20 14:11:04 +00:00
"shortName" : "Short Name" ,
"version" : "0.01" ,
2020-08-07 11:06:58 +00:00
"description" : "[BETA!] A widget to work alongside [OpenSeizureDetector](https://www.openseizuredetector.org.uk/)" ,
2021-10-20 14:11:04 +00:00
"icon" : "widget.png" ,
2020-08-07 11:06:58 +00:00
"type" : "widget" ,
2021-10-20 14:11:04 +00:00
"tags" : "widget" ,
"supports" : [ "BANGLEJS" ] ,
2020-08-07 11:06:58 +00:00
"readme" : "README.md" ,
"storage" : [
{ "name" : "openseizure.wid.js" , "url" : "widget.js" }
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "counter" ,
"name" : "Counter" ,
"version" : "0.03" ,
"description" : "Simple counter" ,
"icon" : "counter_icon.png" ,
"tags" : "tool" ,
"supports" : [ "BANGLEJS" ] ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-counter-screenshot.png" } ] ,
2021-10-20 14:11:04 +00:00
"allow_emulator" : true ,
"storage" : [
{ "name" : "counter.app.js" , "url" : "counter.js" } ,
{ "name" : "counter.img" , "url" : "counter-icon.js" , "evaluate" : true }
]
2020-08-06 23:18:05 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "bootgattbat" ,
2020-08-06 23:18:05 +00:00
"name" : "BLE GATT Battery Service" ,
2021-10-20 14:11:04 +00:00
"shortName" : "BLE Battery Service" ,
"version" : "0.01" ,
2020-08-06 23:18:05 +00:00
"description" : "Adds the GATT Battery Service to advertise the percentage of battery currently remaining over Bluetooth.\n" ,
2021-10-20 14:11:04 +00:00
"icon" : "bluetooth.png" ,
2020-08-18 10:29:15 +00:00
"type" : "bootloader" ,
2021-10-20 14:11:04 +00:00
"tags" : "battery,ble,bluetooth,gatt" ,
2021-11-11 18:56:18 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2020-08-06 23:18:05 +00:00
"readme" : "README.md" ,
"storage" : [
2020-08-17 19:53:11 +00:00
{ "name" : "gattbat.boot.js" , "url" : "boot.js" }
2020-08-06 23:18:05 +00:00
]
2020-08-18 12:13:15 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "viewstl" ,
"name" : "STL file viewer" ,
"shortName" : "ViewSTL" ,
"version" : "0.02" ,
"description" : "This app allows you to view STL 3D models on your watch" ,
"icon" : "icons8-octahedron-48.png" ,
"tags" : "tool" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "viewstl.app.js" , "url" : "viewstl.min.js" } ,
{ "name" : "viewstl.img" , "url" : "viewstl-icon.js" , "evaluate" : true } ,
{ "name" : "tetra.stl" , "url" : "tetra.stl" } ,
{ "name" : "cube.stl" , "url" : "cube.stl" } ,
{ "name" : "icosa.stl" , "url" : "icosa.stl" }
]
} ,
{
"id" : "cscsensor" ,
2020-09-08 21:37:51 +00:00
"name" : "Cycling speed sensor" ,
2021-10-20 14:11:04 +00:00
"shortName" : "CSCSensor" ,
Squashed commit of the following:
commit 5ed43a28b5b9d6820ee898f632535747c1e5913d
Merge: 4cf9192c a385c099
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:12:45 2021 +0000
Merge branch 'espruino:master' into Base
commit 4cf9192c4341a85eab1198b8663f48d276704ac3
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:25 2021 +0000
Update core
commit 69a54194a9eb41d0722fc061bec5c900b724e8cf
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:14 2021 +0000
Squashed commit of the following:
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit e040cc4e245a8fb4c55bfeb99cab12c62af5e7b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 15:22:16 2021 +0000
replace tabs!
commit 60c2fa710c4904827bfba868507a9f6d10d524a3
Merge: 38b2e417 f3cb7e9a
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:29:46 2021 +0000
Merge pull request #942 from madman2021/master
Add new TimeCal app
commit 38b2e417bf8e63be394a96ed24b9e3d174d5f45b
Merge: 94bd895b 43b38cc8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:26:43 2021 +0000
Merge pull request #943 from peerdavid/master
[LCARS Clock] Shows icons for charging and out of battery
commit 94bd895bafeb37250b64373692c9cceb3e9ece97
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 12:56:56 2021 +0000
welcome 0.14: Turn off and run later to use softOff to time is set right
plus other minor tweaks
commit 43b38cc8ab5796e25f65ace531be68a6a4134f98
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:40:47 2021 +0100
New screenshot. Updated version.
commit 34c6589f06a1a8ba0f7fe2e126b41d03dff7f45b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:37:07 2021 +0100
Minor improvement
commit c403a5af671cf70b18776fad83126adf66122f0f
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:36:21 2021 +0100
New design. Removed png icon files - only converted icons are needed.
commit 19655ea3279daf32ebfd4453db398915a8229946
Merge: 274b705c b1fb0e6b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:44 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 274b705c1e7313cf646412ec01bf17de9b1dabcf
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:37 2021 +0100
More lcars style
commit f3cb7e9a0b8f0ba3624b639415c9168c240905e8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:53:14 2021 +0000
Remove Icon as it renders massive
commit 1a9f5375557fc232acfe3f42d1198da827db5ab8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:46:03 2021 +0000
Add missing supports tag for TimeCal
commit 3738bde22a0d4cef2bd5c956a1a370e9a145689a
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:43:38 2021 +0000
Add TimeCal to the app library
Add TimeCal to the app library
commit b1fb0e6b7d88f53cff85f6a8d3eb416bebd35e92
Merge: 559e8208 dabc22c2
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 11:10:36 2021 +0100
Merge branch 'espruino:master' into master
commit dabc22c2d725ccddad8b08c0fa0b14af94d38e28
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 09:54:11 2021 +0000
custom code works on bangle2
commit 2e83a511d2032736a63bda38406b4f744a4130f1
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:51:20 2021 +0000
metronome supports bangle 2 now
commit cea51d06d07f09923d590357c33782861c342817
Merge: cd1daba0 4eee3f05
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:50:24 2021 +0000
Merge pull request #938 from bengwalker/master
Add Bangle.js 2 support for metronome app
commit cd1daba0c55e99f5a477407f47b932d050c0b6f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:46:13 2021 +0000
0.25: Fix issue where if Bangle.js 2 got a GPS fix but no reported time, errors could be caused by the widget (fix #935)
commit c03ab08687bbc7ed893ed2ef8c3be21f1e61e74f
Merge: 1750c72e f10bf240
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:40:53 2021 +0000
Merge pull request #939 from Ronin0000/master
Add Screenshots to Many Apps
commit 1750c72e94eab6ee22650d993ea31efa17e79c46
Merge: 5eeb1181 1def233d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:38:06 2021 +0000
Merge pull request #936 from Vingelar/master
Binwatch: re-format background images
commit 559e82088077ba79675c0012c921eae3ef32b16d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:14:04 2021 +0100
Minor design change
commit d24b8c80da7afd75a6f121a22e3694252aa3c57a
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:12:25 2021 +0100
Minor design chnges
commit f10bf24018add2df61a5fc422aee941b07c70082
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 17:04:07 2021 -0800
Update apps.json
commit c66b0982368a5e1ee74da598945df12d88cba679
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:53:48 2021 -0800
Update apps.json
commit 638fea73c791b4f11b6119c02ca2090c31b6bc83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:24:10 2021 -0800
Add files via upload
commit 4e79c896c65b2edc7dfcb7b4b2eb6ae1c96f60ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:23:33 2021 -0800
Add files via upload
commit 33809d8cdfa7ea3f02941c820b4836f20a9eb869
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:58 2021 -0800
Add files via upload
commit 6cb83284a7e7b9d2f8935835702e713f0f9b7b51
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:45 2021 -0800
Add files via upload
commit 7e521d0d29262227a32244d2929eb99fcb36fb98
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:17 2021 -0800
Add files via upload
commit 9985ff03f20469897ceb3dd1acb4f90ac850ebb8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:00 2021 -0800
Add files via upload
commit 6f437c39866562e05d8821bdb5150cd553f3a6cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:21:15 2021 -0800
Add files via upload
commit ffe218a0046d65464e96cdc59d1c10fbb708b791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:56 2021 -0800
Add files via upload
commit 9400133dd49762a7bfcff38e5a6249cbfd5753f7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:39 2021 -0800
Add files via upload
commit 76463d927940f590ed45cc51558723375217a34a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:37 2021 -0800
Add files via upload
commit 4011accb47eb53954acc3e27cce5b6f6cb025c57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:19 2021 -0800
Add files via upload
commit bc5960d61a40c08566a8e1977fa53c6528f04a85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:07 2021 -0800
Add files via upload
commit da5634beda72243f5ee6e4fc0e376c6c5f9c6ccc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:51 2021 -0800
Add files via upload
commit b9c4640f853d4992e57cd5d6b2e3f4d75db32d1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:25 2021 -0800
Add files via upload
commit d27a605a24cc06903084b6a796c9c93b7724150f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:07 2021 -0800
Add files via upload
commit 52baa42e69b1a7a8ef6bc2cae548298af4dcbf7c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:48 2021 -0800
Add files via upload
commit db3b6a58e49a3d5ce9b528011f3e0607474e4fa8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:16 2021 -0800
Add files via upload
commit f0de0d8a9d542fd960f13b36a2bb2a3548f06033
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:52 2021 -0800
Add files via upload
commit 6d4cb98ba83d0ab62406c00ed9fa8dcd139d2f8c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:34 2021 -0800
Add files via upload
commit 5f434d9d327fff8cebf41a45cf73ea9c96cb42db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:23 2021 -0800
Add files via upload
commit 6e72349f05e3773b0ae60217df8b6f266447f1ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:37 2021 -0800
Add files via upload
commit 03e4d0d7c01cdc214526891933f3c155f63ff2b5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:21 2021 -0800
Add files via upload
commit ead12a1c11e3937637e8af8b1d54218e0138e908
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:54 2021 -0800
Add files via upload
commit a1ed32c91380e03146dc4003a3ee6e400d0dd35f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:30 2021 -0800
Add files via upload
commit fae08d7a739b1a28faacb0105d5ad417171dddcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:57 2021 -0800
Add files via upload
commit b889e431edf72d64867c576135bc1470c4590db2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:32 2021 -0800
Add files via upload
commit f177480160184722b935623ebed05ad630a5a6a2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:02 2021 -0800
Add files via upload
commit a2fe8c3722f56c59957642cad2bb0a6454dc6f5b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:11:42 2021 -0800
Add files via upload
commit c1cdf15bf5413167692e9c7bd4f5fee31fe4d4c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:49 2021 -0800
Add files via upload
commit fb1c5529f037cc701e30d9da036a54236ea1ba1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:11 2021 -0800
Add files via upload
commit 530089e0830473574b38c172a964f9cfb49436a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:35 2021 -0800
Add files via upload
commit 3556e668560587c074ad435b977283e19367f69e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:12 2021 -0800
Add files via upload
commit e1e32772e4dd1943af6ed37407425998b0819e48
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:56 2021 -0800
Add files via upload
commit 8084bb92b7cfb12740129c57e1bb5c05ce13994c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:37 2021 -0800
Add files via upload
commit 2c997d2964d4ade4ba0aa5ef89a1b646c15a9751
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:18 2021 -0800
Add files via upload
commit 747626b66c880293481bd0a97cda8e32e0239d04
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:07:24 2021 -0800
Add files via upload
commit ed36fae0ac6def24ca20ab6229affbcf7502582e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:59 2021 -0800
Add files via upload
commit e8baad3c3775e26f8a88457ff8f361a18572e484
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:33 2021 -0800
Add files via upload
commit 1efcebe84aa2b2b00d6920a84d4e486b834c1083
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:16 2021 -0800
Add files via upload
commit 082d3d1e95e9bb98e10bb1679ae0dfba11bf44e0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:05:21 2021 -0800
Add files via upload
commit b10f62a6c55dd89bb15a97430b74269486a72807
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:58 2021 -0800
Add files via upload
commit 24b41c2c6fe40d18ffd9dfc0404f215cc9b847ff
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:42 2021 -0800
Add files via upload
commit 19a2ef1a44c78fe9b1922574f0a1eda20f2fbd43
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:01 2021 -0800
Add files via upload
commit 7089d6e74c438d3577ebf03857b0c1b6f73aaa2a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:03:38 2021 -0800
Add files via upload
commit 431824f828f0ea900c9d206e492cc7a6d1830f2e
Merge: 15aa41c7 5eeb1181
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 15:15:57 2021 -0800
Merge branch 'espruino:master' into master
commit 5eeb1181d049f1580f75657b9a9ac664041b26b9
Merge: 546a0b16 6b05d928
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:29:18 2021 +0000
Merge pull request #937 from rigrig/barclock-b2
Barclock works fine on the Bangle.js 2 :-)
commit 15aa41c766b2a25c7a83a1a6744706a7b2852aa3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:23:03 2021 -0800
Add files via upload
commit 6a93494e3fe516ccbc7755027f613bd9bd529021
Merge: 12443640 546a0b16
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:22:27 2021 -0800
Merge branch 'espruino:master' into master
commit 546a0b16cc32841b38a0d39b07ec6d18f58d21c5
Merge: cb6e14f6 18fbd289
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:55 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit cb6e14f6c12816224bbc3dc127e9817d0df7ae78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:37 2021 +0000
messages, start of call handling and message responses, fix for scroll issue when only 2 menu items
commit 12443640c95efbe9f25ed0ffe73280c84d90cd13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:54:22 2021 -0800
Update apps.json
commit 9bdc07f8617e457439522d5b4c84a65d1eba4ed9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:47:36 2021 -0800
Update apps.json
commit 4eee3f05e92e26aa5c70c1d2cefcc97ff4935b0d
Merge: aafc93f0 18fbd289
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:46:32 2021 +0100
Merge branch 'master' into master
commit 298fa47cd87e37b19cd142f47867843e24d08b57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:42:50 2021 -0800
Update apps.json
commit 52c07f6dc80e8eabd017fc324332c0594c173399
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:40:42 2021 -0800
Update apps.json
commit fe340d75bbb6c7814241becacddaca50435c5fe3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:39:31 2021 -0800
Update apps.json
commit aafc93f09a818f5bb6e4b6988246e4f8d049df87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:35:35 2021 +0100
Update README.md
update README
commit bd80ea5ca03b2e9d5f2eb562adc7305b3952d2e5
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:31:33 2021 +0100
Update metronome.js
print instructuions for banglejs2
commit 51afd5ef049c67f331931ee18b53e9d4e835342a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:29:27 2021 -0800
Add files via upload
commit ff62b603a27d6acea382af80496b6a35787a73ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:51 2021 -0800
Add files via upload
commit ffbd331c1376c5f393dafe62eaa62a9991949a3e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:29 2021 -0800
Add files via upload
commit 93c113a95a21dccfde6bb171d15b0f93e6d0f58a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:25 2021 -0800
Add files via upload
commit b2be26fccedfa52f00f275db8050c0c3e532859b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:07 2021 -0800
Add files via upload
commit 899e78539c3bb0e41e4d56aa854c4806715ccce0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:26:06 2021 -0800
Add files via upload
commit 50a88d41cd63e51a876e4fca58fe13c5af2088fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:35 2021 -0800
Add files via upload
commit b1d636bac2148007dd72becff0daddf24b80f0a4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:10 2021 -0800
Add files via upload
commit 6b05d928751b49d4910ddd3a6867e2d4cad6c93f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 19:42:12 2021 +0100
barclock: Fix time/date disappearing after fullscreen notification
By forcing a complete redraw at lcdPower-on
commit 32e3d326aa143eed99d26c81c9fbf870730591f4
Author: Richard de Boer <git@tubul.net>
Date: Sat Nov 20 17:13:36 2021 +0100
barclock works fine on the Bangle.js 2 :-)
commit 1def233de2434d272c6f712c9c213b7caff3ae92
Author: Vingelar <Vingelar@mantisse.de>
Date: Tue Nov 23 19:09:16 2021 +0100
changed format of bg images to binary raw format (export from emulator
commit e021aa2c9d5c44f9130e4bf67cb4b066d02cbd6d
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:59:49 2021 +0100
Update app.js
binwatch: adapted names of bg images
commit 3dd723d10bd3195257205a48dc79872668bd53cb
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:58:48 2021 +0100
Update apps.json
binwatch: shorten names of background images
commit 275402344ee927a51d0c100d4387c739d7a49968
Merge: cf027b37 18fbd289
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:36:45 2021 +0100
Merge branch 'espruino:master' into master
commit 18fbd2898da9fc2bfb16d0adf9cf2b97f5ce0f3d
Merge: 5be6981a df364bab
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:34:15 2021 +0000
Merge pull request #933 from peerdavid/master
[LCARS Clock] Added lcars icon to watch face.
commit cf027b3783cbbf8deca98fb3e1ee1922557686bf
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:34:13 2021 +0100
Update app.js
changed names of background images
commit 5be6981acdf3935b936bb85caf37780537518b66
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:31:42 2021 +0000
oops - named stub wrong
commit d328d94d34ea86dd99f958098c7f0a000b1e395f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:30:20 2021 +0100
Add files via upload
added background files exported from Emulator
commit c36fb16a684085c2eb6ada2c50021d3776f5e215
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:54 2021 +0100
Delete Background240_center.js
removed background240_center.js (wrong format)
commit 4719fada2843f1c8d6ae36d8d59d0fb95318d9b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:28:34 2021 +0000
Android Remove messages on disconnect, Fix music control (ref #909)
commit f431bd8a2c823e877ee6e78576aa4f39a0b5701f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:25 2021 +0100
Delete Background176_center.js
remove backgounrd176_center.js (wrong format)
commit 1b548c9bbb5a10769498b4ad1be04397fb889bce
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:27:33 2021 +0100
Update apps.json
adapted naming for image files
commit df364babab19550f75a01d707f0684d8547e8664
Merge: d28517b2 a1eeadfc
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 17:16:00 2021 +0100
Merge branch 'espruino:master' into master
commit d28517b2a5b5e7eaa6a8d9832d9352062addb3ee
Merge: cd93a201 465c93d8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:18 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit cd93a201f846e2c51a1ff9cc447dbbbdc2c5e2cc
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:15 2021 +0100
Moved logo
commit dd2bb22f076abff1aac2f32734b50fdcc5423861
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:08:57 2021 +0100
Update apps.json
use .js files as background images
commit 03c5f996f4998ebc1e6bfea7e77d3a61743c0c69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:07:21 2021 +0100
Add files via upload
added background files as js
commit 7d81bfe2bbdf5095ac7550247eddbe6827cec4c0
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:53:40 2021 +0100
Update apps.json
added missing "url" to background storage
commit 51b73894e461af6312b6fca28e0b5888e9f98da6
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:51:40 2021 +0100
Update app.js
use background images from storage
commit dab36d05a77563e9a839f38807bfd7cfe09a1f69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:48:50 2021 +0100
Update apps.json
added background images to stroage
commit 31f28093411e4f501dd49f98359af43e71e8b27e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:44:49 2021 +0000
Fix https://github.com/espruino/BangleApps/issues/927 - App loader offers to update unknown apps
commit a1eeadfc224a976e3fca6a00ca47d1c1389fa70f
Merge: 68429483 0a695e51
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:40:09 2021 +0000
Merge pull request #934 from Ronin0000/master
Fix School Calendar Bug
commit 0a695e5143fbff3935e80b9df85720f065b1e185
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:09:14 2021 -0800
Update custom.html
fix bug that was for testing
commit cfecc24f42d257d565f21571a50b825cffb2f1c3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:05:47 2021 -0800
Delete boot.js
commit 684294830d75459982845920cb30815236dc0917
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 13:57:46 2021 +0000
app manager works in bjs2
commit 465c93d830300054722f10f483a9023c6ec315e7
Merge: d20f5e59 3ba779ee
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 14:53:47 2021 +0100
Merge branch 'espruino:master' into master
commit d20f5e597e72d8392af3e9b745a4dfab36e8797f
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:53:27 2021 +0100
Updated screenshot
commit a283cf58fb90b1852d8e414fb01010632a65ba46
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:51:55 2021 +0100
Included lcars logo
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 3ba779ee5826a60f127ed12f0eeaa2a848f53b4c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:48:34 2021 +0000
Fix bangleapps after recent PRs
commit aaf06b113c72e1487651d30602ba79c95a41d6ff
Merge: a0351381 06a6b72d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:42:26 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 9600f16671ab5a9fc772a959a7110622baa5e606
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:19:48 2021 +0100
Updated changelog
commit 98577b626960bd971af483ef709655dfe0ac1f00
Merge: 1ccabca0 d3cd47f9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:52 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 1ccabca0c6f1cf79c1b5d6a56749ab752a4d1850
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:50 2021 +0100
No hrm icon - its shown too much.
commit d3cd47f95704e7c508e1e311d3224826f3fd73ce
Merge: 2e18795c 06a6b72d
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 11:12:43 2021 +0100
Merge branch 'espruino:master' into master
commit 2e18795c5780148c6f52d50cd69849b5893b1cdb
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:11:33 2021 +0100
Fixed string
commit 36edd449c5398147536d20c2b4f11040cb3105b9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:10:33 2021 +0100
Minor change
commit 06a6b72d42fc55a224bb5d133640670c21d6cae0
Merge: a39d4102 be083113
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:03:45 2021 +0000
Merge pull request #925 from Ronin0000/master
Add School Calendar
commit a39d4102963fc1593e1f2f8ea3f4372a3da4da6f
Merge: ab2cb243 930cfa13
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:02:41 2021 +0000
Merge pull request #928 from peerdavid/master
[LCARS Clock] Icons for different states such as GPS or HRM.
commit 5c3b0468d4ce9a51249f6f098c3e6ba84ba1cf41
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:59:26 2021 +0100
Update apps.json
corrected format
commit 336501059da7bceddba9e300c5b6d5bd1aba6a3a
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:56:25 2021 +0100
Update apps.json
removed background image
commit 3f4c49a8aef6ba79419f00d86fc4f02435b72e21
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:55:07 2021 +0100
Update app.js
integrated BG image into app
commit ff3223e1b906957811cad815df88ad495e70a95f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:51:02 2021 +0100
Update app.js
added "require" for bg image
commit ab2cb243857e50e7bb80ee163e4bc153302446a7
Merge: adadf7ef 162dc1f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:51:01 2021 +0000
Merge pull request #929 from weeurey/master
Update app
commit adadf7efd39b01466cfd348e13c5a02deaa6bf4d
Merge: b7f403e7 0f9d938f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:26 2021 +0000
Merge pull request #931 from reelyactive/master
emojuino@0.02
commit b7f403e79bf5fae387c5f6d0522f49ce917362a6
Merge: f4e997d4 46383d4d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:12 2021 +0000
Merge pull request #930 from rigrig/gbmusic-fix
gbmusic: fix "previous" button image
commit a03513812956c629f003824b46bb6763734eead8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:44:24 2021 +0000
fix download icon on android
commit b128f5c15569de9e2be0717f270cfd90e006d5ab
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:38:02 2021 +0100
Update apps.json
added background image to upload
commit 930cfa13315046c621a5444632f7b12bbd956fae
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 09:43:24 2021 +0100
New HRM Icon
commit 7f3f7b9eee3c23c922645274dd8d7947def8158d
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:26:37 2021 +0100
Currently, no confidence > 80 is reached...
commit 1fb861b82c4cc75b94dc6875280fbd411390bc71
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:25:11 2021 +0100
HRM confidence of 80 to display
commit 7d95221e166770be91bf76374f926fe996356009
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:24:15 2021 +0100
Minor change
commit 6d8d98fb03e7bed42c3feeee771ddfcd78b60ea8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:21:41 2021 +0100
Show HRM
commit a0cc4c633e0e6853a0f170a5358b7e1f11e310af
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:10:00 2021 +0100
Minor changes
commit be083113316ec7ba07d780b6593cb9adfd748298
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 19:11:40 2021 -0800
Update custom.html
commit 0664a44c454107d4e3ff039d12baffea3e90cf5f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:52:43 2021 -0800
Update apps.json
commit b032ca0fc1936e650a459f766799e197daf2a4dd
Merge: 7fd37f7e f1f063fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:27 2021 -0800
Merge branch 'espruino-master'
commit f1f063fd1adb553c548a3aa54156bce00b4ca48d
Merge: 7fd37f7e f4e997d4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:09 2021 -0800
merge3
commit 0f9d938fa6970df18fbe99f3c707b94aa26d15c1
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:23:17 2021 -0500
Version bump
commit 5a01047cd0b30e4b7b253d784bd0b5755fc0c2e2
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:21:29 2021 -0500
Added screenshots
commit ae55c2d39fc936cfa1954d44b7f76dc91c21ced3
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:09:26 2021 -0500
Allow emulator, specify type as app
commit 58f9e7cd5b59904651fb878a89844ee4ccfb23df
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:03:18 2021 -0500
Upgrade to emoji images and supporting text
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit 7fd37f7e4e669c0aea7b5324b85f9d85ca394dcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 12:18:44 2021 -0800
Update custom.html
commit 84d9ca4b337e36c4f62ffce4b3059f8f2909d482
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:57:14 2021 -0800
Update boot.js
commit 740f4a95665fd92ad87e83dd381da7e55c2e4b18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:52:27 2021 -0800
Create boot.js
not part of the current merge
commit d3538a03f10f6323afc8656cef397a561cf35bf0
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:12:50 2021 +0100
Added raster
commit 20310fdb75b11fe8b3ea38dc7810732910537169
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:02:27 2021 +0100
Smaller icons
commit 3863be18301cec9fec480db7fe28a19439c708d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 09:06:52 2021 -0800
Delete apps/schoolCalendar/fullcalendar/interaction/src directory
commit 5d8c13a7e6a934e8b750f0ab4871e3dcc67c09bf
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:56:29 2021 +0100
Updated screenshot accordingly
commit 21134a1dcdc102755171af26e99ae86f3559996f
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:55:21 2021 +0100
Better background
commit cab3d43085b2edf4dc97ebf05785bb5b446a88da
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:39:48 2021 +0100
Better alarm - shown only in icon so we can display more data.
commit db22bac0ecd48633d6acf0874127a1b28821d8ea
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:11:15 2021 +0100
Use correct alarm icon
commit 162dc1f29346ab0f6ff4b7cd4128826292ca766e
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:11:07 2021 +0000
Update apps.json
commit dc24ae9bfba1786d4d8a3e22871c4da7bda9fb92
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:10:58 2021 +0100
Better HRM Icon
commit 8e688d144ab30ff87f31b51ab457688ce03c4c23
Merge: 741f7aab f4e997d4
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:09:43 2021 +0000
Merge branch 'espruino:master' into master
commit 741f7aab5239e6fa6ae48e1a5351216dfcfc4177
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:08:38 2021 +0000
Update apps.json
commit 247ed9faa2e8b8463374fea05d4bb04ddda2cfc1
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:07:39 2021 +0000
Create ChangeLog
commit d878d46d4ccc5128643034c535cff69984ab7853
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:05:57 2021 +0000
Update app.js
commit c720fc314b516e1007452ad18ce51bc4fefefec1
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:03:21 2021 +0100
New alarm icon
commit 75fbd6882d1368c73db1b96fac79f4202d6a5e53
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:37:48 2021 +0100
Added icon for alarm
commit eb20f15537d8b6be7226b2ae49fc6e6dd0474124
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:33:42 2021 +0100
Compeletely new design with icons for GPS, HRM and Compass. All Icons are open source and mentioned in the Readme.md file.
commit 46383d4d5547bca38a2a07ea01d67afa0166bedc
Author: Richard de Boer <git@tubul.net>
Date: Mon Nov 22 13:18:01 2021 +0100
gbmusic: fix "previous" button image
commit 1bf5132a5caf41398125e0c7f2bad72ffa300df2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:07:49 2021 -0800
Update custom.html
commit 618c5b7a10ebe610205ab463c395f65948e5a763
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:02:29 2021 -0800
Update custom.html
commit adfeb5e535564f8851fcdc080e2fa10d9acced9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:00:21 2021 -0800
Update custom.html
commit f950fd2ee88486e3355efd30823d50de799e8418
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:57:52 2021 -0800
Update custom.html
commit 3ee0e9bae6ee137c6e36672c9aa6a20d1c072caf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:49:48 2021 -0800
Update apps.json
commit 387bd30236b5d765b396eba24ad43120ceb6c384
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:48:14 2021 -0800
Rename ChangeLog.md to ChangeLog
commit 6e07f282b8918ac3b8f333c7c4156980a44ff1d6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:41:26 2021 -0800
Add files via upload
commit fea37b4992e65a5ca54648f88281ce2623f6a55f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:40 2021 -0800
Update apps.json
commit 939d8f6a9ae71b49c13f7dbf1455bb2fec60462a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:21 2021 -0800
Add files via upload
commit 854ae5361d1b2400f6b6d1b2c2239f46d1e16bc9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:34:28 2021 -0800
Update README.md
commit 426768eb11e34ea7a04010e6fe7da1a5a5187f40
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:32:14 2021 -0800
Update custom.html
commit bf994d9acc8b79ebda1e47dc5ebc5158210d6205
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:24:29 2021 -0800
Update apps.json
commit 7c74c5d43f9f66b6374cabd4e247d1560e5f29a1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:15:40 2021 -0800
Update apps.json
commit 8981aa3f614c388c74d73ccd25e16f5e6eabde9f
Merge: e878e547 100384f2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:12:19 2021 -0800
Merge branch 'espruino:master' into master
commit e878e5478713b0b3cae0bb86e28f998cbfeb9b10
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:11:43 2021 -0800
merge
commit 3bde4d2e48711186ae26036baea8f880c2aac7c4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 16:12:16 2021 -0800
Update custom.html
commit 5f3c93df8cc8b73c432ea31b15e84e4b106256de
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:37:41 2021 -0800
Update custom.html
commit 26bd9e35be993aae4deece775ac85f53f877b122
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:35:47 2021 -0800
Update custom.html
commit 8f2cc6e2137cf29e03435123e96d9c6c550864d1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:34:09 2021 -0800
Update custom.html
commit 66f061112301898b011412e91982dbefc7cc2d1e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:32:48 2021 -0800
Update custom.html
commit 87a9504912b8753dc63700207ee89acacbb34726
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:30:44 2021 -0800
Update custom.html
commit 626498da9d296fecf6776b836def4eda87027d85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:24:01 2021 -0800
Update custom.html
commit 3472ca355a1a71d3fa3f464ece2b81dce7f4eeaa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:21:57 2021 -0800
Update custom.html
commit 529b0cb4637652dfc0a3ba6688b863b5f47437ca
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:19:53 2021 -0800
Update custom.html
commit e77d9980023f041a87743ac1fd3c48a3f0652a8e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:18:21 2021 -0800
Update custom.html
update
commit a712c37c7652f7bc46c4d7761df93b3d28e17229
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:17:58 2021 -0800
Update custom.html
commit 4d9d6abb9ef466e4058510efe9eec295f60127e9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:14:02 2021 -0800
Update custom.html
commit f35b24844810a90f08f731cc9e63535be217e4cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:09:44 2021 -0800
Update custom.html
commit d0336b2854d7e0892c440ef8c5f83bcbe1374a9b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:06:56 2021 -0800
Update custom.html
commit 640c8e491e489e9ea88282cf0bfe14004838b3db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:03:42 2021 -0800
Update custom.html
commit 604153cb2408399ce1420b43ef87f41c09d3daa6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:01:45 2021 -0800
Update custom.html
commit 0f8f1e38e85a8c1c49057f4b891209bdfad67aef
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:44 2021 -0800
Update custom.html
commit 7f7dcb0bcf89b1d66f60481efaa09f5956ee4ecc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:22 2021 -0800
Update custom.html
commit d42fe03dc8fcbc0f68857dd9f887c8cc4eff1c06
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:55:08 2021 -0800
Update custom.html
commit 98f172fad442e89f53c45ac47f2388a08049855a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:53:01 2021 -0800
Update custom.html
commit daf8dde32bc81b8f04402c4728eac41784751cd5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:49:25 2021 -0800
Update custom.html
commit 408bd24080a2f7dcf1e6d0c33dab65da4dff82cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:48:38 2021 -0800
Update custom.html
commit 68db21acbb837b12d84d9930d451d2ba90e251dd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:44:30 2021 -0800
Update custom.html
commit 45feb1b2ffb17b8835c505bc4a4f825ddc17bf4f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:42 2021 -0800
Update custom.html
commit 3bc5fd87b61cbb9b867009d933342fe627da982d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:12 2021 -0800
Update custom.html
commit c3eede9868ee342bc4248e71a874c2e6b332dcdd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:37:42 2021 -0800
Update custom.html
commit 8426356c01a23ae769c79f726b95ea64f4428574
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:35:55 2021 -0800
Update custom.html
commit 93f09c216a1eb9aa876c88a1f806ccb709e971b7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:39 2021 -0800
Update apps.json
commit cb748a251dbd11e87615d82081522953607b3a27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:20 2021 -0800
Update custom.html
commit a994ed66301040f60d5f99b672a6081152a20d6c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:53:38 2021 -0800
Update custom.html
commit b76bb48973dbabfaf56bdec4aee44a483f94d129
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:50:08 2021 -0800
Update custom.html
commit f99ce683e9ce42431321fc711e061955bc0220fb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:46:32 2021 -0800
Update custom.html
commit ddfdd94ff845d3d8560158cde184a9a19a3d2142
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:42:51 2021 -0800
Update custom.html
commit 52675f7eff140426532f81da9c84c5d7803d0cda
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:48:03 2021 -0800
Update custom.html
commit d4911034145e3d98b99d649be55c75671e2f5c5c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:44:23 2021 -0800
Update custom.html
commit 71ff5959aec6a5f8302bda513d2c1371bbed0743
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:58 2021 -0800
Update custom.html
commit daba705b37b9952cba2910c3c0bed23e58aaf2fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:16 2021 -0800
Update custom.html
commit 19cb5fc749abeefe378205531d18b97562ddfc47
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:39:15 2021 -0800
Update apps.json
commit 6c20945898b84a02d6b440923a5afd994c7d97aa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:37:41 2021 -0800
Update custom.html
commit ff519bdc0d9bca530284d98cad9fd023ad37d50d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:15:29 2021 -0800
Update custom.html
commit 34843d703aae0b6a33be352ad0f8408d8d17d07b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:11:54 2021 -0800
Update custom.html
commit 4da82197f32b280e4192d5bc9a5ba174fbad4ace
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:01:20 2021 -0800
Update custom.html
commit a9c5a32bc1359d8288f4fd6b6da50eaf40910c9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:56:54 2021 -0800
Update custom.html
commit 352fea34791ccf06450a516ab2a2daf22353c641
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:53:38 2021 -0800
Update apps.json
commit ab6f56c381a54e4ab3466625a9eb794eef5dd2a0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:52:34 2021 -0800
Update custom.html
commit a65742ce346039ef901e70157620aabd95bbca35
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:48:25 2021 -0800
Update apps.json
commit a1a387dd600f7e5c3879d74cd5a516d7566fb7bb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:47:52 2021 -0800
Update custom.html
commit 180e88e0e44dc3ca09291a7d37b6fa4df637fa78
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:50 2021 -0800
Update custom.html
commit 0099736b8c64e8f1afefd4d52b526151e3ac700a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:14 2021 -0800
Update apps.json
commit 1fdf4e954e23fe0514b8d795224c2edafd5941c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:43 2021 -0800
Update apps.json
commit faa5b6b21aa8b7062dc62499e8361b8233cf9408
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:10 2021 -0800
Update custom.html
commit d617803c13ec381f35a9d30f99a267dca02c9cf1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:44 2021 -0800
Update apps.json
commit dc669254bcccad425153d209d6dcdf002f64a30d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:10 2021 -0800
Update custom.html
commit 303247fb4e66802ed7f5c2ee404ce0a28221ec2d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:25:00 2021 -0800
Update custom.html
commit d836cbd2ba256adfffa55f1d12fda02ae8ac760c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:15:16 2021 -0800
Update custom.html
commit e206bd4e1cad4aab266fd376fa525500941878a8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:08:00 2021 -0800
Update custom.html
commit 1a6c1acce50fe2fe2e49bfc26b3ac98c1db5aa13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:04:06 2021 -0800
Update custom.html
commit aa20fac50ed19adfb9248fd9cda1ebb7c31f95b1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:02:52 2021 -0800
Update apps.json
commit 5625414e90c78677040420f342f29e96f088469b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:34:30 2021 -0800
Update apps.json
commit ebc2d8096144e6150920efc4b63e8f1e3f52eb00
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:33:27 2021 -0800
Update custom.html
commit 6c43de3766433c1f9fa1d01fd24cbfe0839e19c0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:21:11 2021 -0800
Update apps.json
commit 37da3c68aeeb5fec1ef3d8965fa3d8170074d791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:19:46 2021 -0800
Update custom.html
commit 92707b9d13ed269a41684ce45111376694cb6e58
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:12:50 2021 -0800
Update ChangeLog.md
commit d3ca682cff08be0bb2a64ab057f6efdf36b4e094
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:09:56 2021 -0800
Update apps.json
commit dfd9e59993944f6323120f8af660d880c63c6793
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:08:52 2021 -0800
Update custom.html
commit 5d24a09ffa2d9cad10a5fae3c7b4d5fafc944aa9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:04:41 2021 -0800
Update apps.json
commit e965bd7d962108a2944824eb6579fce435876966
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:43 2021 -0800
Update custom.html
commit 345d9c155135fc4d0a2b8d00b3528b363a584ced
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:12 2021 -0800
Delete schoolCalendar.js
commit dc9db8a4767d4c16d92645131d977263e2468521
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:58 2021 -0800
Update schoolCalendar.js
commit 58df0a5ca26684b4da84929c8c388ca5c37acabd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:03 2021 -0800
Update apps.json
commit 65ad4979e8d58b51f11f3bcc86f31ab303a5d7b6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:27:10 2021 -0800
Update custom.html
commit 9c07800c5ef948a1b9b2071e7bdfe46809fefa1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:07:38 2021 -0800
Update custom.html
commit b108bc45fb8bfa266e4d4ad3e66a9f65cec96c92
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:58:24 2021 -0800
Update custom.html
commit d871855f8e217b27ea73ed28b389bbc8aea59d62
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:55:58 2021 -0800
Update apps.json
commit 99112920b287568db32c5e43b47cfc2ee0cf71a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:47:34 2021 -0800
Update apps.json
commit 37f4329ec57bc4a96a1b2a0847406f6a05cad520
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:49 2021 -0800
Update apps.json
commit ba2aee642bf90307757bb85fda6aa0db01bed5e5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:06 2021 -0800
Update custom.html
commit 98048dc23cb1caf3aafbf1d1ecfa461ba5943925
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:37:23 2021 -0800
Update apps.json
commit 1a53e8d34af89f0e6c889653961350a898deea81
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:33:43 2021 -0800
Update custom.html
commit 993bb7298c8fbc9348e6668b70a555c51dc54a09
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:31:41 2021 -0800
Rename interface.html to custom.html
commit 3a3962bfdc0365e75f8804b61293ec91084f6698
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:30:12 2021 -0800
Rename custom.html to interface.html
commit c8ad92a3dcb7b8a0df83f2e720b6730dd785e829
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:20:33 2021 -0800
Update apps.json
commit ae85c1cee709457b10233205c057f946ea15fe83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:14:33 2021 -0800
Update custom.html
commit c1b467ba8e96f58b27eb3b9b2dc2b859fa89e227
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:14:50 2021 +0000
Update app.js
commit 438537ace2358f5b798bdfde92ebf78db81abc49
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:10:03 2021 +0000
Update app.js
commit e6d736860d7d7511f08474a4d8f6446ebe97e634
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:57:57 2021 +0000
Update app.js
commit e1add5e2b2a068873d0102324d61f9ff5532924d
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:45:02 2021 +0000
Update app.js
commit 09be008dfaf764b542a80f4dbbde6ab26314713e
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:39:48 2021 +0000
Update app.js
commit 9f26994f5c66a5ee88a702c7a73d8bcc0c8236c3
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:33:47 2021 +0000
Update app.js
commit 0cf4c5d70a97480185296b32137fcdc179fddcc4
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:10:31 2021 +0000
Update app.js
commit cfdb94439526722ca757b8ee748d298f6a76d9e7
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:32:34 2021 +0000
Update app.js
Add Media controls
commit e3cd8f5607f912002d3ec0adf833834058a492cb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:16:37 2021 +0000
Update app.js
Removed extra unneeded code
commit ceed8a123836f5da6fb8c5d6741e2224a3e4a0af
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 15:05:28 2021 +0000
Update app.js
commit 721a3f2608ee0012767cfacd5c69aa91a7bba5f6
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:39:30 2021 +0000
Update app.js
commit a16bfe4d7350b34c694050448f2aefc990d19dcb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:32:57 2021 +0000
Update app.js
commit e72bf84a7a05c4208e8c1d5f60815a9f57ca11c4
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 21:29:57 2021 +0100
use dark theme for metronome
commit 071a7a7e683a649b9f75fdc92b9f56804cd0af87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 20:46:18 2021 +0100
add support for Bangle.js 2
commit 7a7175fa483e4e9fcd5912d83e9519274d67b4f0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Nov 4 16:00:41 2021 -0700
Update custom.html
commit e2928498690565ba7d0454aaa4265bc8adfda712
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:32 2021 -0700
Rename interface.html to custom.html
commit cd7579269efe8d54a5a5680b8126ea38f9ce54be
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:04 2021 -0700
Update apps.json
commit df7f9cc530194025708b712565a410aed1d73e95
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:20:09 2021 -0700
Update interface.html
commit ada94b11cfbebfeaa010cee1b39d0f92591d4e13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:06:50 2021 -0700
Update interface.html
commit 08fc58deb57847cca7d81bf84a54df16ce97528f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:20:57 2021 -0700
Update interface.html
commit 04b9e74a4d2cd84dd9b64b0ba6fba1167fc400e7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:10:58 2021 -0700
Update interface.html
commit be7af68455ff4b5034c0baab9d8c138b9b024707
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:08:24 2021 -0700
Update interface.html
commit aaee5f3c0610de7a48bdda7fe9c6064dff97780e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 19:13:08 2021 -0700
Update interface.html
commit 73819933eeb57f32935e6ad93a146bdbee6d8be6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:52:09 2021 -0700
Update schoolCalendar.js
commit fa5cbd71c618a2053ec3217048c74a723c46f03f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:49:22 2021 -0700
Update README.md
commit fa392008d1e30a6df05245eac969badf4188fb74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:45:24 2021 -0700
Update README.md
commit c280e41560a3812ee83ca461e098bc35b80ef439
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:42:39 2021 -0700
Update README.md
commit 6b84a8eb3007cca6abd31cc1d3d0552cc79cb492
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:26 2021 -0700
Update schoolCalendar.js
commit 5bbfb1109910856575cc348012dbc44d489a8005
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:11 2021 -0700
Update interface.html
update interface
commit 6660dad4c01c66c20670cfd415b6ad063d9b5b74
Merge: 8c003cf6 1e0f6cd6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 07:35:54 2021 -0700
Merge branch 'espruino:master' into master
commit 8c003cf6ffb5a8b3437897a1e57a6a020b5e02a4
Merge: 5c11881f f1ce196a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 15 07:33:21 2021 -0700
Merge branch 'espruino:master' into master
commit 5c11881f752edbdef3031f0a48109a196eced80a
Merge: 8c149dbe be34e2b0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 14 17:14:45 2021 -0700
Merge branch 'espruino:master' into master
commit 8c149dbea1cfd34e815b64ca354840b811a82222
Merge: 7888cc6c 300ed35b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Oct 13 07:46:16 2021 -0700
Merge branch 'espruino:master' into master
commit 7888cc6ce0bbabf99c7dd39f002810d262af07fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:59 2021 -0700
Create README.md
commit 36a52b8b001a4515d715950db56e411a6c4842b2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:52 2021 -0700
Update README.md
commit 4f5558c41e75f6e91a34842f7b42fa85970dce5e
Merge: 5db16d19 68cc9fbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 16:43:12 2021 -0700
Merge branch 'espruino:master' into master
commit 5db16d190b1439293d9f0af16d37fea29db8830c
Merge: e7995505 54d98db6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 07:03:23 2021 -0700
Merge branch 'espruino:master' into master
commit e799550544e55ef94ef48f905283625e50f73e97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:57 2021 -0700
Update schoolCalendar.js
commit 89f82a50436d4eab82574d310077d19154a8ab59
Merge: 7107d510 f3712e66
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:38 2021 -0700
Merge branch 'espruino:master' into master
commit 7107d510a5301f50ca5dc1bf9d4463ad99a33af8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 20:06:28 2021 -0700
Update schoolCalendar.js
commit a61879753285b4469772f51474c29fe86a5aa942
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 19:55:30 2021 -0700
Update schoolCalendar.js
commit 3c9e46c2160f4ff58708afc0d08ce2e5d27df097
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:59:03 2021 -0700
Update apps.json
commit 941bc852c1ab4472dc74a7f84e12e92ab891432e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:53 2021 -0700
Add files via upload
commit 4cbfac212e6999887cfafd37d9c809919a014e27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:26 2021 -0700
Delete apps/schoolCalender directory
commit c7b723f87e5e6fb0858c09ee2910510267d73fd6
Merge: 8d2f4ccc ba08863b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 07:31:25 2021 -0700
Merge branch 'espruino:master' into master
commit 8d2f4ccca761e1695620b072e116b94272850427
Merge: 7846b48c 44aa03e4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 1 07:31:42 2021 -0700
Merge branch 'espruino:master' into master
commit 7846b48cf67ab024970b90948096f9258e1c184c
Merge: 59aa9909 d0fd2f01
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 30 17:22:33 2021 -0700
Merge branch 'espruino:master' into master
commit 59aa99092dac99b9a13bbc2a7153dd2b44a6fb67
Merge: 9061acee 03bbe1d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 29 08:06:54 2021 -0700
Merge branch 'espruino:master' into master
commit 9061acee5db851bd58295785cc7542a7c066b4c8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 17:44:12 2021 -0700
Update interface.html
commit 79bacc45932ce8842cbf12d23c36a41e992b438e
Merge: bb5fcdaa 48bb819b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 07:12:44 2021 -0700
Merge branch 'espruino:master' into master
commit bb5fcdaafc1e344bf2d717c3eb238f763f255215
Merge: 814fbdd6 28bd9e83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 27 16:15:07 2021 -0700
Merge branch 'espruino:master' into master
commit 814fbdd61ef41676d07719b5b1b297fbbc03ec6f
Merge: 83d88a1e f3fd0f25
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 25 08:01:44 2021 -0700
Merge branch 'espruino:master' into master
commit 83d88a1ea191e2e6b669d284d94b4180b9ea54aa
Merge: c9bed74e 71471d37
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 24 19:35:52 2021 -0700
Merge branch 'espruino:master' into master
commit c9bed74ec2e240e2daf26bf9ec9432df91ac18aa
Merge: 1f130c53 16fe8470
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 23 15:21:18 2021 -0700
Merge branch 'espruino:master' into master
commit 1f130c53b46546328260a6b94ad182be5d55ff18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 22 07:25:41 2021 -0700
Update interface.html
commit 3d8ebe82c289156581799134b3c56fd02ade1fad
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:07:20 2021 -0700
Update interface.html
commit 2ca58d2cc436b72beb87d347b8d8c217b461e805
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:02:14 2021 -0700
Update custom.html
commit d8c149073fb6bca8f5f78ba4a031004adeab1a6b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:01:31 2021 -0700
Update apps.json
commit ceab5d46a23f913faf96be90e644458ac5546157
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 20:58:01 2021 -0700
Rename schoolCalender.js to app.js
commit 9b344eb1ecc577e96196d2a3d3fc8962198e90de
Merge: ec453c0e 3b15a7f9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 07:24:54 2021 -0700
Merge branch 'espruino:master' into master
commit ec453c0e100f7fd140305fe8ed4a62d3987e68f1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 19:45:50 2021 -0700
Update README.md
commit a8f7fe72923e1fe38042cb4752dac1429c6be426
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:31:41 2021 -0700
Update interface.html
commit 51c41d5c48a72b7a373e6f979c95bab9fa9ddb7a
Merge: b7a4ecb5 50ec8d97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:25:50 2021 -0700
Merge branch 'espruino:master' into master
commit b7a4ecb57857016c131ba72e101b3a11eb3cb06c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:48:24 2021 -0700
Update interface.html
commit 82320ab073c0b106f5260e26c0fb147d7c8fcd02
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:40:43 2021 -0700
Update interface.html
commit 27d025bf82cc5882dc39110c5c7799f657f2c57d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 14:01:04 2021 -0700
Update interface.html
commit bd92c0e67fce373f11aae3bbcf8f5a4c06f2e161
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:51:31 2021 -0700
Update interface.html
commit f0c596d14f6119bbe52e2f0d3912216785257536
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:40:29 2021 -0700
Update interface.html
commit d6542bac6d666af7c8fe1f67434611e6ccacc6a6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:29:46 2021 -0700
Update interface.html
commit 7a2ee0f7111209afa859761a62f80e93ca71a879
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:15:29 2021 -0700
Update interface.html
commit c65ddbfc522c54da540080a16d171edd42ce592e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:05:32 2021 -0700
Update interface.html
commit 43c684f389d97dd12815edbd93d0750f923f17b3
Merge: ddd1a83c 5f5b5c0d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:45:25 2021 -0700
Merge branch 'espruino-master'
commit 5f5b5c0dc2485f7e454acb9f364d240e3972d955
Merge: ddd1a83c cc2e1bbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:42:47 2021 -0700
Merge branch 'master' of git://github.com/espruino/BangleApps into espruino-master
commit ddd1a83c613a9f21ec8e37ba1151e1ca255a77af
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 18:27:57 2021 -0700
Update interface.html
commit 632c98f8be2ad6e2290e5eb98025559a42a47c34
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 15:13:46 2021 -0700
Update interface.html
commit c252f74e16edc5a1a1fcfe4ce72c9594f12a9624
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 07:31:16 2021 -0700
Update interface.html
commit b9b0a43e99db0c2d13c28bf6d65540925709d866
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:28:35 2021 -0700
Update interface.html
commit afafd449fb06abd3930d0eb40989dc12787c96d9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:22:01 2021 -0700
Update interface.html
commit 45a0d50b011ee50e9b1b4c6ce5a84e1290331b1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:15:25 2021 -0700
Update interface.html
commit eb146fe07bd5d71f49c5e267424d7b8206eee952
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:07:51 2021 -0700
Update interface.html
commit 34baf995e7f5288266b5da08bcac6d76202a92fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:04:33 2021 -0700
Update interface.html
commit 751fbdda43ea542db4887bed7b4d4e2ad7628a23
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:00:47 2021 -0700
Update interface.html
commit bc71f317311509e8f3fd5054e6c3efaa05bc0416
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:47:13 2021 -0700
Update interface.html
commit cfde9e14a87466a8dc7cb92934c3af373f6a43d0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:41:40 2021 -0700
Update interface.html
commit 135165c983beca48190d091e355436100beee41d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:37:52 2021 -0700
Add files via upload
commit d50ba356d68ebeffd028a924450d4a6ad4fddd74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:36:59 2021 -0700
Update apps.json
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit b51c84229798e7c3665f203c13023d9f6e24eb68
Merge: f4e997d4 d1da165e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 12:20:57 2021 +0000
Merge branch 'Combined' into Base
commit d1da165eb44fa50bea67506097768f1138574c8c
Merge: f927549b 2c257605
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:30:56 2021 +0000
Merge pull request #9 from t0m1o1/scaledlauncher
Update apps.json
commit f927549b2c1e88232f4df2c6ef7e160c3a8e0f7b
Merge: 3cfd575d 411118aa
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:16:59 2021 +0000
Merge pull request #8 from t0m1o1/scaledlauncher
Scaledlauncher
commit 3cfd575da46cf38347bbbb4d37645c0bd72833de
Merge: 9a311219 9d1429ca
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:04:17 2021 +0000
Merge pull request #7 from t0m1o1/scaledlauncher
Update settings.js
commit 9a311219b2d3a7d3594ca654c78ae7137a92fb8e
Merge: 43c42711 5b1b752d
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 02:56:33 2021 +0000
Merge pull request #6 from t0m1o1/scaledlauncher
Scaledlauncher
commit 43c4271101a4be6dbc28d7e34534d25242c159ae
Merge: dec967f1 084bba39
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 21:18:16 2021 +0000
Merge pull request #5 from t0m1o1/compass-fix
Compass fix
commit dec967f1ac5900e43099ef9bfef3bfbe84e1f8e4
Merge: 21c48263 dfa40407
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 20:56:22 2021 +0000
Merge pull request #4 from t0m1o1/Swipe-Launcher
Stop the swiping coming up if mode is undefined
commit 21c482639aa1f2d391ebb0508701cff3170b45c4
Merge: dea2ec96 4c9d04de
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:19:27 2021 +0000
Merge pull request #3 from t0m1o1/Swipe-Launcher
Update Swiper Clock Launch
commit dea2ec9693855d735662a4d344682e6105533bf2
Merge: 92d156fb 51766844
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:15:16 2021 +0000
Merge pull request #2 from t0m1o1/master
Master
commit 92d156fb398787a068a2f7ed81a78d90ed04bd70
Merge: 100384f2 7d37a9eb
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:14:13 2021 +0000
Merge pull request #1 from t0m1o1/Swipe-Launcher
Swipe launcher
commit 51766844e6ff346119739114c28b9d638ca57cbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:49:56 2021 +0000
Update apps.json
commit 6fda7a5f33ec6341d51529e680f5d0caa9c9fdbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:37:07 2021 +0000
Update apps.json
commit b7a067234413e2cd9cb531c366371e5d88f6bb21
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:32:09 2021 +0000
Rename hidmsicswipe.app.js to hidmsicswipe.js
commit 97065f1d62d40003eec09a2539d7294fe41bc4e5
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:55 2021 +0000
Delete hidmsicswipe.info
commit 21f184d6c4ad1f977c385d95c3966d95d446bf5c
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:10 2021 +0000
Add files via upload
commit 3917f28ae54db0e86b6429489c19a4180be759e0
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:45 2021 +0000
Delete hidmsicswipe.img
commit a65668300fc45082d6897e19c6efff556853f4d9
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:18 2021 +0000
Delete hid-music.png
commit 5fce838e8ab7d2b297c05a1ae735abcd4ba76d90
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:29:36 2021 +0000
Add files via upload
commit ffa37f2ab3b1fd2b921783e19ffb48673aad1a6e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:22:38 2021 +0000
Create hidmsicswipe-icon.js
commit b656e5973c302a39f7513364c66094132135bfc4
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:59:19 2021 +0000
Create changelog
commit ad943ca5658e4f68c205996c4ad42aa1ebbeb793
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:58:19 2021 +0000
Add files via upload
commit ac433ac7bd6d586e9b1ca11da924d64bd566ade2
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:57:39 2021 +0000
Create hidmsicswipe.info
2021-12-05 17:14:06 +00:00
"version" : "0.06" ,
2020-09-08 21:37:51 +00:00
"description" : "Read BLE enabled cycling speed and cadence sensor and display readings on watch" ,
2021-10-20 14:11:04 +00:00
"icon" : "icons8-cycling-48.png" ,
2020-09-08 21:37:51 +00:00
"tags" : "outdoors,exercise,ble,bluetooth" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2020-09-08 21:37:51 +00:00
"readme" : "README.md" ,
"storage" : [
2020-09-09 19:25:00 +00:00
{ "name" : "cscsensor.app.js" , "url" : "cscsensor.app.js" } ,
2020-09-09 19:28:52 +00:00
{ "name" : "cscsensor.settings.js" , "url" : "settings.js" } ,
2020-09-09 19:25:00 +00:00
{ "name" : "cscsensor.img" , "url" : "cscsensor-icon.js" , "evaluate" : true }
2020-09-08 21:37:51 +00:00
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "fileman" ,
2020-09-29 21:45:02 +00:00
"name" : "File manager" ,
2021-10-20 14:11:04 +00:00
"shortName" : "FileManager" ,
"version" : "0.03" ,
2020-09-29 21:45:02 +00:00
"description" : "Simple file manager, allows user to examine watch storage and display, load or delete individual files" ,
2021-10-20 14:11:04 +00:00
"icon" : "icons8-filing-cabinet-48.png" ,
2020-09-29 21:41:56 +00:00
"tags" : "tools" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2020-09-29 21:41:56 +00:00
"readme" : "README.md" ,
"storage" : [
{ "name" : "fileman.app.js" , "url" : "fileman.app.js" } ,
{ "name" : "fileman.img" , "url" : "fileman-icon.js" , "evaluate" : true }
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "worldclock" ,
2020-08-23 22:56:09 +00:00
"name" : "World Clock - 4 time zones" ,
2021-10-20 14:11:04 +00:00
"shortName" : "World Clock" ,
2021-10-21 08:13:17 +00:00
"version" : "0.05" ,
2020-08-23 22:56:09 +00:00
"description" : "Current time zone plus up to four others" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2021-10-28 20:51:11 +00:00
"screenshots" : [ { "url" : "screenshot_world.png" } ] ,
2021-10-20 14:11:04 +00:00
"type" : "clock" ,
2020-08-23 22:56:09 +00:00
"tags" : "clock" ,
2021-10-21 08:13:17 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2020-08-31 08:55:28 +00:00
"readme" : "README.md" ,
2021-10-20 14:11:04 +00:00
"custom" : "custom.html" ,
2020-08-23 22:56:09 +00:00
"storage" : [
{ "name" : "worldclock.app.js" , "url" : "app.js" } ,
2020-08-23 23:36:12 +00:00
{ "name" : "worldclock.img" , "url" : "worldclock-icon.js" , "evaluate" : true }
2021-04-09 08:58:38 +00:00
] ,
2021-10-20 14:11:04 +00:00
"data" : [ { "name" : "worldclock.settings.json" } ]
} ,
{
"id" : "digiclock" ,
"name" : "Digital Clock Face" ,
"shortName" : "Digi Clock" ,
"version" : "0.02" ,
"description" : "A simple digital clock with the time, day, month, and year" ,
"icon" : "digiclock.png" ,
"type" : "clock" ,
"tags" : "clock" ,
"supports" : [ "BANGLEJS" ] ,
"storage" : [
{ "name" : "digiclock.app.js" , "url" : "digiclock.js" } ,
{ "name" : "digiclock.img" , "url" : "digiclock-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "dsdrelay" ,
2020-10-15 01:23:37 +00:00
"name" : "DSD BLE Relay controller" ,
2021-10-20 14:11:04 +00:00
"shortName" : "DSDRelay" ,
"version" : "0.01" ,
2020-10-15 01:23:37 +00:00
"description" : "Control BLE relay board from the watch" ,
2021-10-20 14:11:04 +00:00
"icon" : "icons8-relay-48.png" ,
2020-10-15 01:23:37 +00:00
"tags" : "ble,bluetooth" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2020-10-15 01:23:37 +00:00
"readme" : "README.md" ,
"storage" : [
{ "name" : "dsdrelay.app.js" , "url" : "dsdrelay.app.js" } ,
{ "name" : "dsdrelay.img" , "url" : "dsdrelay-icon.js" , "evaluate" : true }
]
2020-10-16 18:37:32 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "mandel" ,
2020-10-16 18:37:32 +00:00
"name" : "Mandelbrot" ,
2021-10-20 14:11:04 +00:00
"shortName" : "Mandel" ,
"version" : "0.01" ,
2020-10-16 18:37:32 +00:00
"description" : "Draw a zoomable Mandelbrot set" ,
2021-10-20 14:11:04 +00:00
"icon" : "mandel.png" ,
2020-10-16 18:37:32 +00:00
"tags" : "game" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2020-10-16 18:37:32 +00:00
"readme" : "README.md" ,
"storage" : [
{ "name" : "mandel.app.js" , "url" : "mandel.min.js" } ,
{ "name" : "mandel.img" , "url" : "mandel-icon.js" , "evaluate" : true }
]
2020-10-26 23:46:16 +00:00
} ,
{
"id" : "petrock" ,
"name" : "Pet rock" ,
2020-10-28 08:51:41 +00:00
"version" : "0.02" ,
2020-10-26 23:46:16 +00:00
"description" : "A virtual pet rock with wobbly eyes" ,
2021-10-20 14:11:04 +00:00
"icon" : "petrock.png" ,
2020-10-26 23:46:16 +00:00
"type" : "app" ,
2021-10-20 14:11:04 +00:00
"tags" : "game" ,
"supports" : [ "BANGLEJS" ] ,
2020-10-26 23:46:16 +00:00
"storage" : [
2021-10-20 14:11:04 +00:00
{ "name" : "petrock.app.js" , "url" : "app.js" } ,
{ "name" : "petrock.img" , "url" : "app-icon.js" , "evaluate" : true }
2020-10-26 23:46:16 +00:00
]
2020-11-06 12:02:49 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "smartibot" ,
2020-11-06 12:02:49 +00:00
"name" : "Smartibot controller" ,
2021-10-20 14:11:04 +00:00
"shortName" : "Smartibot" ,
"version" : "0.01" ,
2020-11-06 12:02:49 +00:00
"description" : "Control a [Smartibot Robot](https://thecraftyrobot.net/) straight from your Bangle.js" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2020-11-06 12:02:49 +00:00
"tags" : "" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2020-11-06 12:02:49 +00:00
"storage" : [
{ "name" : "smartibot.app.js" , "url" : "app.js" } ,
{ "name" : "smartibot.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2020-11-02 18:57:24 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "widncr" ,
2020-11-02 18:57:24 +00:00
"name" : "NCR Logo Widget" ,
2021-10-20 14:11:04 +00:00
"version" : "0.01" ,
2020-11-02 18:57:24 +00:00
"description" : "Show the NodeConf Remote logo in the top left" ,
2021-10-20 14:11:04 +00:00
"icon" : "widget.png" ,
"type" : "widget" ,
2020-11-02 18:57:24 +00:00
"tags" : "widget" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
2020-11-02 18:57:24 +00:00
"storage" : [
{ "name" : "widncr.wid.js" , "url" : "widget.js" }
]
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "ncrclk" ,
2020-11-02 18:57:24 +00:00
"name" : "NCR Clock" ,
2021-10-20 14:11:04 +00:00
"shortName" : "NCR Clock" ,
"version" : "0.02" ,
2020-11-02 18:57:24 +00:00
"description" : "NodeConf Remote clock" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2020-11-02 18:57:24 +00:00
"type" : "clock" ,
2021-10-20 14:11:04 +00:00
"tags" : "clock" ,
"supports" : [ "BANGLEJS" ] ,
2020-11-02 18:57:24 +00:00
"storage" : [
{ "name" : "ncrclk.app.js" , "url" : "app.js" } ,
{ "name" : "ncrclk.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2020-11-14 17:57:29 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "isoclock" ,
"name" : "ISO Compliant Clock Face" ,
"shortName" : "ISO Clock" ,
"version" : "0.02" ,
"description" : "Tweaked fork of digiclock for ISO date and time" ,
"icon" : "isoclock.png" ,
"type" : "clock" ,
"tags" : "clock" ,
"supports" : [ "BANGLEJS" ] ,
"storage" : [
{ "name" : "isoclock.app.js" , "url" : "isoclock.js" } ,
{ "name" : "isoclock.img" , "url" : "isoclock-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "gpstimeserver" ,
"name" : "GPS Time Server" ,
"version" : "0.01" ,
"description" : "A widget which automatically starts the GPS and turns Bangle.js into a Bluetooth time server." ,
2021-06-25 17:02:22 +00:00
"icon" : "widget.png" ,
"type" : "widget" ,
2021-10-20 14:11:04 +00:00
"tags" : "widget" ,
"supports" : [ "BANGLEJS" ] ,
2021-06-25 17:02:22 +00:00
"readme" : "README.md" ,
"storage" : [
2021-10-20 14:11:04 +00:00
{ "name" : "gpstimeserver.wid.js" , "url" : "widget.js" }
]
} ,
{
"id" : "tilthydro" ,
"name" : "Tilt Hydrometer Display" ,
"shortName" : "Tilt Hydro" ,
"version" : "0.01" ,
"description" : "A display for the [Tilt Hydrometer](https://tilthydrometer.com/) - [more info here](http://www.espruino.com/Tilt+Hydrometer+Display)" ,
"icon" : "app.png" ,
"tags" : "tools,bluetooth" ,
"supports" : [ "BANGLEJS" ] ,
"storage" : [
{ "name" : "tilthydro.app.js" , "url" : "app.js" } ,
{ "name" : "tilthydro.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "supmariodark" ,
"name" : "Super mario clock night mode" ,
"shortName" : "supmariodark" ,
"version" : "0.01" ,
"description" : "Super mario clock in night mode" ,
"icon" : "supmariodark.png" ,
"type" : "clock" ,
"tags" : "clock" ,
"supports" : [ "BANGLEJS" ] ,
"storage" : [
{ "name" : "supmariodark.app.js" , "url" : "supmariodark.js" } ,
{ "name" : "supmariodark.img" , "url" : "supmariodark-icon.js" , "evaluate" : true } ,
{ "name" : "supmario30x24.bin" , "url" : "supmario30x24.bin.js" } ,
{ "name" : "supmario30x24.wdt" , "url" : "supmario30x24.wdt.js" } ,
{ "name" : "banner-up.img" , "url" : "banner-up.js" , "evaluate" : true } ,
{ "name" : "banner-down.img" , "url" : "banner-down.js" , "evaluate" : true } ,
{ "name" : "brick2.img" , "url" : "brick2.js" , "evaluate" : true } ,
{ "name" : "enemy.img" , "url" : "enemy.js" , "evaluate" : true } ,
{ "name" : "flower.img" , "url" : "flower.js" , "evaluate" : true } ,
{ "name" : "flower_b.img" , "url" : "flower_b.js" , "evaluate" : true } ,
{ "name" : "mario_wh.img" , "url" : "mario_wh.js" , "evaluate" : true } ,
{ "name" : "pipe.img" , "url" : "pipe.js" , "evaluate" : true }
]
} ,
{
"id" : "gmeter" ,
"name" : "G-Meter" ,
"shortName" : "G-Meter" ,
"version" : "0.01" ,
"description" : "Simple G-Meter" ,
"icon" : "app.png" ,
"tags" : "" ,
"supports" : [ "BANGLEJS" ] ,
"storage" : [
{ "name" : "gmeter.app.js" , "url" : "app.js" } ,
{ "name" : "gmeter.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "dtlaunch" ,
"name" : "Desktop Launcher" ,
2021-11-20 18:29:31 +00:00
"version" : "0.05" ,
"description" : "Desktop style App Launcher with six (four for Bangle 2) apps per page - fast access if you have lots of apps installed." ,
"screenshots" : [ { "url" : "shot1.png" } , { "url" : "shot2.png" } , { "url" : "shot3.png" } ] ,
2021-10-20 14:11:04 +00:00
"icon" : "icon.png" ,
"type" : "launch" ,
"tags" : "tool,system,launcher" ,
2021-11-20 18:29:31 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2021-10-20 14:11:04 +00:00
"readme" : "README.md" ,
"storage" : [
2021-11-20 18:29:31 +00:00
{ "name" : "dtlaunch.app.js" , "url" : "app-b1.js" , "supports" : [ "BANGLEJS" ] } ,
{ "name" : "dtlaunch.app.js" , "url" : "app-b2.js" , "supports" : [ "BANGLEJS2" ] } ,
2021-10-20 14:11:04 +00:00
{ "name" : "dtlaunch.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "HRV" ,
"name" : "Heart Rate Variability monitor" ,
"shortName" : "HRV monitor" ,
"version" : "0.04" ,
"description" : "Heart Rate Variability monitor, see Readme for more info" ,
"icon" : "hrv.png" ,
"tags" : "" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "HRV.app.js" , "url" : "app.js" } ,
{ "name" : "HRV.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "hardalarm" ,
"name" : "Hard Alarm" ,
"shortName" : "HardAlarm" ,
"version" : "0.02" ,
"description" : "Make sure you wake up! Count to the right number to turn off the alarm" ,
"icon" : "app.png" ,
"tags" : "tool,alarm,widget" ,
"supports" : [ "BANGLEJS" ] ,
"storage" : [
{ "name" : "hardalarm.app.js" , "url" : "app.js" } ,
{ "name" : "hardalarm.boot.js" , "url" : "boot.js" } ,
{ "name" : "hardalarm.js" , "url" : "hardalarm.js" } ,
{ "name" : "hardalarm.img" , "url" : "app-icon.js" , "evaluate" : true } ,
{ "name" : "hardalarm.wid.js" , "url" : "widget.js" }
] ,
"data" : [ { "name" : "hardalarm.json" } ]
} ,
{
"id" : "edisonsball" ,
"name" : "Edison's Ball" ,
"shortName" : "Edison's Ball" ,
"version" : "0.01" ,
"description" : "Hypnagogia/Micro-Sleep alarm for experimental use in exploring sleep transition and combating drowsiness" ,
"icon" : "app-icon.png" ,
"tags" : "" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "edisonsball.app.js" , "url" : "app.js" } ,
{ "name" : "edisonsball.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "hrrawexp" ,
"name" : "HRM Data Exporter" ,
"shortName" : "HRM Data Exporter" ,
"version" : "0.01" ,
"description" : "export raw hrm signal data to a csv file" ,
"icon" : "app-icon.png" ,
"tags" : "" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
"interface" : "interface.html" ,
"storage" : [
{ "name" : "hrrawexp.app.js" , "url" : "app.js" } ,
{ "name" : "hrrawexp.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "breath" ,
"name" : "Breathing App" ,
"shortName" : "Breathing App" ,
"version" : "0.01" ,
"description" : "app to aid relaxation and train breath syncronicity using haptics and visualisation, also displays HR" ,
"icon" : "app-icon.png" ,
"tags" : "tools,health" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "breath.app.js" , "url" : "app.js" } ,
{ "name" : "breath.img" , "url" : "app-icon.js" , "evaluate" : true }
] ,
"data" : [ { "name" : "breath.settings.json" , "url" : "settings.json" } ]
} ,
{
"id" : "lazyclock" ,
"name" : "Lazy Clock" ,
"version" : "0.03" ,
"description" : "Tells the time, roughly" ,
"icon" : "lazyclock.png" ,
"type" : "clock" ,
"tags" : "clock" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-lazy-clock-screenshot.png" } ] ,
2021-10-20 14:11:04 +00:00
"allow_emulator" : true ,
"storage" : [
{ "name" : "lazyclock.app.js" , "url" : "lazyclock-app.js" } ,
{ "name" : "lazyclock.img" , "url" : "lazyclock-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "astral" ,
"name" : "Astral Clock" ,
"version" : "0.03" ,
"description" : "Clock that calculates and displays Alt Az positions of all planets, Sun as well as several other astronomy targets (customizable) and current Moon phase. Coordinates are calculated by GPS & time and onscreen compass assists orienting. See Readme before using." ,
"icon" : "app-icon.png" ,
"type" : "clock" ,
"tags" : "clock" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "astral.app.js" , "url" : "app.js" } ,
{ "name" : "astral.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "alpinenav" ,
"name" : "Alpine Nav" ,
"version" : "0.01" ,
"description" : "App that performs GPS monitoring to track and display position relative to a given origin in realtime" ,
"icon" : "app-icon.png" ,
"tags" : "outdoors,gps" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "alpinenav.app.js" , "url" : "app.js" } ,
{ "name" : "alpinenav.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "lifeclk" ,
"name" : "Game of Life Clock" ,
"shortName" : "Conway's Clock" ,
"version" : "0.06" ,
"description" : "Modification and clockification of Conway's Game of Life" ,
"icon" : "app.png" ,
"type" : "clock" ,
"tags" : "clock" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "lifeclk.app.js" , "url" : "app.min.js" } ,
{ "name" : "lifeclk.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "speedalt" ,
"name" : "GPS Adventure Sports" ,
"shortName" : "GPS Adv Sport" ,
"version" : "1.02" ,
"description" : "GPS speed, altitude and distance to waypoint display. Designed for easy viewing and use during outdoor activities such as para-gliding, hang-gliding, sailing, cycling etc." ,
"icon" : "app.png" ,
"type" : "app" ,
"tags" : "tool,outdoors" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
"allow_emulator" : true ,
"storage" : [
{ "name" : "speedalt.app.js" , "url" : "app.js" } ,
{ "name" : "speedalt.img" , "url" : "app-icon.js" , "evaluate" : true } ,
{ "name" : "speedalt.settings.js" , "url" : "settings.js" }
] ,
"data" : [ { "name" : "speedalt.json" } ]
} ,
2021-10-26 12:15:21 +00:00
{
"id" : "speedalt2" ,
2021-10-25 08:19:40 +00:00
"name" : "GPS Adventure Sports II" ,
2021-10-26 12:15:21 +00:00
"shortName" : "GPS Adv Sport II" ,
"version" : "0.07" ,
2021-10-25 08:19:40 +00:00
"description" : "GPS speed, altitude and distance to waypoint display. Designed for easy viewing and use during outdoor activities such as para-gliding, hang-gliding, sailing, cycling etc." ,
2021-10-26 12:15:21 +00:00
"icon" : "app.png" ,
"type" : "app" ,
2021-10-25 08:19:40 +00:00
"tags" : "tool,outdoors" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
2021-10-26 12:15:21 +00:00
"allow_emulator" : true ,
2021-10-25 08:19:40 +00:00
"storage" : [
{ "name" : "speedalt2.app.js" , "url" : "app.js" } ,
{ "name" : "speedalt2.img" , "url" : "app-icon.js" , "evaluate" : true } ,
{ "name" : "speedalt2.settings.js" , "url" : "settings.js" }
] ,
2021-10-26 12:15:21 +00:00
"data" : [ { "name" : "speedalt2.json" } ]
2021-10-25 13:35:00 +00:00
} ,
2021-10-26 12:15:21 +00:00
{
"id" : "slomoclock" ,
2021-10-25 08:19:40 +00:00
"name" : "SloMo Clock" ,
2021-10-26 12:15:21 +00:00
"shortName" : "SloMo Clock" ,
"version" : "0.10" ,
2021-10-25 08:19:40 +00:00
"description" : "Simple 24h clock face with large digits, hour above minute. Uses Layout library." ,
2021-10-26 12:15:21 +00:00
"icon" : "watch.png" ,
"type" : "clock" ,
2021-10-25 08:19:40 +00:00
"tags" : "clock" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
2021-10-26 12:15:21 +00:00
"allow_emulator" : true ,
2021-11-24 01:04:07 +00:00
"screenshots" : [ { "url" : "bangle1-slow-mo-clock-screenshot.png" } ] ,
2021-10-25 08:19:40 +00:00
"storage" : [
{ "name" : "slomoclock.app.js" , "url" : "app.js" } ,
{ "name" : "slomoclock.img" , "url" : "app-icon.js" , "evaluate" : true } ,
{ "name" : "slomoclock.settings.js" , "url" : "settings.js" }
] ,
2021-10-26 12:15:21 +00:00
"data" : [ { "name" : "slomoclock.json" } ]
2021-10-25 13:35:00 +00:00
} ,
2021-10-20 14:11:04 +00:00
{
"id" : "de-stress" ,
"name" : "De-Stress" ,
"shortName" : "De-Stress" ,
"version" : "0.02" ,
"description" : "Simple haptic heartbeat" ,
"icon" : "app.png" ,
"tags" : "" ,
"supports" : [ "BANGLEJS" ] ,
"storage" : [
{ "name" : "de-stress.app.js" , "url" : "app.js" } ,
{ "name" : "de-stress.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "mclockplus" ,
"name" : "Morph Clock+" ,
"shortName" : "Morph Clock+" ,
"version" : "0.02" ,
"description" : "Morphing Clock with more readable seconds and date and additional stopwatch" ,
"icon" : "mclockplus.png" ,
"type" : "clock" ,
"tags" : "clock" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "mclockplus.app.js" , "url" : "mclockplus.app.js" } ,
{ "name" : "mclockplus.img" , "url" : "mclockplus-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "intervals" ,
"name" : "Intervals App" ,
"shortName" : "Intervals" ,
"version" : "0.01" ,
"description" : "Intervals for training. It is possible to configure work time and rest time and number of sets." ,
"icon" : "intervals.png" ,
"tags" : "" ,
"supports" : [ "BANGLEJS" ] ,
"storage" : [
{ "name" : "intervals.app.js" , "url" : "intervals.app.js" } ,
{ "name" : "intervals.img" , "url" : "intervals-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "planetarium" ,
"name" : "Planetarium" ,
"shortName" : "Planetarium" ,
"version" : "0.03" ,
"description" : "Planetarium showing up to 500 stars using the watch location and time" ,
"icon" : "planetarium.png" ,
"tags" : "" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "planetarium.app.js" , "url" : "planetarium.app.js" } ,
{ "name" : "planetarium.data.csv" , "url" : "planetarium.data.csv" } ,
{ "name" : "planetarium.const.csv" , "url" : "planetarium.const.csv" } ,
{ "name" : "planetarium.extra.csv" , "url" : "planetarium.extra.csv" } ,
{ "name" : "planetarium.settings.js" , "url" : "settings.js" } ,
{ "name" : "planetarium.img" , "url" : "planetarium-icon.js" , "evaluate" : true }
] ,
"data" : [ { "name" : "planetarium.json" } ]
} ,
{
"id" : "tapelauncher" ,
"name" : "Tape Launcher" ,
"version" : "0.02" ,
"description" : "An App launcher, icons displayed in a horizontal tape, swipe or use buttons" ,
"icon" : "icon.png" ,
"type" : "launch" ,
"tags" : "tool,system,launcher" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "tapelauncher.app.js" , "url" : "app.js" } ,
{ "name" : "tapelauncher.img" , "url" : "icon.js" , "evaluate" : true }
]
} ,
{
"id" : "oblique" ,
"name" : "Oblique Strategies" ,
"version" : "0.01" ,
"description" : "Oblique Strategies for creativity. Copied from Brian Eno." ,
"icon" : "eno.png" ,
"tags" : "tool" ,
"supports" : [ "BANGLEJS" ] ,
"storage" : [
{ "name" : "oblique.app.js" , "url" : "app.js" } ,
{ "name" : "oblique.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "testuserinput" ,
"name" : "Test User Input" ,
"shortName" : "Test User Input" ,
"version" : "0.06" ,
"description" : "App to test the bangle.js input interface. It displays the user action in text, circle buttons or on/off switch UI elements." ,
"icon" : "app.png" ,
"tags" : "input,interface,buttons,touch,UI" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "testuserinput.app.js" , "url" : "app.js" } ,
{ "name" : "testuserinput.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "gpssetup" ,
"name" : "GPS Setup" ,
"shortName" : "GPS Setup" ,
"version" : "0.02" ,
"description" : "Configure the GPS power options and store them in the GPS nvram" ,
"icon" : "gpssetup.png" ,
"tags" : "gps,tools,outdoors" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "gpssetup" , "url" : "gpssetup.js" } ,
{ "name" : "gpssetup.settings.js" , "url" : "settings.js" } ,
{ "name" : "gpssetup.app.js" , "url" : "app.js" } ,
{ "name" : "gpssetup.img" , "url" : "icon.js" , "evaluate" : true }
] ,
"data" : [ { "name" : "gpssetup.settings.json" , "url" : "settings.json" } ]
} ,
{
"id" : "walkersclock" ,
"name" : "Walkers Clock" ,
"shortName" : "Walkers Clock" ,
"version" : "0.04" ,
"description" : "A large font watch, displays steps, can switch GPS on/off, displays grid reference" ,
"icon" : "walkersclock48.png" ,
"type" : "clock" ,
"tags" : "clock,gps,tools,outdoors" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "walkersclock.app.js" , "url" : "app.js" } ,
{ "name" : "walkersclock.img" , "url" : "icon.js" , "evaluate" : true }
]
} ,
{
"id" : "widgps" ,
"name" : "GPS Widget" ,
2021-10-29 19:21:12 +00:00
"version" : "0.03" ,
2021-11-15 21:19:02 +00:00
"description" : "Tiny widget to show the power on/off status of the GPS" ,
2021-10-20 14:11:04 +00:00
"icon" : "widget.png" ,
"type" : "widget" ,
"tags" : "widget,gps" ,
2021-10-29 12:55:57 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2021-10-20 14:11:04 +00:00
"readme" : "README.md" ,
"storage" : [
{ "name" : "widgps.wid.js" , "url" : "widget.js" }
]
} ,
{
"id" : "widhrt" ,
"name" : "HRM Widget" ,
2021-10-21 11:40:34 +00:00
"version" : "0.03" ,
2021-11-15 21:19:02 +00:00
"description" : "Tiny widget to show the power on/off status of the Heart Rate Monitor" ,
2021-10-20 14:11:04 +00:00
"icon" : "widget.png" ,
"type" : "widget" ,
"tags" : "widget,hrm" ,
2021-10-21 11:40:34 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2021-10-20 14:11:04 +00:00
"readme" : "README.md" ,
"storage" : [
{ "name" : "widhrt.wid.js" , "url" : "widget.js" }
]
} ,
{
"id" : "countdowntimer" ,
"name" : "Countdown Timer" ,
"version" : "0.01" ,
"description" : "A simple countdown timer with a focus on usability" ,
"icon" : "countdowntimer.png" ,
"tags" : "timer,tool" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "countdowntimer.app.js" , "url" : "countdowntimer.js" } ,
{ "name" : "countdowntimer.img" , "url" : "countdowntimer-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "helloworld" ,
"name" : "hello, world!" ,
"shortName" : "hello world" ,
"version" : "0.02" ,
"description" : "A cross cultural hello world!/hola mundo! app with colors and languages" ,
"icon" : "app.png" ,
"tags" : "input,interface,buttons,touch" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "helloworld.app.js" , "url" : "app.js" } ,
{ "name" : "helloworld.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "widcom" ,
"name" : "Compass Widget" ,
2021-10-25 08:19:40 +00:00
"version" : "0.02" ,
2021-11-15 21:19:02 +00:00
"description" : "Tiny widget to show the power on/off status of the Compass" ,
2021-10-20 14:11:04 +00:00
"icon" : "widget.png" ,
"type" : "widget" ,
"tags" : "widget,compass" ,
2021-10-21 11:17:18 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2021-10-20 14:11:04 +00:00
"readme" : "README.md" ,
"storage" : [
{ "name" : "widcom.wid.js" , "url" : "widget.js" }
]
} ,
{
"id" : "arrow" ,
"name" : "Arrow Compass" ,
2021-10-21 14:44:26 +00:00
"version" : "0.05" ,
2021-10-20 14:11:04 +00:00
"description" : "Moving arrow compass that points North, shows heading, with tilt correction. Based on jeffmer's Navigation Compass" ,
"icon" : "arrow.png" ,
"type" : "app" ,
"tags" : "tool,outdoors" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "arrow.app.js" , "url" : "app.js" } ,
{ "name" : "arrow.img" , "url" : "icon.js" , "evaluate" : true }
]
} ,
{
"id" : "waypointer" ,
"name" : "Way Pointer" ,
"version" : "0.01" ,
"description" : "Navigate to a waypoint using the GPS for bearing and compass to point way, uses the same waypoint interface as GPS Navigation" ,
"icon" : "waypointer.png" ,
"tags" : "tool,outdoors,gps" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
"interface" : "waypoints.html" ,
"storage" : [
{ "name" : "waypointer.app.js" , "url" : "app.js" } ,
{ "name" : "waypointer.img" , "url" : "icon.js" , "evaluate" : true }
] ,
"data" : [ { "name" : "waypoints.json" , "url" : "waypoints.json" } ]
} ,
{
"id" : "color_catalog" ,
"name" : "Colors Catalog" ,
"shortName" : "Colors Catalog" ,
"version" : "0.01" ,
"description" : "Displays RGB565 and RGB888 colors, its name and code in screen." ,
"icon" : "app.png" ,
"tags" : "Color,input,buttons,touch,UI" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "color_catalog.app.js" , "url" : "app.js" } ,
{ "name" : "color_catalog.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "UI4swatch" ,
"name" : "UI 4 swatch" ,
"shortName" : "UI 4 swatch" ,
"version" : "0.01" ,
"description" : "A UI/UX for espruino smartwatches, displays dinamically calc. x,y coordinates." ,
"icon" : "app.png" ,
"tags" : "Color,input,buttons,touch,UI" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "UI4swatch.app.js" , "url" : "app.js" } ,
{ "name" : "UI4swatch.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "simplest" ,
"name" : "Simplest Clock" ,
2021-10-20 14:23:37 +00:00
"version" : "0.03" ,
2021-10-20 14:11:04 +00:00
"description" : "The simplest working clock, acts as a tutorial piece" ,
"icon" : "simplest.png" ,
2021-10-28 20:51:11 +00:00
"screenshots" : [ { "url" : "screenshot_simplest.png" } ] ,
2021-10-20 14:11:04 +00:00
"type" : "clock" ,
"tags" : "clock" ,
2021-10-24 17:11:52 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2021-10-20 14:11:04 +00:00
"storage" : [
{ "name" : "simplest.app.js" , "url" : "app.js" } ,
{ "name" : "simplest.img" , "url" : "icon.js" , "evaluate" : true }
]
} ,
{
"id" : "stepo" ,
"name" : "Stepometer Clock" ,
"version" : "0.03" ,
"description" : "A large font watch, displays step count in a doughnut guage and warns of low battery, requires one of the steps widgets to be installed" ,
"icon" : "stepo.png" ,
"type" : "clock" ,
"tags" : "clock" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "stepo.app.js" , "url" : "app.js" } ,
{ "name" : "stepo.img" , "url" : "icon.js" , "evaluate" : true }
]
} ,
{
"id" : "gbmusic" ,
"name" : "Gadgetbridge Music Controls" ,
"shortName" : "Music Controls" ,
2021-11-22 12:18:01 +00:00
"version" : "0.07" ,
2021-10-20 14:11:04 +00:00
"description" : "Control the music on your Gadgetbridge-connected phone" ,
"icon" : "icon.png" ,
2021-11-19 21:37:41 +00:00
"screenshots" : [ { "url" : "screenshot_v1.png" } , { "url" : "screenshot_v2.png" } ] ,
2021-10-20 14:11:04 +00:00
"type" : "app" ,
"tags" : "tools,bluetooth,gadgetbridge,music" ,
2021-11-19 21:37:41 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2021-10-20 14:11:04 +00:00
"readme" : "README.md" ,
2021-11-19 21:37:41 +00:00
"allow_emulator" : true ,
2021-10-20 14:11:04 +00:00
"storage" : [
{ "name" : "gbmusic.app.js" , "url" : "app.js" } ,
{ "name" : "gbmusic.settings.js" , "url" : "settings.js" } ,
{ "name" : "gbmusic.wid.js" , "url" : "widget.js" } ,
{ "name" : "gbmusic.img" , "url" : "icon.js" , "evaluate" : true }
] ,
"data" : [ { "name" : "gbmusic.json" } , { "name" : "gbmusic.load.json" } ]
} ,
{
"id" : "battleship" ,
"name" : "Battleship" ,
"version" : "0.01" ,
"description" : "The classic game of battleship" ,
"icon" : "battleship-icon.png" ,
"tags" : "game" ,
"supports" : [ "BANGLEJS" ] ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-battle-ship-screenshot.png" } ] ,
2021-10-20 14:11:04 +00:00
"readme" : "README.md" ,
"allow_emulator" : true ,
"storage" : [
{ "name" : "battleship.app.js" , "url" : "battleship.js" } ,
{ "name" : "battleship.img" , "url" : "battleship-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "kitchen" ,
"name" : "Kitchen Combo" ,
"version" : "0.13" ,
2021-11-15 21:19:02 +00:00
"description" : "Combination of the Stepo, Walkersclock, Arrow and Waypointer apps into a multiclock format. 'Everything but the kitchen sink'" ,
2021-10-20 14:11:04 +00:00
"icon" : "kitchen.png" ,
"type" : "clock" ,
"tags" : "tool,outdoors,gps" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
"interface" : "waypoints.html" ,
"storage" : [
{ "name" : "kitchen.app.js" , "url" : "kitchen.app.js" } ,
{ "name" : "stepo2.kit.js" , "url" : "stepo2.kit.js" } ,
{ "name" : "swatch.kit.js" , "url" : "swatch.kit.js" } ,
{ "name" : "gps.kit.js" , "url" : "gps.kit.js" } ,
{ "name" : "compass.kit.js" , "url" : "compass.kit.js" } ,
{ "name" : "kitchen.img" , "url" : "kitchen.icon.js" , "evaluate" : true }
] ,
"data" : [ { "name" : "waypoints.json" , "url" : "waypoints.json" } ]
} ,
{
"id" : "banglebridge" ,
"name" : "BangleBridge" ,
"shortName" : "BangleBridge" ,
"version" : "0.01" ,
"description" : "Widget that allows Bangle Js to record pair and end data using Bluetooth Low Energy in combination with the BangleBridge Android App" ,
"icon" : "widget.png" ,
"type" : "widget" ,
"tags" : "widget" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "banglebridge.wid.js" , "url" : "widget.js" } ,
{ "name" : "banglebridge.watch.img" , "url" : "watch.img" } ,
{ "name" : "banglebridge.heart.img" , "url" : "heart.img" }
]
} ,
{
"id" : "qmsched" ,
"name" : "Quiet Mode Schedule and Widget" ,
"shortName" : "Quiet Mode" ,
Squashed commit of the following:
commit 5ed43a28b5b9d6820ee898f632535747c1e5913d
Merge: 4cf9192c a385c099
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:12:45 2021 +0000
Merge branch 'espruino:master' into Base
commit 4cf9192c4341a85eab1198b8663f48d276704ac3
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:25 2021 +0000
Update core
commit 69a54194a9eb41d0722fc061bec5c900b724e8cf
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:14 2021 +0000
Squashed commit of the following:
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit e040cc4e245a8fb4c55bfeb99cab12c62af5e7b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 15:22:16 2021 +0000
replace tabs!
commit 60c2fa710c4904827bfba868507a9f6d10d524a3
Merge: 38b2e417 f3cb7e9a
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:29:46 2021 +0000
Merge pull request #942 from madman2021/master
Add new TimeCal app
commit 38b2e417bf8e63be394a96ed24b9e3d174d5f45b
Merge: 94bd895b 43b38cc8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:26:43 2021 +0000
Merge pull request #943 from peerdavid/master
[LCARS Clock] Shows icons for charging and out of battery
commit 94bd895bafeb37250b64373692c9cceb3e9ece97
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 12:56:56 2021 +0000
welcome 0.14: Turn off and run later to use softOff to time is set right
plus other minor tweaks
commit 43b38cc8ab5796e25f65ace531be68a6a4134f98
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:40:47 2021 +0100
New screenshot. Updated version.
commit 34c6589f06a1a8ba0f7fe2e126b41d03dff7f45b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:37:07 2021 +0100
Minor improvement
commit c403a5af671cf70b18776fad83126adf66122f0f
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:36:21 2021 +0100
New design. Removed png icon files - only converted icons are needed.
commit 19655ea3279daf32ebfd4453db398915a8229946
Merge: 274b705c b1fb0e6b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:44 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 274b705c1e7313cf646412ec01bf17de9b1dabcf
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:37 2021 +0100
More lcars style
commit f3cb7e9a0b8f0ba3624b639415c9168c240905e8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:53:14 2021 +0000
Remove Icon as it renders massive
commit 1a9f5375557fc232acfe3f42d1198da827db5ab8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:46:03 2021 +0000
Add missing supports tag for TimeCal
commit 3738bde22a0d4cef2bd5c956a1a370e9a145689a
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:43:38 2021 +0000
Add TimeCal to the app library
Add TimeCal to the app library
commit b1fb0e6b7d88f53cff85f6a8d3eb416bebd35e92
Merge: 559e8208 dabc22c2
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 11:10:36 2021 +0100
Merge branch 'espruino:master' into master
commit dabc22c2d725ccddad8b08c0fa0b14af94d38e28
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 09:54:11 2021 +0000
custom code works on bangle2
commit 2e83a511d2032736a63bda38406b4f744a4130f1
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:51:20 2021 +0000
metronome supports bangle 2 now
commit cea51d06d07f09923d590357c33782861c342817
Merge: cd1daba0 4eee3f05
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:50:24 2021 +0000
Merge pull request #938 from bengwalker/master
Add Bangle.js 2 support for metronome app
commit cd1daba0c55e99f5a477407f47b932d050c0b6f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:46:13 2021 +0000
0.25: Fix issue where if Bangle.js 2 got a GPS fix but no reported time, errors could be caused by the widget (fix #935)
commit c03ab08687bbc7ed893ed2ef8c3be21f1e61e74f
Merge: 1750c72e f10bf240
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:40:53 2021 +0000
Merge pull request #939 from Ronin0000/master
Add Screenshots to Many Apps
commit 1750c72e94eab6ee22650d993ea31efa17e79c46
Merge: 5eeb1181 1def233d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:38:06 2021 +0000
Merge pull request #936 from Vingelar/master
Binwatch: re-format background images
commit 559e82088077ba79675c0012c921eae3ef32b16d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:14:04 2021 +0100
Minor design change
commit d24b8c80da7afd75a6f121a22e3694252aa3c57a
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:12:25 2021 +0100
Minor design chnges
commit f10bf24018add2df61a5fc422aee941b07c70082
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 17:04:07 2021 -0800
Update apps.json
commit c66b0982368a5e1ee74da598945df12d88cba679
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:53:48 2021 -0800
Update apps.json
commit 638fea73c791b4f11b6119c02ca2090c31b6bc83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:24:10 2021 -0800
Add files via upload
commit 4e79c896c65b2edc7dfcb7b4b2eb6ae1c96f60ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:23:33 2021 -0800
Add files via upload
commit 33809d8cdfa7ea3f02941c820b4836f20a9eb869
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:58 2021 -0800
Add files via upload
commit 6cb83284a7e7b9d2f8935835702e713f0f9b7b51
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:45 2021 -0800
Add files via upload
commit 7e521d0d29262227a32244d2929eb99fcb36fb98
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:17 2021 -0800
Add files via upload
commit 9985ff03f20469897ceb3dd1acb4f90ac850ebb8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:00 2021 -0800
Add files via upload
commit 6f437c39866562e05d8821bdb5150cd553f3a6cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:21:15 2021 -0800
Add files via upload
commit ffe218a0046d65464e96cdc59d1c10fbb708b791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:56 2021 -0800
Add files via upload
commit 9400133dd49762a7bfcff38e5a6249cbfd5753f7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:39 2021 -0800
Add files via upload
commit 76463d927940f590ed45cc51558723375217a34a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:37 2021 -0800
Add files via upload
commit 4011accb47eb53954acc3e27cce5b6f6cb025c57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:19 2021 -0800
Add files via upload
commit bc5960d61a40c08566a8e1977fa53c6528f04a85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:07 2021 -0800
Add files via upload
commit da5634beda72243f5ee6e4fc0e376c6c5f9c6ccc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:51 2021 -0800
Add files via upload
commit b9c4640f853d4992e57cd5d6b2e3f4d75db32d1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:25 2021 -0800
Add files via upload
commit d27a605a24cc06903084b6a796c9c93b7724150f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:07 2021 -0800
Add files via upload
commit 52baa42e69b1a7a8ef6bc2cae548298af4dcbf7c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:48 2021 -0800
Add files via upload
commit db3b6a58e49a3d5ce9b528011f3e0607474e4fa8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:16 2021 -0800
Add files via upload
commit f0de0d8a9d542fd960f13b36a2bb2a3548f06033
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:52 2021 -0800
Add files via upload
commit 6d4cb98ba83d0ab62406c00ed9fa8dcd139d2f8c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:34 2021 -0800
Add files via upload
commit 5f434d9d327fff8cebf41a45cf73ea9c96cb42db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:23 2021 -0800
Add files via upload
commit 6e72349f05e3773b0ae60217df8b6f266447f1ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:37 2021 -0800
Add files via upload
commit 03e4d0d7c01cdc214526891933f3c155f63ff2b5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:21 2021 -0800
Add files via upload
commit ead12a1c11e3937637e8af8b1d54218e0138e908
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:54 2021 -0800
Add files via upload
commit a1ed32c91380e03146dc4003a3ee6e400d0dd35f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:30 2021 -0800
Add files via upload
commit fae08d7a739b1a28faacb0105d5ad417171dddcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:57 2021 -0800
Add files via upload
commit b889e431edf72d64867c576135bc1470c4590db2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:32 2021 -0800
Add files via upload
commit f177480160184722b935623ebed05ad630a5a6a2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:02 2021 -0800
Add files via upload
commit a2fe8c3722f56c59957642cad2bb0a6454dc6f5b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:11:42 2021 -0800
Add files via upload
commit c1cdf15bf5413167692e9c7bd4f5fee31fe4d4c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:49 2021 -0800
Add files via upload
commit fb1c5529f037cc701e30d9da036a54236ea1ba1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:11 2021 -0800
Add files via upload
commit 530089e0830473574b38c172a964f9cfb49436a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:35 2021 -0800
Add files via upload
commit 3556e668560587c074ad435b977283e19367f69e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:12 2021 -0800
Add files via upload
commit e1e32772e4dd1943af6ed37407425998b0819e48
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:56 2021 -0800
Add files via upload
commit 8084bb92b7cfb12740129c57e1bb5c05ce13994c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:37 2021 -0800
Add files via upload
commit 2c997d2964d4ade4ba0aa5ef89a1b646c15a9751
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:18 2021 -0800
Add files via upload
commit 747626b66c880293481bd0a97cda8e32e0239d04
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:07:24 2021 -0800
Add files via upload
commit ed36fae0ac6def24ca20ab6229affbcf7502582e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:59 2021 -0800
Add files via upload
commit e8baad3c3775e26f8a88457ff8f361a18572e484
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:33 2021 -0800
Add files via upload
commit 1efcebe84aa2b2b00d6920a84d4e486b834c1083
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:16 2021 -0800
Add files via upload
commit 082d3d1e95e9bb98e10bb1679ae0dfba11bf44e0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:05:21 2021 -0800
Add files via upload
commit b10f62a6c55dd89bb15a97430b74269486a72807
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:58 2021 -0800
Add files via upload
commit 24b41c2c6fe40d18ffd9dfc0404f215cc9b847ff
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:42 2021 -0800
Add files via upload
commit 19a2ef1a44c78fe9b1922574f0a1eda20f2fbd43
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:01 2021 -0800
Add files via upload
commit 7089d6e74c438d3577ebf03857b0c1b6f73aaa2a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:03:38 2021 -0800
Add files via upload
commit 431824f828f0ea900c9d206e492cc7a6d1830f2e
Merge: 15aa41c7 5eeb1181
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 15:15:57 2021 -0800
Merge branch 'espruino:master' into master
commit 5eeb1181d049f1580f75657b9a9ac664041b26b9
Merge: 546a0b16 6b05d928
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:29:18 2021 +0000
Merge pull request #937 from rigrig/barclock-b2
Barclock works fine on the Bangle.js 2 :-)
commit 15aa41c766b2a25c7a83a1a6744706a7b2852aa3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:23:03 2021 -0800
Add files via upload
commit 6a93494e3fe516ccbc7755027f613bd9bd529021
Merge: 12443640 546a0b16
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:22:27 2021 -0800
Merge branch 'espruino:master' into master
commit 546a0b16cc32841b38a0d39b07ec6d18f58d21c5
Merge: cb6e14f6 18fbd289
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:55 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit cb6e14f6c12816224bbc3dc127e9817d0df7ae78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:37 2021 +0000
messages, start of call handling and message responses, fix for scroll issue when only 2 menu items
commit 12443640c95efbe9f25ed0ffe73280c84d90cd13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:54:22 2021 -0800
Update apps.json
commit 9bdc07f8617e457439522d5b4c84a65d1eba4ed9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:47:36 2021 -0800
Update apps.json
commit 4eee3f05e92e26aa5c70c1d2cefcc97ff4935b0d
Merge: aafc93f0 18fbd289
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:46:32 2021 +0100
Merge branch 'master' into master
commit 298fa47cd87e37b19cd142f47867843e24d08b57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:42:50 2021 -0800
Update apps.json
commit 52c07f6dc80e8eabd017fc324332c0594c173399
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:40:42 2021 -0800
Update apps.json
commit fe340d75bbb6c7814241becacddaca50435c5fe3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:39:31 2021 -0800
Update apps.json
commit aafc93f09a818f5bb6e4b6988246e4f8d049df87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:35:35 2021 +0100
Update README.md
update README
commit bd80ea5ca03b2e9d5f2eb562adc7305b3952d2e5
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:31:33 2021 +0100
Update metronome.js
print instructuions for banglejs2
commit 51afd5ef049c67f331931ee18b53e9d4e835342a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:29:27 2021 -0800
Add files via upload
commit ff62b603a27d6acea382af80496b6a35787a73ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:51 2021 -0800
Add files via upload
commit ffbd331c1376c5f393dafe62eaa62a9991949a3e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:29 2021 -0800
Add files via upload
commit 93c113a95a21dccfde6bb171d15b0f93e6d0f58a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:25 2021 -0800
Add files via upload
commit b2be26fccedfa52f00f275db8050c0c3e532859b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:07 2021 -0800
Add files via upload
commit 899e78539c3bb0e41e4d56aa854c4806715ccce0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:26:06 2021 -0800
Add files via upload
commit 50a88d41cd63e51a876e4fca58fe13c5af2088fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:35 2021 -0800
Add files via upload
commit b1d636bac2148007dd72becff0daddf24b80f0a4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:10 2021 -0800
Add files via upload
commit 6b05d928751b49d4910ddd3a6867e2d4cad6c93f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 19:42:12 2021 +0100
barclock: Fix time/date disappearing after fullscreen notification
By forcing a complete redraw at lcdPower-on
commit 32e3d326aa143eed99d26c81c9fbf870730591f4
Author: Richard de Boer <git@tubul.net>
Date: Sat Nov 20 17:13:36 2021 +0100
barclock works fine on the Bangle.js 2 :-)
commit 1def233de2434d272c6f712c9c213b7caff3ae92
Author: Vingelar <Vingelar@mantisse.de>
Date: Tue Nov 23 19:09:16 2021 +0100
changed format of bg images to binary raw format (export from emulator
commit e021aa2c9d5c44f9130e4bf67cb4b066d02cbd6d
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:59:49 2021 +0100
Update app.js
binwatch: adapted names of bg images
commit 3dd723d10bd3195257205a48dc79872668bd53cb
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:58:48 2021 +0100
Update apps.json
binwatch: shorten names of background images
commit 275402344ee927a51d0c100d4387c739d7a49968
Merge: cf027b37 18fbd289
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:36:45 2021 +0100
Merge branch 'espruino:master' into master
commit 18fbd2898da9fc2bfb16d0adf9cf2b97f5ce0f3d
Merge: 5be6981a df364bab
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:34:15 2021 +0000
Merge pull request #933 from peerdavid/master
[LCARS Clock] Added lcars icon to watch face.
commit cf027b3783cbbf8deca98fb3e1ee1922557686bf
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:34:13 2021 +0100
Update app.js
changed names of background images
commit 5be6981acdf3935b936bb85caf37780537518b66
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:31:42 2021 +0000
oops - named stub wrong
commit d328d94d34ea86dd99f958098c7f0a000b1e395f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:30:20 2021 +0100
Add files via upload
added background files exported from Emulator
commit c36fb16a684085c2eb6ada2c50021d3776f5e215
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:54 2021 +0100
Delete Background240_center.js
removed background240_center.js (wrong format)
commit 4719fada2843f1c8d6ae36d8d59d0fb95318d9b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:28:34 2021 +0000
Android Remove messages on disconnect, Fix music control (ref #909)
commit f431bd8a2c823e877ee6e78576aa4f39a0b5701f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:25 2021 +0100
Delete Background176_center.js
remove backgounrd176_center.js (wrong format)
commit 1b548c9bbb5a10769498b4ad1be04397fb889bce
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:27:33 2021 +0100
Update apps.json
adapted naming for image files
commit df364babab19550f75a01d707f0684d8547e8664
Merge: d28517b2 a1eeadfc
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 17:16:00 2021 +0100
Merge branch 'espruino:master' into master
commit d28517b2a5b5e7eaa6a8d9832d9352062addb3ee
Merge: cd93a201 465c93d8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:18 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit cd93a201f846e2c51a1ff9cc447dbbbdc2c5e2cc
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:15 2021 +0100
Moved logo
commit dd2bb22f076abff1aac2f32734b50fdcc5423861
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:08:57 2021 +0100
Update apps.json
use .js files as background images
commit 03c5f996f4998ebc1e6bfea7e77d3a61743c0c69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:07:21 2021 +0100
Add files via upload
added background files as js
commit 7d81bfe2bbdf5095ac7550247eddbe6827cec4c0
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:53:40 2021 +0100
Update apps.json
added missing "url" to background storage
commit 51b73894e461af6312b6fca28e0b5888e9f98da6
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:51:40 2021 +0100
Update app.js
use background images from storage
commit dab36d05a77563e9a839f38807bfd7cfe09a1f69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:48:50 2021 +0100
Update apps.json
added background images to stroage
commit 31f28093411e4f501dd49f98359af43e71e8b27e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:44:49 2021 +0000
Fix https://github.com/espruino/BangleApps/issues/927 - App loader offers to update unknown apps
commit a1eeadfc224a976e3fca6a00ca47d1c1389fa70f
Merge: 68429483 0a695e51
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:40:09 2021 +0000
Merge pull request #934 from Ronin0000/master
Fix School Calendar Bug
commit 0a695e5143fbff3935e80b9df85720f065b1e185
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:09:14 2021 -0800
Update custom.html
fix bug that was for testing
commit cfecc24f42d257d565f21571a50b825cffb2f1c3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:05:47 2021 -0800
Delete boot.js
commit 684294830d75459982845920cb30815236dc0917
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 13:57:46 2021 +0000
app manager works in bjs2
commit 465c93d830300054722f10f483a9023c6ec315e7
Merge: d20f5e59 3ba779ee
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 14:53:47 2021 +0100
Merge branch 'espruino:master' into master
commit d20f5e597e72d8392af3e9b745a4dfab36e8797f
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:53:27 2021 +0100
Updated screenshot
commit a283cf58fb90b1852d8e414fb01010632a65ba46
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:51:55 2021 +0100
Included lcars logo
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 3ba779ee5826a60f127ed12f0eeaa2a848f53b4c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:48:34 2021 +0000
Fix bangleapps after recent PRs
commit aaf06b113c72e1487651d30602ba79c95a41d6ff
Merge: a0351381 06a6b72d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:42:26 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 9600f16671ab5a9fc772a959a7110622baa5e606
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:19:48 2021 +0100
Updated changelog
commit 98577b626960bd971af483ef709655dfe0ac1f00
Merge: 1ccabca0 d3cd47f9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:52 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 1ccabca0c6f1cf79c1b5d6a56749ab752a4d1850
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:50 2021 +0100
No hrm icon - its shown too much.
commit d3cd47f95704e7c508e1e311d3224826f3fd73ce
Merge: 2e18795c 06a6b72d
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 11:12:43 2021 +0100
Merge branch 'espruino:master' into master
commit 2e18795c5780148c6f52d50cd69849b5893b1cdb
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:11:33 2021 +0100
Fixed string
commit 36edd449c5398147536d20c2b4f11040cb3105b9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:10:33 2021 +0100
Minor change
commit 06a6b72d42fc55a224bb5d133640670c21d6cae0
Merge: a39d4102 be083113
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:03:45 2021 +0000
Merge pull request #925 from Ronin0000/master
Add School Calendar
commit a39d4102963fc1593e1f2f8ea3f4372a3da4da6f
Merge: ab2cb243 930cfa13
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:02:41 2021 +0000
Merge pull request #928 from peerdavid/master
[LCARS Clock] Icons for different states such as GPS or HRM.
commit 5c3b0468d4ce9a51249f6f098c3e6ba84ba1cf41
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:59:26 2021 +0100
Update apps.json
corrected format
commit 336501059da7bceddba9e300c5b6d5bd1aba6a3a
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:56:25 2021 +0100
Update apps.json
removed background image
commit 3f4c49a8aef6ba79419f00d86fc4f02435b72e21
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:55:07 2021 +0100
Update app.js
integrated BG image into app
commit ff3223e1b906957811cad815df88ad495e70a95f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:51:02 2021 +0100
Update app.js
added "require" for bg image
commit ab2cb243857e50e7bb80ee163e4bc153302446a7
Merge: adadf7ef 162dc1f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:51:01 2021 +0000
Merge pull request #929 from weeurey/master
Update app
commit adadf7efd39b01466cfd348e13c5a02deaa6bf4d
Merge: b7f403e7 0f9d938f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:26 2021 +0000
Merge pull request #931 from reelyactive/master
emojuino@0.02
commit b7f403e79bf5fae387c5f6d0522f49ce917362a6
Merge: f4e997d4 46383d4d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:12 2021 +0000
Merge pull request #930 from rigrig/gbmusic-fix
gbmusic: fix "previous" button image
commit a03513812956c629f003824b46bb6763734eead8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:44:24 2021 +0000
fix download icon on android
commit b128f5c15569de9e2be0717f270cfd90e006d5ab
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:38:02 2021 +0100
Update apps.json
added background image to upload
commit 930cfa13315046c621a5444632f7b12bbd956fae
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 09:43:24 2021 +0100
New HRM Icon
commit 7f3f7b9eee3c23c922645274dd8d7947def8158d
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:26:37 2021 +0100
Currently, no confidence > 80 is reached...
commit 1fb861b82c4cc75b94dc6875280fbd411390bc71
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:25:11 2021 +0100
HRM confidence of 80 to display
commit 7d95221e166770be91bf76374f926fe996356009
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:24:15 2021 +0100
Minor change
commit 6d8d98fb03e7bed42c3feeee771ddfcd78b60ea8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:21:41 2021 +0100
Show HRM
commit a0cc4c633e0e6853a0f170a5358b7e1f11e310af
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:10:00 2021 +0100
Minor changes
commit be083113316ec7ba07d780b6593cb9adfd748298
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 19:11:40 2021 -0800
Update custom.html
commit 0664a44c454107d4e3ff039d12baffea3e90cf5f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:52:43 2021 -0800
Update apps.json
commit b032ca0fc1936e650a459f766799e197daf2a4dd
Merge: 7fd37f7e f1f063fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:27 2021 -0800
Merge branch 'espruino-master'
commit f1f063fd1adb553c548a3aa54156bce00b4ca48d
Merge: 7fd37f7e f4e997d4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:09 2021 -0800
merge3
commit 0f9d938fa6970df18fbe99f3c707b94aa26d15c1
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:23:17 2021 -0500
Version bump
commit 5a01047cd0b30e4b7b253d784bd0b5755fc0c2e2
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:21:29 2021 -0500
Added screenshots
commit ae55c2d39fc936cfa1954d44b7f76dc91c21ced3
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:09:26 2021 -0500
Allow emulator, specify type as app
commit 58f9e7cd5b59904651fb878a89844ee4ccfb23df
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:03:18 2021 -0500
Upgrade to emoji images and supporting text
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit 7fd37f7e4e669c0aea7b5324b85f9d85ca394dcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 12:18:44 2021 -0800
Update custom.html
commit 84d9ca4b337e36c4f62ffce4b3059f8f2909d482
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:57:14 2021 -0800
Update boot.js
commit 740f4a95665fd92ad87e83dd381da7e55c2e4b18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:52:27 2021 -0800
Create boot.js
not part of the current merge
commit d3538a03f10f6323afc8656cef397a561cf35bf0
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:12:50 2021 +0100
Added raster
commit 20310fdb75b11fe8b3ea38dc7810732910537169
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:02:27 2021 +0100
Smaller icons
commit 3863be18301cec9fec480db7fe28a19439c708d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 09:06:52 2021 -0800
Delete apps/schoolCalendar/fullcalendar/interaction/src directory
commit 5d8c13a7e6a934e8b750f0ab4871e3dcc67c09bf
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:56:29 2021 +0100
Updated screenshot accordingly
commit 21134a1dcdc102755171af26e99ae86f3559996f
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:55:21 2021 +0100
Better background
commit cab3d43085b2edf4dc97ebf05785bb5b446a88da
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:39:48 2021 +0100
Better alarm - shown only in icon so we can display more data.
commit db22bac0ecd48633d6acf0874127a1b28821d8ea
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:11:15 2021 +0100
Use correct alarm icon
commit 162dc1f29346ab0f6ff4b7cd4128826292ca766e
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:11:07 2021 +0000
Update apps.json
commit dc24ae9bfba1786d4d8a3e22871c4da7bda9fb92
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:10:58 2021 +0100
Better HRM Icon
commit 8e688d144ab30ff87f31b51ab457688ce03c4c23
Merge: 741f7aab f4e997d4
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:09:43 2021 +0000
Merge branch 'espruino:master' into master
commit 741f7aab5239e6fa6ae48e1a5351216dfcfc4177
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:08:38 2021 +0000
Update apps.json
commit 247ed9faa2e8b8463374fea05d4bb04ddda2cfc1
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:07:39 2021 +0000
Create ChangeLog
commit d878d46d4ccc5128643034c535cff69984ab7853
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:05:57 2021 +0000
Update app.js
commit c720fc314b516e1007452ad18ce51bc4fefefec1
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:03:21 2021 +0100
New alarm icon
commit 75fbd6882d1368c73db1b96fac79f4202d6a5e53
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:37:48 2021 +0100
Added icon for alarm
commit eb20f15537d8b6be7226b2ae49fc6e6dd0474124
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:33:42 2021 +0100
Compeletely new design with icons for GPS, HRM and Compass. All Icons are open source and mentioned in the Readme.md file.
commit 46383d4d5547bca38a2a07ea01d67afa0166bedc
Author: Richard de Boer <git@tubul.net>
Date: Mon Nov 22 13:18:01 2021 +0100
gbmusic: fix "previous" button image
commit 1bf5132a5caf41398125e0c7f2bad72ffa300df2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:07:49 2021 -0800
Update custom.html
commit 618c5b7a10ebe610205ab463c395f65948e5a763
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:02:29 2021 -0800
Update custom.html
commit adfeb5e535564f8851fcdc080e2fa10d9acced9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:00:21 2021 -0800
Update custom.html
commit f950fd2ee88486e3355efd30823d50de799e8418
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:57:52 2021 -0800
Update custom.html
commit 3ee0e9bae6ee137c6e36672c9aa6a20d1c072caf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:49:48 2021 -0800
Update apps.json
commit 387bd30236b5d765b396eba24ad43120ceb6c384
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:48:14 2021 -0800
Rename ChangeLog.md to ChangeLog
commit 6e07f282b8918ac3b8f333c7c4156980a44ff1d6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:41:26 2021 -0800
Add files via upload
commit fea37b4992e65a5ca54648f88281ce2623f6a55f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:40 2021 -0800
Update apps.json
commit 939d8f6a9ae71b49c13f7dbf1455bb2fec60462a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:21 2021 -0800
Add files via upload
commit 854ae5361d1b2400f6b6d1b2c2239f46d1e16bc9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:34:28 2021 -0800
Update README.md
commit 426768eb11e34ea7a04010e6fe7da1a5a5187f40
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:32:14 2021 -0800
Update custom.html
commit bf994d9acc8b79ebda1e47dc5ebc5158210d6205
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:24:29 2021 -0800
Update apps.json
commit 7c74c5d43f9f66b6374cabd4e247d1560e5f29a1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:15:40 2021 -0800
Update apps.json
commit 8981aa3f614c388c74d73ccd25e16f5e6eabde9f
Merge: e878e547 100384f2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:12:19 2021 -0800
Merge branch 'espruino:master' into master
commit e878e5478713b0b3cae0bb86e28f998cbfeb9b10
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:11:43 2021 -0800
merge
commit 3bde4d2e48711186ae26036baea8f880c2aac7c4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 16:12:16 2021 -0800
Update custom.html
commit 5f3c93df8cc8b73c432ea31b15e84e4b106256de
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:37:41 2021 -0800
Update custom.html
commit 26bd9e35be993aae4deece775ac85f53f877b122
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:35:47 2021 -0800
Update custom.html
commit 8f2cc6e2137cf29e03435123e96d9c6c550864d1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:34:09 2021 -0800
Update custom.html
commit 66f061112301898b011412e91982dbefc7cc2d1e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:32:48 2021 -0800
Update custom.html
commit 87a9504912b8753dc63700207ee89acacbb34726
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:30:44 2021 -0800
Update custom.html
commit 626498da9d296fecf6776b836def4eda87027d85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:24:01 2021 -0800
Update custom.html
commit 3472ca355a1a71d3fa3f464ece2b81dce7f4eeaa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:21:57 2021 -0800
Update custom.html
commit 529b0cb4637652dfc0a3ba6688b863b5f47437ca
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:19:53 2021 -0800
Update custom.html
commit e77d9980023f041a87743ac1fd3c48a3f0652a8e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:18:21 2021 -0800
Update custom.html
update
commit a712c37c7652f7bc46c4d7761df93b3d28e17229
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:17:58 2021 -0800
Update custom.html
commit 4d9d6abb9ef466e4058510efe9eec295f60127e9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:14:02 2021 -0800
Update custom.html
commit f35b24844810a90f08f731cc9e63535be217e4cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:09:44 2021 -0800
Update custom.html
commit d0336b2854d7e0892c440ef8c5f83bcbe1374a9b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:06:56 2021 -0800
Update custom.html
commit 640c8e491e489e9ea88282cf0bfe14004838b3db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:03:42 2021 -0800
Update custom.html
commit 604153cb2408399ce1420b43ef87f41c09d3daa6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:01:45 2021 -0800
Update custom.html
commit 0f8f1e38e85a8c1c49057f4b891209bdfad67aef
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:44 2021 -0800
Update custom.html
commit 7f7dcb0bcf89b1d66f60481efaa09f5956ee4ecc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:22 2021 -0800
Update custom.html
commit d42fe03dc8fcbc0f68857dd9f887c8cc4eff1c06
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:55:08 2021 -0800
Update custom.html
commit 98f172fad442e89f53c45ac47f2388a08049855a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:53:01 2021 -0800
Update custom.html
commit daf8dde32bc81b8f04402c4728eac41784751cd5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:49:25 2021 -0800
Update custom.html
commit 408bd24080a2f7dcf1e6d0c33dab65da4dff82cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:48:38 2021 -0800
Update custom.html
commit 68db21acbb837b12d84d9930d451d2ba90e251dd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:44:30 2021 -0800
Update custom.html
commit 45feb1b2ffb17b8835c505bc4a4f825ddc17bf4f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:42 2021 -0800
Update custom.html
commit 3bc5fd87b61cbb9b867009d933342fe627da982d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:12 2021 -0800
Update custom.html
commit c3eede9868ee342bc4248e71a874c2e6b332dcdd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:37:42 2021 -0800
Update custom.html
commit 8426356c01a23ae769c79f726b95ea64f4428574
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:35:55 2021 -0800
Update custom.html
commit 93f09c216a1eb9aa876c88a1f806ccb709e971b7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:39 2021 -0800
Update apps.json
commit cb748a251dbd11e87615d82081522953607b3a27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:20 2021 -0800
Update custom.html
commit a994ed66301040f60d5f99b672a6081152a20d6c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:53:38 2021 -0800
Update custom.html
commit b76bb48973dbabfaf56bdec4aee44a483f94d129
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:50:08 2021 -0800
Update custom.html
commit f99ce683e9ce42431321fc711e061955bc0220fb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:46:32 2021 -0800
Update custom.html
commit ddfdd94ff845d3d8560158cde184a9a19a3d2142
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:42:51 2021 -0800
Update custom.html
commit 52675f7eff140426532f81da9c84c5d7803d0cda
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:48:03 2021 -0800
Update custom.html
commit d4911034145e3d98b99d649be55c75671e2f5c5c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:44:23 2021 -0800
Update custom.html
commit 71ff5959aec6a5f8302bda513d2c1371bbed0743
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:58 2021 -0800
Update custom.html
commit daba705b37b9952cba2910c3c0bed23e58aaf2fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:16 2021 -0800
Update custom.html
commit 19cb5fc749abeefe378205531d18b97562ddfc47
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:39:15 2021 -0800
Update apps.json
commit 6c20945898b84a02d6b440923a5afd994c7d97aa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:37:41 2021 -0800
Update custom.html
commit ff519bdc0d9bca530284d98cad9fd023ad37d50d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:15:29 2021 -0800
Update custom.html
commit 34843d703aae0b6a33be352ad0f8408d8d17d07b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:11:54 2021 -0800
Update custom.html
commit 4da82197f32b280e4192d5bc9a5ba174fbad4ace
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:01:20 2021 -0800
Update custom.html
commit a9c5a32bc1359d8288f4fd6b6da50eaf40910c9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:56:54 2021 -0800
Update custom.html
commit 352fea34791ccf06450a516ab2a2daf22353c641
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:53:38 2021 -0800
Update apps.json
commit ab6f56c381a54e4ab3466625a9eb794eef5dd2a0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:52:34 2021 -0800
Update custom.html
commit a65742ce346039ef901e70157620aabd95bbca35
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:48:25 2021 -0800
Update apps.json
commit a1a387dd600f7e5c3879d74cd5a516d7566fb7bb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:47:52 2021 -0800
Update custom.html
commit 180e88e0e44dc3ca09291a7d37b6fa4df637fa78
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:50 2021 -0800
Update custom.html
commit 0099736b8c64e8f1afefd4d52b526151e3ac700a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:14 2021 -0800
Update apps.json
commit 1fdf4e954e23fe0514b8d795224c2edafd5941c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:43 2021 -0800
Update apps.json
commit faa5b6b21aa8b7062dc62499e8361b8233cf9408
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:10 2021 -0800
Update custom.html
commit d617803c13ec381f35a9d30f99a267dca02c9cf1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:44 2021 -0800
Update apps.json
commit dc669254bcccad425153d209d6dcdf002f64a30d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:10 2021 -0800
Update custom.html
commit 303247fb4e66802ed7f5c2ee404ce0a28221ec2d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:25:00 2021 -0800
Update custom.html
commit d836cbd2ba256adfffa55f1d12fda02ae8ac760c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:15:16 2021 -0800
Update custom.html
commit e206bd4e1cad4aab266fd376fa525500941878a8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:08:00 2021 -0800
Update custom.html
commit 1a6c1acce50fe2fe2e49bfc26b3ac98c1db5aa13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:04:06 2021 -0800
Update custom.html
commit aa20fac50ed19adfb9248fd9cda1ebb7c31f95b1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:02:52 2021 -0800
Update apps.json
commit 5625414e90c78677040420f342f29e96f088469b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:34:30 2021 -0800
Update apps.json
commit ebc2d8096144e6150920efc4b63e8f1e3f52eb00
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:33:27 2021 -0800
Update custom.html
commit 6c43de3766433c1f9fa1d01fd24cbfe0839e19c0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:21:11 2021 -0800
Update apps.json
commit 37da3c68aeeb5fec1ef3d8965fa3d8170074d791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:19:46 2021 -0800
Update custom.html
commit 92707b9d13ed269a41684ce45111376694cb6e58
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:12:50 2021 -0800
Update ChangeLog.md
commit d3ca682cff08be0bb2a64ab057f6efdf36b4e094
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:09:56 2021 -0800
Update apps.json
commit dfd9e59993944f6323120f8af660d880c63c6793
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:08:52 2021 -0800
Update custom.html
commit 5d24a09ffa2d9cad10a5fae3c7b4d5fafc944aa9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:04:41 2021 -0800
Update apps.json
commit e965bd7d962108a2944824eb6579fce435876966
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:43 2021 -0800
Update custom.html
commit 345d9c155135fc4d0a2b8d00b3528b363a584ced
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:12 2021 -0800
Delete schoolCalendar.js
commit dc9db8a4767d4c16d92645131d977263e2468521
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:58 2021 -0800
Update schoolCalendar.js
commit 58df0a5ca26684b4da84929c8c388ca5c37acabd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:03 2021 -0800
Update apps.json
commit 65ad4979e8d58b51f11f3bcc86f31ab303a5d7b6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:27:10 2021 -0800
Update custom.html
commit 9c07800c5ef948a1b9b2071e7bdfe46809fefa1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:07:38 2021 -0800
Update custom.html
commit b108bc45fb8bfa266e4d4ad3e66a9f65cec96c92
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:58:24 2021 -0800
Update custom.html
commit d871855f8e217b27ea73ed28b389bbc8aea59d62
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:55:58 2021 -0800
Update apps.json
commit 99112920b287568db32c5e43b47cfc2ee0cf71a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:47:34 2021 -0800
Update apps.json
commit 37f4329ec57bc4a96a1b2a0847406f6a05cad520
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:49 2021 -0800
Update apps.json
commit ba2aee642bf90307757bb85fda6aa0db01bed5e5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:06 2021 -0800
Update custom.html
commit 98048dc23cb1caf3aafbf1d1ecfa461ba5943925
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:37:23 2021 -0800
Update apps.json
commit 1a53e8d34af89f0e6c889653961350a898deea81
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:33:43 2021 -0800
Update custom.html
commit 993bb7298c8fbc9348e6668b70a555c51dc54a09
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:31:41 2021 -0800
Rename interface.html to custom.html
commit 3a3962bfdc0365e75f8804b61293ec91084f6698
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:30:12 2021 -0800
Rename custom.html to interface.html
commit c8ad92a3dcb7b8a0df83f2e720b6730dd785e829
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:20:33 2021 -0800
Update apps.json
commit ae85c1cee709457b10233205c057f946ea15fe83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:14:33 2021 -0800
Update custom.html
commit c1b467ba8e96f58b27eb3b9b2dc2b859fa89e227
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:14:50 2021 +0000
Update app.js
commit 438537ace2358f5b798bdfde92ebf78db81abc49
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:10:03 2021 +0000
Update app.js
commit e6d736860d7d7511f08474a4d8f6446ebe97e634
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:57:57 2021 +0000
Update app.js
commit e1add5e2b2a068873d0102324d61f9ff5532924d
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:45:02 2021 +0000
Update app.js
commit 09be008dfaf764b542a80f4dbbde6ab26314713e
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:39:48 2021 +0000
Update app.js
commit 9f26994f5c66a5ee88a702c7a73d8bcc0c8236c3
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:33:47 2021 +0000
Update app.js
commit 0cf4c5d70a97480185296b32137fcdc179fddcc4
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:10:31 2021 +0000
Update app.js
commit cfdb94439526722ca757b8ee748d298f6a76d9e7
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:32:34 2021 +0000
Update app.js
Add Media controls
commit e3cd8f5607f912002d3ec0adf833834058a492cb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:16:37 2021 +0000
Update app.js
Removed extra unneeded code
commit ceed8a123836f5da6fb8c5d6741e2224a3e4a0af
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 15:05:28 2021 +0000
Update app.js
commit 721a3f2608ee0012767cfacd5c69aa91a7bba5f6
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:39:30 2021 +0000
Update app.js
commit a16bfe4d7350b34c694050448f2aefc990d19dcb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:32:57 2021 +0000
Update app.js
commit e72bf84a7a05c4208e8c1d5f60815a9f57ca11c4
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 21:29:57 2021 +0100
use dark theme for metronome
commit 071a7a7e683a649b9f75fdc92b9f56804cd0af87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 20:46:18 2021 +0100
add support for Bangle.js 2
commit 7a7175fa483e4e9fcd5912d83e9519274d67b4f0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Nov 4 16:00:41 2021 -0700
Update custom.html
commit e2928498690565ba7d0454aaa4265bc8adfda712
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:32 2021 -0700
Rename interface.html to custom.html
commit cd7579269efe8d54a5a5680b8126ea38f9ce54be
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:04 2021 -0700
Update apps.json
commit df7f9cc530194025708b712565a410aed1d73e95
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:20:09 2021 -0700
Update interface.html
commit ada94b11cfbebfeaa010cee1b39d0f92591d4e13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:06:50 2021 -0700
Update interface.html
commit 08fc58deb57847cca7d81bf84a54df16ce97528f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:20:57 2021 -0700
Update interface.html
commit 04b9e74a4d2cd84dd9b64b0ba6fba1167fc400e7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:10:58 2021 -0700
Update interface.html
commit be7af68455ff4b5034c0baab9d8c138b9b024707
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:08:24 2021 -0700
Update interface.html
commit aaee5f3c0610de7a48bdda7fe9c6064dff97780e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 19:13:08 2021 -0700
Update interface.html
commit 73819933eeb57f32935e6ad93a146bdbee6d8be6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:52:09 2021 -0700
Update schoolCalendar.js
commit fa5cbd71c618a2053ec3217048c74a723c46f03f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:49:22 2021 -0700
Update README.md
commit fa392008d1e30a6df05245eac969badf4188fb74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:45:24 2021 -0700
Update README.md
commit c280e41560a3812ee83ca461e098bc35b80ef439
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:42:39 2021 -0700
Update README.md
commit 6b84a8eb3007cca6abd31cc1d3d0552cc79cb492
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:26 2021 -0700
Update schoolCalendar.js
commit 5bbfb1109910856575cc348012dbc44d489a8005
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:11 2021 -0700
Update interface.html
update interface
commit 6660dad4c01c66c20670cfd415b6ad063d9b5b74
Merge: 8c003cf6 1e0f6cd6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 07:35:54 2021 -0700
Merge branch 'espruino:master' into master
commit 8c003cf6ffb5a8b3437897a1e57a6a020b5e02a4
Merge: 5c11881f f1ce196a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 15 07:33:21 2021 -0700
Merge branch 'espruino:master' into master
commit 5c11881f752edbdef3031f0a48109a196eced80a
Merge: 8c149dbe be34e2b0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 14 17:14:45 2021 -0700
Merge branch 'espruino:master' into master
commit 8c149dbea1cfd34e815b64ca354840b811a82222
Merge: 7888cc6c 300ed35b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Oct 13 07:46:16 2021 -0700
Merge branch 'espruino:master' into master
commit 7888cc6ce0bbabf99c7dd39f002810d262af07fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:59 2021 -0700
Create README.md
commit 36a52b8b001a4515d715950db56e411a6c4842b2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:52 2021 -0700
Update README.md
commit 4f5558c41e75f6e91a34842f7b42fa85970dce5e
Merge: 5db16d19 68cc9fbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 16:43:12 2021 -0700
Merge branch 'espruino:master' into master
commit 5db16d190b1439293d9f0af16d37fea29db8830c
Merge: e7995505 54d98db6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 07:03:23 2021 -0700
Merge branch 'espruino:master' into master
commit e799550544e55ef94ef48f905283625e50f73e97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:57 2021 -0700
Update schoolCalendar.js
commit 89f82a50436d4eab82574d310077d19154a8ab59
Merge: 7107d510 f3712e66
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:38 2021 -0700
Merge branch 'espruino:master' into master
commit 7107d510a5301f50ca5dc1bf9d4463ad99a33af8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 20:06:28 2021 -0700
Update schoolCalendar.js
commit a61879753285b4469772f51474c29fe86a5aa942
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 19:55:30 2021 -0700
Update schoolCalendar.js
commit 3c9e46c2160f4ff58708afc0d08ce2e5d27df097
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:59:03 2021 -0700
Update apps.json
commit 941bc852c1ab4472dc74a7f84e12e92ab891432e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:53 2021 -0700
Add files via upload
commit 4cbfac212e6999887cfafd37d9c809919a014e27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:26 2021 -0700
Delete apps/schoolCalender directory
commit c7b723f87e5e6fb0858c09ee2910510267d73fd6
Merge: 8d2f4ccc ba08863b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 07:31:25 2021 -0700
Merge branch 'espruino:master' into master
commit 8d2f4ccca761e1695620b072e116b94272850427
Merge: 7846b48c 44aa03e4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 1 07:31:42 2021 -0700
Merge branch 'espruino:master' into master
commit 7846b48cf67ab024970b90948096f9258e1c184c
Merge: 59aa9909 d0fd2f01
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 30 17:22:33 2021 -0700
Merge branch 'espruino:master' into master
commit 59aa99092dac99b9a13bbc2a7153dd2b44a6fb67
Merge: 9061acee 03bbe1d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 29 08:06:54 2021 -0700
Merge branch 'espruino:master' into master
commit 9061acee5db851bd58295785cc7542a7c066b4c8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 17:44:12 2021 -0700
Update interface.html
commit 79bacc45932ce8842cbf12d23c36a41e992b438e
Merge: bb5fcdaa 48bb819b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 07:12:44 2021 -0700
Merge branch 'espruino:master' into master
commit bb5fcdaafc1e344bf2d717c3eb238f763f255215
Merge: 814fbdd6 28bd9e83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 27 16:15:07 2021 -0700
Merge branch 'espruino:master' into master
commit 814fbdd61ef41676d07719b5b1b297fbbc03ec6f
Merge: 83d88a1e f3fd0f25
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 25 08:01:44 2021 -0700
Merge branch 'espruino:master' into master
commit 83d88a1ea191e2e6b669d284d94b4180b9ea54aa
Merge: c9bed74e 71471d37
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 24 19:35:52 2021 -0700
Merge branch 'espruino:master' into master
commit c9bed74ec2e240e2daf26bf9ec9432df91ac18aa
Merge: 1f130c53 16fe8470
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 23 15:21:18 2021 -0700
Merge branch 'espruino:master' into master
commit 1f130c53b46546328260a6b94ad182be5d55ff18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 22 07:25:41 2021 -0700
Update interface.html
commit 3d8ebe82c289156581799134b3c56fd02ade1fad
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:07:20 2021 -0700
Update interface.html
commit 2ca58d2cc436b72beb87d347b8d8c217b461e805
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:02:14 2021 -0700
Update custom.html
commit d8c149073fb6bca8f5f78ba4a031004adeab1a6b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:01:31 2021 -0700
Update apps.json
commit ceab5d46a23f913faf96be90e644458ac5546157
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 20:58:01 2021 -0700
Rename schoolCalender.js to app.js
commit 9b344eb1ecc577e96196d2a3d3fc8962198e90de
Merge: ec453c0e 3b15a7f9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 07:24:54 2021 -0700
Merge branch 'espruino:master' into master
commit ec453c0e100f7fd140305fe8ed4a62d3987e68f1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 19:45:50 2021 -0700
Update README.md
commit a8f7fe72923e1fe38042cb4752dac1429c6be426
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:31:41 2021 -0700
Update interface.html
commit 51c41d5c48a72b7a373e6f979c95bab9fa9ddb7a
Merge: b7a4ecb5 50ec8d97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:25:50 2021 -0700
Merge branch 'espruino:master' into master
commit b7a4ecb57857016c131ba72e101b3a11eb3cb06c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:48:24 2021 -0700
Update interface.html
commit 82320ab073c0b106f5260e26c0fb147d7c8fcd02
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:40:43 2021 -0700
Update interface.html
commit 27d025bf82cc5882dc39110c5c7799f657f2c57d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 14:01:04 2021 -0700
Update interface.html
commit bd92c0e67fce373f11aae3bbcf8f5a4c06f2e161
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:51:31 2021 -0700
Update interface.html
commit f0c596d14f6119bbe52e2f0d3912216785257536
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:40:29 2021 -0700
Update interface.html
commit d6542bac6d666af7c8fe1f67434611e6ccacc6a6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:29:46 2021 -0700
Update interface.html
commit 7a2ee0f7111209afa859761a62f80e93ca71a879
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:15:29 2021 -0700
Update interface.html
commit c65ddbfc522c54da540080a16d171edd42ce592e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:05:32 2021 -0700
Update interface.html
commit 43c684f389d97dd12815edbd93d0750f923f17b3
Merge: ddd1a83c 5f5b5c0d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:45:25 2021 -0700
Merge branch 'espruino-master'
commit 5f5b5c0dc2485f7e454acb9f364d240e3972d955
Merge: ddd1a83c cc2e1bbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:42:47 2021 -0700
Merge branch 'master' of git://github.com/espruino/BangleApps into espruino-master
commit ddd1a83c613a9f21ec8e37ba1151e1ca255a77af
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 18:27:57 2021 -0700
Update interface.html
commit 632c98f8be2ad6e2290e5eb98025559a42a47c34
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 15:13:46 2021 -0700
Update interface.html
commit c252f74e16edc5a1a1fcfe4ce72c9594f12a9624
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 07:31:16 2021 -0700
Update interface.html
commit b9b0a43e99db0c2d13c28bf6d65540925709d866
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:28:35 2021 -0700
Update interface.html
commit afafd449fb06abd3930d0eb40989dc12787c96d9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:22:01 2021 -0700
Update interface.html
commit 45a0d50b011ee50e9b1b4c6ce5a84e1290331b1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:15:25 2021 -0700
Update interface.html
commit eb146fe07bd5d71f49c5e267424d7b8206eee952
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:07:51 2021 -0700
Update interface.html
commit 34baf995e7f5288266b5da08bcac6d76202a92fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:04:33 2021 -0700
Update interface.html
commit 751fbdda43ea542db4887bed7b4d4e2ad7628a23
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:00:47 2021 -0700
Update interface.html
commit bc71f317311509e8f3fd5054e6c3efaa05bc0416
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:47:13 2021 -0700
Update interface.html
commit cfde9e14a87466a8dc7cb92934c3af373f6a43d0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:41:40 2021 -0700
Update interface.html
commit 135165c983beca48190d091e355436100beee41d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:37:52 2021 -0700
Add files via upload
commit d50ba356d68ebeffd028a924450d4a6ad4fddd74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:36:59 2021 -0700
Update apps.json
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit b51c84229798e7c3665f203c13023d9f6e24eb68
Merge: f4e997d4 d1da165e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 12:20:57 2021 +0000
Merge branch 'Combined' into Base
commit d1da165eb44fa50bea67506097768f1138574c8c
Merge: f927549b 2c257605
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:30:56 2021 +0000
Merge pull request #9 from t0m1o1/scaledlauncher
Update apps.json
commit f927549b2c1e88232f4df2c6ef7e160c3a8e0f7b
Merge: 3cfd575d 411118aa
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:16:59 2021 +0000
Merge pull request #8 from t0m1o1/scaledlauncher
Scaledlauncher
commit 3cfd575da46cf38347bbbb4d37645c0bd72833de
Merge: 9a311219 9d1429ca
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:04:17 2021 +0000
Merge pull request #7 from t0m1o1/scaledlauncher
Update settings.js
commit 9a311219b2d3a7d3594ca654c78ae7137a92fb8e
Merge: 43c42711 5b1b752d
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 02:56:33 2021 +0000
Merge pull request #6 from t0m1o1/scaledlauncher
Scaledlauncher
commit 43c4271101a4be6dbc28d7e34534d25242c159ae
Merge: dec967f1 084bba39
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 21:18:16 2021 +0000
Merge pull request #5 from t0m1o1/compass-fix
Compass fix
commit dec967f1ac5900e43099ef9bfef3bfbe84e1f8e4
Merge: 21c48263 dfa40407
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 20:56:22 2021 +0000
Merge pull request #4 from t0m1o1/Swipe-Launcher
Stop the swiping coming up if mode is undefined
commit 21c482639aa1f2d391ebb0508701cff3170b45c4
Merge: dea2ec96 4c9d04de
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:19:27 2021 +0000
Merge pull request #3 from t0m1o1/Swipe-Launcher
Update Swiper Clock Launch
commit dea2ec9693855d735662a4d344682e6105533bf2
Merge: 92d156fb 51766844
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:15:16 2021 +0000
Merge pull request #2 from t0m1o1/master
Master
commit 92d156fb398787a068a2f7ed81a78d90ed04bd70
Merge: 100384f2 7d37a9eb
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:14:13 2021 +0000
Merge pull request #1 from t0m1o1/Swipe-Launcher
Swipe launcher
commit 51766844e6ff346119739114c28b9d638ca57cbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:49:56 2021 +0000
Update apps.json
commit 6fda7a5f33ec6341d51529e680f5d0caa9c9fdbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:37:07 2021 +0000
Update apps.json
commit b7a067234413e2cd9cb531c366371e5d88f6bb21
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:32:09 2021 +0000
Rename hidmsicswipe.app.js to hidmsicswipe.js
commit 97065f1d62d40003eec09a2539d7294fe41bc4e5
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:55 2021 +0000
Delete hidmsicswipe.info
commit 21f184d6c4ad1f977c385d95c3966d95d446bf5c
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:10 2021 +0000
Add files via upload
commit 3917f28ae54db0e86b6429489c19a4180be759e0
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:45 2021 +0000
Delete hidmsicswipe.img
commit a65668300fc45082d6897e19c6efff556853f4d9
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:18 2021 +0000
Delete hid-music.png
commit 5fce838e8ab7d2b297c05a1ae735abcd4ba76d90
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:29:36 2021 +0000
Add files via upload
commit ffa37f2ab3b1fd2b921783e19ffb48673aad1a6e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:22:38 2021 +0000
Create hidmsicswipe-icon.js
commit b656e5973c302a39f7513364c66094132135bfc4
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:59:19 2021 +0000
Create changelog
commit ad943ca5658e4f68c205996c4ad42aa1ebbeb793
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:58:19 2021 +0000
Add files via upload
commit ac433ac7bd6d586e9b1ca11da924d64bd566ade2
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:57:39 2021 +0000
Create hidmsicswipe.info
2021-12-05 17:14:06 +00:00
"version" : "0.04" ,
"description" : "Automatically turn Quiet Mode on or off at set times, and change LCD options while Quiet Mode is active." ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
Squashed commit of the following:
commit 5ed43a28b5b9d6820ee898f632535747c1e5913d
Merge: 4cf9192c a385c099
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:12:45 2021 +0000
Merge branch 'espruino:master' into Base
commit 4cf9192c4341a85eab1198b8663f48d276704ac3
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:25 2021 +0000
Update core
commit 69a54194a9eb41d0722fc061bec5c900b724e8cf
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:14 2021 +0000
Squashed commit of the following:
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit e040cc4e245a8fb4c55bfeb99cab12c62af5e7b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 15:22:16 2021 +0000
replace tabs!
commit 60c2fa710c4904827bfba868507a9f6d10d524a3
Merge: 38b2e417 f3cb7e9a
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:29:46 2021 +0000
Merge pull request #942 from madman2021/master
Add new TimeCal app
commit 38b2e417bf8e63be394a96ed24b9e3d174d5f45b
Merge: 94bd895b 43b38cc8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:26:43 2021 +0000
Merge pull request #943 from peerdavid/master
[LCARS Clock] Shows icons for charging and out of battery
commit 94bd895bafeb37250b64373692c9cceb3e9ece97
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 12:56:56 2021 +0000
welcome 0.14: Turn off and run later to use softOff to time is set right
plus other minor tweaks
commit 43b38cc8ab5796e25f65ace531be68a6a4134f98
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:40:47 2021 +0100
New screenshot. Updated version.
commit 34c6589f06a1a8ba0f7fe2e126b41d03dff7f45b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:37:07 2021 +0100
Minor improvement
commit c403a5af671cf70b18776fad83126adf66122f0f
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:36:21 2021 +0100
New design. Removed png icon files - only converted icons are needed.
commit 19655ea3279daf32ebfd4453db398915a8229946
Merge: 274b705c b1fb0e6b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:44 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 274b705c1e7313cf646412ec01bf17de9b1dabcf
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:37 2021 +0100
More lcars style
commit f3cb7e9a0b8f0ba3624b639415c9168c240905e8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:53:14 2021 +0000
Remove Icon as it renders massive
commit 1a9f5375557fc232acfe3f42d1198da827db5ab8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:46:03 2021 +0000
Add missing supports tag for TimeCal
commit 3738bde22a0d4cef2bd5c956a1a370e9a145689a
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:43:38 2021 +0000
Add TimeCal to the app library
Add TimeCal to the app library
commit b1fb0e6b7d88f53cff85f6a8d3eb416bebd35e92
Merge: 559e8208 dabc22c2
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 11:10:36 2021 +0100
Merge branch 'espruino:master' into master
commit dabc22c2d725ccddad8b08c0fa0b14af94d38e28
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 09:54:11 2021 +0000
custom code works on bangle2
commit 2e83a511d2032736a63bda38406b4f744a4130f1
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:51:20 2021 +0000
metronome supports bangle 2 now
commit cea51d06d07f09923d590357c33782861c342817
Merge: cd1daba0 4eee3f05
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:50:24 2021 +0000
Merge pull request #938 from bengwalker/master
Add Bangle.js 2 support for metronome app
commit cd1daba0c55e99f5a477407f47b932d050c0b6f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:46:13 2021 +0000
0.25: Fix issue where if Bangle.js 2 got a GPS fix but no reported time, errors could be caused by the widget (fix #935)
commit c03ab08687bbc7ed893ed2ef8c3be21f1e61e74f
Merge: 1750c72e f10bf240
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:40:53 2021 +0000
Merge pull request #939 from Ronin0000/master
Add Screenshots to Many Apps
commit 1750c72e94eab6ee22650d993ea31efa17e79c46
Merge: 5eeb1181 1def233d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:38:06 2021 +0000
Merge pull request #936 from Vingelar/master
Binwatch: re-format background images
commit 559e82088077ba79675c0012c921eae3ef32b16d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:14:04 2021 +0100
Minor design change
commit d24b8c80da7afd75a6f121a22e3694252aa3c57a
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:12:25 2021 +0100
Minor design chnges
commit f10bf24018add2df61a5fc422aee941b07c70082
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 17:04:07 2021 -0800
Update apps.json
commit c66b0982368a5e1ee74da598945df12d88cba679
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:53:48 2021 -0800
Update apps.json
commit 638fea73c791b4f11b6119c02ca2090c31b6bc83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:24:10 2021 -0800
Add files via upload
commit 4e79c896c65b2edc7dfcb7b4b2eb6ae1c96f60ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:23:33 2021 -0800
Add files via upload
commit 33809d8cdfa7ea3f02941c820b4836f20a9eb869
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:58 2021 -0800
Add files via upload
commit 6cb83284a7e7b9d2f8935835702e713f0f9b7b51
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:45 2021 -0800
Add files via upload
commit 7e521d0d29262227a32244d2929eb99fcb36fb98
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:17 2021 -0800
Add files via upload
commit 9985ff03f20469897ceb3dd1acb4f90ac850ebb8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:00 2021 -0800
Add files via upload
commit 6f437c39866562e05d8821bdb5150cd553f3a6cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:21:15 2021 -0800
Add files via upload
commit ffe218a0046d65464e96cdc59d1c10fbb708b791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:56 2021 -0800
Add files via upload
commit 9400133dd49762a7bfcff38e5a6249cbfd5753f7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:39 2021 -0800
Add files via upload
commit 76463d927940f590ed45cc51558723375217a34a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:37 2021 -0800
Add files via upload
commit 4011accb47eb53954acc3e27cce5b6f6cb025c57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:19 2021 -0800
Add files via upload
commit bc5960d61a40c08566a8e1977fa53c6528f04a85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:07 2021 -0800
Add files via upload
commit da5634beda72243f5ee6e4fc0e376c6c5f9c6ccc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:51 2021 -0800
Add files via upload
commit b9c4640f853d4992e57cd5d6b2e3f4d75db32d1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:25 2021 -0800
Add files via upload
commit d27a605a24cc06903084b6a796c9c93b7724150f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:07 2021 -0800
Add files via upload
commit 52baa42e69b1a7a8ef6bc2cae548298af4dcbf7c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:48 2021 -0800
Add files via upload
commit db3b6a58e49a3d5ce9b528011f3e0607474e4fa8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:16 2021 -0800
Add files via upload
commit f0de0d8a9d542fd960f13b36a2bb2a3548f06033
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:52 2021 -0800
Add files via upload
commit 6d4cb98ba83d0ab62406c00ed9fa8dcd139d2f8c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:34 2021 -0800
Add files via upload
commit 5f434d9d327fff8cebf41a45cf73ea9c96cb42db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:23 2021 -0800
Add files via upload
commit 6e72349f05e3773b0ae60217df8b6f266447f1ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:37 2021 -0800
Add files via upload
commit 03e4d0d7c01cdc214526891933f3c155f63ff2b5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:21 2021 -0800
Add files via upload
commit ead12a1c11e3937637e8af8b1d54218e0138e908
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:54 2021 -0800
Add files via upload
commit a1ed32c91380e03146dc4003a3ee6e400d0dd35f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:30 2021 -0800
Add files via upload
commit fae08d7a739b1a28faacb0105d5ad417171dddcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:57 2021 -0800
Add files via upload
commit b889e431edf72d64867c576135bc1470c4590db2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:32 2021 -0800
Add files via upload
commit f177480160184722b935623ebed05ad630a5a6a2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:02 2021 -0800
Add files via upload
commit a2fe8c3722f56c59957642cad2bb0a6454dc6f5b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:11:42 2021 -0800
Add files via upload
commit c1cdf15bf5413167692e9c7bd4f5fee31fe4d4c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:49 2021 -0800
Add files via upload
commit fb1c5529f037cc701e30d9da036a54236ea1ba1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:11 2021 -0800
Add files via upload
commit 530089e0830473574b38c172a964f9cfb49436a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:35 2021 -0800
Add files via upload
commit 3556e668560587c074ad435b977283e19367f69e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:12 2021 -0800
Add files via upload
commit e1e32772e4dd1943af6ed37407425998b0819e48
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:56 2021 -0800
Add files via upload
commit 8084bb92b7cfb12740129c57e1bb5c05ce13994c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:37 2021 -0800
Add files via upload
commit 2c997d2964d4ade4ba0aa5ef89a1b646c15a9751
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:18 2021 -0800
Add files via upload
commit 747626b66c880293481bd0a97cda8e32e0239d04
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:07:24 2021 -0800
Add files via upload
commit ed36fae0ac6def24ca20ab6229affbcf7502582e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:59 2021 -0800
Add files via upload
commit e8baad3c3775e26f8a88457ff8f361a18572e484
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:33 2021 -0800
Add files via upload
commit 1efcebe84aa2b2b00d6920a84d4e486b834c1083
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:16 2021 -0800
Add files via upload
commit 082d3d1e95e9bb98e10bb1679ae0dfba11bf44e0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:05:21 2021 -0800
Add files via upload
commit b10f62a6c55dd89bb15a97430b74269486a72807
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:58 2021 -0800
Add files via upload
commit 24b41c2c6fe40d18ffd9dfc0404f215cc9b847ff
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:42 2021 -0800
Add files via upload
commit 19a2ef1a44c78fe9b1922574f0a1eda20f2fbd43
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:01 2021 -0800
Add files via upload
commit 7089d6e74c438d3577ebf03857b0c1b6f73aaa2a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:03:38 2021 -0800
Add files via upload
commit 431824f828f0ea900c9d206e492cc7a6d1830f2e
Merge: 15aa41c7 5eeb1181
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 15:15:57 2021 -0800
Merge branch 'espruino:master' into master
commit 5eeb1181d049f1580f75657b9a9ac664041b26b9
Merge: 546a0b16 6b05d928
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:29:18 2021 +0000
Merge pull request #937 from rigrig/barclock-b2
Barclock works fine on the Bangle.js 2 :-)
commit 15aa41c766b2a25c7a83a1a6744706a7b2852aa3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:23:03 2021 -0800
Add files via upload
commit 6a93494e3fe516ccbc7755027f613bd9bd529021
Merge: 12443640 546a0b16
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:22:27 2021 -0800
Merge branch 'espruino:master' into master
commit 546a0b16cc32841b38a0d39b07ec6d18f58d21c5
Merge: cb6e14f6 18fbd289
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:55 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit cb6e14f6c12816224bbc3dc127e9817d0df7ae78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:37 2021 +0000
messages, start of call handling and message responses, fix for scroll issue when only 2 menu items
commit 12443640c95efbe9f25ed0ffe73280c84d90cd13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:54:22 2021 -0800
Update apps.json
commit 9bdc07f8617e457439522d5b4c84a65d1eba4ed9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:47:36 2021 -0800
Update apps.json
commit 4eee3f05e92e26aa5c70c1d2cefcc97ff4935b0d
Merge: aafc93f0 18fbd289
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:46:32 2021 +0100
Merge branch 'master' into master
commit 298fa47cd87e37b19cd142f47867843e24d08b57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:42:50 2021 -0800
Update apps.json
commit 52c07f6dc80e8eabd017fc324332c0594c173399
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:40:42 2021 -0800
Update apps.json
commit fe340d75bbb6c7814241becacddaca50435c5fe3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:39:31 2021 -0800
Update apps.json
commit aafc93f09a818f5bb6e4b6988246e4f8d049df87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:35:35 2021 +0100
Update README.md
update README
commit bd80ea5ca03b2e9d5f2eb562adc7305b3952d2e5
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:31:33 2021 +0100
Update metronome.js
print instructuions for banglejs2
commit 51afd5ef049c67f331931ee18b53e9d4e835342a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:29:27 2021 -0800
Add files via upload
commit ff62b603a27d6acea382af80496b6a35787a73ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:51 2021 -0800
Add files via upload
commit ffbd331c1376c5f393dafe62eaa62a9991949a3e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:29 2021 -0800
Add files via upload
commit 93c113a95a21dccfde6bb171d15b0f93e6d0f58a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:25 2021 -0800
Add files via upload
commit b2be26fccedfa52f00f275db8050c0c3e532859b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:07 2021 -0800
Add files via upload
commit 899e78539c3bb0e41e4d56aa854c4806715ccce0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:26:06 2021 -0800
Add files via upload
commit 50a88d41cd63e51a876e4fca58fe13c5af2088fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:35 2021 -0800
Add files via upload
commit b1d636bac2148007dd72becff0daddf24b80f0a4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:10 2021 -0800
Add files via upload
commit 6b05d928751b49d4910ddd3a6867e2d4cad6c93f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 19:42:12 2021 +0100
barclock: Fix time/date disappearing after fullscreen notification
By forcing a complete redraw at lcdPower-on
commit 32e3d326aa143eed99d26c81c9fbf870730591f4
Author: Richard de Boer <git@tubul.net>
Date: Sat Nov 20 17:13:36 2021 +0100
barclock works fine on the Bangle.js 2 :-)
commit 1def233de2434d272c6f712c9c213b7caff3ae92
Author: Vingelar <Vingelar@mantisse.de>
Date: Tue Nov 23 19:09:16 2021 +0100
changed format of bg images to binary raw format (export from emulator
commit e021aa2c9d5c44f9130e4bf67cb4b066d02cbd6d
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:59:49 2021 +0100
Update app.js
binwatch: adapted names of bg images
commit 3dd723d10bd3195257205a48dc79872668bd53cb
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:58:48 2021 +0100
Update apps.json
binwatch: shorten names of background images
commit 275402344ee927a51d0c100d4387c739d7a49968
Merge: cf027b37 18fbd289
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:36:45 2021 +0100
Merge branch 'espruino:master' into master
commit 18fbd2898da9fc2bfb16d0adf9cf2b97f5ce0f3d
Merge: 5be6981a df364bab
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:34:15 2021 +0000
Merge pull request #933 from peerdavid/master
[LCARS Clock] Added lcars icon to watch face.
commit cf027b3783cbbf8deca98fb3e1ee1922557686bf
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:34:13 2021 +0100
Update app.js
changed names of background images
commit 5be6981acdf3935b936bb85caf37780537518b66
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:31:42 2021 +0000
oops - named stub wrong
commit d328d94d34ea86dd99f958098c7f0a000b1e395f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:30:20 2021 +0100
Add files via upload
added background files exported from Emulator
commit c36fb16a684085c2eb6ada2c50021d3776f5e215
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:54 2021 +0100
Delete Background240_center.js
removed background240_center.js (wrong format)
commit 4719fada2843f1c8d6ae36d8d59d0fb95318d9b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:28:34 2021 +0000
Android Remove messages on disconnect, Fix music control (ref #909)
commit f431bd8a2c823e877ee6e78576aa4f39a0b5701f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:25 2021 +0100
Delete Background176_center.js
remove backgounrd176_center.js (wrong format)
commit 1b548c9bbb5a10769498b4ad1be04397fb889bce
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:27:33 2021 +0100
Update apps.json
adapted naming for image files
commit df364babab19550f75a01d707f0684d8547e8664
Merge: d28517b2 a1eeadfc
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 17:16:00 2021 +0100
Merge branch 'espruino:master' into master
commit d28517b2a5b5e7eaa6a8d9832d9352062addb3ee
Merge: cd93a201 465c93d8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:18 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit cd93a201f846e2c51a1ff9cc447dbbbdc2c5e2cc
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:15 2021 +0100
Moved logo
commit dd2bb22f076abff1aac2f32734b50fdcc5423861
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:08:57 2021 +0100
Update apps.json
use .js files as background images
commit 03c5f996f4998ebc1e6bfea7e77d3a61743c0c69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:07:21 2021 +0100
Add files via upload
added background files as js
commit 7d81bfe2bbdf5095ac7550247eddbe6827cec4c0
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:53:40 2021 +0100
Update apps.json
added missing "url" to background storage
commit 51b73894e461af6312b6fca28e0b5888e9f98da6
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:51:40 2021 +0100
Update app.js
use background images from storage
commit dab36d05a77563e9a839f38807bfd7cfe09a1f69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:48:50 2021 +0100
Update apps.json
added background images to stroage
commit 31f28093411e4f501dd49f98359af43e71e8b27e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:44:49 2021 +0000
Fix https://github.com/espruino/BangleApps/issues/927 - App loader offers to update unknown apps
commit a1eeadfc224a976e3fca6a00ca47d1c1389fa70f
Merge: 68429483 0a695e51
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:40:09 2021 +0000
Merge pull request #934 from Ronin0000/master
Fix School Calendar Bug
commit 0a695e5143fbff3935e80b9df85720f065b1e185
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:09:14 2021 -0800
Update custom.html
fix bug that was for testing
commit cfecc24f42d257d565f21571a50b825cffb2f1c3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:05:47 2021 -0800
Delete boot.js
commit 684294830d75459982845920cb30815236dc0917
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 13:57:46 2021 +0000
app manager works in bjs2
commit 465c93d830300054722f10f483a9023c6ec315e7
Merge: d20f5e59 3ba779ee
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 14:53:47 2021 +0100
Merge branch 'espruino:master' into master
commit d20f5e597e72d8392af3e9b745a4dfab36e8797f
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:53:27 2021 +0100
Updated screenshot
commit a283cf58fb90b1852d8e414fb01010632a65ba46
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:51:55 2021 +0100
Included lcars logo
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 3ba779ee5826a60f127ed12f0eeaa2a848f53b4c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:48:34 2021 +0000
Fix bangleapps after recent PRs
commit aaf06b113c72e1487651d30602ba79c95a41d6ff
Merge: a0351381 06a6b72d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:42:26 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 9600f16671ab5a9fc772a959a7110622baa5e606
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:19:48 2021 +0100
Updated changelog
commit 98577b626960bd971af483ef709655dfe0ac1f00
Merge: 1ccabca0 d3cd47f9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:52 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 1ccabca0c6f1cf79c1b5d6a56749ab752a4d1850
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:50 2021 +0100
No hrm icon - its shown too much.
commit d3cd47f95704e7c508e1e311d3224826f3fd73ce
Merge: 2e18795c 06a6b72d
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 11:12:43 2021 +0100
Merge branch 'espruino:master' into master
commit 2e18795c5780148c6f52d50cd69849b5893b1cdb
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:11:33 2021 +0100
Fixed string
commit 36edd449c5398147536d20c2b4f11040cb3105b9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:10:33 2021 +0100
Minor change
commit 06a6b72d42fc55a224bb5d133640670c21d6cae0
Merge: a39d4102 be083113
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:03:45 2021 +0000
Merge pull request #925 from Ronin0000/master
Add School Calendar
commit a39d4102963fc1593e1f2f8ea3f4372a3da4da6f
Merge: ab2cb243 930cfa13
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:02:41 2021 +0000
Merge pull request #928 from peerdavid/master
[LCARS Clock] Icons for different states such as GPS or HRM.
commit 5c3b0468d4ce9a51249f6f098c3e6ba84ba1cf41
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:59:26 2021 +0100
Update apps.json
corrected format
commit 336501059da7bceddba9e300c5b6d5bd1aba6a3a
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:56:25 2021 +0100
Update apps.json
removed background image
commit 3f4c49a8aef6ba79419f00d86fc4f02435b72e21
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:55:07 2021 +0100
Update app.js
integrated BG image into app
commit ff3223e1b906957811cad815df88ad495e70a95f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:51:02 2021 +0100
Update app.js
added "require" for bg image
commit ab2cb243857e50e7bb80ee163e4bc153302446a7
Merge: adadf7ef 162dc1f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:51:01 2021 +0000
Merge pull request #929 from weeurey/master
Update app
commit adadf7efd39b01466cfd348e13c5a02deaa6bf4d
Merge: b7f403e7 0f9d938f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:26 2021 +0000
Merge pull request #931 from reelyactive/master
emojuino@0.02
commit b7f403e79bf5fae387c5f6d0522f49ce917362a6
Merge: f4e997d4 46383d4d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:12 2021 +0000
Merge pull request #930 from rigrig/gbmusic-fix
gbmusic: fix "previous" button image
commit a03513812956c629f003824b46bb6763734eead8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:44:24 2021 +0000
fix download icon on android
commit b128f5c15569de9e2be0717f270cfd90e006d5ab
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:38:02 2021 +0100
Update apps.json
added background image to upload
commit 930cfa13315046c621a5444632f7b12bbd956fae
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 09:43:24 2021 +0100
New HRM Icon
commit 7f3f7b9eee3c23c922645274dd8d7947def8158d
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:26:37 2021 +0100
Currently, no confidence > 80 is reached...
commit 1fb861b82c4cc75b94dc6875280fbd411390bc71
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:25:11 2021 +0100
HRM confidence of 80 to display
commit 7d95221e166770be91bf76374f926fe996356009
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:24:15 2021 +0100
Minor change
commit 6d8d98fb03e7bed42c3feeee771ddfcd78b60ea8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:21:41 2021 +0100
Show HRM
commit a0cc4c633e0e6853a0f170a5358b7e1f11e310af
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:10:00 2021 +0100
Minor changes
commit be083113316ec7ba07d780b6593cb9adfd748298
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 19:11:40 2021 -0800
Update custom.html
commit 0664a44c454107d4e3ff039d12baffea3e90cf5f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:52:43 2021 -0800
Update apps.json
commit b032ca0fc1936e650a459f766799e197daf2a4dd
Merge: 7fd37f7e f1f063fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:27 2021 -0800
Merge branch 'espruino-master'
commit f1f063fd1adb553c548a3aa54156bce00b4ca48d
Merge: 7fd37f7e f4e997d4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:09 2021 -0800
merge3
commit 0f9d938fa6970df18fbe99f3c707b94aa26d15c1
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:23:17 2021 -0500
Version bump
commit 5a01047cd0b30e4b7b253d784bd0b5755fc0c2e2
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:21:29 2021 -0500
Added screenshots
commit ae55c2d39fc936cfa1954d44b7f76dc91c21ced3
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:09:26 2021 -0500
Allow emulator, specify type as app
commit 58f9e7cd5b59904651fb878a89844ee4ccfb23df
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:03:18 2021 -0500
Upgrade to emoji images and supporting text
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit 7fd37f7e4e669c0aea7b5324b85f9d85ca394dcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 12:18:44 2021 -0800
Update custom.html
commit 84d9ca4b337e36c4f62ffce4b3059f8f2909d482
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:57:14 2021 -0800
Update boot.js
commit 740f4a95665fd92ad87e83dd381da7e55c2e4b18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:52:27 2021 -0800
Create boot.js
not part of the current merge
commit d3538a03f10f6323afc8656cef397a561cf35bf0
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:12:50 2021 +0100
Added raster
commit 20310fdb75b11fe8b3ea38dc7810732910537169
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:02:27 2021 +0100
Smaller icons
commit 3863be18301cec9fec480db7fe28a19439c708d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 09:06:52 2021 -0800
Delete apps/schoolCalendar/fullcalendar/interaction/src directory
commit 5d8c13a7e6a934e8b750f0ab4871e3dcc67c09bf
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:56:29 2021 +0100
Updated screenshot accordingly
commit 21134a1dcdc102755171af26e99ae86f3559996f
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:55:21 2021 +0100
Better background
commit cab3d43085b2edf4dc97ebf05785bb5b446a88da
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:39:48 2021 +0100
Better alarm - shown only in icon so we can display more data.
commit db22bac0ecd48633d6acf0874127a1b28821d8ea
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:11:15 2021 +0100
Use correct alarm icon
commit 162dc1f29346ab0f6ff4b7cd4128826292ca766e
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:11:07 2021 +0000
Update apps.json
commit dc24ae9bfba1786d4d8a3e22871c4da7bda9fb92
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:10:58 2021 +0100
Better HRM Icon
commit 8e688d144ab30ff87f31b51ab457688ce03c4c23
Merge: 741f7aab f4e997d4
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:09:43 2021 +0000
Merge branch 'espruino:master' into master
commit 741f7aab5239e6fa6ae48e1a5351216dfcfc4177
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:08:38 2021 +0000
Update apps.json
commit 247ed9faa2e8b8463374fea05d4bb04ddda2cfc1
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:07:39 2021 +0000
Create ChangeLog
commit d878d46d4ccc5128643034c535cff69984ab7853
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:05:57 2021 +0000
Update app.js
commit c720fc314b516e1007452ad18ce51bc4fefefec1
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:03:21 2021 +0100
New alarm icon
commit 75fbd6882d1368c73db1b96fac79f4202d6a5e53
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:37:48 2021 +0100
Added icon for alarm
commit eb20f15537d8b6be7226b2ae49fc6e6dd0474124
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:33:42 2021 +0100
Compeletely new design with icons for GPS, HRM and Compass. All Icons are open source and mentioned in the Readme.md file.
commit 46383d4d5547bca38a2a07ea01d67afa0166bedc
Author: Richard de Boer <git@tubul.net>
Date: Mon Nov 22 13:18:01 2021 +0100
gbmusic: fix "previous" button image
commit 1bf5132a5caf41398125e0c7f2bad72ffa300df2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:07:49 2021 -0800
Update custom.html
commit 618c5b7a10ebe610205ab463c395f65948e5a763
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:02:29 2021 -0800
Update custom.html
commit adfeb5e535564f8851fcdc080e2fa10d9acced9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:00:21 2021 -0800
Update custom.html
commit f950fd2ee88486e3355efd30823d50de799e8418
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:57:52 2021 -0800
Update custom.html
commit 3ee0e9bae6ee137c6e36672c9aa6a20d1c072caf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:49:48 2021 -0800
Update apps.json
commit 387bd30236b5d765b396eba24ad43120ceb6c384
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:48:14 2021 -0800
Rename ChangeLog.md to ChangeLog
commit 6e07f282b8918ac3b8f333c7c4156980a44ff1d6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:41:26 2021 -0800
Add files via upload
commit fea37b4992e65a5ca54648f88281ce2623f6a55f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:40 2021 -0800
Update apps.json
commit 939d8f6a9ae71b49c13f7dbf1455bb2fec60462a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:21 2021 -0800
Add files via upload
commit 854ae5361d1b2400f6b6d1b2c2239f46d1e16bc9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:34:28 2021 -0800
Update README.md
commit 426768eb11e34ea7a04010e6fe7da1a5a5187f40
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:32:14 2021 -0800
Update custom.html
commit bf994d9acc8b79ebda1e47dc5ebc5158210d6205
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:24:29 2021 -0800
Update apps.json
commit 7c74c5d43f9f66b6374cabd4e247d1560e5f29a1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:15:40 2021 -0800
Update apps.json
commit 8981aa3f614c388c74d73ccd25e16f5e6eabde9f
Merge: e878e547 100384f2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:12:19 2021 -0800
Merge branch 'espruino:master' into master
commit e878e5478713b0b3cae0bb86e28f998cbfeb9b10
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:11:43 2021 -0800
merge
commit 3bde4d2e48711186ae26036baea8f880c2aac7c4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 16:12:16 2021 -0800
Update custom.html
commit 5f3c93df8cc8b73c432ea31b15e84e4b106256de
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:37:41 2021 -0800
Update custom.html
commit 26bd9e35be993aae4deece775ac85f53f877b122
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:35:47 2021 -0800
Update custom.html
commit 8f2cc6e2137cf29e03435123e96d9c6c550864d1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:34:09 2021 -0800
Update custom.html
commit 66f061112301898b011412e91982dbefc7cc2d1e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:32:48 2021 -0800
Update custom.html
commit 87a9504912b8753dc63700207ee89acacbb34726
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:30:44 2021 -0800
Update custom.html
commit 626498da9d296fecf6776b836def4eda87027d85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:24:01 2021 -0800
Update custom.html
commit 3472ca355a1a71d3fa3f464ece2b81dce7f4eeaa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:21:57 2021 -0800
Update custom.html
commit 529b0cb4637652dfc0a3ba6688b863b5f47437ca
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:19:53 2021 -0800
Update custom.html
commit e77d9980023f041a87743ac1fd3c48a3f0652a8e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:18:21 2021 -0800
Update custom.html
update
commit a712c37c7652f7bc46c4d7761df93b3d28e17229
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:17:58 2021 -0800
Update custom.html
commit 4d9d6abb9ef466e4058510efe9eec295f60127e9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:14:02 2021 -0800
Update custom.html
commit f35b24844810a90f08f731cc9e63535be217e4cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:09:44 2021 -0800
Update custom.html
commit d0336b2854d7e0892c440ef8c5f83bcbe1374a9b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:06:56 2021 -0800
Update custom.html
commit 640c8e491e489e9ea88282cf0bfe14004838b3db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:03:42 2021 -0800
Update custom.html
commit 604153cb2408399ce1420b43ef87f41c09d3daa6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:01:45 2021 -0800
Update custom.html
commit 0f8f1e38e85a8c1c49057f4b891209bdfad67aef
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:44 2021 -0800
Update custom.html
commit 7f7dcb0bcf89b1d66f60481efaa09f5956ee4ecc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:22 2021 -0800
Update custom.html
commit d42fe03dc8fcbc0f68857dd9f887c8cc4eff1c06
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:55:08 2021 -0800
Update custom.html
commit 98f172fad442e89f53c45ac47f2388a08049855a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:53:01 2021 -0800
Update custom.html
commit daf8dde32bc81b8f04402c4728eac41784751cd5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:49:25 2021 -0800
Update custom.html
commit 408bd24080a2f7dcf1e6d0c33dab65da4dff82cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:48:38 2021 -0800
Update custom.html
commit 68db21acbb837b12d84d9930d451d2ba90e251dd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:44:30 2021 -0800
Update custom.html
commit 45feb1b2ffb17b8835c505bc4a4f825ddc17bf4f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:42 2021 -0800
Update custom.html
commit 3bc5fd87b61cbb9b867009d933342fe627da982d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:12 2021 -0800
Update custom.html
commit c3eede9868ee342bc4248e71a874c2e6b332dcdd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:37:42 2021 -0800
Update custom.html
commit 8426356c01a23ae769c79f726b95ea64f4428574
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:35:55 2021 -0800
Update custom.html
commit 93f09c216a1eb9aa876c88a1f806ccb709e971b7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:39 2021 -0800
Update apps.json
commit cb748a251dbd11e87615d82081522953607b3a27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:20 2021 -0800
Update custom.html
commit a994ed66301040f60d5f99b672a6081152a20d6c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:53:38 2021 -0800
Update custom.html
commit b76bb48973dbabfaf56bdec4aee44a483f94d129
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:50:08 2021 -0800
Update custom.html
commit f99ce683e9ce42431321fc711e061955bc0220fb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:46:32 2021 -0800
Update custom.html
commit ddfdd94ff845d3d8560158cde184a9a19a3d2142
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:42:51 2021 -0800
Update custom.html
commit 52675f7eff140426532f81da9c84c5d7803d0cda
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:48:03 2021 -0800
Update custom.html
commit d4911034145e3d98b99d649be55c75671e2f5c5c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:44:23 2021 -0800
Update custom.html
commit 71ff5959aec6a5f8302bda513d2c1371bbed0743
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:58 2021 -0800
Update custom.html
commit daba705b37b9952cba2910c3c0bed23e58aaf2fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:16 2021 -0800
Update custom.html
commit 19cb5fc749abeefe378205531d18b97562ddfc47
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:39:15 2021 -0800
Update apps.json
commit 6c20945898b84a02d6b440923a5afd994c7d97aa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:37:41 2021 -0800
Update custom.html
commit ff519bdc0d9bca530284d98cad9fd023ad37d50d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:15:29 2021 -0800
Update custom.html
commit 34843d703aae0b6a33be352ad0f8408d8d17d07b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:11:54 2021 -0800
Update custom.html
commit 4da82197f32b280e4192d5bc9a5ba174fbad4ace
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:01:20 2021 -0800
Update custom.html
commit a9c5a32bc1359d8288f4fd6b6da50eaf40910c9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:56:54 2021 -0800
Update custom.html
commit 352fea34791ccf06450a516ab2a2daf22353c641
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:53:38 2021 -0800
Update apps.json
commit ab6f56c381a54e4ab3466625a9eb794eef5dd2a0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:52:34 2021 -0800
Update custom.html
commit a65742ce346039ef901e70157620aabd95bbca35
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:48:25 2021 -0800
Update apps.json
commit a1a387dd600f7e5c3879d74cd5a516d7566fb7bb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:47:52 2021 -0800
Update custom.html
commit 180e88e0e44dc3ca09291a7d37b6fa4df637fa78
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:50 2021 -0800
Update custom.html
commit 0099736b8c64e8f1afefd4d52b526151e3ac700a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:14 2021 -0800
Update apps.json
commit 1fdf4e954e23fe0514b8d795224c2edafd5941c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:43 2021 -0800
Update apps.json
commit faa5b6b21aa8b7062dc62499e8361b8233cf9408
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:10 2021 -0800
Update custom.html
commit d617803c13ec381f35a9d30f99a267dca02c9cf1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:44 2021 -0800
Update apps.json
commit dc669254bcccad425153d209d6dcdf002f64a30d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:10 2021 -0800
Update custom.html
commit 303247fb4e66802ed7f5c2ee404ce0a28221ec2d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:25:00 2021 -0800
Update custom.html
commit d836cbd2ba256adfffa55f1d12fda02ae8ac760c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:15:16 2021 -0800
Update custom.html
commit e206bd4e1cad4aab266fd376fa525500941878a8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:08:00 2021 -0800
Update custom.html
commit 1a6c1acce50fe2fe2e49bfc26b3ac98c1db5aa13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:04:06 2021 -0800
Update custom.html
commit aa20fac50ed19adfb9248fd9cda1ebb7c31f95b1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:02:52 2021 -0800
Update apps.json
commit 5625414e90c78677040420f342f29e96f088469b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:34:30 2021 -0800
Update apps.json
commit ebc2d8096144e6150920efc4b63e8f1e3f52eb00
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:33:27 2021 -0800
Update custom.html
commit 6c43de3766433c1f9fa1d01fd24cbfe0839e19c0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:21:11 2021 -0800
Update apps.json
commit 37da3c68aeeb5fec1ef3d8965fa3d8170074d791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:19:46 2021 -0800
Update custom.html
commit 92707b9d13ed269a41684ce45111376694cb6e58
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:12:50 2021 -0800
Update ChangeLog.md
commit d3ca682cff08be0bb2a64ab057f6efdf36b4e094
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:09:56 2021 -0800
Update apps.json
commit dfd9e59993944f6323120f8af660d880c63c6793
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:08:52 2021 -0800
Update custom.html
commit 5d24a09ffa2d9cad10a5fae3c7b4d5fafc944aa9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:04:41 2021 -0800
Update apps.json
commit e965bd7d962108a2944824eb6579fce435876966
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:43 2021 -0800
Update custom.html
commit 345d9c155135fc4d0a2b8d00b3528b363a584ced
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:12 2021 -0800
Delete schoolCalendar.js
commit dc9db8a4767d4c16d92645131d977263e2468521
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:58 2021 -0800
Update schoolCalendar.js
commit 58df0a5ca26684b4da84929c8c388ca5c37acabd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:03 2021 -0800
Update apps.json
commit 65ad4979e8d58b51f11f3bcc86f31ab303a5d7b6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:27:10 2021 -0800
Update custom.html
commit 9c07800c5ef948a1b9b2071e7bdfe46809fefa1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:07:38 2021 -0800
Update custom.html
commit b108bc45fb8bfa266e4d4ad3e66a9f65cec96c92
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:58:24 2021 -0800
Update custom.html
commit d871855f8e217b27ea73ed28b389bbc8aea59d62
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:55:58 2021 -0800
Update apps.json
commit 99112920b287568db32c5e43b47cfc2ee0cf71a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:47:34 2021 -0800
Update apps.json
commit 37f4329ec57bc4a96a1b2a0847406f6a05cad520
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:49 2021 -0800
Update apps.json
commit ba2aee642bf90307757bb85fda6aa0db01bed5e5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:06 2021 -0800
Update custom.html
commit 98048dc23cb1caf3aafbf1d1ecfa461ba5943925
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:37:23 2021 -0800
Update apps.json
commit 1a53e8d34af89f0e6c889653961350a898deea81
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:33:43 2021 -0800
Update custom.html
commit 993bb7298c8fbc9348e6668b70a555c51dc54a09
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:31:41 2021 -0800
Rename interface.html to custom.html
commit 3a3962bfdc0365e75f8804b61293ec91084f6698
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:30:12 2021 -0800
Rename custom.html to interface.html
commit c8ad92a3dcb7b8a0df83f2e720b6730dd785e829
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:20:33 2021 -0800
Update apps.json
commit ae85c1cee709457b10233205c057f946ea15fe83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:14:33 2021 -0800
Update custom.html
commit c1b467ba8e96f58b27eb3b9b2dc2b859fa89e227
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:14:50 2021 +0000
Update app.js
commit 438537ace2358f5b798bdfde92ebf78db81abc49
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:10:03 2021 +0000
Update app.js
commit e6d736860d7d7511f08474a4d8f6446ebe97e634
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:57:57 2021 +0000
Update app.js
commit e1add5e2b2a068873d0102324d61f9ff5532924d
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:45:02 2021 +0000
Update app.js
commit 09be008dfaf764b542a80f4dbbde6ab26314713e
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:39:48 2021 +0000
Update app.js
commit 9f26994f5c66a5ee88a702c7a73d8bcc0c8236c3
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:33:47 2021 +0000
Update app.js
commit 0cf4c5d70a97480185296b32137fcdc179fddcc4
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:10:31 2021 +0000
Update app.js
commit cfdb94439526722ca757b8ee748d298f6a76d9e7
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:32:34 2021 +0000
Update app.js
Add Media controls
commit e3cd8f5607f912002d3ec0adf833834058a492cb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:16:37 2021 +0000
Update app.js
Removed extra unneeded code
commit ceed8a123836f5da6fb8c5d6741e2224a3e4a0af
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 15:05:28 2021 +0000
Update app.js
commit 721a3f2608ee0012767cfacd5c69aa91a7bba5f6
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:39:30 2021 +0000
Update app.js
commit a16bfe4d7350b34c694050448f2aefc990d19dcb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:32:57 2021 +0000
Update app.js
commit e72bf84a7a05c4208e8c1d5f60815a9f57ca11c4
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 21:29:57 2021 +0100
use dark theme for metronome
commit 071a7a7e683a649b9f75fdc92b9f56804cd0af87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 20:46:18 2021 +0100
add support for Bangle.js 2
commit 7a7175fa483e4e9fcd5912d83e9519274d67b4f0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Nov 4 16:00:41 2021 -0700
Update custom.html
commit e2928498690565ba7d0454aaa4265bc8adfda712
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:32 2021 -0700
Rename interface.html to custom.html
commit cd7579269efe8d54a5a5680b8126ea38f9ce54be
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:04 2021 -0700
Update apps.json
commit df7f9cc530194025708b712565a410aed1d73e95
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:20:09 2021 -0700
Update interface.html
commit ada94b11cfbebfeaa010cee1b39d0f92591d4e13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:06:50 2021 -0700
Update interface.html
commit 08fc58deb57847cca7d81bf84a54df16ce97528f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:20:57 2021 -0700
Update interface.html
commit 04b9e74a4d2cd84dd9b64b0ba6fba1167fc400e7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:10:58 2021 -0700
Update interface.html
commit be7af68455ff4b5034c0baab9d8c138b9b024707
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:08:24 2021 -0700
Update interface.html
commit aaee5f3c0610de7a48bdda7fe9c6064dff97780e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 19:13:08 2021 -0700
Update interface.html
commit 73819933eeb57f32935e6ad93a146bdbee6d8be6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:52:09 2021 -0700
Update schoolCalendar.js
commit fa5cbd71c618a2053ec3217048c74a723c46f03f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:49:22 2021 -0700
Update README.md
commit fa392008d1e30a6df05245eac969badf4188fb74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:45:24 2021 -0700
Update README.md
commit c280e41560a3812ee83ca461e098bc35b80ef439
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:42:39 2021 -0700
Update README.md
commit 6b84a8eb3007cca6abd31cc1d3d0552cc79cb492
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:26 2021 -0700
Update schoolCalendar.js
commit 5bbfb1109910856575cc348012dbc44d489a8005
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:11 2021 -0700
Update interface.html
update interface
commit 6660dad4c01c66c20670cfd415b6ad063d9b5b74
Merge: 8c003cf6 1e0f6cd6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 07:35:54 2021 -0700
Merge branch 'espruino:master' into master
commit 8c003cf6ffb5a8b3437897a1e57a6a020b5e02a4
Merge: 5c11881f f1ce196a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 15 07:33:21 2021 -0700
Merge branch 'espruino:master' into master
commit 5c11881f752edbdef3031f0a48109a196eced80a
Merge: 8c149dbe be34e2b0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 14 17:14:45 2021 -0700
Merge branch 'espruino:master' into master
commit 8c149dbea1cfd34e815b64ca354840b811a82222
Merge: 7888cc6c 300ed35b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Oct 13 07:46:16 2021 -0700
Merge branch 'espruino:master' into master
commit 7888cc6ce0bbabf99c7dd39f002810d262af07fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:59 2021 -0700
Create README.md
commit 36a52b8b001a4515d715950db56e411a6c4842b2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:52 2021 -0700
Update README.md
commit 4f5558c41e75f6e91a34842f7b42fa85970dce5e
Merge: 5db16d19 68cc9fbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 16:43:12 2021 -0700
Merge branch 'espruino:master' into master
commit 5db16d190b1439293d9f0af16d37fea29db8830c
Merge: e7995505 54d98db6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 07:03:23 2021 -0700
Merge branch 'espruino:master' into master
commit e799550544e55ef94ef48f905283625e50f73e97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:57 2021 -0700
Update schoolCalendar.js
commit 89f82a50436d4eab82574d310077d19154a8ab59
Merge: 7107d510 f3712e66
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:38 2021 -0700
Merge branch 'espruino:master' into master
commit 7107d510a5301f50ca5dc1bf9d4463ad99a33af8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 20:06:28 2021 -0700
Update schoolCalendar.js
commit a61879753285b4469772f51474c29fe86a5aa942
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 19:55:30 2021 -0700
Update schoolCalendar.js
commit 3c9e46c2160f4ff58708afc0d08ce2e5d27df097
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:59:03 2021 -0700
Update apps.json
commit 941bc852c1ab4472dc74a7f84e12e92ab891432e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:53 2021 -0700
Add files via upload
commit 4cbfac212e6999887cfafd37d9c809919a014e27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:26 2021 -0700
Delete apps/schoolCalender directory
commit c7b723f87e5e6fb0858c09ee2910510267d73fd6
Merge: 8d2f4ccc ba08863b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 07:31:25 2021 -0700
Merge branch 'espruino:master' into master
commit 8d2f4ccca761e1695620b072e116b94272850427
Merge: 7846b48c 44aa03e4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 1 07:31:42 2021 -0700
Merge branch 'espruino:master' into master
commit 7846b48cf67ab024970b90948096f9258e1c184c
Merge: 59aa9909 d0fd2f01
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 30 17:22:33 2021 -0700
Merge branch 'espruino:master' into master
commit 59aa99092dac99b9a13bbc2a7153dd2b44a6fb67
Merge: 9061acee 03bbe1d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 29 08:06:54 2021 -0700
Merge branch 'espruino:master' into master
commit 9061acee5db851bd58295785cc7542a7c066b4c8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 17:44:12 2021 -0700
Update interface.html
commit 79bacc45932ce8842cbf12d23c36a41e992b438e
Merge: bb5fcdaa 48bb819b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 07:12:44 2021 -0700
Merge branch 'espruino:master' into master
commit bb5fcdaafc1e344bf2d717c3eb238f763f255215
Merge: 814fbdd6 28bd9e83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 27 16:15:07 2021 -0700
Merge branch 'espruino:master' into master
commit 814fbdd61ef41676d07719b5b1b297fbbc03ec6f
Merge: 83d88a1e f3fd0f25
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 25 08:01:44 2021 -0700
Merge branch 'espruino:master' into master
commit 83d88a1ea191e2e6b669d284d94b4180b9ea54aa
Merge: c9bed74e 71471d37
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 24 19:35:52 2021 -0700
Merge branch 'espruino:master' into master
commit c9bed74ec2e240e2daf26bf9ec9432df91ac18aa
Merge: 1f130c53 16fe8470
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 23 15:21:18 2021 -0700
Merge branch 'espruino:master' into master
commit 1f130c53b46546328260a6b94ad182be5d55ff18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 22 07:25:41 2021 -0700
Update interface.html
commit 3d8ebe82c289156581799134b3c56fd02ade1fad
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:07:20 2021 -0700
Update interface.html
commit 2ca58d2cc436b72beb87d347b8d8c217b461e805
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:02:14 2021 -0700
Update custom.html
commit d8c149073fb6bca8f5f78ba4a031004adeab1a6b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:01:31 2021 -0700
Update apps.json
commit ceab5d46a23f913faf96be90e644458ac5546157
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 20:58:01 2021 -0700
Rename schoolCalender.js to app.js
commit 9b344eb1ecc577e96196d2a3d3fc8962198e90de
Merge: ec453c0e 3b15a7f9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 07:24:54 2021 -0700
Merge branch 'espruino:master' into master
commit ec453c0e100f7fd140305fe8ed4a62d3987e68f1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 19:45:50 2021 -0700
Update README.md
commit a8f7fe72923e1fe38042cb4752dac1429c6be426
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:31:41 2021 -0700
Update interface.html
commit 51c41d5c48a72b7a373e6f979c95bab9fa9ddb7a
Merge: b7a4ecb5 50ec8d97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:25:50 2021 -0700
Merge branch 'espruino:master' into master
commit b7a4ecb57857016c131ba72e101b3a11eb3cb06c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:48:24 2021 -0700
Update interface.html
commit 82320ab073c0b106f5260e26c0fb147d7c8fcd02
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:40:43 2021 -0700
Update interface.html
commit 27d025bf82cc5882dc39110c5c7799f657f2c57d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 14:01:04 2021 -0700
Update interface.html
commit bd92c0e67fce373f11aae3bbcf8f5a4c06f2e161
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:51:31 2021 -0700
Update interface.html
commit f0c596d14f6119bbe52e2f0d3912216785257536
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:40:29 2021 -0700
Update interface.html
commit d6542bac6d666af7c8fe1f67434611e6ccacc6a6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:29:46 2021 -0700
Update interface.html
commit 7a2ee0f7111209afa859761a62f80e93ca71a879
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:15:29 2021 -0700
Update interface.html
commit c65ddbfc522c54da540080a16d171edd42ce592e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:05:32 2021 -0700
Update interface.html
commit 43c684f389d97dd12815edbd93d0750f923f17b3
Merge: ddd1a83c 5f5b5c0d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:45:25 2021 -0700
Merge branch 'espruino-master'
commit 5f5b5c0dc2485f7e454acb9f364d240e3972d955
Merge: ddd1a83c cc2e1bbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:42:47 2021 -0700
Merge branch 'master' of git://github.com/espruino/BangleApps into espruino-master
commit ddd1a83c613a9f21ec8e37ba1151e1ca255a77af
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 18:27:57 2021 -0700
Update interface.html
commit 632c98f8be2ad6e2290e5eb98025559a42a47c34
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 15:13:46 2021 -0700
Update interface.html
commit c252f74e16edc5a1a1fcfe4ce72c9594f12a9624
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 07:31:16 2021 -0700
Update interface.html
commit b9b0a43e99db0c2d13c28bf6d65540925709d866
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:28:35 2021 -0700
Update interface.html
commit afafd449fb06abd3930d0eb40989dc12787c96d9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:22:01 2021 -0700
Update interface.html
commit 45a0d50b011ee50e9b1b4c6ce5a84e1290331b1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:15:25 2021 -0700
Update interface.html
commit eb146fe07bd5d71f49c5e267424d7b8206eee952
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:07:51 2021 -0700
Update interface.html
commit 34baf995e7f5288266b5da08bcac6d76202a92fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:04:33 2021 -0700
Update interface.html
commit 751fbdda43ea542db4887bed7b4d4e2ad7628a23
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:00:47 2021 -0700
Update interface.html
commit bc71f317311509e8f3fd5054e6c3efaa05bc0416
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:47:13 2021 -0700
Update interface.html
commit cfde9e14a87466a8dc7cb92934c3af373f6a43d0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:41:40 2021 -0700
Update interface.html
commit 135165c983beca48190d091e355436100beee41d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:37:52 2021 -0700
Add files via upload
commit d50ba356d68ebeffd028a924450d4a6ad4fddd74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:36:59 2021 -0700
Update apps.json
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit b51c84229798e7c3665f203c13023d9f6e24eb68
Merge: f4e997d4 d1da165e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 12:20:57 2021 +0000
Merge branch 'Combined' into Base
commit d1da165eb44fa50bea67506097768f1138574c8c
Merge: f927549b 2c257605
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:30:56 2021 +0000
Merge pull request #9 from t0m1o1/scaledlauncher
Update apps.json
commit f927549b2c1e88232f4df2c6ef7e160c3a8e0f7b
Merge: 3cfd575d 411118aa
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:16:59 2021 +0000
Merge pull request #8 from t0m1o1/scaledlauncher
Scaledlauncher
commit 3cfd575da46cf38347bbbb4d37645c0bd72833de
Merge: 9a311219 9d1429ca
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:04:17 2021 +0000
Merge pull request #7 from t0m1o1/scaledlauncher
Update settings.js
commit 9a311219b2d3a7d3594ca654c78ae7137a92fb8e
Merge: 43c42711 5b1b752d
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 02:56:33 2021 +0000
Merge pull request #6 from t0m1o1/scaledlauncher
Scaledlauncher
commit 43c4271101a4be6dbc28d7e34534d25242c159ae
Merge: dec967f1 084bba39
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 21:18:16 2021 +0000
Merge pull request #5 from t0m1o1/compass-fix
Compass fix
commit dec967f1ac5900e43099ef9bfef3bfbe84e1f8e4
Merge: 21c48263 dfa40407
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 20:56:22 2021 +0000
Merge pull request #4 from t0m1o1/Swipe-Launcher
Stop the swiping coming up if mode is undefined
commit 21c482639aa1f2d391ebb0508701cff3170b45c4
Merge: dea2ec96 4c9d04de
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:19:27 2021 +0000
Merge pull request #3 from t0m1o1/Swipe-Launcher
Update Swiper Clock Launch
commit dea2ec9693855d735662a4d344682e6105533bf2
Merge: 92d156fb 51766844
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:15:16 2021 +0000
Merge pull request #2 from t0m1o1/master
Master
commit 92d156fb398787a068a2f7ed81a78d90ed04bd70
Merge: 100384f2 7d37a9eb
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:14:13 2021 +0000
Merge pull request #1 from t0m1o1/Swipe-Launcher
Swipe launcher
commit 51766844e6ff346119739114c28b9d638ca57cbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:49:56 2021 +0000
Update apps.json
commit 6fda7a5f33ec6341d51529e680f5d0caa9c9fdbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:37:07 2021 +0000
Update apps.json
commit b7a067234413e2cd9cb531c366371e5d88f6bb21
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:32:09 2021 +0000
Rename hidmsicswipe.app.js to hidmsicswipe.js
commit 97065f1d62d40003eec09a2539d7294fe41bc4e5
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:55 2021 +0000
Delete hidmsicswipe.info
commit 21f184d6c4ad1f977c385d95c3966d95d446bf5c
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:10 2021 +0000
Add files via upload
commit 3917f28ae54db0e86b6429489c19a4180be759e0
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:45 2021 +0000
Delete hidmsicswipe.img
commit a65668300fc45082d6897e19c6efff556853f4d9
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:18 2021 +0000
Delete hid-music.png
commit 5fce838e8ab7d2b297c05a1ae735abcd4ba76d90
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:29:36 2021 +0000
Add files via upload
commit ffa37f2ab3b1fd2b921783e19ffb48673aad1a6e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:22:38 2021 +0000
Create hidmsicswipe-icon.js
commit b656e5973c302a39f7513364c66094132135bfc4
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:59:19 2021 +0000
Create changelog
commit ad943ca5658e4f68c205996c4ad42aa1ebbeb793
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:58:19 2021 +0000
Add files via upload
commit ac433ac7bd6d586e9b1ca11da924d64bd566ade2
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:57:39 2021 +0000
Create hidmsicswipe.info
2021-12-05 17:14:06 +00:00
"screenshots" : [ { "url" : "screenshot_b1_main.png" } , { "url" : "screenshot_b1_edit.png" } , { "url" : "screenshot_b1_lcd.png" } ,
{ "url" : "screenshot_b2_main.png" } , { "url" : "screenshot_b2_edit.png" } , { "url" : "screenshot_b2_lcd.png" } ] ,
2021-10-20 14:11:04 +00:00
"tags" : "tool,widget" ,
2021-11-20 18:35:29 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2021-10-20 14:11:04 +00:00
"readme" : "README.md" ,
"storage" : [
{ "name" : "qmsched" , "url" : "lib.js" } ,
{ "name" : "qmsched.app.js" , "url" : "app.js" } ,
{ "name" : "qmsched.boot.js" , "url" : "boot.js" } ,
{ "name" : "qmsched.img" , "url" : "icon.js" , "evaluate" : true } ,
{ "name" : "qmsched.wid.js" , "url" : "widget.js" }
] ,
"data" : [ { "name" : "qmsched.json" } ]
} ,
{
"id" : "hourstrike" ,
"name" : "Hour Strike" ,
"shortName" : "Hour Strike" ,
"version" : "0.08" ,
"description" : "Strike the clock on the hour. A great tool to remind you an hour has passed!" ,
"icon" : "app-icon.png" ,
"tags" : "tool,alarm" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "hourstrike.app.js" , "url" : "app.js" } ,
{ "name" : "hourstrike.boot.js" , "url" : "boot.js" } ,
{ "name" : "hourstrike.img" , "url" : "app-icon.js" , "evaluate" : true } ,
{ "name" : "hourstrike.json" , "url" : "hourstrike.json" }
]
} ,
{
"id" : "whereworld" ,
"name" : "Where in the World?" ,
"shortName" : "Where World" ,
"version" : "0.01" ,
"description" : "Shows your current location on the world map" ,
"icon" : "app.png" ,
"tags" : "gps" ,
"supports" : [ "BANGLEJS" ] ,
"storage" : [
{ "name" : "whereworld.app.js" , "url" : "app.js" } ,
{ "name" : "whereworld.img" , "url" : "app-icon.js" , "evaluate" : true } ,
{ "name" : "whereworld.worldmap" , "url" : "worldmap" }
]
} ,
{
"id" : "omnitrix" ,
"name" : "Omnitrix" ,
"version" : "0.01" ,
"description" : "An Omnitrix Showpiece" ,
"icon" : "omnitrix.png" ,
2021-10-26 12:15:21 +00:00
"screenshots" : [ { "url" : "screenshot.png" } ] ,
2021-10-20 14:11:04 +00:00
"tags" : "game" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "omnitrix.app.js" , "url" : "omnitrix.app.js" } ,
{ "name" : "omnitrix.img" , "url" : "omnitrix.icon.js" , "evaluate" : true }
]
} ,
{
"id" : "batclock" ,
"name" : "Bat Clock" ,
"shortName" : "Bat Clock" ,
"version" : "0.02" ,
"description" : "Morphing Clock, with an awesome \"The Dark Knight\" themed logo." ,
"icon" : "bat-clock.png" ,
2021-10-26 12:15:21 +00:00
"screenshots" : [ { "url" : "screenshot.png" } ] ,
2021-10-20 14:11:04 +00:00
"type" : "clock" ,
"tags" : "clock" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "batclock.app.js" , "url" : "bat-clock.app.js" } ,
{ "name" : "batclock.img" , "url" : "bat-clock.icon.js" , "evaluate" : true }
]
} ,
{
"id" : "doztime" ,
"name" : "Dozenal Time" ,
"shortName" : "Dozenal Time" ,
"version" : "0.04" ,
"description" : "A dozenal Holocene calendar and dozenal diurnal clock" ,
"icon" : "app.png" ,
"type" : "clock" ,
"tags" : "clock" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
"allow_emulator" : true ,
"storage" : [
{ "name" : "doztime.app.js" , "url" : "app.js" } ,
{ "name" : "doztime.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "gbtwist" ,
"name" : "Gadgetbridge Twist Control" ,
"shortName" : "Twist Control" ,
"version" : "0.01" ,
"description" : "Shake your wrist to control your music app via Gadgetbridge" ,
"icon" : "app.png" ,
"type" : "app" ,
"tags" : "tools,bluetooth,gadgetbridge,music" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
"allow_emulator" : false ,
"storage" : [
{ "name" : "gbtwist.app.js" , "url" : "app.js" } ,
{ "name" : "gbtwist.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "thermom" ,
"name" : "Thermometer" ,
Squashed commit of the following:
commit 5ed43a28b5b9d6820ee898f632535747c1e5913d
Merge: 4cf9192c a385c099
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:12:45 2021 +0000
Merge branch 'espruino:master' into Base
commit 4cf9192c4341a85eab1198b8663f48d276704ac3
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:25 2021 +0000
Update core
commit 69a54194a9eb41d0722fc061bec5c900b724e8cf
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:14 2021 +0000
Squashed commit of the following:
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit e040cc4e245a8fb4c55bfeb99cab12c62af5e7b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 15:22:16 2021 +0000
replace tabs!
commit 60c2fa710c4904827bfba868507a9f6d10d524a3
Merge: 38b2e417 f3cb7e9a
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:29:46 2021 +0000
Merge pull request #942 from madman2021/master
Add new TimeCal app
commit 38b2e417bf8e63be394a96ed24b9e3d174d5f45b
Merge: 94bd895b 43b38cc8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:26:43 2021 +0000
Merge pull request #943 from peerdavid/master
[LCARS Clock] Shows icons for charging and out of battery
commit 94bd895bafeb37250b64373692c9cceb3e9ece97
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 12:56:56 2021 +0000
welcome 0.14: Turn off and run later to use softOff to time is set right
plus other minor tweaks
commit 43b38cc8ab5796e25f65ace531be68a6a4134f98
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:40:47 2021 +0100
New screenshot. Updated version.
commit 34c6589f06a1a8ba0f7fe2e126b41d03dff7f45b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:37:07 2021 +0100
Minor improvement
commit c403a5af671cf70b18776fad83126adf66122f0f
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:36:21 2021 +0100
New design. Removed png icon files - only converted icons are needed.
commit 19655ea3279daf32ebfd4453db398915a8229946
Merge: 274b705c b1fb0e6b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:44 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 274b705c1e7313cf646412ec01bf17de9b1dabcf
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:37 2021 +0100
More lcars style
commit f3cb7e9a0b8f0ba3624b639415c9168c240905e8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:53:14 2021 +0000
Remove Icon as it renders massive
commit 1a9f5375557fc232acfe3f42d1198da827db5ab8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:46:03 2021 +0000
Add missing supports tag for TimeCal
commit 3738bde22a0d4cef2bd5c956a1a370e9a145689a
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:43:38 2021 +0000
Add TimeCal to the app library
Add TimeCal to the app library
commit b1fb0e6b7d88f53cff85f6a8d3eb416bebd35e92
Merge: 559e8208 dabc22c2
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 11:10:36 2021 +0100
Merge branch 'espruino:master' into master
commit dabc22c2d725ccddad8b08c0fa0b14af94d38e28
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 09:54:11 2021 +0000
custom code works on bangle2
commit 2e83a511d2032736a63bda38406b4f744a4130f1
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:51:20 2021 +0000
metronome supports bangle 2 now
commit cea51d06d07f09923d590357c33782861c342817
Merge: cd1daba0 4eee3f05
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:50:24 2021 +0000
Merge pull request #938 from bengwalker/master
Add Bangle.js 2 support for metronome app
commit cd1daba0c55e99f5a477407f47b932d050c0b6f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:46:13 2021 +0000
0.25: Fix issue where if Bangle.js 2 got a GPS fix but no reported time, errors could be caused by the widget (fix #935)
commit c03ab08687bbc7ed893ed2ef8c3be21f1e61e74f
Merge: 1750c72e f10bf240
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:40:53 2021 +0000
Merge pull request #939 from Ronin0000/master
Add Screenshots to Many Apps
commit 1750c72e94eab6ee22650d993ea31efa17e79c46
Merge: 5eeb1181 1def233d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:38:06 2021 +0000
Merge pull request #936 from Vingelar/master
Binwatch: re-format background images
commit 559e82088077ba79675c0012c921eae3ef32b16d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:14:04 2021 +0100
Minor design change
commit d24b8c80da7afd75a6f121a22e3694252aa3c57a
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:12:25 2021 +0100
Minor design chnges
commit f10bf24018add2df61a5fc422aee941b07c70082
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 17:04:07 2021 -0800
Update apps.json
commit c66b0982368a5e1ee74da598945df12d88cba679
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:53:48 2021 -0800
Update apps.json
commit 638fea73c791b4f11b6119c02ca2090c31b6bc83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:24:10 2021 -0800
Add files via upload
commit 4e79c896c65b2edc7dfcb7b4b2eb6ae1c96f60ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:23:33 2021 -0800
Add files via upload
commit 33809d8cdfa7ea3f02941c820b4836f20a9eb869
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:58 2021 -0800
Add files via upload
commit 6cb83284a7e7b9d2f8935835702e713f0f9b7b51
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:45 2021 -0800
Add files via upload
commit 7e521d0d29262227a32244d2929eb99fcb36fb98
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:17 2021 -0800
Add files via upload
commit 9985ff03f20469897ceb3dd1acb4f90ac850ebb8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:00 2021 -0800
Add files via upload
commit 6f437c39866562e05d8821bdb5150cd553f3a6cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:21:15 2021 -0800
Add files via upload
commit ffe218a0046d65464e96cdc59d1c10fbb708b791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:56 2021 -0800
Add files via upload
commit 9400133dd49762a7bfcff38e5a6249cbfd5753f7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:39 2021 -0800
Add files via upload
commit 76463d927940f590ed45cc51558723375217a34a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:37 2021 -0800
Add files via upload
commit 4011accb47eb53954acc3e27cce5b6f6cb025c57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:19 2021 -0800
Add files via upload
commit bc5960d61a40c08566a8e1977fa53c6528f04a85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:07 2021 -0800
Add files via upload
commit da5634beda72243f5ee6e4fc0e376c6c5f9c6ccc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:51 2021 -0800
Add files via upload
commit b9c4640f853d4992e57cd5d6b2e3f4d75db32d1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:25 2021 -0800
Add files via upload
commit d27a605a24cc06903084b6a796c9c93b7724150f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:07 2021 -0800
Add files via upload
commit 52baa42e69b1a7a8ef6bc2cae548298af4dcbf7c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:48 2021 -0800
Add files via upload
commit db3b6a58e49a3d5ce9b528011f3e0607474e4fa8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:16 2021 -0800
Add files via upload
commit f0de0d8a9d542fd960f13b36a2bb2a3548f06033
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:52 2021 -0800
Add files via upload
commit 6d4cb98ba83d0ab62406c00ed9fa8dcd139d2f8c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:34 2021 -0800
Add files via upload
commit 5f434d9d327fff8cebf41a45cf73ea9c96cb42db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:23 2021 -0800
Add files via upload
commit 6e72349f05e3773b0ae60217df8b6f266447f1ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:37 2021 -0800
Add files via upload
commit 03e4d0d7c01cdc214526891933f3c155f63ff2b5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:21 2021 -0800
Add files via upload
commit ead12a1c11e3937637e8af8b1d54218e0138e908
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:54 2021 -0800
Add files via upload
commit a1ed32c91380e03146dc4003a3ee6e400d0dd35f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:30 2021 -0800
Add files via upload
commit fae08d7a739b1a28faacb0105d5ad417171dddcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:57 2021 -0800
Add files via upload
commit b889e431edf72d64867c576135bc1470c4590db2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:32 2021 -0800
Add files via upload
commit f177480160184722b935623ebed05ad630a5a6a2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:02 2021 -0800
Add files via upload
commit a2fe8c3722f56c59957642cad2bb0a6454dc6f5b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:11:42 2021 -0800
Add files via upload
commit c1cdf15bf5413167692e9c7bd4f5fee31fe4d4c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:49 2021 -0800
Add files via upload
commit fb1c5529f037cc701e30d9da036a54236ea1ba1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:11 2021 -0800
Add files via upload
commit 530089e0830473574b38c172a964f9cfb49436a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:35 2021 -0800
Add files via upload
commit 3556e668560587c074ad435b977283e19367f69e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:12 2021 -0800
Add files via upload
commit e1e32772e4dd1943af6ed37407425998b0819e48
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:56 2021 -0800
Add files via upload
commit 8084bb92b7cfb12740129c57e1bb5c05ce13994c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:37 2021 -0800
Add files via upload
commit 2c997d2964d4ade4ba0aa5ef89a1b646c15a9751
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:18 2021 -0800
Add files via upload
commit 747626b66c880293481bd0a97cda8e32e0239d04
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:07:24 2021 -0800
Add files via upload
commit ed36fae0ac6def24ca20ab6229affbcf7502582e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:59 2021 -0800
Add files via upload
commit e8baad3c3775e26f8a88457ff8f361a18572e484
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:33 2021 -0800
Add files via upload
commit 1efcebe84aa2b2b00d6920a84d4e486b834c1083
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:16 2021 -0800
Add files via upload
commit 082d3d1e95e9bb98e10bb1679ae0dfba11bf44e0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:05:21 2021 -0800
Add files via upload
commit b10f62a6c55dd89bb15a97430b74269486a72807
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:58 2021 -0800
Add files via upload
commit 24b41c2c6fe40d18ffd9dfc0404f215cc9b847ff
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:42 2021 -0800
Add files via upload
commit 19a2ef1a44c78fe9b1922574f0a1eda20f2fbd43
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:01 2021 -0800
Add files via upload
commit 7089d6e74c438d3577ebf03857b0c1b6f73aaa2a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:03:38 2021 -0800
Add files via upload
commit 431824f828f0ea900c9d206e492cc7a6d1830f2e
Merge: 15aa41c7 5eeb1181
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 15:15:57 2021 -0800
Merge branch 'espruino:master' into master
commit 5eeb1181d049f1580f75657b9a9ac664041b26b9
Merge: 546a0b16 6b05d928
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:29:18 2021 +0000
Merge pull request #937 from rigrig/barclock-b2
Barclock works fine on the Bangle.js 2 :-)
commit 15aa41c766b2a25c7a83a1a6744706a7b2852aa3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:23:03 2021 -0800
Add files via upload
commit 6a93494e3fe516ccbc7755027f613bd9bd529021
Merge: 12443640 546a0b16
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:22:27 2021 -0800
Merge branch 'espruino:master' into master
commit 546a0b16cc32841b38a0d39b07ec6d18f58d21c5
Merge: cb6e14f6 18fbd289
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:55 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit cb6e14f6c12816224bbc3dc127e9817d0df7ae78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:37 2021 +0000
messages, start of call handling and message responses, fix for scroll issue when only 2 menu items
commit 12443640c95efbe9f25ed0ffe73280c84d90cd13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:54:22 2021 -0800
Update apps.json
commit 9bdc07f8617e457439522d5b4c84a65d1eba4ed9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:47:36 2021 -0800
Update apps.json
commit 4eee3f05e92e26aa5c70c1d2cefcc97ff4935b0d
Merge: aafc93f0 18fbd289
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:46:32 2021 +0100
Merge branch 'master' into master
commit 298fa47cd87e37b19cd142f47867843e24d08b57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:42:50 2021 -0800
Update apps.json
commit 52c07f6dc80e8eabd017fc324332c0594c173399
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:40:42 2021 -0800
Update apps.json
commit fe340d75bbb6c7814241becacddaca50435c5fe3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:39:31 2021 -0800
Update apps.json
commit aafc93f09a818f5bb6e4b6988246e4f8d049df87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:35:35 2021 +0100
Update README.md
update README
commit bd80ea5ca03b2e9d5f2eb562adc7305b3952d2e5
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:31:33 2021 +0100
Update metronome.js
print instructuions for banglejs2
commit 51afd5ef049c67f331931ee18b53e9d4e835342a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:29:27 2021 -0800
Add files via upload
commit ff62b603a27d6acea382af80496b6a35787a73ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:51 2021 -0800
Add files via upload
commit ffbd331c1376c5f393dafe62eaa62a9991949a3e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:29 2021 -0800
Add files via upload
commit 93c113a95a21dccfde6bb171d15b0f93e6d0f58a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:25 2021 -0800
Add files via upload
commit b2be26fccedfa52f00f275db8050c0c3e532859b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:07 2021 -0800
Add files via upload
commit 899e78539c3bb0e41e4d56aa854c4806715ccce0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:26:06 2021 -0800
Add files via upload
commit 50a88d41cd63e51a876e4fca58fe13c5af2088fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:35 2021 -0800
Add files via upload
commit b1d636bac2148007dd72becff0daddf24b80f0a4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:10 2021 -0800
Add files via upload
commit 6b05d928751b49d4910ddd3a6867e2d4cad6c93f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 19:42:12 2021 +0100
barclock: Fix time/date disappearing after fullscreen notification
By forcing a complete redraw at lcdPower-on
commit 32e3d326aa143eed99d26c81c9fbf870730591f4
Author: Richard de Boer <git@tubul.net>
Date: Sat Nov 20 17:13:36 2021 +0100
barclock works fine on the Bangle.js 2 :-)
commit 1def233de2434d272c6f712c9c213b7caff3ae92
Author: Vingelar <Vingelar@mantisse.de>
Date: Tue Nov 23 19:09:16 2021 +0100
changed format of bg images to binary raw format (export from emulator
commit e021aa2c9d5c44f9130e4bf67cb4b066d02cbd6d
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:59:49 2021 +0100
Update app.js
binwatch: adapted names of bg images
commit 3dd723d10bd3195257205a48dc79872668bd53cb
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:58:48 2021 +0100
Update apps.json
binwatch: shorten names of background images
commit 275402344ee927a51d0c100d4387c739d7a49968
Merge: cf027b37 18fbd289
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:36:45 2021 +0100
Merge branch 'espruino:master' into master
commit 18fbd2898da9fc2bfb16d0adf9cf2b97f5ce0f3d
Merge: 5be6981a df364bab
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:34:15 2021 +0000
Merge pull request #933 from peerdavid/master
[LCARS Clock] Added lcars icon to watch face.
commit cf027b3783cbbf8deca98fb3e1ee1922557686bf
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:34:13 2021 +0100
Update app.js
changed names of background images
commit 5be6981acdf3935b936bb85caf37780537518b66
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:31:42 2021 +0000
oops - named stub wrong
commit d328d94d34ea86dd99f958098c7f0a000b1e395f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:30:20 2021 +0100
Add files via upload
added background files exported from Emulator
commit c36fb16a684085c2eb6ada2c50021d3776f5e215
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:54 2021 +0100
Delete Background240_center.js
removed background240_center.js (wrong format)
commit 4719fada2843f1c8d6ae36d8d59d0fb95318d9b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:28:34 2021 +0000
Android Remove messages on disconnect, Fix music control (ref #909)
commit f431bd8a2c823e877ee6e78576aa4f39a0b5701f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:25 2021 +0100
Delete Background176_center.js
remove backgounrd176_center.js (wrong format)
commit 1b548c9bbb5a10769498b4ad1be04397fb889bce
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:27:33 2021 +0100
Update apps.json
adapted naming for image files
commit df364babab19550f75a01d707f0684d8547e8664
Merge: d28517b2 a1eeadfc
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 17:16:00 2021 +0100
Merge branch 'espruino:master' into master
commit d28517b2a5b5e7eaa6a8d9832d9352062addb3ee
Merge: cd93a201 465c93d8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:18 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit cd93a201f846e2c51a1ff9cc447dbbbdc2c5e2cc
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:15 2021 +0100
Moved logo
commit dd2bb22f076abff1aac2f32734b50fdcc5423861
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:08:57 2021 +0100
Update apps.json
use .js files as background images
commit 03c5f996f4998ebc1e6bfea7e77d3a61743c0c69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:07:21 2021 +0100
Add files via upload
added background files as js
commit 7d81bfe2bbdf5095ac7550247eddbe6827cec4c0
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:53:40 2021 +0100
Update apps.json
added missing "url" to background storage
commit 51b73894e461af6312b6fca28e0b5888e9f98da6
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:51:40 2021 +0100
Update app.js
use background images from storage
commit dab36d05a77563e9a839f38807bfd7cfe09a1f69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:48:50 2021 +0100
Update apps.json
added background images to stroage
commit 31f28093411e4f501dd49f98359af43e71e8b27e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:44:49 2021 +0000
Fix https://github.com/espruino/BangleApps/issues/927 - App loader offers to update unknown apps
commit a1eeadfc224a976e3fca6a00ca47d1c1389fa70f
Merge: 68429483 0a695e51
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:40:09 2021 +0000
Merge pull request #934 from Ronin0000/master
Fix School Calendar Bug
commit 0a695e5143fbff3935e80b9df85720f065b1e185
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:09:14 2021 -0800
Update custom.html
fix bug that was for testing
commit cfecc24f42d257d565f21571a50b825cffb2f1c3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:05:47 2021 -0800
Delete boot.js
commit 684294830d75459982845920cb30815236dc0917
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 13:57:46 2021 +0000
app manager works in bjs2
commit 465c93d830300054722f10f483a9023c6ec315e7
Merge: d20f5e59 3ba779ee
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 14:53:47 2021 +0100
Merge branch 'espruino:master' into master
commit d20f5e597e72d8392af3e9b745a4dfab36e8797f
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:53:27 2021 +0100
Updated screenshot
commit a283cf58fb90b1852d8e414fb01010632a65ba46
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:51:55 2021 +0100
Included lcars logo
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 3ba779ee5826a60f127ed12f0eeaa2a848f53b4c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:48:34 2021 +0000
Fix bangleapps after recent PRs
commit aaf06b113c72e1487651d30602ba79c95a41d6ff
Merge: a0351381 06a6b72d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:42:26 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 9600f16671ab5a9fc772a959a7110622baa5e606
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:19:48 2021 +0100
Updated changelog
commit 98577b626960bd971af483ef709655dfe0ac1f00
Merge: 1ccabca0 d3cd47f9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:52 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 1ccabca0c6f1cf79c1b5d6a56749ab752a4d1850
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:50 2021 +0100
No hrm icon - its shown too much.
commit d3cd47f95704e7c508e1e311d3224826f3fd73ce
Merge: 2e18795c 06a6b72d
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 11:12:43 2021 +0100
Merge branch 'espruino:master' into master
commit 2e18795c5780148c6f52d50cd69849b5893b1cdb
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:11:33 2021 +0100
Fixed string
commit 36edd449c5398147536d20c2b4f11040cb3105b9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:10:33 2021 +0100
Minor change
commit 06a6b72d42fc55a224bb5d133640670c21d6cae0
Merge: a39d4102 be083113
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:03:45 2021 +0000
Merge pull request #925 from Ronin0000/master
Add School Calendar
commit a39d4102963fc1593e1f2f8ea3f4372a3da4da6f
Merge: ab2cb243 930cfa13
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:02:41 2021 +0000
Merge pull request #928 from peerdavid/master
[LCARS Clock] Icons for different states such as GPS or HRM.
commit 5c3b0468d4ce9a51249f6f098c3e6ba84ba1cf41
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:59:26 2021 +0100
Update apps.json
corrected format
commit 336501059da7bceddba9e300c5b6d5bd1aba6a3a
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:56:25 2021 +0100
Update apps.json
removed background image
commit 3f4c49a8aef6ba79419f00d86fc4f02435b72e21
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:55:07 2021 +0100
Update app.js
integrated BG image into app
commit ff3223e1b906957811cad815df88ad495e70a95f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:51:02 2021 +0100
Update app.js
added "require" for bg image
commit ab2cb243857e50e7bb80ee163e4bc153302446a7
Merge: adadf7ef 162dc1f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:51:01 2021 +0000
Merge pull request #929 from weeurey/master
Update app
commit adadf7efd39b01466cfd348e13c5a02deaa6bf4d
Merge: b7f403e7 0f9d938f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:26 2021 +0000
Merge pull request #931 from reelyactive/master
emojuino@0.02
commit b7f403e79bf5fae387c5f6d0522f49ce917362a6
Merge: f4e997d4 46383d4d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:12 2021 +0000
Merge pull request #930 from rigrig/gbmusic-fix
gbmusic: fix "previous" button image
commit a03513812956c629f003824b46bb6763734eead8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:44:24 2021 +0000
fix download icon on android
commit b128f5c15569de9e2be0717f270cfd90e006d5ab
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:38:02 2021 +0100
Update apps.json
added background image to upload
commit 930cfa13315046c621a5444632f7b12bbd956fae
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 09:43:24 2021 +0100
New HRM Icon
commit 7f3f7b9eee3c23c922645274dd8d7947def8158d
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:26:37 2021 +0100
Currently, no confidence > 80 is reached...
commit 1fb861b82c4cc75b94dc6875280fbd411390bc71
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:25:11 2021 +0100
HRM confidence of 80 to display
commit 7d95221e166770be91bf76374f926fe996356009
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:24:15 2021 +0100
Minor change
commit 6d8d98fb03e7bed42c3feeee771ddfcd78b60ea8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:21:41 2021 +0100
Show HRM
commit a0cc4c633e0e6853a0f170a5358b7e1f11e310af
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:10:00 2021 +0100
Minor changes
commit be083113316ec7ba07d780b6593cb9adfd748298
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 19:11:40 2021 -0800
Update custom.html
commit 0664a44c454107d4e3ff039d12baffea3e90cf5f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:52:43 2021 -0800
Update apps.json
commit b032ca0fc1936e650a459f766799e197daf2a4dd
Merge: 7fd37f7e f1f063fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:27 2021 -0800
Merge branch 'espruino-master'
commit f1f063fd1adb553c548a3aa54156bce00b4ca48d
Merge: 7fd37f7e f4e997d4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:09 2021 -0800
merge3
commit 0f9d938fa6970df18fbe99f3c707b94aa26d15c1
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:23:17 2021 -0500
Version bump
commit 5a01047cd0b30e4b7b253d784bd0b5755fc0c2e2
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:21:29 2021 -0500
Added screenshots
commit ae55c2d39fc936cfa1954d44b7f76dc91c21ced3
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:09:26 2021 -0500
Allow emulator, specify type as app
commit 58f9e7cd5b59904651fb878a89844ee4ccfb23df
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:03:18 2021 -0500
Upgrade to emoji images and supporting text
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit 7fd37f7e4e669c0aea7b5324b85f9d85ca394dcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 12:18:44 2021 -0800
Update custom.html
commit 84d9ca4b337e36c4f62ffce4b3059f8f2909d482
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:57:14 2021 -0800
Update boot.js
commit 740f4a95665fd92ad87e83dd381da7e55c2e4b18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:52:27 2021 -0800
Create boot.js
not part of the current merge
commit d3538a03f10f6323afc8656cef397a561cf35bf0
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:12:50 2021 +0100
Added raster
commit 20310fdb75b11fe8b3ea38dc7810732910537169
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:02:27 2021 +0100
Smaller icons
commit 3863be18301cec9fec480db7fe28a19439c708d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 09:06:52 2021 -0800
Delete apps/schoolCalendar/fullcalendar/interaction/src directory
commit 5d8c13a7e6a934e8b750f0ab4871e3dcc67c09bf
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:56:29 2021 +0100
Updated screenshot accordingly
commit 21134a1dcdc102755171af26e99ae86f3559996f
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:55:21 2021 +0100
Better background
commit cab3d43085b2edf4dc97ebf05785bb5b446a88da
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:39:48 2021 +0100
Better alarm - shown only in icon so we can display more data.
commit db22bac0ecd48633d6acf0874127a1b28821d8ea
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:11:15 2021 +0100
Use correct alarm icon
commit 162dc1f29346ab0f6ff4b7cd4128826292ca766e
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:11:07 2021 +0000
Update apps.json
commit dc24ae9bfba1786d4d8a3e22871c4da7bda9fb92
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:10:58 2021 +0100
Better HRM Icon
commit 8e688d144ab30ff87f31b51ab457688ce03c4c23
Merge: 741f7aab f4e997d4
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:09:43 2021 +0000
Merge branch 'espruino:master' into master
commit 741f7aab5239e6fa6ae48e1a5351216dfcfc4177
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:08:38 2021 +0000
Update apps.json
commit 247ed9faa2e8b8463374fea05d4bb04ddda2cfc1
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:07:39 2021 +0000
Create ChangeLog
commit d878d46d4ccc5128643034c535cff69984ab7853
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:05:57 2021 +0000
Update app.js
commit c720fc314b516e1007452ad18ce51bc4fefefec1
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:03:21 2021 +0100
New alarm icon
commit 75fbd6882d1368c73db1b96fac79f4202d6a5e53
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:37:48 2021 +0100
Added icon for alarm
commit eb20f15537d8b6be7226b2ae49fc6e6dd0474124
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:33:42 2021 +0100
Compeletely new design with icons for GPS, HRM and Compass. All Icons are open source and mentioned in the Readme.md file.
commit 46383d4d5547bca38a2a07ea01d67afa0166bedc
Author: Richard de Boer <git@tubul.net>
Date: Mon Nov 22 13:18:01 2021 +0100
gbmusic: fix "previous" button image
commit 1bf5132a5caf41398125e0c7f2bad72ffa300df2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:07:49 2021 -0800
Update custom.html
commit 618c5b7a10ebe610205ab463c395f65948e5a763
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:02:29 2021 -0800
Update custom.html
commit adfeb5e535564f8851fcdc080e2fa10d9acced9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:00:21 2021 -0800
Update custom.html
commit f950fd2ee88486e3355efd30823d50de799e8418
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:57:52 2021 -0800
Update custom.html
commit 3ee0e9bae6ee137c6e36672c9aa6a20d1c072caf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:49:48 2021 -0800
Update apps.json
commit 387bd30236b5d765b396eba24ad43120ceb6c384
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:48:14 2021 -0800
Rename ChangeLog.md to ChangeLog
commit 6e07f282b8918ac3b8f333c7c4156980a44ff1d6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:41:26 2021 -0800
Add files via upload
commit fea37b4992e65a5ca54648f88281ce2623f6a55f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:40 2021 -0800
Update apps.json
commit 939d8f6a9ae71b49c13f7dbf1455bb2fec60462a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:21 2021 -0800
Add files via upload
commit 854ae5361d1b2400f6b6d1b2c2239f46d1e16bc9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:34:28 2021 -0800
Update README.md
commit 426768eb11e34ea7a04010e6fe7da1a5a5187f40
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:32:14 2021 -0800
Update custom.html
commit bf994d9acc8b79ebda1e47dc5ebc5158210d6205
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:24:29 2021 -0800
Update apps.json
commit 7c74c5d43f9f66b6374cabd4e247d1560e5f29a1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:15:40 2021 -0800
Update apps.json
commit 8981aa3f614c388c74d73ccd25e16f5e6eabde9f
Merge: e878e547 100384f2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:12:19 2021 -0800
Merge branch 'espruino:master' into master
commit e878e5478713b0b3cae0bb86e28f998cbfeb9b10
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:11:43 2021 -0800
merge
commit 3bde4d2e48711186ae26036baea8f880c2aac7c4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 16:12:16 2021 -0800
Update custom.html
commit 5f3c93df8cc8b73c432ea31b15e84e4b106256de
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:37:41 2021 -0800
Update custom.html
commit 26bd9e35be993aae4deece775ac85f53f877b122
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:35:47 2021 -0800
Update custom.html
commit 8f2cc6e2137cf29e03435123e96d9c6c550864d1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:34:09 2021 -0800
Update custom.html
commit 66f061112301898b011412e91982dbefc7cc2d1e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:32:48 2021 -0800
Update custom.html
commit 87a9504912b8753dc63700207ee89acacbb34726
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:30:44 2021 -0800
Update custom.html
commit 626498da9d296fecf6776b836def4eda87027d85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:24:01 2021 -0800
Update custom.html
commit 3472ca355a1a71d3fa3f464ece2b81dce7f4eeaa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:21:57 2021 -0800
Update custom.html
commit 529b0cb4637652dfc0a3ba6688b863b5f47437ca
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:19:53 2021 -0800
Update custom.html
commit e77d9980023f041a87743ac1fd3c48a3f0652a8e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:18:21 2021 -0800
Update custom.html
update
commit a712c37c7652f7bc46c4d7761df93b3d28e17229
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:17:58 2021 -0800
Update custom.html
commit 4d9d6abb9ef466e4058510efe9eec295f60127e9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:14:02 2021 -0800
Update custom.html
commit f35b24844810a90f08f731cc9e63535be217e4cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:09:44 2021 -0800
Update custom.html
commit d0336b2854d7e0892c440ef8c5f83bcbe1374a9b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:06:56 2021 -0800
Update custom.html
commit 640c8e491e489e9ea88282cf0bfe14004838b3db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:03:42 2021 -0800
Update custom.html
commit 604153cb2408399ce1420b43ef87f41c09d3daa6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:01:45 2021 -0800
Update custom.html
commit 0f8f1e38e85a8c1c49057f4b891209bdfad67aef
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:44 2021 -0800
Update custom.html
commit 7f7dcb0bcf89b1d66f60481efaa09f5956ee4ecc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:22 2021 -0800
Update custom.html
commit d42fe03dc8fcbc0f68857dd9f887c8cc4eff1c06
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:55:08 2021 -0800
Update custom.html
commit 98f172fad442e89f53c45ac47f2388a08049855a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:53:01 2021 -0800
Update custom.html
commit daf8dde32bc81b8f04402c4728eac41784751cd5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:49:25 2021 -0800
Update custom.html
commit 408bd24080a2f7dcf1e6d0c33dab65da4dff82cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:48:38 2021 -0800
Update custom.html
commit 68db21acbb837b12d84d9930d451d2ba90e251dd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:44:30 2021 -0800
Update custom.html
commit 45feb1b2ffb17b8835c505bc4a4f825ddc17bf4f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:42 2021 -0800
Update custom.html
commit 3bc5fd87b61cbb9b867009d933342fe627da982d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:12 2021 -0800
Update custom.html
commit c3eede9868ee342bc4248e71a874c2e6b332dcdd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:37:42 2021 -0800
Update custom.html
commit 8426356c01a23ae769c79f726b95ea64f4428574
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:35:55 2021 -0800
Update custom.html
commit 93f09c216a1eb9aa876c88a1f806ccb709e971b7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:39 2021 -0800
Update apps.json
commit cb748a251dbd11e87615d82081522953607b3a27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:20 2021 -0800
Update custom.html
commit a994ed66301040f60d5f99b672a6081152a20d6c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:53:38 2021 -0800
Update custom.html
commit b76bb48973dbabfaf56bdec4aee44a483f94d129
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:50:08 2021 -0800
Update custom.html
commit f99ce683e9ce42431321fc711e061955bc0220fb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:46:32 2021 -0800
Update custom.html
commit ddfdd94ff845d3d8560158cde184a9a19a3d2142
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:42:51 2021 -0800
Update custom.html
commit 52675f7eff140426532f81da9c84c5d7803d0cda
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:48:03 2021 -0800
Update custom.html
commit d4911034145e3d98b99d649be55c75671e2f5c5c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:44:23 2021 -0800
Update custom.html
commit 71ff5959aec6a5f8302bda513d2c1371bbed0743
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:58 2021 -0800
Update custom.html
commit daba705b37b9952cba2910c3c0bed23e58aaf2fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:16 2021 -0800
Update custom.html
commit 19cb5fc749abeefe378205531d18b97562ddfc47
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:39:15 2021 -0800
Update apps.json
commit 6c20945898b84a02d6b440923a5afd994c7d97aa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:37:41 2021 -0800
Update custom.html
commit ff519bdc0d9bca530284d98cad9fd023ad37d50d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:15:29 2021 -0800
Update custom.html
commit 34843d703aae0b6a33be352ad0f8408d8d17d07b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:11:54 2021 -0800
Update custom.html
commit 4da82197f32b280e4192d5bc9a5ba174fbad4ace
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:01:20 2021 -0800
Update custom.html
commit a9c5a32bc1359d8288f4fd6b6da50eaf40910c9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:56:54 2021 -0800
Update custom.html
commit 352fea34791ccf06450a516ab2a2daf22353c641
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:53:38 2021 -0800
Update apps.json
commit ab6f56c381a54e4ab3466625a9eb794eef5dd2a0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:52:34 2021 -0800
Update custom.html
commit a65742ce346039ef901e70157620aabd95bbca35
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:48:25 2021 -0800
Update apps.json
commit a1a387dd600f7e5c3879d74cd5a516d7566fb7bb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:47:52 2021 -0800
Update custom.html
commit 180e88e0e44dc3ca09291a7d37b6fa4df637fa78
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:50 2021 -0800
Update custom.html
commit 0099736b8c64e8f1afefd4d52b526151e3ac700a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:14 2021 -0800
Update apps.json
commit 1fdf4e954e23fe0514b8d795224c2edafd5941c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:43 2021 -0800
Update apps.json
commit faa5b6b21aa8b7062dc62499e8361b8233cf9408
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:10 2021 -0800
Update custom.html
commit d617803c13ec381f35a9d30f99a267dca02c9cf1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:44 2021 -0800
Update apps.json
commit dc669254bcccad425153d209d6dcdf002f64a30d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:10 2021 -0800
Update custom.html
commit 303247fb4e66802ed7f5c2ee404ce0a28221ec2d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:25:00 2021 -0800
Update custom.html
commit d836cbd2ba256adfffa55f1d12fda02ae8ac760c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:15:16 2021 -0800
Update custom.html
commit e206bd4e1cad4aab266fd376fa525500941878a8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:08:00 2021 -0800
Update custom.html
commit 1a6c1acce50fe2fe2e49bfc26b3ac98c1db5aa13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:04:06 2021 -0800
Update custom.html
commit aa20fac50ed19adfb9248fd9cda1ebb7c31f95b1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:02:52 2021 -0800
Update apps.json
commit 5625414e90c78677040420f342f29e96f088469b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:34:30 2021 -0800
Update apps.json
commit ebc2d8096144e6150920efc4b63e8f1e3f52eb00
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:33:27 2021 -0800
Update custom.html
commit 6c43de3766433c1f9fa1d01fd24cbfe0839e19c0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:21:11 2021 -0800
Update apps.json
commit 37da3c68aeeb5fec1ef3d8965fa3d8170074d791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:19:46 2021 -0800
Update custom.html
commit 92707b9d13ed269a41684ce45111376694cb6e58
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:12:50 2021 -0800
Update ChangeLog.md
commit d3ca682cff08be0bb2a64ab057f6efdf36b4e094
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:09:56 2021 -0800
Update apps.json
commit dfd9e59993944f6323120f8af660d880c63c6793
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:08:52 2021 -0800
Update custom.html
commit 5d24a09ffa2d9cad10a5fae3c7b4d5fafc944aa9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:04:41 2021 -0800
Update apps.json
commit e965bd7d962108a2944824eb6579fce435876966
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:43 2021 -0800
Update custom.html
commit 345d9c155135fc4d0a2b8d00b3528b363a584ced
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:12 2021 -0800
Delete schoolCalendar.js
commit dc9db8a4767d4c16d92645131d977263e2468521
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:58 2021 -0800
Update schoolCalendar.js
commit 58df0a5ca26684b4da84929c8c388ca5c37acabd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:03 2021 -0800
Update apps.json
commit 65ad4979e8d58b51f11f3bcc86f31ab303a5d7b6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:27:10 2021 -0800
Update custom.html
commit 9c07800c5ef948a1b9b2071e7bdfe46809fefa1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:07:38 2021 -0800
Update custom.html
commit b108bc45fb8bfa266e4d4ad3e66a9f65cec96c92
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:58:24 2021 -0800
Update custom.html
commit d871855f8e217b27ea73ed28b389bbc8aea59d62
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:55:58 2021 -0800
Update apps.json
commit 99112920b287568db32c5e43b47cfc2ee0cf71a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:47:34 2021 -0800
Update apps.json
commit 37f4329ec57bc4a96a1b2a0847406f6a05cad520
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:49 2021 -0800
Update apps.json
commit ba2aee642bf90307757bb85fda6aa0db01bed5e5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:06 2021 -0800
Update custom.html
commit 98048dc23cb1caf3aafbf1d1ecfa461ba5943925
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:37:23 2021 -0800
Update apps.json
commit 1a53e8d34af89f0e6c889653961350a898deea81
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:33:43 2021 -0800
Update custom.html
commit 993bb7298c8fbc9348e6668b70a555c51dc54a09
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:31:41 2021 -0800
Rename interface.html to custom.html
commit 3a3962bfdc0365e75f8804b61293ec91084f6698
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:30:12 2021 -0800
Rename custom.html to interface.html
commit c8ad92a3dcb7b8a0df83f2e720b6730dd785e829
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:20:33 2021 -0800
Update apps.json
commit ae85c1cee709457b10233205c057f946ea15fe83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:14:33 2021 -0800
Update custom.html
commit c1b467ba8e96f58b27eb3b9b2dc2b859fa89e227
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:14:50 2021 +0000
Update app.js
commit 438537ace2358f5b798bdfde92ebf78db81abc49
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:10:03 2021 +0000
Update app.js
commit e6d736860d7d7511f08474a4d8f6446ebe97e634
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:57:57 2021 +0000
Update app.js
commit e1add5e2b2a068873d0102324d61f9ff5532924d
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:45:02 2021 +0000
Update app.js
commit 09be008dfaf764b542a80f4dbbde6ab26314713e
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:39:48 2021 +0000
Update app.js
commit 9f26994f5c66a5ee88a702c7a73d8bcc0c8236c3
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:33:47 2021 +0000
Update app.js
commit 0cf4c5d70a97480185296b32137fcdc179fddcc4
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:10:31 2021 +0000
Update app.js
commit cfdb94439526722ca757b8ee748d298f6a76d9e7
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:32:34 2021 +0000
Update app.js
Add Media controls
commit e3cd8f5607f912002d3ec0adf833834058a492cb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:16:37 2021 +0000
Update app.js
Removed extra unneeded code
commit ceed8a123836f5da6fb8c5d6741e2224a3e4a0af
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 15:05:28 2021 +0000
Update app.js
commit 721a3f2608ee0012767cfacd5c69aa91a7bba5f6
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:39:30 2021 +0000
Update app.js
commit a16bfe4d7350b34c694050448f2aefc990d19dcb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:32:57 2021 +0000
Update app.js
commit e72bf84a7a05c4208e8c1d5f60815a9f57ca11c4
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 21:29:57 2021 +0100
use dark theme for metronome
commit 071a7a7e683a649b9f75fdc92b9f56804cd0af87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 20:46:18 2021 +0100
add support for Bangle.js 2
commit 7a7175fa483e4e9fcd5912d83e9519274d67b4f0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Nov 4 16:00:41 2021 -0700
Update custom.html
commit e2928498690565ba7d0454aaa4265bc8adfda712
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:32 2021 -0700
Rename interface.html to custom.html
commit cd7579269efe8d54a5a5680b8126ea38f9ce54be
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:04 2021 -0700
Update apps.json
commit df7f9cc530194025708b712565a410aed1d73e95
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:20:09 2021 -0700
Update interface.html
commit ada94b11cfbebfeaa010cee1b39d0f92591d4e13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:06:50 2021 -0700
Update interface.html
commit 08fc58deb57847cca7d81bf84a54df16ce97528f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:20:57 2021 -0700
Update interface.html
commit 04b9e74a4d2cd84dd9b64b0ba6fba1167fc400e7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:10:58 2021 -0700
Update interface.html
commit be7af68455ff4b5034c0baab9d8c138b9b024707
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:08:24 2021 -0700
Update interface.html
commit aaee5f3c0610de7a48bdda7fe9c6064dff97780e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 19:13:08 2021 -0700
Update interface.html
commit 73819933eeb57f32935e6ad93a146bdbee6d8be6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:52:09 2021 -0700
Update schoolCalendar.js
commit fa5cbd71c618a2053ec3217048c74a723c46f03f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:49:22 2021 -0700
Update README.md
commit fa392008d1e30a6df05245eac969badf4188fb74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:45:24 2021 -0700
Update README.md
commit c280e41560a3812ee83ca461e098bc35b80ef439
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:42:39 2021 -0700
Update README.md
commit 6b84a8eb3007cca6abd31cc1d3d0552cc79cb492
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:26 2021 -0700
Update schoolCalendar.js
commit 5bbfb1109910856575cc348012dbc44d489a8005
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:11 2021 -0700
Update interface.html
update interface
commit 6660dad4c01c66c20670cfd415b6ad063d9b5b74
Merge: 8c003cf6 1e0f6cd6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 07:35:54 2021 -0700
Merge branch 'espruino:master' into master
commit 8c003cf6ffb5a8b3437897a1e57a6a020b5e02a4
Merge: 5c11881f f1ce196a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 15 07:33:21 2021 -0700
Merge branch 'espruino:master' into master
commit 5c11881f752edbdef3031f0a48109a196eced80a
Merge: 8c149dbe be34e2b0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 14 17:14:45 2021 -0700
Merge branch 'espruino:master' into master
commit 8c149dbea1cfd34e815b64ca354840b811a82222
Merge: 7888cc6c 300ed35b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Oct 13 07:46:16 2021 -0700
Merge branch 'espruino:master' into master
commit 7888cc6ce0bbabf99c7dd39f002810d262af07fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:59 2021 -0700
Create README.md
commit 36a52b8b001a4515d715950db56e411a6c4842b2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:52 2021 -0700
Update README.md
commit 4f5558c41e75f6e91a34842f7b42fa85970dce5e
Merge: 5db16d19 68cc9fbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 16:43:12 2021 -0700
Merge branch 'espruino:master' into master
commit 5db16d190b1439293d9f0af16d37fea29db8830c
Merge: e7995505 54d98db6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 07:03:23 2021 -0700
Merge branch 'espruino:master' into master
commit e799550544e55ef94ef48f905283625e50f73e97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:57 2021 -0700
Update schoolCalendar.js
commit 89f82a50436d4eab82574d310077d19154a8ab59
Merge: 7107d510 f3712e66
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:38 2021 -0700
Merge branch 'espruino:master' into master
commit 7107d510a5301f50ca5dc1bf9d4463ad99a33af8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 20:06:28 2021 -0700
Update schoolCalendar.js
commit a61879753285b4469772f51474c29fe86a5aa942
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 19:55:30 2021 -0700
Update schoolCalendar.js
commit 3c9e46c2160f4ff58708afc0d08ce2e5d27df097
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:59:03 2021 -0700
Update apps.json
commit 941bc852c1ab4472dc74a7f84e12e92ab891432e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:53 2021 -0700
Add files via upload
commit 4cbfac212e6999887cfafd37d9c809919a014e27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:26 2021 -0700
Delete apps/schoolCalender directory
commit c7b723f87e5e6fb0858c09ee2910510267d73fd6
Merge: 8d2f4ccc ba08863b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 07:31:25 2021 -0700
Merge branch 'espruino:master' into master
commit 8d2f4ccca761e1695620b072e116b94272850427
Merge: 7846b48c 44aa03e4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 1 07:31:42 2021 -0700
Merge branch 'espruino:master' into master
commit 7846b48cf67ab024970b90948096f9258e1c184c
Merge: 59aa9909 d0fd2f01
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 30 17:22:33 2021 -0700
Merge branch 'espruino:master' into master
commit 59aa99092dac99b9a13bbc2a7153dd2b44a6fb67
Merge: 9061acee 03bbe1d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 29 08:06:54 2021 -0700
Merge branch 'espruino:master' into master
commit 9061acee5db851bd58295785cc7542a7c066b4c8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 17:44:12 2021 -0700
Update interface.html
commit 79bacc45932ce8842cbf12d23c36a41e992b438e
Merge: bb5fcdaa 48bb819b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 07:12:44 2021 -0700
Merge branch 'espruino:master' into master
commit bb5fcdaafc1e344bf2d717c3eb238f763f255215
Merge: 814fbdd6 28bd9e83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 27 16:15:07 2021 -0700
Merge branch 'espruino:master' into master
commit 814fbdd61ef41676d07719b5b1b297fbbc03ec6f
Merge: 83d88a1e f3fd0f25
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 25 08:01:44 2021 -0700
Merge branch 'espruino:master' into master
commit 83d88a1ea191e2e6b669d284d94b4180b9ea54aa
Merge: c9bed74e 71471d37
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 24 19:35:52 2021 -0700
Merge branch 'espruino:master' into master
commit c9bed74ec2e240e2daf26bf9ec9432df91ac18aa
Merge: 1f130c53 16fe8470
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 23 15:21:18 2021 -0700
Merge branch 'espruino:master' into master
commit 1f130c53b46546328260a6b94ad182be5d55ff18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 22 07:25:41 2021 -0700
Update interface.html
commit 3d8ebe82c289156581799134b3c56fd02ade1fad
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:07:20 2021 -0700
Update interface.html
commit 2ca58d2cc436b72beb87d347b8d8c217b461e805
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:02:14 2021 -0700
Update custom.html
commit d8c149073fb6bca8f5f78ba4a031004adeab1a6b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:01:31 2021 -0700
Update apps.json
commit ceab5d46a23f913faf96be90e644458ac5546157
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 20:58:01 2021 -0700
Rename schoolCalender.js to app.js
commit 9b344eb1ecc577e96196d2a3d3fc8962198e90de
Merge: ec453c0e 3b15a7f9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 07:24:54 2021 -0700
Merge branch 'espruino:master' into master
commit ec453c0e100f7fd140305fe8ed4a62d3987e68f1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 19:45:50 2021 -0700
Update README.md
commit a8f7fe72923e1fe38042cb4752dac1429c6be426
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:31:41 2021 -0700
Update interface.html
commit 51c41d5c48a72b7a373e6f979c95bab9fa9ddb7a
Merge: b7a4ecb5 50ec8d97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:25:50 2021 -0700
Merge branch 'espruino:master' into master
commit b7a4ecb57857016c131ba72e101b3a11eb3cb06c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:48:24 2021 -0700
Update interface.html
commit 82320ab073c0b106f5260e26c0fb147d7c8fcd02
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:40:43 2021 -0700
Update interface.html
commit 27d025bf82cc5882dc39110c5c7799f657f2c57d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 14:01:04 2021 -0700
Update interface.html
commit bd92c0e67fce373f11aae3bbcf8f5a4c06f2e161
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:51:31 2021 -0700
Update interface.html
commit f0c596d14f6119bbe52e2f0d3912216785257536
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:40:29 2021 -0700
Update interface.html
commit d6542bac6d666af7c8fe1f67434611e6ccacc6a6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:29:46 2021 -0700
Update interface.html
commit 7a2ee0f7111209afa859761a62f80e93ca71a879
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:15:29 2021 -0700
Update interface.html
commit c65ddbfc522c54da540080a16d171edd42ce592e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:05:32 2021 -0700
Update interface.html
commit 43c684f389d97dd12815edbd93d0750f923f17b3
Merge: ddd1a83c 5f5b5c0d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:45:25 2021 -0700
Merge branch 'espruino-master'
commit 5f5b5c0dc2485f7e454acb9f364d240e3972d955
Merge: ddd1a83c cc2e1bbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:42:47 2021 -0700
Merge branch 'master' of git://github.com/espruino/BangleApps into espruino-master
commit ddd1a83c613a9f21ec8e37ba1151e1ca255a77af
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 18:27:57 2021 -0700
Update interface.html
commit 632c98f8be2ad6e2290e5eb98025559a42a47c34
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 15:13:46 2021 -0700
Update interface.html
commit c252f74e16edc5a1a1fcfe4ce72c9594f12a9624
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 07:31:16 2021 -0700
Update interface.html
commit b9b0a43e99db0c2d13c28bf6d65540925709d866
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:28:35 2021 -0700
Update interface.html
commit afafd449fb06abd3930d0eb40989dc12787c96d9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:22:01 2021 -0700
Update interface.html
commit 45a0d50b011ee50e9b1b4c6ce5a84e1290331b1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:15:25 2021 -0700
Update interface.html
commit eb146fe07bd5d71f49c5e267424d7b8206eee952
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:07:51 2021 -0700
Update interface.html
commit 34baf995e7f5288266b5da08bcac6d76202a92fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:04:33 2021 -0700
Update interface.html
commit 751fbdda43ea542db4887bed7b4d4e2ad7628a23
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:00:47 2021 -0700
Update interface.html
commit bc71f317311509e8f3fd5054e6c3efaa05bc0416
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:47:13 2021 -0700
Update interface.html
commit cfde9e14a87466a8dc7cb92934c3af373f6a43d0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:41:40 2021 -0700
Update interface.html
commit 135165c983beca48190d091e355436100beee41d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:37:52 2021 -0700
Add files via upload
commit d50ba356d68ebeffd028a924450d4a6ad4fddd74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:36:59 2021 -0700
Update apps.json
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit b51c84229798e7c3665f203c13023d9f6e24eb68
Merge: f4e997d4 d1da165e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 12:20:57 2021 +0000
Merge branch 'Combined' into Base
commit d1da165eb44fa50bea67506097768f1138574c8c
Merge: f927549b 2c257605
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:30:56 2021 +0000
Merge pull request #9 from t0m1o1/scaledlauncher
Update apps.json
commit f927549b2c1e88232f4df2c6ef7e160c3a8e0f7b
Merge: 3cfd575d 411118aa
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:16:59 2021 +0000
Merge pull request #8 from t0m1o1/scaledlauncher
Scaledlauncher
commit 3cfd575da46cf38347bbbb4d37645c0bd72833de
Merge: 9a311219 9d1429ca
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:04:17 2021 +0000
Merge pull request #7 from t0m1o1/scaledlauncher
Update settings.js
commit 9a311219b2d3a7d3594ca654c78ae7137a92fb8e
Merge: 43c42711 5b1b752d
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 02:56:33 2021 +0000
Merge pull request #6 from t0m1o1/scaledlauncher
Scaledlauncher
commit 43c4271101a4be6dbc28d7e34534d25242c159ae
Merge: dec967f1 084bba39
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 21:18:16 2021 +0000
Merge pull request #5 from t0m1o1/compass-fix
Compass fix
commit dec967f1ac5900e43099ef9bfef3bfbe84e1f8e4
Merge: 21c48263 dfa40407
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 20:56:22 2021 +0000
Merge pull request #4 from t0m1o1/Swipe-Launcher
Stop the swiping coming up if mode is undefined
commit 21c482639aa1f2d391ebb0508701cff3170b45c4
Merge: dea2ec96 4c9d04de
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:19:27 2021 +0000
Merge pull request #3 from t0m1o1/Swipe-Launcher
Update Swiper Clock Launch
commit dea2ec9693855d735662a4d344682e6105533bf2
Merge: 92d156fb 51766844
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:15:16 2021 +0000
Merge pull request #2 from t0m1o1/master
Master
commit 92d156fb398787a068a2f7ed81a78d90ed04bd70
Merge: 100384f2 7d37a9eb
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:14:13 2021 +0000
Merge pull request #1 from t0m1o1/Swipe-Launcher
Swipe launcher
commit 51766844e6ff346119739114c28b9d638ca57cbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:49:56 2021 +0000
Update apps.json
commit 6fda7a5f33ec6341d51529e680f5d0caa9c9fdbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:37:07 2021 +0000
Update apps.json
commit b7a067234413e2cd9cb531c366371e5d88f6bb21
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:32:09 2021 +0000
Rename hidmsicswipe.app.js to hidmsicswipe.js
commit 97065f1d62d40003eec09a2539d7294fe41bc4e5
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:55 2021 +0000
Delete hidmsicswipe.info
commit 21f184d6c4ad1f977c385d95c3966d95d446bf5c
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:10 2021 +0000
Add files via upload
commit 3917f28ae54db0e86b6429489c19a4180be759e0
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:45 2021 +0000
Delete hidmsicswipe.img
commit a65668300fc45082d6897e19c6efff556853f4d9
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:18 2021 +0000
Delete hid-music.png
commit 5fce838e8ab7d2b297c05a1ae735abcd4ba76d90
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:29:36 2021 +0000
Add files via upload
commit ffa37f2ab3b1fd2b921783e19ffb48673aad1a6e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:22:38 2021 +0000
Create hidmsicswipe-icon.js
commit b656e5973c302a39f7513364c66094132135bfc4
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:59:19 2021 +0000
Create changelog
commit ad943ca5658e4f68c205996c4ad42aa1ebbeb793
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:58:19 2021 +0000
Add files via upload
commit ac433ac7bd6d586e9b1ca11da924d64bd566ade2
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:57:39 2021 +0000
Create hidmsicswipe.info
2021-12-05 17:14:06 +00:00
"version" : "0.03" ,
"description" : "Displays the current temperature in degree Celsius, updated every 20 seconds" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
"tags" : "tool" ,
"supports" : [ "BANGLEJS" ] ,
"allow_emulator" : true ,
"storage" : [
{ "name" : "thermom.app.js" , "url" : "app.js" } ,
{ "name" : "thermom.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "mysticdock" ,
"name" : "Mystic Dock" ,
"version" : "1.00" ,
"description" : "A retro-inspired dockface that displays the current time and battery charge while plugged in, and which features an interactive mode that shows the time, date, and a rotating data display line." ,
"icon" : "mystic-dock.png" ,
"type" : "dock" ,
"tags" : "dock" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "mysticdock.app.js" , "url" : "mystic-dock-app.js" } ,
{ "name" : "mysticdock.boot.js" , "url" : "mystic-dock-boot.js" } ,
{ "name" : "mysticdock.settings.js" , "url" : "mystic-dock-settings.js" } ,
{ "name" : "mysticdock.img" , "url" : "mystic-dock-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "mysticclock" ,
"name" : "Mystic Clock" ,
"version" : "1.01" ,
"description" : "A retro-inspired watchface featuring time, date, and an interactive data display line." ,
"icon" : "mystic-clock.png" ,
"type" : "clock" ,
"tags" : "clock" ,
"supports" : [ "BANGLEJS" ] ,
2021-11-24 01:04:07 +00:00
"screenshots" : [ { "url" : "bangle1-mystic-clock-screenshot.png" } ] ,
2021-10-20 14:11:04 +00:00
"readme" : "README.md" ,
"allow_emulator" : true ,
"storage" : [
{ "name" : "mysticclock.app.js" , "url" : "mystic-clock-app.js" } ,
{ "name" : "mysticclock.settings.js" , "url" : "mystic-clock-settings.js" } ,
{ "name" : "mysticclock.img" , "url" : "mystic-clock-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "hcclock" ,
"name" : "Hi-Contrast Clock" ,
2021-10-22 07:10:25 +00:00
"version" : "0.02" ,
2021-10-20 14:11:04 +00:00
"description" : "Hi-Contrast Clock : A simple yet very bold clock that aims to be readable in high luninosity environments. Uses big 10x5 pixel digits. Use BTN 1 to switch background and foreground colors." ,
"icon" : "hcclock-icon.png" ,
"type" : "clock" ,
"tags" : "clock" ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-high-contrast-clock-screenshot.png" } ] ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
"allow_emulator" : true ,
"storage" : [
{ "name" : "hcclock.app.js" , "url" : "hcclock.app.js" } ,
{ "name" : "hcclock.img" , "url" : "hcclock-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "thermomF" ,
"name" : "Fahrenheit Temp" ,
"version" : "0.01" ,
"description" : "A modification of the Thermometer App to display temprature in Fahrenheit" ,
"icon" : "thermf.png" ,
"tags" : "tool" ,
"supports" : [ "BANGLEJS" ] ,
"storage" : [
{ "name" : "thermomF.app.js" , "url" : "app.js" } ,
{ "name" : "thermomF.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "nixie" ,
"name" : "Nixie Clock" ,
"shortName" : "Nixie" ,
"version" : "0.01" ,
"description" : "A nixie tube clock for both Bangle 1 and 2." ,
"icon" : "nixie.png" ,
"type" : "clock" ,
"tags" : "clock" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "nixie.app.js" , "url" : "app.js" } ,
{ "name" : "nixie.img" , "url" : "app-icon.js" , "evaluate" : true } ,
{ "name" : "m_vatch.js" , "url" : "m_vatch.js" }
]
} ,
{
"id" : "carcrazy" ,
"name" : "Car Crazy" ,
"shortName" : "Car Crazy" ,
"version" : "0.03" ,
"description" : "A simple car game where you try to avoid the other cars by tilting your wrist left and right. Hold down button 2 to start." ,
"icon" : "carcrash.png" ,
"tags" : "game" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "carcrazy.app.js" , "url" : "app.js" } ,
{ "name" : "carcrazy.img" , "url" : "app-icon.js" , "evaluate" : true } ,
{ "name" : "carcrazy.settings.js" , "url" : "settings.js" }
] ,
"data" : [ { "name" : "app.json" } ]
} ,
{
"id" : "shortcuts" ,
"name" : "Shortcuts" ,
"shortName" : "Shortcuts" ,
"version" : "0.01" ,
"description" : "Quickly load your favourite apps from (almost) any watch face." ,
"icon" : "app.png" ,
"type" : "bootloader" ,
"tags" : "tool" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "shortcuts.boot.js" , "url" : "boot.js" } ,
{ "name" : "shortcuts.settings.js" , "url" : "settings.js" }
] ,
"data" : [ { "name" : "shortcuts.json" } ]
} ,
{
"id" : "vectorclock" ,
"name" : "Vector Clock" ,
"version" : "0.02" ,
"description" : "A digital clock that uses the built-in vector font." ,
"icon" : "app.png" ,
"type" : "clock" ,
"tags" : "clock" ,
"supports" : [ "BANGLEJS" ] ,
"allow_emulator" : true ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-vector-clock-screenshot.png" } ] ,
2021-10-20 14:11:04 +00:00
"storage" : [
{ "name" : "vectorclock.app.js" , "url" : "app.js" } ,
{ "name" : "vectorclock.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "fd6fdetect" ,
"name" : "fd6fdetect" ,
"shortName" : "fd6fdetect" ,
Squashed commit of the following:
commit 5ed43a28b5b9d6820ee898f632535747c1e5913d
Merge: 4cf9192c a385c099
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:12:45 2021 +0000
Merge branch 'espruino:master' into Base
commit 4cf9192c4341a85eab1198b8663f48d276704ac3
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:25 2021 +0000
Update core
commit 69a54194a9eb41d0722fc061bec5c900b724e8cf
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:14 2021 +0000
Squashed commit of the following:
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit e040cc4e245a8fb4c55bfeb99cab12c62af5e7b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 15:22:16 2021 +0000
replace tabs!
commit 60c2fa710c4904827bfba868507a9f6d10d524a3
Merge: 38b2e417 f3cb7e9a
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:29:46 2021 +0000
Merge pull request #942 from madman2021/master
Add new TimeCal app
commit 38b2e417bf8e63be394a96ed24b9e3d174d5f45b
Merge: 94bd895b 43b38cc8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:26:43 2021 +0000
Merge pull request #943 from peerdavid/master
[LCARS Clock] Shows icons for charging and out of battery
commit 94bd895bafeb37250b64373692c9cceb3e9ece97
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 12:56:56 2021 +0000
welcome 0.14: Turn off and run later to use softOff to time is set right
plus other minor tweaks
commit 43b38cc8ab5796e25f65ace531be68a6a4134f98
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:40:47 2021 +0100
New screenshot. Updated version.
commit 34c6589f06a1a8ba0f7fe2e126b41d03dff7f45b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:37:07 2021 +0100
Minor improvement
commit c403a5af671cf70b18776fad83126adf66122f0f
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:36:21 2021 +0100
New design. Removed png icon files - only converted icons are needed.
commit 19655ea3279daf32ebfd4453db398915a8229946
Merge: 274b705c b1fb0e6b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:44 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 274b705c1e7313cf646412ec01bf17de9b1dabcf
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:37 2021 +0100
More lcars style
commit f3cb7e9a0b8f0ba3624b639415c9168c240905e8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:53:14 2021 +0000
Remove Icon as it renders massive
commit 1a9f5375557fc232acfe3f42d1198da827db5ab8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:46:03 2021 +0000
Add missing supports tag for TimeCal
commit 3738bde22a0d4cef2bd5c956a1a370e9a145689a
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:43:38 2021 +0000
Add TimeCal to the app library
Add TimeCal to the app library
commit b1fb0e6b7d88f53cff85f6a8d3eb416bebd35e92
Merge: 559e8208 dabc22c2
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 11:10:36 2021 +0100
Merge branch 'espruino:master' into master
commit dabc22c2d725ccddad8b08c0fa0b14af94d38e28
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 09:54:11 2021 +0000
custom code works on bangle2
commit 2e83a511d2032736a63bda38406b4f744a4130f1
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:51:20 2021 +0000
metronome supports bangle 2 now
commit cea51d06d07f09923d590357c33782861c342817
Merge: cd1daba0 4eee3f05
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:50:24 2021 +0000
Merge pull request #938 from bengwalker/master
Add Bangle.js 2 support for metronome app
commit cd1daba0c55e99f5a477407f47b932d050c0b6f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:46:13 2021 +0000
0.25: Fix issue where if Bangle.js 2 got a GPS fix but no reported time, errors could be caused by the widget (fix #935)
commit c03ab08687bbc7ed893ed2ef8c3be21f1e61e74f
Merge: 1750c72e f10bf240
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:40:53 2021 +0000
Merge pull request #939 from Ronin0000/master
Add Screenshots to Many Apps
commit 1750c72e94eab6ee22650d993ea31efa17e79c46
Merge: 5eeb1181 1def233d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:38:06 2021 +0000
Merge pull request #936 from Vingelar/master
Binwatch: re-format background images
commit 559e82088077ba79675c0012c921eae3ef32b16d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:14:04 2021 +0100
Minor design change
commit d24b8c80da7afd75a6f121a22e3694252aa3c57a
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:12:25 2021 +0100
Minor design chnges
commit f10bf24018add2df61a5fc422aee941b07c70082
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 17:04:07 2021 -0800
Update apps.json
commit c66b0982368a5e1ee74da598945df12d88cba679
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:53:48 2021 -0800
Update apps.json
commit 638fea73c791b4f11b6119c02ca2090c31b6bc83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:24:10 2021 -0800
Add files via upload
commit 4e79c896c65b2edc7dfcb7b4b2eb6ae1c96f60ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:23:33 2021 -0800
Add files via upload
commit 33809d8cdfa7ea3f02941c820b4836f20a9eb869
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:58 2021 -0800
Add files via upload
commit 6cb83284a7e7b9d2f8935835702e713f0f9b7b51
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:45 2021 -0800
Add files via upload
commit 7e521d0d29262227a32244d2929eb99fcb36fb98
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:17 2021 -0800
Add files via upload
commit 9985ff03f20469897ceb3dd1acb4f90ac850ebb8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:00 2021 -0800
Add files via upload
commit 6f437c39866562e05d8821bdb5150cd553f3a6cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:21:15 2021 -0800
Add files via upload
commit ffe218a0046d65464e96cdc59d1c10fbb708b791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:56 2021 -0800
Add files via upload
commit 9400133dd49762a7bfcff38e5a6249cbfd5753f7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:39 2021 -0800
Add files via upload
commit 76463d927940f590ed45cc51558723375217a34a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:37 2021 -0800
Add files via upload
commit 4011accb47eb53954acc3e27cce5b6f6cb025c57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:19 2021 -0800
Add files via upload
commit bc5960d61a40c08566a8e1977fa53c6528f04a85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:07 2021 -0800
Add files via upload
commit da5634beda72243f5ee6e4fc0e376c6c5f9c6ccc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:51 2021 -0800
Add files via upload
commit b9c4640f853d4992e57cd5d6b2e3f4d75db32d1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:25 2021 -0800
Add files via upload
commit d27a605a24cc06903084b6a796c9c93b7724150f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:07 2021 -0800
Add files via upload
commit 52baa42e69b1a7a8ef6bc2cae548298af4dcbf7c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:48 2021 -0800
Add files via upload
commit db3b6a58e49a3d5ce9b528011f3e0607474e4fa8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:16 2021 -0800
Add files via upload
commit f0de0d8a9d542fd960f13b36a2bb2a3548f06033
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:52 2021 -0800
Add files via upload
commit 6d4cb98ba83d0ab62406c00ed9fa8dcd139d2f8c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:34 2021 -0800
Add files via upload
commit 5f434d9d327fff8cebf41a45cf73ea9c96cb42db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:23 2021 -0800
Add files via upload
commit 6e72349f05e3773b0ae60217df8b6f266447f1ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:37 2021 -0800
Add files via upload
commit 03e4d0d7c01cdc214526891933f3c155f63ff2b5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:21 2021 -0800
Add files via upload
commit ead12a1c11e3937637e8af8b1d54218e0138e908
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:54 2021 -0800
Add files via upload
commit a1ed32c91380e03146dc4003a3ee6e400d0dd35f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:30 2021 -0800
Add files via upload
commit fae08d7a739b1a28faacb0105d5ad417171dddcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:57 2021 -0800
Add files via upload
commit b889e431edf72d64867c576135bc1470c4590db2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:32 2021 -0800
Add files via upload
commit f177480160184722b935623ebed05ad630a5a6a2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:02 2021 -0800
Add files via upload
commit a2fe8c3722f56c59957642cad2bb0a6454dc6f5b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:11:42 2021 -0800
Add files via upload
commit c1cdf15bf5413167692e9c7bd4f5fee31fe4d4c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:49 2021 -0800
Add files via upload
commit fb1c5529f037cc701e30d9da036a54236ea1ba1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:11 2021 -0800
Add files via upload
commit 530089e0830473574b38c172a964f9cfb49436a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:35 2021 -0800
Add files via upload
commit 3556e668560587c074ad435b977283e19367f69e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:12 2021 -0800
Add files via upload
commit e1e32772e4dd1943af6ed37407425998b0819e48
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:56 2021 -0800
Add files via upload
commit 8084bb92b7cfb12740129c57e1bb5c05ce13994c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:37 2021 -0800
Add files via upload
commit 2c997d2964d4ade4ba0aa5ef89a1b646c15a9751
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:18 2021 -0800
Add files via upload
commit 747626b66c880293481bd0a97cda8e32e0239d04
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:07:24 2021 -0800
Add files via upload
commit ed36fae0ac6def24ca20ab6229affbcf7502582e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:59 2021 -0800
Add files via upload
commit e8baad3c3775e26f8a88457ff8f361a18572e484
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:33 2021 -0800
Add files via upload
commit 1efcebe84aa2b2b00d6920a84d4e486b834c1083
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:16 2021 -0800
Add files via upload
commit 082d3d1e95e9bb98e10bb1679ae0dfba11bf44e0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:05:21 2021 -0800
Add files via upload
commit b10f62a6c55dd89bb15a97430b74269486a72807
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:58 2021 -0800
Add files via upload
commit 24b41c2c6fe40d18ffd9dfc0404f215cc9b847ff
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:42 2021 -0800
Add files via upload
commit 19a2ef1a44c78fe9b1922574f0a1eda20f2fbd43
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:01 2021 -0800
Add files via upload
commit 7089d6e74c438d3577ebf03857b0c1b6f73aaa2a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:03:38 2021 -0800
Add files via upload
commit 431824f828f0ea900c9d206e492cc7a6d1830f2e
Merge: 15aa41c7 5eeb1181
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 15:15:57 2021 -0800
Merge branch 'espruino:master' into master
commit 5eeb1181d049f1580f75657b9a9ac664041b26b9
Merge: 546a0b16 6b05d928
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:29:18 2021 +0000
Merge pull request #937 from rigrig/barclock-b2
Barclock works fine on the Bangle.js 2 :-)
commit 15aa41c766b2a25c7a83a1a6744706a7b2852aa3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:23:03 2021 -0800
Add files via upload
commit 6a93494e3fe516ccbc7755027f613bd9bd529021
Merge: 12443640 546a0b16
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:22:27 2021 -0800
Merge branch 'espruino:master' into master
commit 546a0b16cc32841b38a0d39b07ec6d18f58d21c5
Merge: cb6e14f6 18fbd289
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:55 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit cb6e14f6c12816224bbc3dc127e9817d0df7ae78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:37 2021 +0000
messages, start of call handling and message responses, fix for scroll issue when only 2 menu items
commit 12443640c95efbe9f25ed0ffe73280c84d90cd13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:54:22 2021 -0800
Update apps.json
commit 9bdc07f8617e457439522d5b4c84a65d1eba4ed9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:47:36 2021 -0800
Update apps.json
commit 4eee3f05e92e26aa5c70c1d2cefcc97ff4935b0d
Merge: aafc93f0 18fbd289
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:46:32 2021 +0100
Merge branch 'master' into master
commit 298fa47cd87e37b19cd142f47867843e24d08b57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:42:50 2021 -0800
Update apps.json
commit 52c07f6dc80e8eabd017fc324332c0594c173399
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:40:42 2021 -0800
Update apps.json
commit fe340d75bbb6c7814241becacddaca50435c5fe3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:39:31 2021 -0800
Update apps.json
commit aafc93f09a818f5bb6e4b6988246e4f8d049df87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:35:35 2021 +0100
Update README.md
update README
commit bd80ea5ca03b2e9d5f2eb562adc7305b3952d2e5
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:31:33 2021 +0100
Update metronome.js
print instructuions for banglejs2
commit 51afd5ef049c67f331931ee18b53e9d4e835342a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:29:27 2021 -0800
Add files via upload
commit ff62b603a27d6acea382af80496b6a35787a73ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:51 2021 -0800
Add files via upload
commit ffbd331c1376c5f393dafe62eaa62a9991949a3e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:29 2021 -0800
Add files via upload
commit 93c113a95a21dccfde6bb171d15b0f93e6d0f58a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:25 2021 -0800
Add files via upload
commit b2be26fccedfa52f00f275db8050c0c3e532859b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:07 2021 -0800
Add files via upload
commit 899e78539c3bb0e41e4d56aa854c4806715ccce0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:26:06 2021 -0800
Add files via upload
commit 50a88d41cd63e51a876e4fca58fe13c5af2088fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:35 2021 -0800
Add files via upload
commit b1d636bac2148007dd72becff0daddf24b80f0a4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:10 2021 -0800
Add files via upload
commit 6b05d928751b49d4910ddd3a6867e2d4cad6c93f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 19:42:12 2021 +0100
barclock: Fix time/date disappearing after fullscreen notification
By forcing a complete redraw at lcdPower-on
commit 32e3d326aa143eed99d26c81c9fbf870730591f4
Author: Richard de Boer <git@tubul.net>
Date: Sat Nov 20 17:13:36 2021 +0100
barclock works fine on the Bangle.js 2 :-)
commit 1def233de2434d272c6f712c9c213b7caff3ae92
Author: Vingelar <Vingelar@mantisse.de>
Date: Tue Nov 23 19:09:16 2021 +0100
changed format of bg images to binary raw format (export from emulator
commit e021aa2c9d5c44f9130e4bf67cb4b066d02cbd6d
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:59:49 2021 +0100
Update app.js
binwatch: adapted names of bg images
commit 3dd723d10bd3195257205a48dc79872668bd53cb
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:58:48 2021 +0100
Update apps.json
binwatch: shorten names of background images
commit 275402344ee927a51d0c100d4387c739d7a49968
Merge: cf027b37 18fbd289
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:36:45 2021 +0100
Merge branch 'espruino:master' into master
commit 18fbd2898da9fc2bfb16d0adf9cf2b97f5ce0f3d
Merge: 5be6981a df364bab
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:34:15 2021 +0000
Merge pull request #933 from peerdavid/master
[LCARS Clock] Added lcars icon to watch face.
commit cf027b3783cbbf8deca98fb3e1ee1922557686bf
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:34:13 2021 +0100
Update app.js
changed names of background images
commit 5be6981acdf3935b936bb85caf37780537518b66
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:31:42 2021 +0000
oops - named stub wrong
commit d328d94d34ea86dd99f958098c7f0a000b1e395f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:30:20 2021 +0100
Add files via upload
added background files exported from Emulator
commit c36fb16a684085c2eb6ada2c50021d3776f5e215
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:54 2021 +0100
Delete Background240_center.js
removed background240_center.js (wrong format)
commit 4719fada2843f1c8d6ae36d8d59d0fb95318d9b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:28:34 2021 +0000
Android Remove messages on disconnect, Fix music control (ref #909)
commit f431bd8a2c823e877ee6e78576aa4f39a0b5701f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:25 2021 +0100
Delete Background176_center.js
remove backgounrd176_center.js (wrong format)
commit 1b548c9bbb5a10769498b4ad1be04397fb889bce
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:27:33 2021 +0100
Update apps.json
adapted naming for image files
commit df364babab19550f75a01d707f0684d8547e8664
Merge: d28517b2 a1eeadfc
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 17:16:00 2021 +0100
Merge branch 'espruino:master' into master
commit d28517b2a5b5e7eaa6a8d9832d9352062addb3ee
Merge: cd93a201 465c93d8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:18 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit cd93a201f846e2c51a1ff9cc447dbbbdc2c5e2cc
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:15 2021 +0100
Moved logo
commit dd2bb22f076abff1aac2f32734b50fdcc5423861
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:08:57 2021 +0100
Update apps.json
use .js files as background images
commit 03c5f996f4998ebc1e6bfea7e77d3a61743c0c69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:07:21 2021 +0100
Add files via upload
added background files as js
commit 7d81bfe2bbdf5095ac7550247eddbe6827cec4c0
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:53:40 2021 +0100
Update apps.json
added missing "url" to background storage
commit 51b73894e461af6312b6fca28e0b5888e9f98da6
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:51:40 2021 +0100
Update app.js
use background images from storage
commit dab36d05a77563e9a839f38807bfd7cfe09a1f69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:48:50 2021 +0100
Update apps.json
added background images to stroage
commit 31f28093411e4f501dd49f98359af43e71e8b27e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:44:49 2021 +0000
Fix https://github.com/espruino/BangleApps/issues/927 - App loader offers to update unknown apps
commit a1eeadfc224a976e3fca6a00ca47d1c1389fa70f
Merge: 68429483 0a695e51
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:40:09 2021 +0000
Merge pull request #934 from Ronin0000/master
Fix School Calendar Bug
commit 0a695e5143fbff3935e80b9df85720f065b1e185
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:09:14 2021 -0800
Update custom.html
fix bug that was for testing
commit cfecc24f42d257d565f21571a50b825cffb2f1c3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:05:47 2021 -0800
Delete boot.js
commit 684294830d75459982845920cb30815236dc0917
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 13:57:46 2021 +0000
app manager works in bjs2
commit 465c93d830300054722f10f483a9023c6ec315e7
Merge: d20f5e59 3ba779ee
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 14:53:47 2021 +0100
Merge branch 'espruino:master' into master
commit d20f5e597e72d8392af3e9b745a4dfab36e8797f
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:53:27 2021 +0100
Updated screenshot
commit a283cf58fb90b1852d8e414fb01010632a65ba46
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:51:55 2021 +0100
Included lcars logo
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 3ba779ee5826a60f127ed12f0eeaa2a848f53b4c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:48:34 2021 +0000
Fix bangleapps after recent PRs
commit aaf06b113c72e1487651d30602ba79c95a41d6ff
Merge: a0351381 06a6b72d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:42:26 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 9600f16671ab5a9fc772a959a7110622baa5e606
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:19:48 2021 +0100
Updated changelog
commit 98577b626960bd971af483ef709655dfe0ac1f00
Merge: 1ccabca0 d3cd47f9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:52 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 1ccabca0c6f1cf79c1b5d6a56749ab752a4d1850
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:50 2021 +0100
No hrm icon - its shown too much.
commit d3cd47f95704e7c508e1e311d3224826f3fd73ce
Merge: 2e18795c 06a6b72d
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 11:12:43 2021 +0100
Merge branch 'espruino:master' into master
commit 2e18795c5780148c6f52d50cd69849b5893b1cdb
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:11:33 2021 +0100
Fixed string
commit 36edd449c5398147536d20c2b4f11040cb3105b9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:10:33 2021 +0100
Minor change
commit 06a6b72d42fc55a224bb5d133640670c21d6cae0
Merge: a39d4102 be083113
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:03:45 2021 +0000
Merge pull request #925 from Ronin0000/master
Add School Calendar
commit a39d4102963fc1593e1f2f8ea3f4372a3da4da6f
Merge: ab2cb243 930cfa13
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:02:41 2021 +0000
Merge pull request #928 from peerdavid/master
[LCARS Clock] Icons for different states such as GPS or HRM.
commit 5c3b0468d4ce9a51249f6f098c3e6ba84ba1cf41
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:59:26 2021 +0100
Update apps.json
corrected format
commit 336501059da7bceddba9e300c5b6d5bd1aba6a3a
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:56:25 2021 +0100
Update apps.json
removed background image
commit 3f4c49a8aef6ba79419f00d86fc4f02435b72e21
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:55:07 2021 +0100
Update app.js
integrated BG image into app
commit ff3223e1b906957811cad815df88ad495e70a95f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:51:02 2021 +0100
Update app.js
added "require" for bg image
commit ab2cb243857e50e7bb80ee163e4bc153302446a7
Merge: adadf7ef 162dc1f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:51:01 2021 +0000
Merge pull request #929 from weeurey/master
Update app
commit adadf7efd39b01466cfd348e13c5a02deaa6bf4d
Merge: b7f403e7 0f9d938f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:26 2021 +0000
Merge pull request #931 from reelyactive/master
emojuino@0.02
commit b7f403e79bf5fae387c5f6d0522f49ce917362a6
Merge: f4e997d4 46383d4d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:12 2021 +0000
Merge pull request #930 from rigrig/gbmusic-fix
gbmusic: fix "previous" button image
commit a03513812956c629f003824b46bb6763734eead8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:44:24 2021 +0000
fix download icon on android
commit b128f5c15569de9e2be0717f270cfd90e006d5ab
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:38:02 2021 +0100
Update apps.json
added background image to upload
commit 930cfa13315046c621a5444632f7b12bbd956fae
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 09:43:24 2021 +0100
New HRM Icon
commit 7f3f7b9eee3c23c922645274dd8d7947def8158d
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:26:37 2021 +0100
Currently, no confidence > 80 is reached...
commit 1fb861b82c4cc75b94dc6875280fbd411390bc71
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:25:11 2021 +0100
HRM confidence of 80 to display
commit 7d95221e166770be91bf76374f926fe996356009
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:24:15 2021 +0100
Minor change
commit 6d8d98fb03e7bed42c3feeee771ddfcd78b60ea8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:21:41 2021 +0100
Show HRM
commit a0cc4c633e0e6853a0f170a5358b7e1f11e310af
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:10:00 2021 +0100
Minor changes
commit be083113316ec7ba07d780b6593cb9adfd748298
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 19:11:40 2021 -0800
Update custom.html
commit 0664a44c454107d4e3ff039d12baffea3e90cf5f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:52:43 2021 -0800
Update apps.json
commit b032ca0fc1936e650a459f766799e197daf2a4dd
Merge: 7fd37f7e f1f063fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:27 2021 -0800
Merge branch 'espruino-master'
commit f1f063fd1adb553c548a3aa54156bce00b4ca48d
Merge: 7fd37f7e f4e997d4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:09 2021 -0800
merge3
commit 0f9d938fa6970df18fbe99f3c707b94aa26d15c1
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:23:17 2021 -0500
Version bump
commit 5a01047cd0b30e4b7b253d784bd0b5755fc0c2e2
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:21:29 2021 -0500
Added screenshots
commit ae55c2d39fc936cfa1954d44b7f76dc91c21ced3
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:09:26 2021 -0500
Allow emulator, specify type as app
commit 58f9e7cd5b59904651fb878a89844ee4ccfb23df
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:03:18 2021 -0500
Upgrade to emoji images and supporting text
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit 7fd37f7e4e669c0aea7b5324b85f9d85ca394dcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 12:18:44 2021 -0800
Update custom.html
commit 84d9ca4b337e36c4f62ffce4b3059f8f2909d482
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:57:14 2021 -0800
Update boot.js
commit 740f4a95665fd92ad87e83dd381da7e55c2e4b18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:52:27 2021 -0800
Create boot.js
not part of the current merge
commit d3538a03f10f6323afc8656cef397a561cf35bf0
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:12:50 2021 +0100
Added raster
commit 20310fdb75b11fe8b3ea38dc7810732910537169
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:02:27 2021 +0100
Smaller icons
commit 3863be18301cec9fec480db7fe28a19439c708d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 09:06:52 2021 -0800
Delete apps/schoolCalendar/fullcalendar/interaction/src directory
commit 5d8c13a7e6a934e8b750f0ab4871e3dcc67c09bf
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:56:29 2021 +0100
Updated screenshot accordingly
commit 21134a1dcdc102755171af26e99ae86f3559996f
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:55:21 2021 +0100
Better background
commit cab3d43085b2edf4dc97ebf05785bb5b446a88da
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:39:48 2021 +0100
Better alarm - shown only in icon so we can display more data.
commit db22bac0ecd48633d6acf0874127a1b28821d8ea
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:11:15 2021 +0100
Use correct alarm icon
commit 162dc1f29346ab0f6ff4b7cd4128826292ca766e
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:11:07 2021 +0000
Update apps.json
commit dc24ae9bfba1786d4d8a3e22871c4da7bda9fb92
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:10:58 2021 +0100
Better HRM Icon
commit 8e688d144ab30ff87f31b51ab457688ce03c4c23
Merge: 741f7aab f4e997d4
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:09:43 2021 +0000
Merge branch 'espruino:master' into master
commit 741f7aab5239e6fa6ae48e1a5351216dfcfc4177
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:08:38 2021 +0000
Update apps.json
commit 247ed9faa2e8b8463374fea05d4bb04ddda2cfc1
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:07:39 2021 +0000
Create ChangeLog
commit d878d46d4ccc5128643034c535cff69984ab7853
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:05:57 2021 +0000
Update app.js
commit c720fc314b516e1007452ad18ce51bc4fefefec1
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:03:21 2021 +0100
New alarm icon
commit 75fbd6882d1368c73db1b96fac79f4202d6a5e53
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:37:48 2021 +0100
Added icon for alarm
commit eb20f15537d8b6be7226b2ae49fc6e6dd0474124
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:33:42 2021 +0100
Compeletely new design with icons for GPS, HRM and Compass. All Icons are open source and mentioned in the Readme.md file.
commit 46383d4d5547bca38a2a07ea01d67afa0166bedc
Author: Richard de Boer <git@tubul.net>
Date: Mon Nov 22 13:18:01 2021 +0100
gbmusic: fix "previous" button image
commit 1bf5132a5caf41398125e0c7f2bad72ffa300df2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:07:49 2021 -0800
Update custom.html
commit 618c5b7a10ebe610205ab463c395f65948e5a763
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:02:29 2021 -0800
Update custom.html
commit adfeb5e535564f8851fcdc080e2fa10d9acced9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:00:21 2021 -0800
Update custom.html
commit f950fd2ee88486e3355efd30823d50de799e8418
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:57:52 2021 -0800
Update custom.html
commit 3ee0e9bae6ee137c6e36672c9aa6a20d1c072caf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:49:48 2021 -0800
Update apps.json
commit 387bd30236b5d765b396eba24ad43120ceb6c384
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:48:14 2021 -0800
Rename ChangeLog.md to ChangeLog
commit 6e07f282b8918ac3b8f333c7c4156980a44ff1d6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:41:26 2021 -0800
Add files via upload
commit fea37b4992e65a5ca54648f88281ce2623f6a55f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:40 2021 -0800
Update apps.json
commit 939d8f6a9ae71b49c13f7dbf1455bb2fec60462a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:21 2021 -0800
Add files via upload
commit 854ae5361d1b2400f6b6d1b2c2239f46d1e16bc9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:34:28 2021 -0800
Update README.md
commit 426768eb11e34ea7a04010e6fe7da1a5a5187f40
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:32:14 2021 -0800
Update custom.html
commit bf994d9acc8b79ebda1e47dc5ebc5158210d6205
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:24:29 2021 -0800
Update apps.json
commit 7c74c5d43f9f66b6374cabd4e247d1560e5f29a1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:15:40 2021 -0800
Update apps.json
commit 8981aa3f614c388c74d73ccd25e16f5e6eabde9f
Merge: e878e547 100384f2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:12:19 2021 -0800
Merge branch 'espruino:master' into master
commit e878e5478713b0b3cae0bb86e28f998cbfeb9b10
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:11:43 2021 -0800
merge
commit 3bde4d2e48711186ae26036baea8f880c2aac7c4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 16:12:16 2021 -0800
Update custom.html
commit 5f3c93df8cc8b73c432ea31b15e84e4b106256de
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:37:41 2021 -0800
Update custom.html
commit 26bd9e35be993aae4deece775ac85f53f877b122
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:35:47 2021 -0800
Update custom.html
commit 8f2cc6e2137cf29e03435123e96d9c6c550864d1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:34:09 2021 -0800
Update custom.html
commit 66f061112301898b011412e91982dbefc7cc2d1e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:32:48 2021 -0800
Update custom.html
commit 87a9504912b8753dc63700207ee89acacbb34726
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:30:44 2021 -0800
Update custom.html
commit 626498da9d296fecf6776b836def4eda87027d85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:24:01 2021 -0800
Update custom.html
commit 3472ca355a1a71d3fa3f464ece2b81dce7f4eeaa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:21:57 2021 -0800
Update custom.html
commit 529b0cb4637652dfc0a3ba6688b863b5f47437ca
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:19:53 2021 -0800
Update custom.html
commit e77d9980023f041a87743ac1fd3c48a3f0652a8e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:18:21 2021 -0800
Update custom.html
update
commit a712c37c7652f7bc46c4d7761df93b3d28e17229
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:17:58 2021 -0800
Update custom.html
commit 4d9d6abb9ef466e4058510efe9eec295f60127e9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:14:02 2021 -0800
Update custom.html
commit f35b24844810a90f08f731cc9e63535be217e4cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:09:44 2021 -0800
Update custom.html
commit d0336b2854d7e0892c440ef8c5f83bcbe1374a9b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:06:56 2021 -0800
Update custom.html
commit 640c8e491e489e9ea88282cf0bfe14004838b3db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:03:42 2021 -0800
Update custom.html
commit 604153cb2408399ce1420b43ef87f41c09d3daa6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:01:45 2021 -0800
Update custom.html
commit 0f8f1e38e85a8c1c49057f4b891209bdfad67aef
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:44 2021 -0800
Update custom.html
commit 7f7dcb0bcf89b1d66f60481efaa09f5956ee4ecc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:22 2021 -0800
Update custom.html
commit d42fe03dc8fcbc0f68857dd9f887c8cc4eff1c06
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:55:08 2021 -0800
Update custom.html
commit 98f172fad442e89f53c45ac47f2388a08049855a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:53:01 2021 -0800
Update custom.html
commit daf8dde32bc81b8f04402c4728eac41784751cd5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:49:25 2021 -0800
Update custom.html
commit 408bd24080a2f7dcf1e6d0c33dab65da4dff82cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:48:38 2021 -0800
Update custom.html
commit 68db21acbb837b12d84d9930d451d2ba90e251dd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:44:30 2021 -0800
Update custom.html
commit 45feb1b2ffb17b8835c505bc4a4f825ddc17bf4f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:42 2021 -0800
Update custom.html
commit 3bc5fd87b61cbb9b867009d933342fe627da982d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:12 2021 -0800
Update custom.html
commit c3eede9868ee342bc4248e71a874c2e6b332dcdd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:37:42 2021 -0800
Update custom.html
commit 8426356c01a23ae769c79f726b95ea64f4428574
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:35:55 2021 -0800
Update custom.html
commit 93f09c216a1eb9aa876c88a1f806ccb709e971b7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:39 2021 -0800
Update apps.json
commit cb748a251dbd11e87615d82081522953607b3a27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:20 2021 -0800
Update custom.html
commit a994ed66301040f60d5f99b672a6081152a20d6c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:53:38 2021 -0800
Update custom.html
commit b76bb48973dbabfaf56bdec4aee44a483f94d129
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:50:08 2021 -0800
Update custom.html
commit f99ce683e9ce42431321fc711e061955bc0220fb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:46:32 2021 -0800
Update custom.html
commit ddfdd94ff845d3d8560158cde184a9a19a3d2142
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:42:51 2021 -0800
Update custom.html
commit 52675f7eff140426532f81da9c84c5d7803d0cda
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:48:03 2021 -0800
Update custom.html
commit d4911034145e3d98b99d649be55c75671e2f5c5c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:44:23 2021 -0800
Update custom.html
commit 71ff5959aec6a5f8302bda513d2c1371bbed0743
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:58 2021 -0800
Update custom.html
commit daba705b37b9952cba2910c3c0bed23e58aaf2fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:16 2021 -0800
Update custom.html
commit 19cb5fc749abeefe378205531d18b97562ddfc47
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:39:15 2021 -0800
Update apps.json
commit 6c20945898b84a02d6b440923a5afd994c7d97aa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:37:41 2021 -0800
Update custom.html
commit ff519bdc0d9bca530284d98cad9fd023ad37d50d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:15:29 2021 -0800
Update custom.html
commit 34843d703aae0b6a33be352ad0f8408d8d17d07b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:11:54 2021 -0800
Update custom.html
commit 4da82197f32b280e4192d5bc9a5ba174fbad4ace
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:01:20 2021 -0800
Update custom.html
commit a9c5a32bc1359d8288f4fd6b6da50eaf40910c9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:56:54 2021 -0800
Update custom.html
commit 352fea34791ccf06450a516ab2a2daf22353c641
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:53:38 2021 -0800
Update apps.json
commit ab6f56c381a54e4ab3466625a9eb794eef5dd2a0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:52:34 2021 -0800
Update custom.html
commit a65742ce346039ef901e70157620aabd95bbca35
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:48:25 2021 -0800
Update apps.json
commit a1a387dd600f7e5c3879d74cd5a516d7566fb7bb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:47:52 2021 -0800
Update custom.html
commit 180e88e0e44dc3ca09291a7d37b6fa4df637fa78
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:50 2021 -0800
Update custom.html
commit 0099736b8c64e8f1afefd4d52b526151e3ac700a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:14 2021 -0800
Update apps.json
commit 1fdf4e954e23fe0514b8d795224c2edafd5941c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:43 2021 -0800
Update apps.json
commit faa5b6b21aa8b7062dc62499e8361b8233cf9408
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:10 2021 -0800
Update custom.html
commit d617803c13ec381f35a9d30f99a267dca02c9cf1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:44 2021 -0800
Update apps.json
commit dc669254bcccad425153d209d6dcdf002f64a30d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:10 2021 -0800
Update custom.html
commit 303247fb4e66802ed7f5c2ee404ce0a28221ec2d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:25:00 2021 -0800
Update custom.html
commit d836cbd2ba256adfffa55f1d12fda02ae8ac760c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:15:16 2021 -0800
Update custom.html
commit e206bd4e1cad4aab266fd376fa525500941878a8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:08:00 2021 -0800
Update custom.html
commit 1a6c1acce50fe2fe2e49bfc26b3ac98c1db5aa13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:04:06 2021 -0800
Update custom.html
commit aa20fac50ed19adfb9248fd9cda1ebb7c31f95b1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:02:52 2021 -0800
Update apps.json
commit 5625414e90c78677040420f342f29e96f088469b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:34:30 2021 -0800
Update apps.json
commit ebc2d8096144e6150920efc4b63e8f1e3f52eb00
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:33:27 2021 -0800
Update custom.html
commit 6c43de3766433c1f9fa1d01fd24cbfe0839e19c0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:21:11 2021 -0800
Update apps.json
commit 37da3c68aeeb5fec1ef3d8965fa3d8170074d791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:19:46 2021 -0800
Update custom.html
commit 92707b9d13ed269a41684ce45111376694cb6e58
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:12:50 2021 -0800
Update ChangeLog.md
commit d3ca682cff08be0bb2a64ab057f6efdf36b4e094
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:09:56 2021 -0800
Update apps.json
commit dfd9e59993944f6323120f8af660d880c63c6793
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:08:52 2021 -0800
Update custom.html
commit 5d24a09ffa2d9cad10a5fae3c7b4d5fafc944aa9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:04:41 2021 -0800
Update apps.json
commit e965bd7d962108a2944824eb6579fce435876966
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:43 2021 -0800
Update custom.html
commit 345d9c155135fc4d0a2b8d00b3528b363a584ced
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:12 2021 -0800
Delete schoolCalendar.js
commit dc9db8a4767d4c16d92645131d977263e2468521
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:58 2021 -0800
Update schoolCalendar.js
commit 58df0a5ca26684b4da84929c8c388ca5c37acabd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:03 2021 -0800
Update apps.json
commit 65ad4979e8d58b51f11f3bcc86f31ab303a5d7b6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:27:10 2021 -0800
Update custom.html
commit 9c07800c5ef948a1b9b2071e7bdfe46809fefa1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:07:38 2021 -0800
Update custom.html
commit b108bc45fb8bfa266e4d4ad3e66a9f65cec96c92
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:58:24 2021 -0800
Update custom.html
commit d871855f8e217b27ea73ed28b389bbc8aea59d62
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:55:58 2021 -0800
Update apps.json
commit 99112920b287568db32c5e43b47cfc2ee0cf71a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:47:34 2021 -0800
Update apps.json
commit 37f4329ec57bc4a96a1b2a0847406f6a05cad520
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:49 2021 -0800
Update apps.json
commit ba2aee642bf90307757bb85fda6aa0db01bed5e5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:06 2021 -0800
Update custom.html
commit 98048dc23cb1caf3aafbf1d1ecfa461ba5943925
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:37:23 2021 -0800
Update apps.json
commit 1a53e8d34af89f0e6c889653961350a898deea81
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:33:43 2021 -0800
Update custom.html
commit 993bb7298c8fbc9348e6668b70a555c51dc54a09
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:31:41 2021 -0800
Rename interface.html to custom.html
commit 3a3962bfdc0365e75f8804b61293ec91084f6698
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:30:12 2021 -0800
Rename custom.html to interface.html
commit c8ad92a3dcb7b8a0df83f2e720b6730dd785e829
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:20:33 2021 -0800
Update apps.json
commit ae85c1cee709457b10233205c057f946ea15fe83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:14:33 2021 -0800
Update custom.html
commit c1b467ba8e96f58b27eb3b9b2dc2b859fa89e227
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:14:50 2021 +0000
Update app.js
commit 438537ace2358f5b798bdfde92ebf78db81abc49
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:10:03 2021 +0000
Update app.js
commit e6d736860d7d7511f08474a4d8f6446ebe97e634
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:57:57 2021 +0000
Update app.js
commit e1add5e2b2a068873d0102324d61f9ff5532924d
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:45:02 2021 +0000
Update app.js
commit 09be008dfaf764b542a80f4dbbde6ab26314713e
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:39:48 2021 +0000
Update app.js
commit 9f26994f5c66a5ee88a702c7a73d8bcc0c8236c3
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:33:47 2021 +0000
Update app.js
commit 0cf4c5d70a97480185296b32137fcdc179fddcc4
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:10:31 2021 +0000
Update app.js
commit cfdb94439526722ca757b8ee748d298f6a76d9e7
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:32:34 2021 +0000
Update app.js
Add Media controls
commit e3cd8f5607f912002d3ec0adf833834058a492cb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:16:37 2021 +0000
Update app.js
Removed extra unneeded code
commit ceed8a123836f5da6fb8c5d6741e2224a3e4a0af
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 15:05:28 2021 +0000
Update app.js
commit 721a3f2608ee0012767cfacd5c69aa91a7bba5f6
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:39:30 2021 +0000
Update app.js
commit a16bfe4d7350b34c694050448f2aefc990d19dcb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:32:57 2021 +0000
Update app.js
commit e72bf84a7a05c4208e8c1d5f60815a9f57ca11c4
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 21:29:57 2021 +0100
use dark theme for metronome
commit 071a7a7e683a649b9f75fdc92b9f56804cd0af87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 20:46:18 2021 +0100
add support for Bangle.js 2
commit 7a7175fa483e4e9fcd5912d83e9519274d67b4f0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Nov 4 16:00:41 2021 -0700
Update custom.html
commit e2928498690565ba7d0454aaa4265bc8adfda712
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:32 2021 -0700
Rename interface.html to custom.html
commit cd7579269efe8d54a5a5680b8126ea38f9ce54be
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:04 2021 -0700
Update apps.json
commit df7f9cc530194025708b712565a410aed1d73e95
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:20:09 2021 -0700
Update interface.html
commit ada94b11cfbebfeaa010cee1b39d0f92591d4e13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:06:50 2021 -0700
Update interface.html
commit 08fc58deb57847cca7d81bf84a54df16ce97528f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:20:57 2021 -0700
Update interface.html
commit 04b9e74a4d2cd84dd9b64b0ba6fba1167fc400e7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:10:58 2021 -0700
Update interface.html
commit be7af68455ff4b5034c0baab9d8c138b9b024707
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:08:24 2021 -0700
Update interface.html
commit aaee5f3c0610de7a48bdda7fe9c6064dff97780e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 19:13:08 2021 -0700
Update interface.html
commit 73819933eeb57f32935e6ad93a146bdbee6d8be6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:52:09 2021 -0700
Update schoolCalendar.js
commit fa5cbd71c618a2053ec3217048c74a723c46f03f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:49:22 2021 -0700
Update README.md
commit fa392008d1e30a6df05245eac969badf4188fb74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:45:24 2021 -0700
Update README.md
commit c280e41560a3812ee83ca461e098bc35b80ef439
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:42:39 2021 -0700
Update README.md
commit 6b84a8eb3007cca6abd31cc1d3d0552cc79cb492
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:26 2021 -0700
Update schoolCalendar.js
commit 5bbfb1109910856575cc348012dbc44d489a8005
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:11 2021 -0700
Update interface.html
update interface
commit 6660dad4c01c66c20670cfd415b6ad063d9b5b74
Merge: 8c003cf6 1e0f6cd6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 07:35:54 2021 -0700
Merge branch 'espruino:master' into master
commit 8c003cf6ffb5a8b3437897a1e57a6a020b5e02a4
Merge: 5c11881f f1ce196a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 15 07:33:21 2021 -0700
Merge branch 'espruino:master' into master
commit 5c11881f752edbdef3031f0a48109a196eced80a
Merge: 8c149dbe be34e2b0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 14 17:14:45 2021 -0700
Merge branch 'espruino:master' into master
commit 8c149dbea1cfd34e815b64ca354840b811a82222
Merge: 7888cc6c 300ed35b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Oct 13 07:46:16 2021 -0700
Merge branch 'espruino:master' into master
commit 7888cc6ce0bbabf99c7dd39f002810d262af07fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:59 2021 -0700
Create README.md
commit 36a52b8b001a4515d715950db56e411a6c4842b2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:52 2021 -0700
Update README.md
commit 4f5558c41e75f6e91a34842f7b42fa85970dce5e
Merge: 5db16d19 68cc9fbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 16:43:12 2021 -0700
Merge branch 'espruino:master' into master
commit 5db16d190b1439293d9f0af16d37fea29db8830c
Merge: e7995505 54d98db6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 07:03:23 2021 -0700
Merge branch 'espruino:master' into master
commit e799550544e55ef94ef48f905283625e50f73e97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:57 2021 -0700
Update schoolCalendar.js
commit 89f82a50436d4eab82574d310077d19154a8ab59
Merge: 7107d510 f3712e66
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:38 2021 -0700
Merge branch 'espruino:master' into master
commit 7107d510a5301f50ca5dc1bf9d4463ad99a33af8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 20:06:28 2021 -0700
Update schoolCalendar.js
commit a61879753285b4469772f51474c29fe86a5aa942
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 19:55:30 2021 -0700
Update schoolCalendar.js
commit 3c9e46c2160f4ff58708afc0d08ce2e5d27df097
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:59:03 2021 -0700
Update apps.json
commit 941bc852c1ab4472dc74a7f84e12e92ab891432e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:53 2021 -0700
Add files via upload
commit 4cbfac212e6999887cfafd37d9c809919a014e27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:26 2021 -0700
Delete apps/schoolCalender directory
commit c7b723f87e5e6fb0858c09ee2910510267d73fd6
Merge: 8d2f4ccc ba08863b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 07:31:25 2021 -0700
Merge branch 'espruino:master' into master
commit 8d2f4ccca761e1695620b072e116b94272850427
Merge: 7846b48c 44aa03e4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 1 07:31:42 2021 -0700
Merge branch 'espruino:master' into master
commit 7846b48cf67ab024970b90948096f9258e1c184c
Merge: 59aa9909 d0fd2f01
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 30 17:22:33 2021 -0700
Merge branch 'espruino:master' into master
commit 59aa99092dac99b9a13bbc2a7153dd2b44a6fb67
Merge: 9061acee 03bbe1d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 29 08:06:54 2021 -0700
Merge branch 'espruino:master' into master
commit 9061acee5db851bd58295785cc7542a7c066b4c8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 17:44:12 2021 -0700
Update interface.html
commit 79bacc45932ce8842cbf12d23c36a41e992b438e
Merge: bb5fcdaa 48bb819b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 07:12:44 2021 -0700
Merge branch 'espruino:master' into master
commit bb5fcdaafc1e344bf2d717c3eb238f763f255215
Merge: 814fbdd6 28bd9e83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 27 16:15:07 2021 -0700
Merge branch 'espruino:master' into master
commit 814fbdd61ef41676d07719b5b1b297fbbc03ec6f
Merge: 83d88a1e f3fd0f25
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 25 08:01:44 2021 -0700
Merge branch 'espruino:master' into master
commit 83d88a1ea191e2e6b669d284d94b4180b9ea54aa
Merge: c9bed74e 71471d37
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 24 19:35:52 2021 -0700
Merge branch 'espruino:master' into master
commit c9bed74ec2e240e2daf26bf9ec9432df91ac18aa
Merge: 1f130c53 16fe8470
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 23 15:21:18 2021 -0700
Merge branch 'espruino:master' into master
commit 1f130c53b46546328260a6b94ad182be5d55ff18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 22 07:25:41 2021 -0700
Update interface.html
commit 3d8ebe82c289156581799134b3c56fd02ade1fad
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:07:20 2021 -0700
Update interface.html
commit 2ca58d2cc436b72beb87d347b8d8c217b461e805
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:02:14 2021 -0700
Update custom.html
commit d8c149073fb6bca8f5f78ba4a031004adeab1a6b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:01:31 2021 -0700
Update apps.json
commit ceab5d46a23f913faf96be90e644458ac5546157
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 20:58:01 2021 -0700
Rename schoolCalender.js to app.js
commit 9b344eb1ecc577e96196d2a3d3fc8962198e90de
Merge: ec453c0e 3b15a7f9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 07:24:54 2021 -0700
Merge branch 'espruino:master' into master
commit ec453c0e100f7fd140305fe8ed4a62d3987e68f1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 19:45:50 2021 -0700
Update README.md
commit a8f7fe72923e1fe38042cb4752dac1429c6be426
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:31:41 2021 -0700
Update interface.html
commit 51c41d5c48a72b7a373e6f979c95bab9fa9ddb7a
Merge: b7a4ecb5 50ec8d97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:25:50 2021 -0700
Merge branch 'espruino:master' into master
commit b7a4ecb57857016c131ba72e101b3a11eb3cb06c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:48:24 2021 -0700
Update interface.html
commit 82320ab073c0b106f5260e26c0fb147d7c8fcd02
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:40:43 2021 -0700
Update interface.html
commit 27d025bf82cc5882dc39110c5c7799f657f2c57d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 14:01:04 2021 -0700
Update interface.html
commit bd92c0e67fce373f11aae3bbcf8f5a4c06f2e161
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:51:31 2021 -0700
Update interface.html
commit f0c596d14f6119bbe52e2f0d3912216785257536
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:40:29 2021 -0700
Update interface.html
commit d6542bac6d666af7c8fe1f67434611e6ccacc6a6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:29:46 2021 -0700
Update interface.html
commit 7a2ee0f7111209afa859761a62f80e93ca71a879
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:15:29 2021 -0700
Update interface.html
commit c65ddbfc522c54da540080a16d171edd42ce592e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:05:32 2021 -0700
Update interface.html
commit 43c684f389d97dd12815edbd93d0750f923f17b3
Merge: ddd1a83c 5f5b5c0d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:45:25 2021 -0700
Merge branch 'espruino-master'
commit 5f5b5c0dc2485f7e454acb9f364d240e3972d955
Merge: ddd1a83c cc2e1bbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:42:47 2021 -0700
Merge branch 'master' of git://github.com/espruino/BangleApps into espruino-master
commit ddd1a83c613a9f21ec8e37ba1151e1ca255a77af
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 18:27:57 2021 -0700
Update interface.html
commit 632c98f8be2ad6e2290e5eb98025559a42a47c34
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 15:13:46 2021 -0700
Update interface.html
commit c252f74e16edc5a1a1fcfe4ce72c9594f12a9624
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 07:31:16 2021 -0700
Update interface.html
commit b9b0a43e99db0c2d13c28bf6d65540925709d866
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:28:35 2021 -0700
Update interface.html
commit afafd449fb06abd3930d0eb40989dc12787c96d9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:22:01 2021 -0700
Update interface.html
commit 45a0d50b011ee50e9b1b4c6ce5a84e1290331b1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:15:25 2021 -0700
Update interface.html
commit eb146fe07bd5d71f49c5e267424d7b8206eee952
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:07:51 2021 -0700
Update interface.html
commit 34baf995e7f5288266b5da08bcac6d76202a92fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:04:33 2021 -0700
Update interface.html
commit 751fbdda43ea542db4887bed7b4d4e2ad7628a23
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:00:47 2021 -0700
Update interface.html
commit bc71f317311509e8f3fd5054e6c3efaa05bc0416
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:47:13 2021 -0700
Update interface.html
commit cfde9e14a87466a8dc7cb92934c3af373f6a43d0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:41:40 2021 -0700
Update interface.html
commit 135165c983beca48190d091e355436100beee41d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:37:52 2021 -0700
Add files via upload
commit d50ba356d68ebeffd028a924450d4a6ad4fddd74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:36:59 2021 -0700
Update apps.json
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit b51c84229798e7c3665f203c13023d9f6e24eb68
Merge: f4e997d4 d1da165e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 12:20:57 2021 +0000
Merge branch 'Combined' into Base
commit d1da165eb44fa50bea67506097768f1138574c8c
Merge: f927549b 2c257605
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:30:56 2021 +0000
Merge pull request #9 from t0m1o1/scaledlauncher
Update apps.json
commit f927549b2c1e88232f4df2c6ef7e160c3a8e0f7b
Merge: 3cfd575d 411118aa
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:16:59 2021 +0000
Merge pull request #8 from t0m1o1/scaledlauncher
Scaledlauncher
commit 3cfd575da46cf38347bbbb4d37645c0bd72833de
Merge: 9a311219 9d1429ca
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:04:17 2021 +0000
Merge pull request #7 from t0m1o1/scaledlauncher
Update settings.js
commit 9a311219b2d3a7d3594ca654c78ae7137a92fb8e
Merge: 43c42711 5b1b752d
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 02:56:33 2021 +0000
Merge pull request #6 from t0m1o1/scaledlauncher
Scaledlauncher
commit 43c4271101a4be6dbc28d7e34534d25242c159ae
Merge: dec967f1 084bba39
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 21:18:16 2021 +0000
Merge pull request #5 from t0m1o1/compass-fix
Compass fix
commit dec967f1ac5900e43099ef9bfef3bfbe84e1f8e4
Merge: 21c48263 dfa40407
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 20:56:22 2021 +0000
Merge pull request #4 from t0m1o1/Swipe-Launcher
Stop the swiping coming up if mode is undefined
commit 21c482639aa1f2d391ebb0508701cff3170b45c4
Merge: dea2ec96 4c9d04de
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:19:27 2021 +0000
Merge pull request #3 from t0m1o1/Swipe-Launcher
Update Swiper Clock Launch
commit dea2ec9693855d735662a4d344682e6105533bf2
Merge: 92d156fb 51766844
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:15:16 2021 +0000
Merge pull request #2 from t0m1o1/master
Master
commit 92d156fb398787a068a2f7ed81a78d90ed04bd70
Merge: 100384f2 7d37a9eb
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:14:13 2021 +0000
Merge pull request #1 from t0m1o1/Swipe-Launcher
Swipe launcher
commit 51766844e6ff346119739114c28b9d638ca57cbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:49:56 2021 +0000
Update apps.json
commit 6fda7a5f33ec6341d51529e680f5d0caa9c9fdbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:37:07 2021 +0000
Update apps.json
commit b7a067234413e2cd9cb531c366371e5d88f6bb21
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:32:09 2021 +0000
Rename hidmsicswipe.app.js to hidmsicswipe.js
commit 97065f1d62d40003eec09a2539d7294fe41bc4e5
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:55 2021 +0000
Delete hidmsicswipe.info
commit 21f184d6c4ad1f977c385d95c3966d95d446bf5c
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:10 2021 +0000
Add files via upload
commit 3917f28ae54db0e86b6429489c19a4180be759e0
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:45 2021 +0000
Delete hidmsicswipe.img
commit a65668300fc45082d6897e19c6efff556853f4d9
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:18 2021 +0000
Delete hid-music.png
commit 5fce838e8ab7d2b297c05a1ae735abcd4ba76d90
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:29:36 2021 +0000
Add files via upload
commit ffa37f2ab3b1fd2b921783e19ffb48673aad1a6e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:22:38 2021 +0000
Create hidmsicswipe-icon.js
commit b656e5973c302a39f7513364c66094132135bfc4
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:59:19 2021 +0000
Create changelog
commit ad943ca5658e4f68c205996c4ad42aa1ebbeb793
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:58:19 2021 +0000
Add files via upload
commit ac433ac7bd6d586e9b1ca11da924d64bd566ade2
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:57:39 2021 +0000
Create hidmsicswipe.info
2021-12-05 17:14:06 +00:00
"version" : "0.2" ,
2021-10-20 14:11:04 +00:00
"description" : "Allows you to see 0xFD6F beacons near you." ,
"icon" : "app.png" ,
"tags" : "tool" ,
Squashed commit of the following:
commit 5ed43a28b5b9d6820ee898f632535747c1e5913d
Merge: 4cf9192c a385c099
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:12:45 2021 +0000
Merge branch 'espruino:master' into Base
commit 4cf9192c4341a85eab1198b8663f48d276704ac3
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:25 2021 +0000
Update core
commit 69a54194a9eb41d0722fc061bec5c900b724e8cf
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:14 2021 +0000
Squashed commit of the following:
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit e040cc4e245a8fb4c55bfeb99cab12c62af5e7b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 15:22:16 2021 +0000
replace tabs!
commit 60c2fa710c4904827bfba868507a9f6d10d524a3
Merge: 38b2e417 f3cb7e9a
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:29:46 2021 +0000
Merge pull request #942 from madman2021/master
Add new TimeCal app
commit 38b2e417bf8e63be394a96ed24b9e3d174d5f45b
Merge: 94bd895b 43b38cc8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:26:43 2021 +0000
Merge pull request #943 from peerdavid/master
[LCARS Clock] Shows icons for charging and out of battery
commit 94bd895bafeb37250b64373692c9cceb3e9ece97
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 12:56:56 2021 +0000
welcome 0.14: Turn off and run later to use softOff to time is set right
plus other minor tweaks
commit 43b38cc8ab5796e25f65ace531be68a6a4134f98
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:40:47 2021 +0100
New screenshot. Updated version.
commit 34c6589f06a1a8ba0f7fe2e126b41d03dff7f45b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:37:07 2021 +0100
Minor improvement
commit c403a5af671cf70b18776fad83126adf66122f0f
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:36:21 2021 +0100
New design. Removed png icon files - only converted icons are needed.
commit 19655ea3279daf32ebfd4453db398915a8229946
Merge: 274b705c b1fb0e6b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:44 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 274b705c1e7313cf646412ec01bf17de9b1dabcf
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:37 2021 +0100
More lcars style
commit f3cb7e9a0b8f0ba3624b639415c9168c240905e8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:53:14 2021 +0000
Remove Icon as it renders massive
commit 1a9f5375557fc232acfe3f42d1198da827db5ab8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:46:03 2021 +0000
Add missing supports tag for TimeCal
commit 3738bde22a0d4cef2bd5c956a1a370e9a145689a
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:43:38 2021 +0000
Add TimeCal to the app library
Add TimeCal to the app library
commit b1fb0e6b7d88f53cff85f6a8d3eb416bebd35e92
Merge: 559e8208 dabc22c2
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 11:10:36 2021 +0100
Merge branch 'espruino:master' into master
commit dabc22c2d725ccddad8b08c0fa0b14af94d38e28
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 09:54:11 2021 +0000
custom code works on bangle2
commit 2e83a511d2032736a63bda38406b4f744a4130f1
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:51:20 2021 +0000
metronome supports bangle 2 now
commit cea51d06d07f09923d590357c33782861c342817
Merge: cd1daba0 4eee3f05
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:50:24 2021 +0000
Merge pull request #938 from bengwalker/master
Add Bangle.js 2 support for metronome app
commit cd1daba0c55e99f5a477407f47b932d050c0b6f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:46:13 2021 +0000
0.25: Fix issue where if Bangle.js 2 got a GPS fix but no reported time, errors could be caused by the widget (fix #935)
commit c03ab08687bbc7ed893ed2ef8c3be21f1e61e74f
Merge: 1750c72e f10bf240
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:40:53 2021 +0000
Merge pull request #939 from Ronin0000/master
Add Screenshots to Many Apps
commit 1750c72e94eab6ee22650d993ea31efa17e79c46
Merge: 5eeb1181 1def233d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:38:06 2021 +0000
Merge pull request #936 from Vingelar/master
Binwatch: re-format background images
commit 559e82088077ba79675c0012c921eae3ef32b16d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:14:04 2021 +0100
Minor design change
commit d24b8c80da7afd75a6f121a22e3694252aa3c57a
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:12:25 2021 +0100
Minor design chnges
commit f10bf24018add2df61a5fc422aee941b07c70082
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 17:04:07 2021 -0800
Update apps.json
commit c66b0982368a5e1ee74da598945df12d88cba679
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:53:48 2021 -0800
Update apps.json
commit 638fea73c791b4f11b6119c02ca2090c31b6bc83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:24:10 2021 -0800
Add files via upload
commit 4e79c896c65b2edc7dfcb7b4b2eb6ae1c96f60ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:23:33 2021 -0800
Add files via upload
commit 33809d8cdfa7ea3f02941c820b4836f20a9eb869
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:58 2021 -0800
Add files via upload
commit 6cb83284a7e7b9d2f8935835702e713f0f9b7b51
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:45 2021 -0800
Add files via upload
commit 7e521d0d29262227a32244d2929eb99fcb36fb98
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:17 2021 -0800
Add files via upload
commit 9985ff03f20469897ceb3dd1acb4f90ac850ebb8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:00 2021 -0800
Add files via upload
commit 6f437c39866562e05d8821bdb5150cd553f3a6cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:21:15 2021 -0800
Add files via upload
commit ffe218a0046d65464e96cdc59d1c10fbb708b791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:56 2021 -0800
Add files via upload
commit 9400133dd49762a7bfcff38e5a6249cbfd5753f7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:39 2021 -0800
Add files via upload
commit 76463d927940f590ed45cc51558723375217a34a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:37 2021 -0800
Add files via upload
commit 4011accb47eb53954acc3e27cce5b6f6cb025c57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:19 2021 -0800
Add files via upload
commit bc5960d61a40c08566a8e1977fa53c6528f04a85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:07 2021 -0800
Add files via upload
commit da5634beda72243f5ee6e4fc0e376c6c5f9c6ccc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:51 2021 -0800
Add files via upload
commit b9c4640f853d4992e57cd5d6b2e3f4d75db32d1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:25 2021 -0800
Add files via upload
commit d27a605a24cc06903084b6a796c9c93b7724150f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:07 2021 -0800
Add files via upload
commit 52baa42e69b1a7a8ef6bc2cae548298af4dcbf7c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:48 2021 -0800
Add files via upload
commit db3b6a58e49a3d5ce9b528011f3e0607474e4fa8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:16 2021 -0800
Add files via upload
commit f0de0d8a9d542fd960f13b36a2bb2a3548f06033
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:52 2021 -0800
Add files via upload
commit 6d4cb98ba83d0ab62406c00ed9fa8dcd139d2f8c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:34 2021 -0800
Add files via upload
commit 5f434d9d327fff8cebf41a45cf73ea9c96cb42db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:23 2021 -0800
Add files via upload
commit 6e72349f05e3773b0ae60217df8b6f266447f1ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:37 2021 -0800
Add files via upload
commit 03e4d0d7c01cdc214526891933f3c155f63ff2b5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:21 2021 -0800
Add files via upload
commit ead12a1c11e3937637e8af8b1d54218e0138e908
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:54 2021 -0800
Add files via upload
commit a1ed32c91380e03146dc4003a3ee6e400d0dd35f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:30 2021 -0800
Add files via upload
commit fae08d7a739b1a28faacb0105d5ad417171dddcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:57 2021 -0800
Add files via upload
commit b889e431edf72d64867c576135bc1470c4590db2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:32 2021 -0800
Add files via upload
commit f177480160184722b935623ebed05ad630a5a6a2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:02 2021 -0800
Add files via upload
commit a2fe8c3722f56c59957642cad2bb0a6454dc6f5b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:11:42 2021 -0800
Add files via upload
commit c1cdf15bf5413167692e9c7bd4f5fee31fe4d4c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:49 2021 -0800
Add files via upload
commit fb1c5529f037cc701e30d9da036a54236ea1ba1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:11 2021 -0800
Add files via upload
commit 530089e0830473574b38c172a964f9cfb49436a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:35 2021 -0800
Add files via upload
commit 3556e668560587c074ad435b977283e19367f69e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:12 2021 -0800
Add files via upload
commit e1e32772e4dd1943af6ed37407425998b0819e48
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:56 2021 -0800
Add files via upload
commit 8084bb92b7cfb12740129c57e1bb5c05ce13994c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:37 2021 -0800
Add files via upload
commit 2c997d2964d4ade4ba0aa5ef89a1b646c15a9751
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:18 2021 -0800
Add files via upload
commit 747626b66c880293481bd0a97cda8e32e0239d04
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:07:24 2021 -0800
Add files via upload
commit ed36fae0ac6def24ca20ab6229affbcf7502582e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:59 2021 -0800
Add files via upload
commit e8baad3c3775e26f8a88457ff8f361a18572e484
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:33 2021 -0800
Add files via upload
commit 1efcebe84aa2b2b00d6920a84d4e486b834c1083
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:16 2021 -0800
Add files via upload
commit 082d3d1e95e9bb98e10bb1679ae0dfba11bf44e0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:05:21 2021 -0800
Add files via upload
commit b10f62a6c55dd89bb15a97430b74269486a72807
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:58 2021 -0800
Add files via upload
commit 24b41c2c6fe40d18ffd9dfc0404f215cc9b847ff
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:42 2021 -0800
Add files via upload
commit 19a2ef1a44c78fe9b1922574f0a1eda20f2fbd43
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:01 2021 -0800
Add files via upload
commit 7089d6e74c438d3577ebf03857b0c1b6f73aaa2a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:03:38 2021 -0800
Add files via upload
commit 431824f828f0ea900c9d206e492cc7a6d1830f2e
Merge: 15aa41c7 5eeb1181
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 15:15:57 2021 -0800
Merge branch 'espruino:master' into master
commit 5eeb1181d049f1580f75657b9a9ac664041b26b9
Merge: 546a0b16 6b05d928
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:29:18 2021 +0000
Merge pull request #937 from rigrig/barclock-b2
Barclock works fine on the Bangle.js 2 :-)
commit 15aa41c766b2a25c7a83a1a6744706a7b2852aa3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:23:03 2021 -0800
Add files via upload
commit 6a93494e3fe516ccbc7755027f613bd9bd529021
Merge: 12443640 546a0b16
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:22:27 2021 -0800
Merge branch 'espruino:master' into master
commit 546a0b16cc32841b38a0d39b07ec6d18f58d21c5
Merge: cb6e14f6 18fbd289
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:55 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit cb6e14f6c12816224bbc3dc127e9817d0df7ae78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:37 2021 +0000
messages, start of call handling and message responses, fix for scroll issue when only 2 menu items
commit 12443640c95efbe9f25ed0ffe73280c84d90cd13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:54:22 2021 -0800
Update apps.json
commit 9bdc07f8617e457439522d5b4c84a65d1eba4ed9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:47:36 2021 -0800
Update apps.json
commit 4eee3f05e92e26aa5c70c1d2cefcc97ff4935b0d
Merge: aafc93f0 18fbd289
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:46:32 2021 +0100
Merge branch 'master' into master
commit 298fa47cd87e37b19cd142f47867843e24d08b57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:42:50 2021 -0800
Update apps.json
commit 52c07f6dc80e8eabd017fc324332c0594c173399
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:40:42 2021 -0800
Update apps.json
commit fe340d75bbb6c7814241becacddaca50435c5fe3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:39:31 2021 -0800
Update apps.json
commit aafc93f09a818f5bb6e4b6988246e4f8d049df87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:35:35 2021 +0100
Update README.md
update README
commit bd80ea5ca03b2e9d5f2eb562adc7305b3952d2e5
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:31:33 2021 +0100
Update metronome.js
print instructuions for banglejs2
commit 51afd5ef049c67f331931ee18b53e9d4e835342a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:29:27 2021 -0800
Add files via upload
commit ff62b603a27d6acea382af80496b6a35787a73ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:51 2021 -0800
Add files via upload
commit ffbd331c1376c5f393dafe62eaa62a9991949a3e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:29 2021 -0800
Add files via upload
commit 93c113a95a21dccfde6bb171d15b0f93e6d0f58a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:25 2021 -0800
Add files via upload
commit b2be26fccedfa52f00f275db8050c0c3e532859b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:07 2021 -0800
Add files via upload
commit 899e78539c3bb0e41e4d56aa854c4806715ccce0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:26:06 2021 -0800
Add files via upload
commit 50a88d41cd63e51a876e4fca58fe13c5af2088fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:35 2021 -0800
Add files via upload
commit b1d636bac2148007dd72becff0daddf24b80f0a4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:10 2021 -0800
Add files via upload
commit 6b05d928751b49d4910ddd3a6867e2d4cad6c93f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 19:42:12 2021 +0100
barclock: Fix time/date disappearing after fullscreen notification
By forcing a complete redraw at lcdPower-on
commit 32e3d326aa143eed99d26c81c9fbf870730591f4
Author: Richard de Boer <git@tubul.net>
Date: Sat Nov 20 17:13:36 2021 +0100
barclock works fine on the Bangle.js 2 :-)
commit 1def233de2434d272c6f712c9c213b7caff3ae92
Author: Vingelar <Vingelar@mantisse.de>
Date: Tue Nov 23 19:09:16 2021 +0100
changed format of bg images to binary raw format (export from emulator
commit e021aa2c9d5c44f9130e4bf67cb4b066d02cbd6d
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:59:49 2021 +0100
Update app.js
binwatch: adapted names of bg images
commit 3dd723d10bd3195257205a48dc79872668bd53cb
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:58:48 2021 +0100
Update apps.json
binwatch: shorten names of background images
commit 275402344ee927a51d0c100d4387c739d7a49968
Merge: cf027b37 18fbd289
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:36:45 2021 +0100
Merge branch 'espruino:master' into master
commit 18fbd2898da9fc2bfb16d0adf9cf2b97f5ce0f3d
Merge: 5be6981a df364bab
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:34:15 2021 +0000
Merge pull request #933 from peerdavid/master
[LCARS Clock] Added lcars icon to watch face.
commit cf027b3783cbbf8deca98fb3e1ee1922557686bf
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:34:13 2021 +0100
Update app.js
changed names of background images
commit 5be6981acdf3935b936bb85caf37780537518b66
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:31:42 2021 +0000
oops - named stub wrong
commit d328d94d34ea86dd99f958098c7f0a000b1e395f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:30:20 2021 +0100
Add files via upload
added background files exported from Emulator
commit c36fb16a684085c2eb6ada2c50021d3776f5e215
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:54 2021 +0100
Delete Background240_center.js
removed background240_center.js (wrong format)
commit 4719fada2843f1c8d6ae36d8d59d0fb95318d9b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:28:34 2021 +0000
Android Remove messages on disconnect, Fix music control (ref #909)
commit f431bd8a2c823e877ee6e78576aa4f39a0b5701f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:25 2021 +0100
Delete Background176_center.js
remove backgounrd176_center.js (wrong format)
commit 1b548c9bbb5a10769498b4ad1be04397fb889bce
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:27:33 2021 +0100
Update apps.json
adapted naming for image files
commit df364babab19550f75a01d707f0684d8547e8664
Merge: d28517b2 a1eeadfc
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 17:16:00 2021 +0100
Merge branch 'espruino:master' into master
commit d28517b2a5b5e7eaa6a8d9832d9352062addb3ee
Merge: cd93a201 465c93d8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:18 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit cd93a201f846e2c51a1ff9cc447dbbbdc2c5e2cc
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:15 2021 +0100
Moved logo
commit dd2bb22f076abff1aac2f32734b50fdcc5423861
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:08:57 2021 +0100
Update apps.json
use .js files as background images
commit 03c5f996f4998ebc1e6bfea7e77d3a61743c0c69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:07:21 2021 +0100
Add files via upload
added background files as js
commit 7d81bfe2bbdf5095ac7550247eddbe6827cec4c0
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:53:40 2021 +0100
Update apps.json
added missing "url" to background storage
commit 51b73894e461af6312b6fca28e0b5888e9f98da6
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:51:40 2021 +0100
Update app.js
use background images from storage
commit dab36d05a77563e9a839f38807bfd7cfe09a1f69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:48:50 2021 +0100
Update apps.json
added background images to stroage
commit 31f28093411e4f501dd49f98359af43e71e8b27e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:44:49 2021 +0000
Fix https://github.com/espruino/BangleApps/issues/927 - App loader offers to update unknown apps
commit a1eeadfc224a976e3fca6a00ca47d1c1389fa70f
Merge: 68429483 0a695e51
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:40:09 2021 +0000
Merge pull request #934 from Ronin0000/master
Fix School Calendar Bug
commit 0a695e5143fbff3935e80b9df85720f065b1e185
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:09:14 2021 -0800
Update custom.html
fix bug that was for testing
commit cfecc24f42d257d565f21571a50b825cffb2f1c3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:05:47 2021 -0800
Delete boot.js
commit 684294830d75459982845920cb30815236dc0917
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 13:57:46 2021 +0000
app manager works in bjs2
commit 465c93d830300054722f10f483a9023c6ec315e7
Merge: d20f5e59 3ba779ee
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 14:53:47 2021 +0100
Merge branch 'espruino:master' into master
commit d20f5e597e72d8392af3e9b745a4dfab36e8797f
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:53:27 2021 +0100
Updated screenshot
commit a283cf58fb90b1852d8e414fb01010632a65ba46
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:51:55 2021 +0100
Included lcars logo
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 3ba779ee5826a60f127ed12f0eeaa2a848f53b4c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:48:34 2021 +0000
Fix bangleapps after recent PRs
commit aaf06b113c72e1487651d30602ba79c95a41d6ff
Merge: a0351381 06a6b72d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:42:26 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 9600f16671ab5a9fc772a959a7110622baa5e606
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:19:48 2021 +0100
Updated changelog
commit 98577b626960bd971af483ef709655dfe0ac1f00
Merge: 1ccabca0 d3cd47f9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:52 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 1ccabca0c6f1cf79c1b5d6a56749ab752a4d1850
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:50 2021 +0100
No hrm icon - its shown too much.
commit d3cd47f95704e7c508e1e311d3224826f3fd73ce
Merge: 2e18795c 06a6b72d
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 11:12:43 2021 +0100
Merge branch 'espruino:master' into master
commit 2e18795c5780148c6f52d50cd69849b5893b1cdb
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:11:33 2021 +0100
Fixed string
commit 36edd449c5398147536d20c2b4f11040cb3105b9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:10:33 2021 +0100
Minor change
commit 06a6b72d42fc55a224bb5d133640670c21d6cae0
Merge: a39d4102 be083113
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:03:45 2021 +0000
Merge pull request #925 from Ronin0000/master
Add School Calendar
commit a39d4102963fc1593e1f2f8ea3f4372a3da4da6f
Merge: ab2cb243 930cfa13
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:02:41 2021 +0000
Merge pull request #928 from peerdavid/master
[LCARS Clock] Icons for different states such as GPS or HRM.
commit 5c3b0468d4ce9a51249f6f098c3e6ba84ba1cf41
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:59:26 2021 +0100
Update apps.json
corrected format
commit 336501059da7bceddba9e300c5b6d5bd1aba6a3a
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:56:25 2021 +0100
Update apps.json
removed background image
commit 3f4c49a8aef6ba79419f00d86fc4f02435b72e21
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:55:07 2021 +0100
Update app.js
integrated BG image into app
commit ff3223e1b906957811cad815df88ad495e70a95f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:51:02 2021 +0100
Update app.js
added "require" for bg image
commit ab2cb243857e50e7bb80ee163e4bc153302446a7
Merge: adadf7ef 162dc1f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:51:01 2021 +0000
Merge pull request #929 from weeurey/master
Update app
commit adadf7efd39b01466cfd348e13c5a02deaa6bf4d
Merge: b7f403e7 0f9d938f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:26 2021 +0000
Merge pull request #931 from reelyactive/master
emojuino@0.02
commit b7f403e79bf5fae387c5f6d0522f49ce917362a6
Merge: f4e997d4 46383d4d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:12 2021 +0000
Merge pull request #930 from rigrig/gbmusic-fix
gbmusic: fix "previous" button image
commit a03513812956c629f003824b46bb6763734eead8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:44:24 2021 +0000
fix download icon on android
commit b128f5c15569de9e2be0717f270cfd90e006d5ab
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:38:02 2021 +0100
Update apps.json
added background image to upload
commit 930cfa13315046c621a5444632f7b12bbd956fae
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 09:43:24 2021 +0100
New HRM Icon
commit 7f3f7b9eee3c23c922645274dd8d7947def8158d
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:26:37 2021 +0100
Currently, no confidence > 80 is reached...
commit 1fb861b82c4cc75b94dc6875280fbd411390bc71
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:25:11 2021 +0100
HRM confidence of 80 to display
commit 7d95221e166770be91bf76374f926fe996356009
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:24:15 2021 +0100
Minor change
commit 6d8d98fb03e7bed42c3feeee771ddfcd78b60ea8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:21:41 2021 +0100
Show HRM
commit a0cc4c633e0e6853a0f170a5358b7e1f11e310af
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:10:00 2021 +0100
Minor changes
commit be083113316ec7ba07d780b6593cb9adfd748298
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 19:11:40 2021 -0800
Update custom.html
commit 0664a44c454107d4e3ff039d12baffea3e90cf5f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:52:43 2021 -0800
Update apps.json
commit b032ca0fc1936e650a459f766799e197daf2a4dd
Merge: 7fd37f7e f1f063fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:27 2021 -0800
Merge branch 'espruino-master'
commit f1f063fd1adb553c548a3aa54156bce00b4ca48d
Merge: 7fd37f7e f4e997d4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:09 2021 -0800
merge3
commit 0f9d938fa6970df18fbe99f3c707b94aa26d15c1
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:23:17 2021 -0500
Version bump
commit 5a01047cd0b30e4b7b253d784bd0b5755fc0c2e2
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:21:29 2021 -0500
Added screenshots
commit ae55c2d39fc936cfa1954d44b7f76dc91c21ced3
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:09:26 2021 -0500
Allow emulator, specify type as app
commit 58f9e7cd5b59904651fb878a89844ee4ccfb23df
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:03:18 2021 -0500
Upgrade to emoji images and supporting text
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit 7fd37f7e4e669c0aea7b5324b85f9d85ca394dcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 12:18:44 2021 -0800
Update custom.html
commit 84d9ca4b337e36c4f62ffce4b3059f8f2909d482
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:57:14 2021 -0800
Update boot.js
commit 740f4a95665fd92ad87e83dd381da7e55c2e4b18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:52:27 2021 -0800
Create boot.js
not part of the current merge
commit d3538a03f10f6323afc8656cef397a561cf35bf0
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:12:50 2021 +0100
Added raster
commit 20310fdb75b11fe8b3ea38dc7810732910537169
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:02:27 2021 +0100
Smaller icons
commit 3863be18301cec9fec480db7fe28a19439c708d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 09:06:52 2021 -0800
Delete apps/schoolCalendar/fullcalendar/interaction/src directory
commit 5d8c13a7e6a934e8b750f0ab4871e3dcc67c09bf
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:56:29 2021 +0100
Updated screenshot accordingly
commit 21134a1dcdc102755171af26e99ae86f3559996f
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:55:21 2021 +0100
Better background
commit cab3d43085b2edf4dc97ebf05785bb5b446a88da
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:39:48 2021 +0100
Better alarm - shown only in icon so we can display more data.
commit db22bac0ecd48633d6acf0874127a1b28821d8ea
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:11:15 2021 +0100
Use correct alarm icon
commit 162dc1f29346ab0f6ff4b7cd4128826292ca766e
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:11:07 2021 +0000
Update apps.json
commit dc24ae9bfba1786d4d8a3e22871c4da7bda9fb92
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:10:58 2021 +0100
Better HRM Icon
commit 8e688d144ab30ff87f31b51ab457688ce03c4c23
Merge: 741f7aab f4e997d4
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:09:43 2021 +0000
Merge branch 'espruino:master' into master
commit 741f7aab5239e6fa6ae48e1a5351216dfcfc4177
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:08:38 2021 +0000
Update apps.json
commit 247ed9faa2e8b8463374fea05d4bb04ddda2cfc1
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:07:39 2021 +0000
Create ChangeLog
commit d878d46d4ccc5128643034c535cff69984ab7853
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:05:57 2021 +0000
Update app.js
commit c720fc314b516e1007452ad18ce51bc4fefefec1
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:03:21 2021 +0100
New alarm icon
commit 75fbd6882d1368c73db1b96fac79f4202d6a5e53
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:37:48 2021 +0100
Added icon for alarm
commit eb20f15537d8b6be7226b2ae49fc6e6dd0474124
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:33:42 2021 +0100
Compeletely new design with icons for GPS, HRM and Compass. All Icons are open source and mentioned in the Readme.md file.
commit 46383d4d5547bca38a2a07ea01d67afa0166bedc
Author: Richard de Boer <git@tubul.net>
Date: Mon Nov 22 13:18:01 2021 +0100
gbmusic: fix "previous" button image
commit 1bf5132a5caf41398125e0c7f2bad72ffa300df2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:07:49 2021 -0800
Update custom.html
commit 618c5b7a10ebe610205ab463c395f65948e5a763
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:02:29 2021 -0800
Update custom.html
commit adfeb5e535564f8851fcdc080e2fa10d9acced9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:00:21 2021 -0800
Update custom.html
commit f950fd2ee88486e3355efd30823d50de799e8418
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:57:52 2021 -0800
Update custom.html
commit 3ee0e9bae6ee137c6e36672c9aa6a20d1c072caf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:49:48 2021 -0800
Update apps.json
commit 387bd30236b5d765b396eba24ad43120ceb6c384
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:48:14 2021 -0800
Rename ChangeLog.md to ChangeLog
commit 6e07f282b8918ac3b8f333c7c4156980a44ff1d6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:41:26 2021 -0800
Add files via upload
commit fea37b4992e65a5ca54648f88281ce2623f6a55f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:40 2021 -0800
Update apps.json
commit 939d8f6a9ae71b49c13f7dbf1455bb2fec60462a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:21 2021 -0800
Add files via upload
commit 854ae5361d1b2400f6b6d1b2c2239f46d1e16bc9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:34:28 2021 -0800
Update README.md
commit 426768eb11e34ea7a04010e6fe7da1a5a5187f40
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:32:14 2021 -0800
Update custom.html
commit bf994d9acc8b79ebda1e47dc5ebc5158210d6205
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:24:29 2021 -0800
Update apps.json
commit 7c74c5d43f9f66b6374cabd4e247d1560e5f29a1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:15:40 2021 -0800
Update apps.json
commit 8981aa3f614c388c74d73ccd25e16f5e6eabde9f
Merge: e878e547 100384f2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:12:19 2021 -0800
Merge branch 'espruino:master' into master
commit e878e5478713b0b3cae0bb86e28f998cbfeb9b10
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:11:43 2021 -0800
merge
commit 3bde4d2e48711186ae26036baea8f880c2aac7c4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 16:12:16 2021 -0800
Update custom.html
commit 5f3c93df8cc8b73c432ea31b15e84e4b106256de
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:37:41 2021 -0800
Update custom.html
commit 26bd9e35be993aae4deece775ac85f53f877b122
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:35:47 2021 -0800
Update custom.html
commit 8f2cc6e2137cf29e03435123e96d9c6c550864d1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:34:09 2021 -0800
Update custom.html
commit 66f061112301898b011412e91982dbefc7cc2d1e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:32:48 2021 -0800
Update custom.html
commit 87a9504912b8753dc63700207ee89acacbb34726
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:30:44 2021 -0800
Update custom.html
commit 626498da9d296fecf6776b836def4eda87027d85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:24:01 2021 -0800
Update custom.html
commit 3472ca355a1a71d3fa3f464ece2b81dce7f4eeaa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:21:57 2021 -0800
Update custom.html
commit 529b0cb4637652dfc0a3ba6688b863b5f47437ca
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:19:53 2021 -0800
Update custom.html
commit e77d9980023f041a87743ac1fd3c48a3f0652a8e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:18:21 2021 -0800
Update custom.html
update
commit a712c37c7652f7bc46c4d7761df93b3d28e17229
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:17:58 2021 -0800
Update custom.html
commit 4d9d6abb9ef466e4058510efe9eec295f60127e9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:14:02 2021 -0800
Update custom.html
commit f35b24844810a90f08f731cc9e63535be217e4cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:09:44 2021 -0800
Update custom.html
commit d0336b2854d7e0892c440ef8c5f83bcbe1374a9b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:06:56 2021 -0800
Update custom.html
commit 640c8e491e489e9ea88282cf0bfe14004838b3db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:03:42 2021 -0800
Update custom.html
commit 604153cb2408399ce1420b43ef87f41c09d3daa6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:01:45 2021 -0800
Update custom.html
commit 0f8f1e38e85a8c1c49057f4b891209bdfad67aef
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:44 2021 -0800
Update custom.html
commit 7f7dcb0bcf89b1d66f60481efaa09f5956ee4ecc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:22 2021 -0800
Update custom.html
commit d42fe03dc8fcbc0f68857dd9f887c8cc4eff1c06
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:55:08 2021 -0800
Update custom.html
commit 98f172fad442e89f53c45ac47f2388a08049855a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:53:01 2021 -0800
Update custom.html
commit daf8dde32bc81b8f04402c4728eac41784751cd5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:49:25 2021 -0800
Update custom.html
commit 408bd24080a2f7dcf1e6d0c33dab65da4dff82cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:48:38 2021 -0800
Update custom.html
commit 68db21acbb837b12d84d9930d451d2ba90e251dd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:44:30 2021 -0800
Update custom.html
commit 45feb1b2ffb17b8835c505bc4a4f825ddc17bf4f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:42 2021 -0800
Update custom.html
commit 3bc5fd87b61cbb9b867009d933342fe627da982d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:12 2021 -0800
Update custom.html
commit c3eede9868ee342bc4248e71a874c2e6b332dcdd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:37:42 2021 -0800
Update custom.html
commit 8426356c01a23ae769c79f726b95ea64f4428574
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:35:55 2021 -0800
Update custom.html
commit 93f09c216a1eb9aa876c88a1f806ccb709e971b7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:39 2021 -0800
Update apps.json
commit cb748a251dbd11e87615d82081522953607b3a27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:20 2021 -0800
Update custom.html
commit a994ed66301040f60d5f99b672a6081152a20d6c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:53:38 2021 -0800
Update custom.html
commit b76bb48973dbabfaf56bdec4aee44a483f94d129
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:50:08 2021 -0800
Update custom.html
commit f99ce683e9ce42431321fc711e061955bc0220fb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:46:32 2021 -0800
Update custom.html
commit ddfdd94ff845d3d8560158cde184a9a19a3d2142
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:42:51 2021 -0800
Update custom.html
commit 52675f7eff140426532f81da9c84c5d7803d0cda
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:48:03 2021 -0800
Update custom.html
commit d4911034145e3d98b99d649be55c75671e2f5c5c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:44:23 2021 -0800
Update custom.html
commit 71ff5959aec6a5f8302bda513d2c1371bbed0743
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:58 2021 -0800
Update custom.html
commit daba705b37b9952cba2910c3c0bed23e58aaf2fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:16 2021 -0800
Update custom.html
commit 19cb5fc749abeefe378205531d18b97562ddfc47
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:39:15 2021 -0800
Update apps.json
commit 6c20945898b84a02d6b440923a5afd994c7d97aa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:37:41 2021 -0800
Update custom.html
commit ff519bdc0d9bca530284d98cad9fd023ad37d50d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:15:29 2021 -0800
Update custom.html
commit 34843d703aae0b6a33be352ad0f8408d8d17d07b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:11:54 2021 -0800
Update custom.html
commit 4da82197f32b280e4192d5bc9a5ba174fbad4ace
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:01:20 2021 -0800
Update custom.html
commit a9c5a32bc1359d8288f4fd6b6da50eaf40910c9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:56:54 2021 -0800
Update custom.html
commit 352fea34791ccf06450a516ab2a2daf22353c641
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:53:38 2021 -0800
Update apps.json
commit ab6f56c381a54e4ab3466625a9eb794eef5dd2a0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:52:34 2021 -0800
Update custom.html
commit a65742ce346039ef901e70157620aabd95bbca35
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:48:25 2021 -0800
Update apps.json
commit a1a387dd600f7e5c3879d74cd5a516d7566fb7bb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:47:52 2021 -0800
Update custom.html
commit 180e88e0e44dc3ca09291a7d37b6fa4df637fa78
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:50 2021 -0800
Update custom.html
commit 0099736b8c64e8f1afefd4d52b526151e3ac700a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:14 2021 -0800
Update apps.json
commit 1fdf4e954e23fe0514b8d795224c2edafd5941c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:43 2021 -0800
Update apps.json
commit faa5b6b21aa8b7062dc62499e8361b8233cf9408
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:10 2021 -0800
Update custom.html
commit d617803c13ec381f35a9d30f99a267dca02c9cf1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:44 2021 -0800
Update apps.json
commit dc669254bcccad425153d209d6dcdf002f64a30d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:10 2021 -0800
Update custom.html
commit 303247fb4e66802ed7f5c2ee404ce0a28221ec2d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:25:00 2021 -0800
Update custom.html
commit d836cbd2ba256adfffa55f1d12fda02ae8ac760c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:15:16 2021 -0800
Update custom.html
commit e206bd4e1cad4aab266fd376fa525500941878a8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:08:00 2021 -0800
Update custom.html
commit 1a6c1acce50fe2fe2e49bfc26b3ac98c1db5aa13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:04:06 2021 -0800
Update custom.html
commit aa20fac50ed19adfb9248fd9cda1ebb7c31f95b1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:02:52 2021 -0800
Update apps.json
commit 5625414e90c78677040420f342f29e96f088469b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:34:30 2021 -0800
Update apps.json
commit ebc2d8096144e6150920efc4b63e8f1e3f52eb00
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:33:27 2021 -0800
Update custom.html
commit 6c43de3766433c1f9fa1d01fd24cbfe0839e19c0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:21:11 2021 -0800
Update apps.json
commit 37da3c68aeeb5fec1ef3d8965fa3d8170074d791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:19:46 2021 -0800
Update custom.html
commit 92707b9d13ed269a41684ce45111376694cb6e58
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:12:50 2021 -0800
Update ChangeLog.md
commit d3ca682cff08be0bb2a64ab057f6efdf36b4e094
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:09:56 2021 -0800
Update apps.json
commit dfd9e59993944f6323120f8af660d880c63c6793
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:08:52 2021 -0800
Update custom.html
commit 5d24a09ffa2d9cad10a5fae3c7b4d5fafc944aa9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:04:41 2021 -0800
Update apps.json
commit e965bd7d962108a2944824eb6579fce435876966
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:43 2021 -0800
Update custom.html
commit 345d9c155135fc4d0a2b8d00b3528b363a584ced
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:12 2021 -0800
Delete schoolCalendar.js
commit dc9db8a4767d4c16d92645131d977263e2468521
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:58 2021 -0800
Update schoolCalendar.js
commit 58df0a5ca26684b4da84929c8c388ca5c37acabd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:03 2021 -0800
Update apps.json
commit 65ad4979e8d58b51f11f3bcc86f31ab303a5d7b6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:27:10 2021 -0800
Update custom.html
commit 9c07800c5ef948a1b9b2071e7bdfe46809fefa1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:07:38 2021 -0800
Update custom.html
commit b108bc45fb8bfa266e4d4ad3e66a9f65cec96c92
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:58:24 2021 -0800
Update custom.html
commit d871855f8e217b27ea73ed28b389bbc8aea59d62
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:55:58 2021 -0800
Update apps.json
commit 99112920b287568db32c5e43b47cfc2ee0cf71a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:47:34 2021 -0800
Update apps.json
commit 37f4329ec57bc4a96a1b2a0847406f6a05cad520
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:49 2021 -0800
Update apps.json
commit ba2aee642bf90307757bb85fda6aa0db01bed5e5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:06 2021 -0800
Update custom.html
commit 98048dc23cb1caf3aafbf1d1ecfa461ba5943925
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:37:23 2021 -0800
Update apps.json
commit 1a53e8d34af89f0e6c889653961350a898deea81
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:33:43 2021 -0800
Update custom.html
commit 993bb7298c8fbc9348e6668b70a555c51dc54a09
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:31:41 2021 -0800
Rename interface.html to custom.html
commit 3a3962bfdc0365e75f8804b61293ec91084f6698
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:30:12 2021 -0800
Rename custom.html to interface.html
commit c8ad92a3dcb7b8a0df83f2e720b6730dd785e829
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:20:33 2021 -0800
Update apps.json
commit ae85c1cee709457b10233205c057f946ea15fe83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:14:33 2021 -0800
Update custom.html
commit c1b467ba8e96f58b27eb3b9b2dc2b859fa89e227
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:14:50 2021 +0000
Update app.js
commit 438537ace2358f5b798bdfde92ebf78db81abc49
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:10:03 2021 +0000
Update app.js
commit e6d736860d7d7511f08474a4d8f6446ebe97e634
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:57:57 2021 +0000
Update app.js
commit e1add5e2b2a068873d0102324d61f9ff5532924d
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:45:02 2021 +0000
Update app.js
commit 09be008dfaf764b542a80f4dbbde6ab26314713e
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:39:48 2021 +0000
Update app.js
commit 9f26994f5c66a5ee88a702c7a73d8bcc0c8236c3
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:33:47 2021 +0000
Update app.js
commit 0cf4c5d70a97480185296b32137fcdc179fddcc4
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:10:31 2021 +0000
Update app.js
commit cfdb94439526722ca757b8ee748d298f6a76d9e7
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:32:34 2021 +0000
Update app.js
Add Media controls
commit e3cd8f5607f912002d3ec0adf833834058a492cb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:16:37 2021 +0000
Update app.js
Removed extra unneeded code
commit ceed8a123836f5da6fb8c5d6741e2224a3e4a0af
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 15:05:28 2021 +0000
Update app.js
commit 721a3f2608ee0012767cfacd5c69aa91a7bba5f6
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:39:30 2021 +0000
Update app.js
commit a16bfe4d7350b34c694050448f2aefc990d19dcb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:32:57 2021 +0000
Update app.js
commit e72bf84a7a05c4208e8c1d5f60815a9f57ca11c4
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 21:29:57 2021 +0100
use dark theme for metronome
commit 071a7a7e683a649b9f75fdc92b9f56804cd0af87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 20:46:18 2021 +0100
add support for Bangle.js 2
commit 7a7175fa483e4e9fcd5912d83e9519274d67b4f0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Nov 4 16:00:41 2021 -0700
Update custom.html
commit e2928498690565ba7d0454aaa4265bc8adfda712
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:32 2021 -0700
Rename interface.html to custom.html
commit cd7579269efe8d54a5a5680b8126ea38f9ce54be
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:04 2021 -0700
Update apps.json
commit df7f9cc530194025708b712565a410aed1d73e95
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:20:09 2021 -0700
Update interface.html
commit ada94b11cfbebfeaa010cee1b39d0f92591d4e13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:06:50 2021 -0700
Update interface.html
commit 08fc58deb57847cca7d81bf84a54df16ce97528f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:20:57 2021 -0700
Update interface.html
commit 04b9e74a4d2cd84dd9b64b0ba6fba1167fc400e7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:10:58 2021 -0700
Update interface.html
commit be7af68455ff4b5034c0baab9d8c138b9b024707
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:08:24 2021 -0700
Update interface.html
commit aaee5f3c0610de7a48bdda7fe9c6064dff97780e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 19:13:08 2021 -0700
Update interface.html
commit 73819933eeb57f32935e6ad93a146bdbee6d8be6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:52:09 2021 -0700
Update schoolCalendar.js
commit fa5cbd71c618a2053ec3217048c74a723c46f03f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:49:22 2021 -0700
Update README.md
commit fa392008d1e30a6df05245eac969badf4188fb74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:45:24 2021 -0700
Update README.md
commit c280e41560a3812ee83ca461e098bc35b80ef439
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:42:39 2021 -0700
Update README.md
commit 6b84a8eb3007cca6abd31cc1d3d0552cc79cb492
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:26 2021 -0700
Update schoolCalendar.js
commit 5bbfb1109910856575cc348012dbc44d489a8005
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:11 2021 -0700
Update interface.html
update interface
commit 6660dad4c01c66c20670cfd415b6ad063d9b5b74
Merge: 8c003cf6 1e0f6cd6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 07:35:54 2021 -0700
Merge branch 'espruino:master' into master
commit 8c003cf6ffb5a8b3437897a1e57a6a020b5e02a4
Merge: 5c11881f f1ce196a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 15 07:33:21 2021 -0700
Merge branch 'espruino:master' into master
commit 5c11881f752edbdef3031f0a48109a196eced80a
Merge: 8c149dbe be34e2b0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 14 17:14:45 2021 -0700
Merge branch 'espruino:master' into master
commit 8c149dbea1cfd34e815b64ca354840b811a82222
Merge: 7888cc6c 300ed35b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Oct 13 07:46:16 2021 -0700
Merge branch 'espruino:master' into master
commit 7888cc6ce0bbabf99c7dd39f002810d262af07fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:59 2021 -0700
Create README.md
commit 36a52b8b001a4515d715950db56e411a6c4842b2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:52 2021 -0700
Update README.md
commit 4f5558c41e75f6e91a34842f7b42fa85970dce5e
Merge: 5db16d19 68cc9fbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 16:43:12 2021 -0700
Merge branch 'espruino:master' into master
commit 5db16d190b1439293d9f0af16d37fea29db8830c
Merge: e7995505 54d98db6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 07:03:23 2021 -0700
Merge branch 'espruino:master' into master
commit e799550544e55ef94ef48f905283625e50f73e97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:57 2021 -0700
Update schoolCalendar.js
commit 89f82a50436d4eab82574d310077d19154a8ab59
Merge: 7107d510 f3712e66
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:38 2021 -0700
Merge branch 'espruino:master' into master
commit 7107d510a5301f50ca5dc1bf9d4463ad99a33af8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 20:06:28 2021 -0700
Update schoolCalendar.js
commit a61879753285b4469772f51474c29fe86a5aa942
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 19:55:30 2021 -0700
Update schoolCalendar.js
commit 3c9e46c2160f4ff58708afc0d08ce2e5d27df097
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:59:03 2021 -0700
Update apps.json
commit 941bc852c1ab4472dc74a7f84e12e92ab891432e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:53 2021 -0700
Add files via upload
commit 4cbfac212e6999887cfafd37d9c809919a014e27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:26 2021 -0700
Delete apps/schoolCalender directory
commit c7b723f87e5e6fb0858c09ee2910510267d73fd6
Merge: 8d2f4ccc ba08863b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 07:31:25 2021 -0700
Merge branch 'espruino:master' into master
commit 8d2f4ccca761e1695620b072e116b94272850427
Merge: 7846b48c 44aa03e4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 1 07:31:42 2021 -0700
Merge branch 'espruino:master' into master
commit 7846b48cf67ab024970b90948096f9258e1c184c
Merge: 59aa9909 d0fd2f01
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 30 17:22:33 2021 -0700
Merge branch 'espruino:master' into master
commit 59aa99092dac99b9a13bbc2a7153dd2b44a6fb67
Merge: 9061acee 03bbe1d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 29 08:06:54 2021 -0700
Merge branch 'espruino:master' into master
commit 9061acee5db851bd58295785cc7542a7c066b4c8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 17:44:12 2021 -0700
Update interface.html
commit 79bacc45932ce8842cbf12d23c36a41e992b438e
Merge: bb5fcdaa 48bb819b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 07:12:44 2021 -0700
Merge branch 'espruino:master' into master
commit bb5fcdaafc1e344bf2d717c3eb238f763f255215
Merge: 814fbdd6 28bd9e83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 27 16:15:07 2021 -0700
Merge branch 'espruino:master' into master
commit 814fbdd61ef41676d07719b5b1b297fbbc03ec6f
Merge: 83d88a1e f3fd0f25
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 25 08:01:44 2021 -0700
Merge branch 'espruino:master' into master
commit 83d88a1ea191e2e6b669d284d94b4180b9ea54aa
Merge: c9bed74e 71471d37
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 24 19:35:52 2021 -0700
Merge branch 'espruino:master' into master
commit c9bed74ec2e240e2daf26bf9ec9432df91ac18aa
Merge: 1f130c53 16fe8470
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 23 15:21:18 2021 -0700
Merge branch 'espruino:master' into master
commit 1f130c53b46546328260a6b94ad182be5d55ff18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 22 07:25:41 2021 -0700
Update interface.html
commit 3d8ebe82c289156581799134b3c56fd02ade1fad
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:07:20 2021 -0700
Update interface.html
commit 2ca58d2cc436b72beb87d347b8d8c217b461e805
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:02:14 2021 -0700
Update custom.html
commit d8c149073fb6bca8f5f78ba4a031004adeab1a6b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:01:31 2021 -0700
Update apps.json
commit ceab5d46a23f913faf96be90e644458ac5546157
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 20:58:01 2021 -0700
Rename schoolCalender.js to app.js
commit 9b344eb1ecc577e96196d2a3d3fc8962198e90de
Merge: ec453c0e 3b15a7f9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 07:24:54 2021 -0700
Merge branch 'espruino:master' into master
commit ec453c0e100f7fd140305fe8ed4a62d3987e68f1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 19:45:50 2021 -0700
Update README.md
commit a8f7fe72923e1fe38042cb4752dac1429c6be426
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:31:41 2021 -0700
Update interface.html
commit 51c41d5c48a72b7a373e6f979c95bab9fa9ddb7a
Merge: b7a4ecb5 50ec8d97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:25:50 2021 -0700
Merge branch 'espruino:master' into master
commit b7a4ecb57857016c131ba72e101b3a11eb3cb06c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:48:24 2021 -0700
Update interface.html
commit 82320ab073c0b106f5260e26c0fb147d7c8fcd02
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:40:43 2021 -0700
Update interface.html
commit 27d025bf82cc5882dc39110c5c7799f657f2c57d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 14:01:04 2021 -0700
Update interface.html
commit bd92c0e67fce373f11aae3bbcf8f5a4c06f2e161
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:51:31 2021 -0700
Update interface.html
commit f0c596d14f6119bbe52e2f0d3912216785257536
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:40:29 2021 -0700
Update interface.html
commit d6542bac6d666af7c8fe1f67434611e6ccacc6a6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:29:46 2021 -0700
Update interface.html
commit 7a2ee0f7111209afa859761a62f80e93ca71a879
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:15:29 2021 -0700
Update interface.html
commit c65ddbfc522c54da540080a16d171edd42ce592e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:05:32 2021 -0700
Update interface.html
commit 43c684f389d97dd12815edbd93d0750f923f17b3
Merge: ddd1a83c 5f5b5c0d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:45:25 2021 -0700
Merge branch 'espruino-master'
commit 5f5b5c0dc2485f7e454acb9f364d240e3972d955
Merge: ddd1a83c cc2e1bbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:42:47 2021 -0700
Merge branch 'master' of git://github.com/espruino/BangleApps into espruino-master
commit ddd1a83c613a9f21ec8e37ba1151e1ca255a77af
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 18:27:57 2021 -0700
Update interface.html
commit 632c98f8be2ad6e2290e5eb98025559a42a47c34
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 15:13:46 2021 -0700
Update interface.html
commit c252f74e16edc5a1a1fcfe4ce72c9594f12a9624
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 07:31:16 2021 -0700
Update interface.html
commit b9b0a43e99db0c2d13c28bf6d65540925709d866
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:28:35 2021 -0700
Update interface.html
commit afafd449fb06abd3930d0eb40989dc12787c96d9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:22:01 2021 -0700
Update interface.html
commit 45a0d50b011ee50e9b1b4c6ce5a84e1290331b1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:15:25 2021 -0700
Update interface.html
commit eb146fe07bd5d71f49c5e267424d7b8206eee952
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:07:51 2021 -0700
Update interface.html
commit 34baf995e7f5288266b5da08bcac6d76202a92fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:04:33 2021 -0700
Update interface.html
commit 751fbdda43ea542db4887bed7b4d4e2ad7628a23
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:00:47 2021 -0700
Update interface.html
commit bc71f317311509e8f3fd5054e6c3efaa05bc0416
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:47:13 2021 -0700
Update interface.html
commit cfde9e14a87466a8dc7cb92934c3af373f6a43d0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:41:40 2021 -0700
Update interface.html
commit 135165c983beca48190d091e355436100beee41d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:37:52 2021 -0700
Add files via upload
commit d50ba356d68ebeffd028a924450d4a6ad4fddd74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:36:59 2021 -0700
Update apps.json
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit b51c84229798e7c3665f203c13023d9f6e24eb68
Merge: f4e997d4 d1da165e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 12:20:57 2021 +0000
Merge branch 'Combined' into Base
commit d1da165eb44fa50bea67506097768f1138574c8c
Merge: f927549b 2c257605
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:30:56 2021 +0000
Merge pull request #9 from t0m1o1/scaledlauncher
Update apps.json
commit f927549b2c1e88232f4df2c6ef7e160c3a8e0f7b
Merge: 3cfd575d 411118aa
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:16:59 2021 +0000
Merge pull request #8 from t0m1o1/scaledlauncher
Scaledlauncher
commit 3cfd575da46cf38347bbbb4d37645c0bd72833de
Merge: 9a311219 9d1429ca
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:04:17 2021 +0000
Merge pull request #7 from t0m1o1/scaledlauncher
Update settings.js
commit 9a311219b2d3a7d3594ca654c78ae7137a92fb8e
Merge: 43c42711 5b1b752d
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 02:56:33 2021 +0000
Merge pull request #6 from t0m1o1/scaledlauncher
Scaledlauncher
commit 43c4271101a4be6dbc28d7e34534d25242c159ae
Merge: dec967f1 084bba39
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 21:18:16 2021 +0000
Merge pull request #5 from t0m1o1/compass-fix
Compass fix
commit dec967f1ac5900e43099ef9bfef3bfbe84e1f8e4
Merge: 21c48263 dfa40407
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 20:56:22 2021 +0000
Merge pull request #4 from t0m1o1/Swipe-Launcher
Stop the swiping coming up if mode is undefined
commit 21c482639aa1f2d391ebb0508701cff3170b45c4
Merge: dea2ec96 4c9d04de
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:19:27 2021 +0000
Merge pull request #3 from t0m1o1/Swipe-Launcher
Update Swiper Clock Launch
commit dea2ec9693855d735662a4d344682e6105533bf2
Merge: 92d156fb 51766844
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:15:16 2021 +0000
Merge pull request #2 from t0m1o1/master
Master
commit 92d156fb398787a068a2f7ed81a78d90ed04bd70
Merge: 100384f2 7d37a9eb
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:14:13 2021 +0000
Merge pull request #1 from t0m1o1/Swipe-Launcher
Swipe launcher
commit 51766844e6ff346119739114c28b9d638ca57cbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:49:56 2021 +0000
Update apps.json
commit 6fda7a5f33ec6341d51529e680f5d0caa9c9fdbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:37:07 2021 +0000
Update apps.json
commit b7a067234413e2cd9cb531c366371e5d88f6bb21
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:32:09 2021 +0000
Rename hidmsicswipe.app.js to hidmsicswipe.js
commit 97065f1d62d40003eec09a2539d7294fe41bc4e5
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:55 2021 +0000
Delete hidmsicswipe.info
commit 21f184d6c4ad1f977c385d95c3966d95d446bf5c
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:10 2021 +0000
Add files via upload
commit 3917f28ae54db0e86b6429489c19a4180be759e0
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:45 2021 +0000
Delete hidmsicswipe.img
commit a65668300fc45082d6897e19c6efff556853f4d9
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:18 2021 +0000
Delete hid-music.png
commit 5fce838e8ab7d2b297c05a1ae735abcd4ba76d90
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:29:36 2021 +0000
Add files via upload
commit ffa37f2ab3b1fd2b921783e19ffb48673aad1a6e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:22:38 2021 +0000
Create hidmsicswipe-icon.js
commit b656e5973c302a39f7513364c66094132135bfc4
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:59:19 2021 +0000
Create changelog
commit ad943ca5658e4f68c205996c4ad42aa1ebbeb793
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:58:19 2021 +0000
Add files via upload
commit ac433ac7bd6d586e9b1ca11da924d64bd566ade2
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:57:39 2021 +0000
Create hidmsicswipe.info
2021-12-05 17:14:06 +00:00
"readme" : "README.md" ,
2021-10-20 14:11:04 +00:00
"supports" : [ "BANGLEJS" ] ,
"storage" : [
{ "name" : "fd6fdetect.app.js" , "url" : "app.js" } ,
{ "name" : "fd6fdetect.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "choozi" ,
"name" : "Choozi" ,
"version" : "0.01" ,
"description" : "Choose people or things at random using Bangle.js." ,
"icon" : "app.png" ,
"tags" : "tool" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
"allow_emulator" : true ,
2021-11-24 15:22:16 +00:00
"screenshots" : [ { "url" : "bangle1-choozi-screenshot1.png" } , { "url" : "bangle1-choozi-screenshot2.png" } ] ,
2021-10-20 14:11:04 +00:00
"storage" : [
{ "name" : "choozi.app.js" , "url" : "app.js" } ,
{ "name" : "choozi.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "widclkbttm" ,
"name" : "Digital clock (Bottom) widget" ,
"shortName" : "Digital clock Bottom Widget" ,
"version" : "0.03" ,
"description" : "Displays time in the bottom area." ,
"icon" : "widclkbttm.png" ,
"type" : "widget" ,
"tags" : "widget" ,
2021-10-29 12:55:57 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2021-10-20 14:11:04 +00:00
"readme" : "README.md" ,
"storage" : [
{ "name" : "widclkbttm.wid.js" , "url" : "widclkbttm.wid.js" }
]
} ,
{
"id" : "pastel" ,
"name" : "Pastel Clock" ,
"shortName" : "Pastel" ,
Squashed commit of the following:
commit 5ed43a28b5b9d6820ee898f632535747c1e5913d
Merge: 4cf9192c a385c099
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:12:45 2021 +0000
Merge branch 'espruino:master' into Base
commit 4cf9192c4341a85eab1198b8663f48d276704ac3
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:25 2021 +0000
Update core
commit 69a54194a9eb41d0722fc061bec5c900b724e8cf
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:14 2021 +0000
Squashed commit of the following:
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit e040cc4e245a8fb4c55bfeb99cab12c62af5e7b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 15:22:16 2021 +0000
replace tabs!
commit 60c2fa710c4904827bfba868507a9f6d10d524a3
Merge: 38b2e417 f3cb7e9a
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:29:46 2021 +0000
Merge pull request #942 from madman2021/master
Add new TimeCal app
commit 38b2e417bf8e63be394a96ed24b9e3d174d5f45b
Merge: 94bd895b 43b38cc8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:26:43 2021 +0000
Merge pull request #943 from peerdavid/master
[LCARS Clock] Shows icons for charging and out of battery
commit 94bd895bafeb37250b64373692c9cceb3e9ece97
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 12:56:56 2021 +0000
welcome 0.14: Turn off and run later to use softOff to time is set right
plus other minor tweaks
commit 43b38cc8ab5796e25f65ace531be68a6a4134f98
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:40:47 2021 +0100
New screenshot. Updated version.
commit 34c6589f06a1a8ba0f7fe2e126b41d03dff7f45b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:37:07 2021 +0100
Minor improvement
commit c403a5af671cf70b18776fad83126adf66122f0f
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:36:21 2021 +0100
New design. Removed png icon files - only converted icons are needed.
commit 19655ea3279daf32ebfd4453db398915a8229946
Merge: 274b705c b1fb0e6b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:44 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 274b705c1e7313cf646412ec01bf17de9b1dabcf
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:37 2021 +0100
More lcars style
commit f3cb7e9a0b8f0ba3624b639415c9168c240905e8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:53:14 2021 +0000
Remove Icon as it renders massive
commit 1a9f5375557fc232acfe3f42d1198da827db5ab8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:46:03 2021 +0000
Add missing supports tag for TimeCal
commit 3738bde22a0d4cef2bd5c956a1a370e9a145689a
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:43:38 2021 +0000
Add TimeCal to the app library
Add TimeCal to the app library
commit b1fb0e6b7d88f53cff85f6a8d3eb416bebd35e92
Merge: 559e8208 dabc22c2
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 11:10:36 2021 +0100
Merge branch 'espruino:master' into master
commit dabc22c2d725ccddad8b08c0fa0b14af94d38e28
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 09:54:11 2021 +0000
custom code works on bangle2
commit 2e83a511d2032736a63bda38406b4f744a4130f1
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:51:20 2021 +0000
metronome supports bangle 2 now
commit cea51d06d07f09923d590357c33782861c342817
Merge: cd1daba0 4eee3f05
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:50:24 2021 +0000
Merge pull request #938 from bengwalker/master
Add Bangle.js 2 support for metronome app
commit cd1daba0c55e99f5a477407f47b932d050c0b6f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:46:13 2021 +0000
0.25: Fix issue where if Bangle.js 2 got a GPS fix but no reported time, errors could be caused by the widget (fix #935)
commit c03ab08687bbc7ed893ed2ef8c3be21f1e61e74f
Merge: 1750c72e f10bf240
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:40:53 2021 +0000
Merge pull request #939 from Ronin0000/master
Add Screenshots to Many Apps
commit 1750c72e94eab6ee22650d993ea31efa17e79c46
Merge: 5eeb1181 1def233d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:38:06 2021 +0000
Merge pull request #936 from Vingelar/master
Binwatch: re-format background images
commit 559e82088077ba79675c0012c921eae3ef32b16d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:14:04 2021 +0100
Minor design change
commit d24b8c80da7afd75a6f121a22e3694252aa3c57a
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:12:25 2021 +0100
Minor design chnges
commit f10bf24018add2df61a5fc422aee941b07c70082
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 17:04:07 2021 -0800
Update apps.json
commit c66b0982368a5e1ee74da598945df12d88cba679
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:53:48 2021 -0800
Update apps.json
commit 638fea73c791b4f11b6119c02ca2090c31b6bc83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:24:10 2021 -0800
Add files via upload
commit 4e79c896c65b2edc7dfcb7b4b2eb6ae1c96f60ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:23:33 2021 -0800
Add files via upload
commit 33809d8cdfa7ea3f02941c820b4836f20a9eb869
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:58 2021 -0800
Add files via upload
commit 6cb83284a7e7b9d2f8935835702e713f0f9b7b51
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:45 2021 -0800
Add files via upload
commit 7e521d0d29262227a32244d2929eb99fcb36fb98
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:17 2021 -0800
Add files via upload
commit 9985ff03f20469897ceb3dd1acb4f90ac850ebb8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:00 2021 -0800
Add files via upload
commit 6f437c39866562e05d8821bdb5150cd553f3a6cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:21:15 2021 -0800
Add files via upload
commit ffe218a0046d65464e96cdc59d1c10fbb708b791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:56 2021 -0800
Add files via upload
commit 9400133dd49762a7bfcff38e5a6249cbfd5753f7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:39 2021 -0800
Add files via upload
commit 76463d927940f590ed45cc51558723375217a34a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:37 2021 -0800
Add files via upload
commit 4011accb47eb53954acc3e27cce5b6f6cb025c57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:19 2021 -0800
Add files via upload
commit bc5960d61a40c08566a8e1977fa53c6528f04a85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:07 2021 -0800
Add files via upload
commit da5634beda72243f5ee6e4fc0e376c6c5f9c6ccc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:51 2021 -0800
Add files via upload
commit b9c4640f853d4992e57cd5d6b2e3f4d75db32d1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:25 2021 -0800
Add files via upload
commit d27a605a24cc06903084b6a796c9c93b7724150f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:07 2021 -0800
Add files via upload
commit 52baa42e69b1a7a8ef6bc2cae548298af4dcbf7c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:48 2021 -0800
Add files via upload
commit db3b6a58e49a3d5ce9b528011f3e0607474e4fa8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:16 2021 -0800
Add files via upload
commit f0de0d8a9d542fd960f13b36a2bb2a3548f06033
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:52 2021 -0800
Add files via upload
commit 6d4cb98ba83d0ab62406c00ed9fa8dcd139d2f8c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:34 2021 -0800
Add files via upload
commit 5f434d9d327fff8cebf41a45cf73ea9c96cb42db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:23 2021 -0800
Add files via upload
commit 6e72349f05e3773b0ae60217df8b6f266447f1ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:37 2021 -0800
Add files via upload
commit 03e4d0d7c01cdc214526891933f3c155f63ff2b5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:21 2021 -0800
Add files via upload
commit ead12a1c11e3937637e8af8b1d54218e0138e908
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:54 2021 -0800
Add files via upload
commit a1ed32c91380e03146dc4003a3ee6e400d0dd35f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:30 2021 -0800
Add files via upload
commit fae08d7a739b1a28faacb0105d5ad417171dddcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:57 2021 -0800
Add files via upload
commit b889e431edf72d64867c576135bc1470c4590db2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:32 2021 -0800
Add files via upload
commit f177480160184722b935623ebed05ad630a5a6a2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:02 2021 -0800
Add files via upload
commit a2fe8c3722f56c59957642cad2bb0a6454dc6f5b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:11:42 2021 -0800
Add files via upload
commit c1cdf15bf5413167692e9c7bd4f5fee31fe4d4c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:49 2021 -0800
Add files via upload
commit fb1c5529f037cc701e30d9da036a54236ea1ba1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:11 2021 -0800
Add files via upload
commit 530089e0830473574b38c172a964f9cfb49436a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:35 2021 -0800
Add files via upload
commit 3556e668560587c074ad435b977283e19367f69e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:12 2021 -0800
Add files via upload
commit e1e32772e4dd1943af6ed37407425998b0819e48
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:56 2021 -0800
Add files via upload
commit 8084bb92b7cfb12740129c57e1bb5c05ce13994c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:37 2021 -0800
Add files via upload
commit 2c997d2964d4ade4ba0aa5ef89a1b646c15a9751
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:18 2021 -0800
Add files via upload
commit 747626b66c880293481bd0a97cda8e32e0239d04
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:07:24 2021 -0800
Add files via upload
commit ed36fae0ac6def24ca20ab6229affbcf7502582e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:59 2021 -0800
Add files via upload
commit e8baad3c3775e26f8a88457ff8f361a18572e484
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:33 2021 -0800
Add files via upload
commit 1efcebe84aa2b2b00d6920a84d4e486b834c1083
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:16 2021 -0800
Add files via upload
commit 082d3d1e95e9bb98e10bb1679ae0dfba11bf44e0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:05:21 2021 -0800
Add files via upload
commit b10f62a6c55dd89bb15a97430b74269486a72807
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:58 2021 -0800
Add files via upload
commit 24b41c2c6fe40d18ffd9dfc0404f215cc9b847ff
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:42 2021 -0800
Add files via upload
commit 19a2ef1a44c78fe9b1922574f0a1eda20f2fbd43
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:01 2021 -0800
Add files via upload
commit 7089d6e74c438d3577ebf03857b0c1b6f73aaa2a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:03:38 2021 -0800
Add files via upload
commit 431824f828f0ea900c9d206e492cc7a6d1830f2e
Merge: 15aa41c7 5eeb1181
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 15:15:57 2021 -0800
Merge branch 'espruino:master' into master
commit 5eeb1181d049f1580f75657b9a9ac664041b26b9
Merge: 546a0b16 6b05d928
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:29:18 2021 +0000
Merge pull request #937 from rigrig/barclock-b2
Barclock works fine on the Bangle.js 2 :-)
commit 15aa41c766b2a25c7a83a1a6744706a7b2852aa3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:23:03 2021 -0800
Add files via upload
commit 6a93494e3fe516ccbc7755027f613bd9bd529021
Merge: 12443640 546a0b16
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:22:27 2021 -0800
Merge branch 'espruino:master' into master
commit 546a0b16cc32841b38a0d39b07ec6d18f58d21c5
Merge: cb6e14f6 18fbd289
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:55 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit cb6e14f6c12816224bbc3dc127e9817d0df7ae78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:37 2021 +0000
messages, start of call handling and message responses, fix for scroll issue when only 2 menu items
commit 12443640c95efbe9f25ed0ffe73280c84d90cd13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:54:22 2021 -0800
Update apps.json
commit 9bdc07f8617e457439522d5b4c84a65d1eba4ed9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:47:36 2021 -0800
Update apps.json
commit 4eee3f05e92e26aa5c70c1d2cefcc97ff4935b0d
Merge: aafc93f0 18fbd289
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:46:32 2021 +0100
Merge branch 'master' into master
commit 298fa47cd87e37b19cd142f47867843e24d08b57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:42:50 2021 -0800
Update apps.json
commit 52c07f6dc80e8eabd017fc324332c0594c173399
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:40:42 2021 -0800
Update apps.json
commit fe340d75bbb6c7814241becacddaca50435c5fe3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:39:31 2021 -0800
Update apps.json
commit aafc93f09a818f5bb6e4b6988246e4f8d049df87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:35:35 2021 +0100
Update README.md
update README
commit bd80ea5ca03b2e9d5f2eb562adc7305b3952d2e5
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:31:33 2021 +0100
Update metronome.js
print instructuions for banglejs2
commit 51afd5ef049c67f331931ee18b53e9d4e835342a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:29:27 2021 -0800
Add files via upload
commit ff62b603a27d6acea382af80496b6a35787a73ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:51 2021 -0800
Add files via upload
commit ffbd331c1376c5f393dafe62eaa62a9991949a3e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:29 2021 -0800
Add files via upload
commit 93c113a95a21dccfde6bb171d15b0f93e6d0f58a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:25 2021 -0800
Add files via upload
commit b2be26fccedfa52f00f275db8050c0c3e532859b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:07 2021 -0800
Add files via upload
commit 899e78539c3bb0e41e4d56aa854c4806715ccce0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:26:06 2021 -0800
Add files via upload
commit 50a88d41cd63e51a876e4fca58fe13c5af2088fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:35 2021 -0800
Add files via upload
commit b1d636bac2148007dd72becff0daddf24b80f0a4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:10 2021 -0800
Add files via upload
commit 6b05d928751b49d4910ddd3a6867e2d4cad6c93f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 19:42:12 2021 +0100
barclock: Fix time/date disappearing after fullscreen notification
By forcing a complete redraw at lcdPower-on
commit 32e3d326aa143eed99d26c81c9fbf870730591f4
Author: Richard de Boer <git@tubul.net>
Date: Sat Nov 20 17:13:36 2021 +0100
barclock works fine on the Bangle.js 2 :-)
commit 1def233de2434d272c6f712c9c213b7caff3ae92
Author: Vingelar <Vingelar@mantisse.de>
Date: Tue Nov 23 19:09:16 2021 +0100
changed format of bg images to binary raw format (export from emulator
commit e021aa2c9d5c44f9130e4bf67cb4b066d02cbd6d
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:59:49 2021 +0100
Update app.js
binwatch: adapted names of bg images
commit 3dd723d10bd3195257205a48dc79872668bd53cb
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:58:48 2021 +0100
Update apps.json
binwatch: shorten names of background images
commit 275402344ee927a51d0c100d4387c739d7a49968
Merge: cf027b37 18fbd289
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:36:45 2021 +0100
Merge branch 'espruino:master' into master
commit 18fbd2898da9fc2bfb16d0adf9cf2b97f5ce0f3d
Merge: 5be6981a df364bab
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:34:15 2021 +0000
Merge pull request #933 from peerdavid/master
[LCARS Clock] Added lcars icon to watch face.
commit cf027b3783cbbf8deca98fb3e1ee1922557686bf
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:34:13 2021 +0100
Update app.js
changed names of background images
commit 5be6981acdf3935b936bb85caf37780537518b66
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:31:42 2021 +0000
oops - named stub wrong
commit d328d94d34ea86dd99f958098c7f0a000b1e395f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:30:20 2021 +0100
Add files via upload
added background files exported from Emulator
commit c36fb16a684085c2eb6ada2c50021d3776f5e215
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:54 2021 +0100
Delete Background240_center.js
removed background240_center.js (wrong format)
commit 4719fada2843f1c8d6ae36d8d59d0fb95318d9b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:28:34 2021 +0000
Android Remove messages on disconnect, Fix music control (ref #909)
commit f431bd8a2c823e877ee6e78576aa4f39a0b5701f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:25 2021 +0100
Delete Background176_center.js
remove backgounrd176_center.js (wrong format)
commit 1b548c9bbb5a10769498b4ad1be04397fb889bce
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:27:33 2021 +0100
Update apps.json
adapted naming for image files
commit df364babab19550f75a01d707f0684d8547e8664
Merge: d28517b2 a1eeadfc
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 17:16:00 2021 +0100
Merge branch 'espruino:master' into master
commit d28517b2a5b5e7eaa6a8d9832d9352062addb3ee
Merge: cd93a201 465c93d8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:18 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit cd93a201f846e2c51a1ff9cc447dbbbdc2c5e2cc
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:15 2021 +0100
Moved logo
commit dd2bb22f076abff1aac2f32734b50fdcc5423861
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:08:57 2021 +0100
Update apps.json
use .js files as background images
commit 03c5f996f4998ebc1e6bfea7e77d3a61743c0c69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:07:21 2021 +0100
Add files via upload
added background files as js
commit 7d81bfe2bbdf5095ac7550247eddbe6827cec4c0
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:53:40 2021 +0100
Update apps.json
added missing "url" to background storage
commit 51b73894e461af6312b6fca28e0b5888e9f98da6
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:51:40 2021 +0100
Update app.js
use background images from storage
commit dab36d05a77563e9a839f38807bfd7cfe09a1f69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:48:50 2021 +0100
Update apps.json
added background images to stroage
commit 31f28093411e4f501dd49f98359af43e71e8b27e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:44:49 2021 +0000
Fix https://github.com/espruino/BangleApps/issues/927 - App loader offers to update unknown apps
commit a1eeadfc224a976e3fca6a00ca47d1c1389fa70f
Merge: 68429483 0a695e51
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:40:09 2021 +0000
Merge pull request #934 from Ronin0000/master
Fix School Calendar Bug
commit 0a695e5143fbff3935e80b9df85720f065b1e185
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:09:14 2021 -0800
Update custom.html
fix bug that was for testing
commit cfecc24f42d257d565f21571a50b825cffb2f1c3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:05:47 2021 -0800
Delete boot.js
commit 684294830d75459982845920cb30815236dc0917
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 13:57:46 2021 +0000
app manager works in bjs2
commit 465c93d830300054722f10f483a9023c6ec315e7
Merge: d20f5e59 3ba779ee
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 14:53:47 2021 +0100
Merge branch 'espruino:master' into master
commit d20f5e597e72d8392af3e9b745a4dfab36e8797f
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:53:27 2021 +0100
Updated screenshot
commit a283cf58fb90b1852d8e414fb01010632a65ba46
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:51:55 2021 +0100
Included lcars logo
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 3ba779ee5826a60f127ed12f0eeaa2a848f53b4c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:48:34 2021 +0000
Fix bangleapps after recent PRs
commit aaf06b113c72e1487651d30602ba79c95a41d6ff
Merge: a0351381 06a6b72d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:42:26 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 9600f16671ab5a9fc772a959a7110622baa5e606
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:19:48 2021 +0100
Updated changelog
commit 98577b626960bd971af483ef709655dfe0ac1f00
Merge: 1ccabca0 d3cd47f9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:52 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 1ccabca0c6f1cf79c1b5d6a56749ab752a4d1850
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:50 2021 +0100
No hrm icon - its shown too much.
commit d3cd47f95704e7c508e1e311d3224826f3fd73ce
Merge: 2e18795c 06a6b72d
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 11:12:43 2021 +0100
Merge branch 'espruino:master' into master
commit 2e18795c5780148c6f52d50cd69849b5893b1cdb
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:11:33 2021 +0100
Fixed string
commit 36edd449c5398147536d20c2b4f11040cb3105b9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:10:33 2021 +0100
Minor change
commit 06a6b72d42fc55a224bb5d133640670c21d6cae0
Merge: a39d4102 be083113
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:03:45 2021 +0000
Merge pull request #925 from Ronin0000/master
Add School Calendar
commit a39d4102963fc1593e1f2f8ea3f4372a3da4da6f
Merge: ab2cb243 930cfa13
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:02:41 2021 +0000
Merge pull request #928 from peerdavid/master
[LCARS Clock] Icons for different states such as GPS or HRM.
commit 5c3b0468d4ce9a51249f6f098c3e6ba84ba1cf41
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:59:26 2021 +0100
Update apps.json
corrected format
commit 336501059da7bceddba9e300c5b6d5bd1aba6a3a
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:56:25 2021 +0100
Update apps.json
removed background image
commit 3f4c49a8aef6ba79419f00d86fc4f02435b72e21
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:55:07 2021 +0100
Update app.js
integrated BG image into app
commit ff3223e1b906957811cad815df88ad495e70a95f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:51:02 2021 +0100
Update app.js
added "require" for bg image
commit ab2cb243857e50e7bb80ee163e4bc153302446a7
Merge: adadf7ef 162dc1f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:51:01 2021 +0000
Merge pull request #929 from weeurey/master
Update app
commit adadf7efd39b01466cfd348e13c5a02deaa6bf4d
Merge: b7f403e7 0f9d938f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:26 2021 +0000
Merge pull request #931 from reelyactive/master
emojuino@0.02
commit b7f403e79bf5fae387c5f6d0522f49ce917362a6
Merge: f4e997d4 46383d4d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:12 2021 +0000
Merge pull request #930 from rigrig/gbmusic-fix
gbmusic: fix "previous" button image
commit a03513812956c629f003824b46bb6763734eead8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:44:24 2021 +0000
fix download icon on android
commit b128f5c15569de9e2be0717f270cfd90e006d5ab
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:38:02 2021 +0100
Update apps.json
added background image to upload
commit 930cfa13315046c621a5444632f7b12bbd956fae
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 09:43:24 2021 +0100
New HRM Icon
commit 7f3f7b9eee3c23c922645274dd8d7947def8158d
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:26:37 2021 +0100
Currently, no confidence > 80 is reached...
commit 1fb861b82c4cc75b94dc6875280fbd411390bc71
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:25:11 2021 +0100
HRM confidence of 80 to display
commit 7d95221e166770be91bf76374f926fe996356009
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:24:15 2021 +0100
Minor change
commit 6d8d98fb03e7bed42c3feeee771ddfcd78b60ea8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:21:41 2021 +0100
Show HRM
commit a0cc4c633e0e6853a0f170a5358b7e1f11e310af
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:10:00 2021 +0100
Minor changes
commit be083113316ec7ba07d780b6593cb9adfd748298
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 19:11:40 2021 -0800
Update custom.html
commit 0664a44c454107d4e3ff039d12baffea3e90cf5f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:52:43 2021 -0800
Update apps.json
commit b032ca0fc1936e650a459f766799e197daf2a4dd
Merge: 7fd37f7e f1f063fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:27 2021 -0800
Merge branch 'espruino-master'
commit f1f063fd1adb553c548a3aa54156bce00b4ca48d
Merge: 7fd37f7e f4e997d4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:09 2021 -0800
merge3
commit 0f9d938fa6970df18fbe99f3c707b94aa26d15c1
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:23:17 2021 -0500
Version bump
commit 5a01047cd0b30e4b7b253d784bd0b5755fc0c2e2
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:21:29 2021 -0500
Added screenshots
commit ae55c2d39fc936cfa1954d44b7f76dc91c21ced3
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:09:26 2021 -0500
Allow emulator, specify type as app
commit 58f9e7cd5b59904651fb878a89844ee4ccfb23df
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:03:18 2021 -0500
Upgrade to emoji images and supporting text
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit 7fd37f7e4e669c0aea7b5324b85f9d85ca394dcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 12:18:44 2021 -0800
Update custom.html
commit 84d9ca4b337e36c4f62ffce4b3059f8f2909d482
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:57:14 2021 -0800
Update boot.js
commit 740f4a95665fd92ad87e83dd381da7e55c2e4b18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:52:27 2021 -0800
Create boot.js
not part of the current merge
commit d3538a03f10f6323afc8656cef397a561cf35bf0
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:12:50 2021 +0100
Added raster
commit 20310fdb75b11fe8b3ea38dc7810732910537169
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:02:27 2021 +0100
Smaller icons
commit 3863be18301cec9fec480db7fe28a19439c708d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 09:06:52 2021 -0800
Delete apps/schoolCalendar/fullcalendar/interaction/src directory
commit 5d8c13a7e6a934e8b750f0ab4871e3dcc67c09bf
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:56:29 2021 +0100
Updated screenshot accordingly
commit 21134a1dcdc102755171af26e99ae86f3559996f
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:55:21 2021 +0100
Better background
commit cab3d43085b2edf4dc97ebf05785bb5b446a88da
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:39:48 2021 +0100
Better alarm - shown only in icon so we can display more data.
commit db22bac0ecd48633d6acf0874127a1b28821d8ea
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:11:15 2021 +0100
Use correct alarm icon
commit 162dc1f29346ab0f6ff4b7cd4128826292ca766e
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:11:07 2021 +0000
Update apps.json
commit dc24ae9bfba1786d4d8a3e22871c4da7bda9fb92
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:10:58 2021 +0100
Better HRM Icon
commit 8e688d144ab30ff87f31b51ab457688ce03c4c23
Merge: 741f7aab f4e997d4
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:09:43 2021 +0000
Merge branch 'espruino:master' into master
commit 741f7aab5239e6fa6ae48e1a5351216dfcfc4177
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:08:38 2021 +0000
Update apps.json
commit 247ed9faa2e8b8463374fea05d4bb04ddda2cfc1
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:07:39 2021 +0000
Create ChangeLog
commit d878d46d4ccc5128643034c535cff69984ab7853
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:05:57 2021 +0000
Update app.js
commit c720fc314b516e1007452ad18ce51bc4fefefec1
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:03:21 2021 +0100
New alarm icon
commit 75fbd6882d1368c73db1b96fac79f4202d6a5e53
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:37:48 2021 +0100
Added icon for alarm
commit eb20f15537d8b6be7226b2ae49fc6e6dd0474124
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:33:42 2021 +0100
Compeletely new design with icons for GPS, HRM and Compass. All Icons are open source and mentioned in the Readme.md file.
commit 46383d4d5547bca38a2a07ea01d67afa0166bedc
Author: Richard de Boer <git@tubul.net>
Date: Mon Nov 22 13:18:01 2021 +0100
gbmusic: fix "previous" button image
commit 1bf5132a5caf41398125e0c7f2bad72ffa300df2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:07:49 2021 -0800
Update custom.html
commit 618c5b7a10ebe610205ab463c395f65948e5a763
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:02:29 2021 -0800
Update custom.html
commit adfeb5e535564f8851fcdc080e2fa10d9acced9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:00:21 2021 -0800
Update custom.html
commit f950fd2ee88486e3355efd30823d50de799e8418
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:57:52 2021 -0800
Update custom.html
commit 3ee0e9bae6ee137c6e36672c9aa6a20d1c072caf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:49:48 2021 -0800
Update apps.json
commit 387bd30236b5d765b396eba24ad43120ceb6c384
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:48:14 2021 -0800
Rename ChangeLog.md to ChangeLog
commit 6e07f282b8918ac3b8f333c7c4156980a44ff1d6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:41:26 2021 -0800
Add files via upload
commit fea37b4992e65a5ca54648f88281ce2623f6a55f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:40 2021 -0800
Update apps.json
commit 939d8f6a9ae71b49c13f7dbf1455bb2fec60462a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:21 2021 -0800
Add files via upload
commit 854ae5361d1b2400f6b6d1b2c2239f46d1e16bc9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:34:28 2021 -0800
Update README.md
commit 426768eb11e34ea7a04010e6fe7da1a5a5187f40
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:32:14 2021 -0800
Update custom.html
commit bf994d9acc8b79ebda1e47dc5ebc5158210d6205
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:24:29 2021 -0800
Update apps.json
commit 7c74c5d43f9f66b6374cabd4e247d1560e5f29a1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:15:40 2021 -0800
Update apps.json
commit 8981aa3f614c388c74d73ccd25e16f5e6eabde9f
Merge: e878e547 100384f2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:12:19 2021 -0800
Merge branch 'espruino:master' into master
commit e878e5478713b0b3cae0bb86e28f998cbfeb9b10
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:11:43 2021 -0800
merge
commit 3bde4d2e48711186ae26036baea8f880c2aac7c4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 16:12:16 2021 -0800
Update custom.html
commit 5f3c93df8cc8b73c432ea31b15e84e4b106256de
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:37:41 2021 -0800
Update custom.html
commit 26bd9e35be993aae4deece775ac85f53f877b122
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:35:47 2021 -0800
Update custom.html
commit 8f2cc6e2137cf29e03435123e96d9c6c550864d1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:34:09 2021 -0800
Update custom.html
commit 66f061112301898b011412e91982dbefc7cc2d1e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:32:48 2021 -0800
Update custom.html
commit 87a9504912b8753dc63700207ee89acacbb34726
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:30:44 2021 -0800
Update custom.html
commit 626498da9d296fecf6776b836def4eda87027d85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:24:01 2021 -0800
Update custom.html
commit 3472ca355a1a71d3fa3f464ece2b81dce7f4eeaa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:21:57 2021 -0800
Update custom.html
commit 529b0cb4637652dfc0a3ba6688b863b5f47437ca
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:19:53 2021 -0800
Update custom.html
commit e77d9980023f041a87743ac1fd3c48a3f0652a8e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:18:21 2021 -0800
Update custom.html
update
commit a712c37c7652f7bc46c4d7761df93b3d28e17229
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:17:58 2021 -0800
Update custom.html
commit 4d9d6abb9ef466e4058510efe9eec295f60127e9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:14:02 2021 -0800
Update custom.html
commit f35b24844810a90f08f731cc9e63535be217e4cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:09:44 2021 -0800
Update custom.html
commit d0336b2854d7e0892c440ef8c5f83bcbe1374a9b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:06:56 2021 -0800
Update custom.html
commit 640c8e491e489e9ea88282cf0bfe14004838b3db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:03:42 2021 -0800
Update custom.html
commit 604153cb2408399ce1420b43ef87f41c09d3daa6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:01:45 2021 -0800
Update custom.html
commit 0f8f1e38e85a8c1c49057f4b891209bdfad67aef
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:44 2021 -0800
Update custom.html
commit 7f7dcb0bcf89b1d66f60481efaa09f5956ee4ecc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:22 2021 -0800
Update custom.html
commit d42fe03dc8fcbc0f68857dd9f887c8cc4eff1c06
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:55:08 2021 -0800
Update custom.html
commit 98f172fad442e89f53c45ac47f2388a08049855a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:53:01 2021 -0800
Update custom.html
commit daf8dde32bc81b8f04402c4728eac41784751cd5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:49:25 2021 -0800
Update custom.html
commit 408bd24080a2f7dcf1e6d0c33dab65da4dff82cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:48:38 2021 -0800
Update custom.html
commit 68db21acbb837b12d84d9930d451d2ba90e251dd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:44:30 2021 -0800
Update custom.html
commit 45feb1b2ffb17b8835c505bc4a4f825ddc17bf4f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:42 2021 -0800
Update custom.html
commit 3bc5fd87b61cbb9b867009d933342fe627da982d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:12 2021 -0800
Update custom.html
commit c3eede9868ee342bc4248e71a874c2e6b332dcdd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:37:42 2021 -0800
Update custom.html
commit 8426356c01a23ae769c79f726b95ea64f4428574
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:35:55 2021 -0800
Update custom.html
commit 93f09c216a1eb9aa876c88a1f806ccb709e971b7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:39 2021 -0800
Update apps.json
commit cb748a251dbd11e87615d82081522953607b3a27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:20 2021 -0800
Update custom.html
commit a994ed66301040f60d5f99b672a6081152a20d6c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:53:38 2021 -0800
Update custom.html
commit b76bb48973dbabfaf56bdec4aee44a483f94d129
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:50:08 2021 -0800
Update custom.html
commit f99ce683e9ce42431321fc711e061955bc0220fb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:46:32 2021 -0800
Update custom.html
commit ddfdd94ff845d3d8560158cde184a9a19a3d2142
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:42:51 2021 -0800
Update custom.html
commit 52675f7eff140426532f81da9c84c5d7803d0cda
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:48:03 2021 -0800
Update custom.html
commit d4911034145e3d98b99d649be55c75671e2f5c5c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:44:23 2021 -0800
Update custom.html
commit 71ff5959aec6a5f8302bda513d2c1371bbed0743
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:58 2021 -0800
Update custom.html
commit daba705b37b9952cba2910c3c0bed23e58aaf2fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:16 2021 -0800
Update custom.html
commit 19cb5fc749abeefe378205531d18b97562ddfc47
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:39:15 2021 -0800
Update apps.json
commit 6c20945898b84a02d6b440923a5afd994c7d97aa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:37:41 2021 -0800
Update custom.html
commit ff519bdc0d9bca530284d98cad9fd023ad37d50d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:15:29 2021 -0800
Update custom.html
commit 34843d703aae0b6a33be352ad0f8408d8d17d07b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:11:54 2021 -0800
Update custom.html
commit 4da82197f32b280e4192d5bc9a5ba174fbad4ace
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:01:20 2021 -0800
Update custom.html
commit a9c5a32bc1359d8288f4fd6b6da50eaf40910c9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:56:54 2021 -0800
Update custom.html
commit 352fea34791ccf06450a516ab2a2daf22353c641
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:53:38 2021 -0800
Update apps.json
commit ab6f56c381a54e4ab3466625a9eb794eef5dd2a0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:52:34 2021 -0800
Update custom.html
commit a65742ce346039ef901e70157620aabd95bbca35
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:48:25 2021 -0800
Update apps.json
commit a1a387dd600f7e5c3879d74cd5a516d7566fb7bb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:47:52 2021 -0800
Update custom.html
commit 180e88e0e44dc3ca09291a7d37b6fa4df637fa78
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:50 2021 -0800
Update custom.html
commit 0099736b8c64e8f1afefd4d52b526151e3ac700a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:14 2021 -0800
Update apps.json
commit 1fdf4e954e23fe0514b8d795224c2edafd5941c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:43 2021 -0800
Update apps.json
commit faa5b6b21aa8b7062dc62499e8361b8233cf9408
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:10 2021 -0800
Update custom.html
commit d617803c13ec381f35a9d30f99a267dca02c9cf1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:44 2021 -0800
Update apps.json
commit dc669254bcccad425153d209d6dcdf002f64a30d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:10 2021 -0800
Update custom.html
commit 303247fb4e66802ed7f5c2ee404ce0a28221ec2d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:25:00 2021 -0800
Update custom.html
commit d836cbd2ba256adfffa55f1d12fda02ae8ac760c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:15:16 2021 -0800
Update custom.html
commit e206bd4e1cad4aab266fd376fa525500941878a8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:08:00 2021 -0800
Update custom.html
commit 1a6c1acce50fe2fe2e49bfc26b3ac98c1db5aa13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:04:06 2021 -0800
Update custom.html
commit aa20fac50ed19adfb9248fd9cda1ebb7c31f95b1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:02:52 2021 -0800
Update apps.json
commit 5625414e90c78677040420f342f29e96f088469b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:34:30 2021 -0800
Update apps.json
commit ebc2d8096144e6150920efc4b63e8f1e3f52eb00
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:33:27 2021 -0800
Update custom.html
commit 6c43de3766433c1f9fa1d01fd24cbfe0839e19c0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:21:11 2021 -0800
Update apps.json
commit 37da3c68aeeb5fec1ef3d8965fa3d8170074d791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:19:46 2021 -0800
Update custom.html
commit 92707b9d13ed269a41684ce45111376694cb6e58
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:12:50 2021 -0800
Update ChangeLog.md
commit d3ca682cff08be0bb2a64ab057f6efdf36b4e094
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:09:56 2021 -0800
Update apps.json
commit dfd9e59993944f6323120f8af660d880c63c6793
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:08:52 2021 -0800
Update custom.html
commit 5d24a09ffa2d9cad10a5fae3c7b4d5fafc944aa9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:04:41 2021 -0800
Update apps.json
commit e965bd7d962108a2944824eb6579fce435876966
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:43 2021 -0800
Update custom.html
commit 345d9c155135fc4d0a2b8d00b3528b363a584ced
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:12 2021 -0800
Delete schoolCalendar.js
commit dc9db8a4767d4c16d92645131d977263e2468521
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:58 2021 -0800
Update schoolCalendar.js
commit 58df0a5ca26684b4da84929c8c388ca5c37acabd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:03 2021 -0800
Update apps.json
commit 65ad4979e8d58b51f11f3bcc86f31ab303a5d7b6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:27:10 2021 -0800
Update custom.html
commit 9c07800c5ef948a1b9b2071e7bdfe46809fefa1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:07:38 2021 -0800
Update custom.html
commit b108bc45fb8bfa266e4d4ad3e66a9f65cec96c92
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:58:24 2021 -0800
Update custom.html
commit d871855f8e217b27ea73ed28b389bbc8aea59d62
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:55:58 2021 -0800
Update apps.json
commit 99112920b287568db32c5e43b47cfc2ee0cf71a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:47:34 2021 -0800
Update apps.json
commit 37f4329ec57bc4a96a1b2a0847406f6a05cad520
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:49 2021 -0800
Update apps.json
commit ba2aee642bf90307757bb85fda6aa0db01bed5e5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:06 2021 -0800
Update custom.html
commit 98048dc23cb1caf3aafbf1d1ecfa461ba5943925
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:37:23 2021 -0800
Update apps.json
commit 1a53e8d34af89f0e6c889653961350a898deea81
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:33:43 2021 -0800
Update custom.html
commit 993bb7298c8fbc9348e6668b70a555c51dc54a09
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:31:41 2021 -0800
Rename interface.html to custom.html
commit 3a3962bfdc0365e75f8804b61293ec91084f6698
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:30:12 2021 -0800
Rename custom.html to interface.html
commit c8ad92a3dcb7b8a0df83f2e720b6730dd785e829
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:20:33 2021 -0800
Update apps.json
commit ae85c1cee709457b10233205c057f946ea15fe83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:14:33 2021 -0800
Update custom.html
commit c1b467ba8e96f58b27eb3b9b2dc2b859fa89e227
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:14:50 2021 +0000
Update app.js
commit 438537ace2358f5b798bdfde92ebf78db81abc49
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:10:03 2021 +0000
Update app.js
commit e6d736860d7d7511f08474a4d8f6446ebe97e634
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:57:57 2021 +0000
Update app.js
commit e1add5e2b2a068873d0102324d61f9ff5532924d
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:45:02 2021 +0000
Update app.js
commit 09be008dfaf764b542a80f4dbbde6ab26314713e
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:39:48 2021 +0000
Update app.js
commit 9f26994f5c66a5ee88a702c7a73d8bcc0c8236c3
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:33:47 2021 +0000
Update app.js
commit 0cf4c5d70a97480185296b32137fcdc179fddcc4
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:10:31 2021 +0000
Update app.js
commit cfdb94439526722ca757b8ee748d298f6a76d9e7
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:32:34 2021 +0000
Update app.js
Add Media controls
commit e3cd8f5607f912002d3ec0adf833834058a492cb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:16:37 2021 +0000
Update app.js
Removed extra unneeded code
commit ceed8a123836f5da6fb8c5d6741e2224a3e4a0af
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 15:05:28 2021 +0000
Update app.js
commit 721a3f2608ee0012767cfacd5c69aa91a7bba5f6
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:39:30 2021 +0000
Update app.js
commit a16bfe4d7350b34c694050448f2aefc990d19dcb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:32:57 2021 +0000
Update app.js
commit e72bf84a7a05c4208e8c1d5f60815a9f57ca11c4
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 21:29:57 2021 +0100
use dark theme for metronome
commit 071a7a7e683a649b9f75fdc92b9f56804cd0af87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 20:46:18 2021 +0100
add support for Bangle.js 2
commit 7a7175fa483e4e9fcd5912d83e9519274d67b4f0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Nov 4 16:00:41 2021 -0700
Update custom.html
commit e2928498690565ba7d0454aaa4265bc8adfda712
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:32 2021 -0700
Rename interface.html to custom.html
commit cd7579269efe8d54a5a5680b8126ea38f9ce54be
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:04 2021 -0700
Update apps.json
commit df7f9cc530194025708b712565a410aed1d73e95
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:20:09 2021 -0700
Update interface.html
commit ada94b11cfbebfeaa010cee1b39d0f92591d4e13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:06:50 2021 -0700
Update interface.html
commit 08fc58deb57847cca7d81bf84a54df16ce97528f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:20:57 2021 -0700
Update interface.html
commit 04b9e74a4d2cd84dd9b64b0ba6fba1167fc400e7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:10:58 2021 -0700
Update interface.html
commit be7af68455ff4b5034c0baab9d8c138b9b024707
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:08:24 2021 -0700
Update interface.html
commit aaee5f3c0610de7a48bdda7fe9c6064dff97780e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 19:13:08 2021 -0700
Update interface.html
commit 73819933eeb57f32935e6ad93a146bdbee6d8be6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:52:09 2021 -0700
Update schoolCalendar.js
commit fa5cbd71c618a2053ec3217048c74a723c46f03f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:49:22 2021 -0700
Update README.md
commit fa392008d1e30a6df05245eac969badf4188fb74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:45:24 2021 -0700
Update README.md
commit c280e41560a3812ee83ca461e098bc35b80ef439
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:42:39 2021 -0700
Update README.md
commit 6b84a8eb3007cca6abd31cc1d3d0552cc79cb492
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:26 2021 -0700
Update schoolCalendar.js
commit 5bbfb1109910856575cc348012dbc44d489a8005
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:11 2021 -0700
Update interface.html
update interface
commit 6660dad4c01c66c20670cfd415b6ad063d9b5b74
Merge: 8c003cf6 1e0f6cd6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 07:35:54 2021 -0700
Merge branch 'espruino:master' into master
commit 8c003cf6ffb5a8b3437897a1e57a6a020b5e02a4
Merge: 5c11881f f1ce196a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 15 07:33:21 2021 -0700
Merge branch 'espruino:master' into master
commit 5c11881f752edbdef3031f0a48109a196eced80a
Merge: 8c149dbe be34e2b0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 14 17:14:45 2021 -0700
Merge branch 'espruino:master' into master
commit 8c149dbea1cfd34e815b64ca354840b811a82222
Merge: 7888cc6c 300ed35b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Oct 13 07:46:16 2021 -0700
Merge branch 'espruino:master' into master
commit 7888cc6ce0bbabf99c7dd39f002810d262af07fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:59 2021 -0700
Create README.md
commit 36a52b8b001a4515d715950db56e411a6c4842b2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:52 2021 -0700
Update README.md
commit 4f5558c41e75f6e91a34842f7b42fa85970dce5e
Merge: 5db16d19 68cc9fbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 16:43:12 2021 -0700
Merge branch 'espruino:master' into master
commit 5db16d190b1439293d9f0af16d37fea29db8830c
Merge: e7995505 54d98db6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 07:03:23 2021 -0700
Merge branch 'espruino:master' into master
commit e799550544e55ef94ef48f905283625e50f73e97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:57 2021 -0700
Update schoolCalendar.js
commit 89f82a50436d4eab82574d310077d19154a8ab59
Merge: 7107d510 f3712e66
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:38 2021 -0700
Merge branch 'espruino:master' into master
commit 7107d510a5301f50ca5dc1bf9d4463ad99a33af8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 20:06:28 2021 -0700
Update schoolCalendar.js
commit a61879753285b4469772f51474c29fe86a5aa942
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 19:55:30 2021 -0700
Update schoolCalendar.js
commit 3c9e46c2160f4ff58708afc0d08ce2e5d27df097
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:59:03 2021 -0700
Update apps.json
commit 941bc852c1ab4472dc74a7f84e12e92ab891432e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:53 2021 -0700
Add files via upload
commit 4cbfac212e6999887cfafd37d9c809919a014e27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:26 2021 -0700
Delete apps/schoolCalender directory
commit c7b723f87e5e6fb0858c09ee2910510267d73fd6
Merge: 8d2f4ccc ba08863b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 07:31:25 2021 -0700
Merge branch 'espruino:master' into master
commit 8d2f4ccca761e1695620b072e116b94272850427
Merge: 7846b48c 44aa03e4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 1 07:31:42 2021 -0700
Merge branch 'espruino:master' into master
commit 7846b48cf67ab024970b90948096f9258e1c184c
Merge: 59aa9909 d0fd2f01
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 30 17:22:33 2021 -0700
Merge branch 'espruino:master' into master
commit 59aa99092dac99b9a13bbc2a7153dd2b44a6fb67
Merge: 9061acee 03bbe1d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 29 08:06:54 2021 -0700
Merge branch 'espruino:master' into master
commit 9061acee5db851bd58295785cc7542a7c066b4c8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 17:44:12 2021 -0700
Update interface.html
commit 79bacc45932ce8842cbf12d23c36a41e992b438e
Merge: bb5fcdaa 48bb819b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 07:12:44 2021 -0700
Merge branch 'espruino:master' into master
commit bb5fcdaafc1e344bf2d717c3eb238f763f255215
Merge: 814fbdd6 28bd9e83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 27 16:15:07 2021 -0700
Merge branch 'espruino:master' into master
commit 814fbdd61ef41676d07719b5b1b297fbbc03ec6f
Merge: 83d88a1e f3fd0f25
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 25 08:01:44 2021 -0700
Merge branch 'espruino:master' into master
commit 83d88a1ea191e2e6b669d284d94b4180b9ea54aa
Merge: c9bed74e 71471d37
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 24 19:35:52 2021 -0700
Merge branch 'espruino:master' into master
commit c9bed74ec2e240e2daf26bf9ec9432df91ac18aa
Merge: 1f130c53 16fe8470
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 23 15:21:18 2021 -0700
Merge branch 'espruino:master' into master
commit 1f130c53b46546328260a6b94ad182be5d55ff18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 22 07:25:41 2021 -0700
Update interface.html
commit 3d8ebe82c289156581799134b3c56fd02ade1fad
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:07:20 2021 -0700
Update interface.html
commit 2ca58d2cc436b72beb87d347b8d8c217b461e805
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:02:14 2021 -0700
Update custom.html
commit d8c149073fb6bca8f5f78ba4a031004adeab1a6b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:01:31 2021 -0700
Update apps.json
commit ceab5d46a23f913faf96be90e644458ac5546157
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 20:58:01 2021 -0700
Rename schoolCalender.js to app.js
commit 9b344eb1ecc577e96196d2a3d3fc8962198e90de
Merge: ec453c0e 3b15a7f9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 07:24:54 2021 -0700
Merge branch 'espruino:master' into master
commit ec453c0e100f7fd140305fe8ed4a62d3987e68f1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 19:45:50 2021 -0700
Update README.md
commit a8f7fe72923e1fe38042cb4752dac1429c6be426
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:31:41 2021 -0700
Update interface.html
commit 51c41d5c48a72b7a373e6f979c95bab9fa9ddb7a
Merge: b7a4ecb5 50ec8d97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:25:50 2021 -0700
Merge branch 'espruino:master' into master
commit b7a4ecb57857016c131ba72e101b3a11eb3cb06c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:48:24 2021 -0700
Update interface.html
commit 82320ab073c0b106f5260e26c0fb147d7c8fcd02
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:40:43 2021 -0700
Update interface.html
commit 27d025bf82cc5882dc39110c5c7799f657f2c57d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 14:01:04 2021 -0700
Update interface.html
commit bd92c0e67fce373f11aae3bbcf8f5a4c06f2e161
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:51:31 2021 -0700
Update interface.html
commit f0c596d14f6119bbe52e2f0d3912216785257536
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:40:29 2021 -0700
Update interface.html
commit d6542bac6d666af7c8fe1f67434611e6ccacc6a6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:29:46 2021 -0700
Update interface.html
commit 7a2ee0f7111209afa859761a62f80e93ca71a879
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:15:29 2021 -0700
Update interface.html
commit c65ddbfc522c54da540080a16d171edd42ce592e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:05:32 2021 -0700
Update interface.html
commit 43c684f389d97dd12815edbd93d0750f923f17b3
Merge: ddd1a83c 5f5b5c0d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:45:25 2021 -0700
Merge branch 'espruino-master'
commit 5f5b5c0dc2485f7e454acb9f364d240e3972d955
Merge: ddd1a83c cc2e1bbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:42:47 2021 -0700
Merge branch 'master' of git://github.com/espruino/BangleApps into espruino-master
commit ddd1a83c613a9f21ec8e37ba1151e1ca255a77af
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 18:27:57 2021 -0700
Update interface.html
commit 632c98f8be2ad6e2290e5eb98025559a42a47c34
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 15:13:46 2021 -0700
Update interface.html
commit c252f74e16edc5a1a1fcfe4ce72c9594f12a9624
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 07:31:16 2021 -0700
Update interface.html
commit b9b0a43e99db0c2d13c28bf6d65540925709d866
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:28:35 2021 -0700
Update interface.html
commit afafd449fb06abd3930d0eb40989dc12787c96d9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:22:01 2021 -0700
Update interface.html
commit 45a0d50b011ee50e9b1b4c6ce5a84e1290331b1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:15:25 2021 -0700
Update interface.html
commit eb146fe07bd5d71f49c5e267424d7b8206eee952
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:07:51 2021 -0700
Update interface.html
commit 34baf995e7f5288266b5da08bcac6d76202a92fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:04:33 2021 -0700
Update interface.html
commit 751fbdda43ea542db4887bed7b4d4e2ad7628a23
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:00:47 2021 -0700
Update interface.html
commit bc71f317311509e8f3fd5054e6c3efaa05bc0416
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:47:13 2021 -0700
Update interface.html
commit cfde9e14a87466a8dc7cb92934c3af373f6a43d0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:41:40 2021 -0700
Update interface.html
commit 135165c983beca48190d091e355436100beee41d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:37:52 2021 -0700
Add files via upload
commit d50ba356d68ebeffd028a924450d4a6ad4fddd74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:36:59 2021 -0700
Update apps.json
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit b51c84229798e7c3665f203c13023d9f6e24eb68
Merge: f4e997d4 d1da165e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 12:20:57 2021 +0000
Merge branch 'Combined' into Base
commit d1da165eb44fa50bea67506097768f1138574c8c
Merge: f927549b 2c257605
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:30:56 2021 +0000
Merge pull request #9 from t0m1o1/scaledlauncher
Update apps.json
commit f927549b2c1e88232f4df2c6ef7e160c3a8e0f7b
Merge: 3cfd575d 411118aa
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:16:59 2021 +0000
Merge pull request #8 from t0m1o1/scaledlauncher
Scaledlauncher
commit 3cfd575da46cf38347bbbb4d37645c0bd72833de
Merge: 9a311219 9d1429ca
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:04:17 2021 +0000
Merge pull request #7 from t0m1o1/scaledlauncher
Update settings.js
commit 9a311219b2d3a7d3594ca654c78ae7137a92fb8e
Merge: 43c42711 5b1b752d
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 02:56:33 2021 +0000
Merge pull request #6 from t0m1o1/scaledlauncher
Scaledlauncher
commit 43c4271101a4be6dbc28d7e34534d25242c159ae
Merge: dec967f1 084bba39
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 21:18:16 2021 +0000
Merge pull request #5 from t0m1o1/compass-fix
Compass fix
commit dec967f1ac5900e43099ef9bfef3bfbe84e1f8e4
Merge: 21c48263 dfa40407
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 20:56:22 2021 +0000
Merge pull request #4 from t0m1o1/Swipe-Launcher
Stop the swiping coming up if mode is undefined
commit 21c482639aa1f2d391ebb0508701cff3170b45c4
Merge: dea2ec96 4c9d04de
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:19:27 2021 +0000
Merge pull request #3 from t0m1o1/Swipe-Launcher
Update Swiper Clock Launch
commit dea2ec9693855d735662a4d344682e6105533bf2
Merge: 92d156fb 51766844
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:15:16 2021 +0000
Merge pull request #2 from t0m1o1/master
Master
commit 92d156fb398787a068a2f7ed81a78d90ed04bd70
Merge: 100384f2 7d37a9eb
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:14:13 2021 +0000
Merge pull request #1 from t0m1o1/Swipe-Launcher
Swipe launcher
commit 51766844e6ff346119739114c28b9d638ca57cbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:49:56 2021 +0000
Update apps.json
commit 6fda7a5f33ec6341d51529e680f5d0caa9c9fdbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:37:07 2021 +0000
Update apps.json
commit b7a067234413e2cd9cb531c366371e5d88f6bb21
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:32:09 2021 +0000
Rename hidmsicswipe.app.js to hidmsicswipe.js
commit 97065f1d62d40003eec09a2539d7294fe41bc4e5
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:55 2021 +0000
Delete hidmsicswipe.info
commit 21f184d6c4ad1f977c385d95c3966d95d446bf5c
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:10 2021 +0000
Add files via upload
commit 3917f28ae54db0e86b6429489c19a4180be759e0
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:45 2021 +0000
Delete hidmsicswipe.img
commit a65668300fc45082d6897e19c6efff556853f4d9
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:18 2021 +0000
Delete hid-music.png
commit 5fce838e8ab7d2b297c05a1ae735abcd4ba76d90
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:29:36 2021 +0000
Add files via upload
commit ffa37f2ab3b1fd2b921783e19ffb48673aad1a6e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:22:38 2021 +0000
Create hidmsicswipe-icon.js
commit b656e5973c302a39f7513364c66094132135bfc4
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:59:19 2021 +0000
Create changelog
commit ad943ca5658e4f68c205996c4ad42aa1ebbeb793
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:58:19 2021 +0000
Add files via upload
commit ac433ac7bd6d586e9b1ca11da924d64bd566ade2
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:57:39 2021 +0000
Create hidmsicswipe.info
2021-12-05 17:14:06 +00:00
"version" : "0.08" ,
"description" : "A Configurable clock with custom fonts and background. Has a cyclic information line that includes, day, date, battery, sunrise and sunset times" ,
2021-10-20 14:11:04 +00:00
"icon" : "pastel.png" ,
Squashed commit of the following:
commit 5ed43a28b5b9d6820ee898f632535747c1e5913d
Merge: 4cf9192c a385c099
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:12:45 2021 +0000
Merge branch 'espruino:master' into Base
commit 4cf9192c4341a85eab1198b8663f48d276704ac3
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:25 2021 +0000
Update core
commit 69a54194a9eb41d0722fc061bec5c900b724e8cf
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:14 2021 +0000
Squashed commit of the following:
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit e040cc4e245a8fb4c55bfeb99cab12c62af5e7b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 15:22:16 2021 +0000
replace tabs!
commit 60c2fa710c4904827bfba868507a9f6d10d524a3
Merge: 38b2e417 f3cb7e9a
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:29:46 2021 +0000
Merge pull request #942 from madman2021/master
Add new TimeCal app
commit 38b2e417bf8e63be394a96ed24b9e3d174d5f45b
Merge: 94bd895b 43b38cc8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:26:43 2021 +0000
Merge pull request #943 from peerdavid/master
[LCARS Clock] Shows icons for charging and out of battery
commit 94bd895bafeb37250b64373692c9cceb3e9ece97
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 12:56:56 2021 +0000
welcome 0.14: Turn off and run later to use softOff to time is set right
plus other minor tweaks
commit 43b38cc8ab5796e25f65ace531be68a6a4134f98
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:40:47 2021 +0100
New screenshot. Updated version.
commit 34c6589f06a1a8ba0f7fe2e126b41d03dff7f45b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:37:07 2021 +0100
Minor improvement
commit c403a5af671cf70b18776fad83126adf66122f0f
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:36:21 2021 +0100
New design. Removed png icon files - only converted icons are needed.
commit 19655ea3279daf32ebfd4453db398915a8229946
Merge: 274b705c b1fb0e6b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:44 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 274b705c1e7313cf646412ec01bf17de9b1dabcf
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:37 2021 +0100
More lcars style
commit f3cb7e9a0b8f0ba3624b639415c9168c240905e8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:53:14 2021 +0000
Remove Icon as it renders massive
commit 1a9f5375557fc232acfe3f42d1198da827db5ab8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:46:03 2021 +0000
Add missing supports tag for TimeCal
commit 3738bde22a0d4cef2bd5c956a1a370e9a145689a
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:43:38 2021 +0000
Add TimeCal to the app library
Add TimeCal to the app library
commit b1fb0e6b7d88f53cff85f6a8d3eb416bebd35e92
Merge: 559e8208 dabc22c2
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 11:10:36 2021 +0100
Merge branch 'espruino:master' into master
commit dabc22c2d725ccddad8b08c0fa0b14af94d38e28
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 09:54:11 2021 +0000
custom code works on bangle2
commit 2e83a511d2032736a63bda38406b4f744a4130f1
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:51:20 2021 +0000
metronome supports bangle 2 now
commit cea51d06d07f09923d590357c33782861c342817
Merge: cd1daba0 4eee3f05
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:50:24 2021 +0000
Merge pull request #938 from bengwalker/master
Add Bangle.js 2 support for metronome app
commit cd1daba0c55e99f5a477407f47b932d050c0b6f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:46:13 2021 +0000
0.25: Fix issue where if Bangle.js 2 got a GPS fix but no reported time, errors could be caused by the widget (fix #935)
commit c03ab08687bbc7ed893ed2ef8c3be21f1e61e74f
Merge: 1750c72e f10bf240
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:40:53 2021 +0000
Merge pull request #939 from Ronin0000/master
Add Screenshots to Many Apps
commit 1750c72e94eab6ee22650d993ea31efa17e79c46
Merge: 5eeb1181 1def233d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:38:06 2021 +0000
Merge pull request #936 from Vingelar/master
Binwatch: re-format background images
commit 559e82088077ba79675c0012c921eae3ef32b16d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:14:04 2021 +0100
Minor design change
commit d24b8c80da7afd75a6f121a22e3694252aa3c57a
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:12:25 2021 +0100
Minor design chnges
commit f10bf24018add2df61a5fc422aee941b07c70082
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 17:04:07 2021 -0800
Update apps.json
commit c66b0982368a5e1ee74da598945df12d88cba679
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:53:48 2021 -0800
Update apps.json
commit 638fea73c791b4f11b6119c02ca2090c31b6bc83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:24:10 2021 -0800
Add files via upload
commit 4e79c896c65b2edc7dfcb7b4b2eb6ae1c96f60ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:23:33 2021 -0800
Add files via upload
commit 33809d8cdfa7ea3f02941c820b4836f20a9eb869
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:58 2021 -0800
Add files via upload
commit 6cb83284a7e7b9d2f8935835702e713f0f9b7b51
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:45 2021 -0800
Add files via upload
commit 7e521d0d29262227a32244d2929eb99fcb36fb98
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:17 2021 -0800
Add files via upload
commit 9985ff03f20469897ceb3dd1acb4f90ac850ebb8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:00 2021 -0800
Add files via upload
commit 6f437c39866562e05d8821bdb5150cd553f3a6cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:21:15 2021 -0800
Add files via upload
commit ffe218a0046d65464e96cdc59d1c10fbb708b791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:56 2021 -0800
Add files via upload
commit 9400133dd49762a7bfcff38e5a6249cbfd5753f7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:39 2021 -0800
Add files via upload
commit 76463d927940f590ed45cc51558723375217a34a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:37 2021 -0800
Add files via upload
commit 4011accb47eb53954acc3e27cce5b6f6cb025c57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:19 2021 -0800
Add files via upload
commit bc5960d61a40c08566a8e1977fa53c6528f04a85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:07 2021 -0800
Add files via upload
commit da5634beda72243f5ee6e4fc0e376c6c5f9c6ccc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:51 2021 -0800
Add files via upload
commit b9c4640f853d4992e57cd5d6b2e3f4d75db32d1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:25 2021 -0800
Add files via upload
commit d27a605a24cc06903084b6a796c9c93b7724150f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:07 2021 -0800
Add files via upload
commit 52baa42e69b1a7a8ef6bc2cae548298af4dcbf7c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:48 2021 -0800
Add files via upload
commit db3b6a58e49a3d5ce9b528011f3e0607474e4fa8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:16 2021 -0800
Add files via upload
commit f0de0d8a9d542fd960f13b36a2bb2a3548f06033
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:52 2021 -0800
Add files via upload
commit 6d4cb98ba83d0ab62406c00ed9fa8dcd139d2f8c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:34 2021 -0800
Add files via upload
commit 5f434d9d327fff8cebf41a45cf73ea9c96cb42db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:23 2021 -0800
Add files via upload
commit 6e72349f05e3773b0ae60217df8b6f266447f1ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:37 2021 -0800
Add files via upload
commit 03e4d0d7c01cdc214526891933f3c155f63ff2b5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:21 2021 -0800
Add files via upload
commit ead12a1c11e3937637e8af8b1d54218e0138e908
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:54 2021 -0800
Add files via upload
commit a1ed32c91380e03146dc4003a3ee6e400d0dd35f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:30 2021 -0800
Add files via upload
commit fae08d7a739b1a28faacb0105d5ad417171dddcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:57 2021 -0800
Add files via upload
commit b889e431edf72d64867c576135bc1470c4590db2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:32 2021 -0800
Add files via upload
commit f177480160184722b935623ebed05ad630a5a6a2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:02 2021 -0800
Add files via upload
commit a2fe8c3722f56c59957642cad2bb0a6454dc6f5b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:11:42 2021 -0800
Add files via upload
commit c1cdf15bf5413167692e9c7bd4f5fee31fe4d4c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:49 2021 -0800
Add files via upload
commit fb1c5529f037cc701e30d9da036a54236ea1ba1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:11 2021 -0800
Add files via upload
commit 530089e0830473574b38c172a964f9cfb49436a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:35 2021 -0800
Add files via upload
commit 3556e668560587c074ad435b977283e19367f69e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:12 2021 -0800
Add files via upload
commit e1e32772e4dd1943af6ed37407425998b0819e48
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:56 2021 -0800
Add files via upload
commit 8084bb92b7cfb12740129c57e1bb5c05ce13994c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:37 2021 -0800
Add files via upload
commit 2c997d2964d4ade4ba0aa5ef89a1b646c15a9751
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:18 2021 -0800
Add files via upload
commit 747626b66c880293481bd0a97cda8e32e0239d04
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:07:24 2021 -0800
Add files via upload
commit ed36fae0ac6def24ca20ab6229affbcf7502582e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:59 2021 -0800
Add files via upload
commit e8baad3c3775e26f8a88457ff8f361a18572e484
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:33 2021 -0800
Add files via upload
commit 1efcebe84aa2b2b00d6920a84d4e486b834c1083
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:16 2021 -0800
Add files via upload
commit 082d3d1e95e9bb98e10bb1679ae0dfba11bf44e0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:05:21 2021 -0800
Add files via upload
commit b10f62a6c55dd89bb15a97430b74269486a72807
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:58 2021 -0800
Add files via upload
commit 24b41c2c6fe40d18ffd9dfc0404f215cc9b847ff
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:42 2021 -0800
Add files via upload
commit 19a2ef1a44c78fe9b1922574f0a1eda20f2fbd43
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:01 2021 -0800
Add files via upload
commit 7089d6e74c438d3577ebf03857b0c1b6f73aaa2a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:03:38 2021 -0800
Add files via upload
commit 431824f828f0ea900c9d206e492cc7a6d1830f2e
Merge: 15aa41c7 5eeb1181
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 15:15:57 2021 -0800
Merge branch 'espruino:master' into master
commit 5eeb1181d049f1580f75657b9a9ac664041b26b9
Merge: 546a0b16 6b05d928
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:29:18 2021 +0000
Merge pull request #937 from rigrig/barclock-b2
Barclock works fine on the Bangle.js 2 :-)
commit 15aa41c766b2a25c7a83a1a6744706a7b2852aa3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:23:03 2021 -0800
Add files via upload
commit 6a93494e3fe516ccbc7755027f613bd9bd529021
Merge: 12443640 546a0b16
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:22:27 2021 -0800
Merge branch 'espruino:master' into master
commit 546a0b16cc32841b38a0d39b07ec6d18f58d21c5
Merge: cb6e14f6 18fbd289
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:55 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit cb6e14f6c12816224bbc3dc127e9817d0df7ae78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:37 2021 +0000
messages, start of call handling and message responses, fix for scroll issue when only 2 menu items
commit 12443640c95efbe9f25ed0ffe73280c84d90cd13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:54:22 2021 -0800
Update apps.json
commit 9bdc07f8617e457439522d5b4c84a65d1eba4ed9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:47:36 2021 -0800
Update apps.json
commit 4eee3f05e92e26aa5c70c1d2cefcc97ff4935b0d
Merge: aafc93f0 18fbd289
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:46:32 2021 +0100
Merge branch 'master' into master
commit 298fa47cd87e37b19cd142f47867843e24d08b57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:42:50 2021 -0800
Update apps.json
commit 52c07f6dc80e8eabd017fc324332c0594c173399
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:40:42 2021 -0800
Update apps.json
commit fe340d75bbb6c7814241becacddaca50435c5fe3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:39:31 2021 -0800
Update apps.json
commit aafc93f09a818f5bb6e4b6988246e4f8d049df87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:35:35 2021 +0100
Update README.md
update README
commit bd80ea5ca03b2e9d5f2eb562adc7305b3952d2e5
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:31:33 2021 +0100
Update metronome.js
print instructuions for banglejs2
commit 51afd5ef049c67f331931ee18b53e9d4e835342a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:29:27 2021 -0800
Add files via upload
commit ff62b603a27d6acea382af80496b6a35787a73ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:51 2021 -0800
Add files via upload
commit ffbd331c1376c5f393dafe62eaa62a9991949a3e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:29 2021 -0800
Add files via upload
commit 93c113a95a21dccfde6bb171d15b0f93e6d0f58a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:25 2021 -0800
Add files via upload
commit b2be26fccedfa52f00f275db8050c0c3e532859b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:07 2021 -0800
Add files via upload
commit 899e78539c3bb0e41e4d56aa854c4806715ccce0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:26:06 2021 -0800
Add files via upload
commit 50a88d41cd63e51a876e4fca58fe13c5af2088fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:35 2021 -0800
Add files via upload
commit b1d636bac2148007dd72becff0daddf24b80f0a4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:10 2021 -0800
Add files via upload
commit 6b05d928751b49d4910ddd3a6867e2d4cad6c93f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 19:42:12 2021 +0100
barclock: Fix time/date disappearing after fullscreen notification
By forcing a complete redraw at lcdPower-on
commit 32e3d326aa143eed99d26c81c9fbf870730591f4
Author: Richard de Boer <git@tubul.net>
Date: Sat Nov 20 17:13:36 2021 +0100
barclock works fine on the Bangle.js 2 :-)
commit 1def233de2434d272c6f712c9c213b7caff3ae92
Author: Vingelar <Vingelar@mantisse.de>
Date: Tue Nov 23 19:09:16 2021 +0100
changed format of bg images to binary raw format (export from emulator
commit e021aa2c9d5c44f9130e4bf67cb4b066d02cbd6d
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:59:49 2021 +0100
Update app.js
binwatch: adapted names of bg images
commit 3dd723d10bd3195257205a48dc79872668bd53cb
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:58:48 2021 +0100
Update apps.json
binwatch: shorten names of background images
commit 275402344ee927a51d0c100d4387c739d7a49968
Merge: cf027b37 18fbd289
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:36:45 2021 +0100
Merge branch 'espruino:master' into master
commit 18fbd2898da9fc2bfb16d0adf9cf2b97f5ce0f3d
Merge: 5be6981a df364bab
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:34:15 2021 +0000
Merge pull request #933 from peerdavid/master
[LCARS Clock] Added lcars icon to watch face.
commit cf027b3783cbbf8deca98fb3e1ee1922557686bf
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:34:13 2021 +0100
Update app.js
changed names of background images
commit 5be6981acdf3935b936bb85caf37780537518b66
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:31:42 2021 +0000
oops - named stub wrong
commit d328d94d34ea86dd99f958098c7f0a000b1e395f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:30:20 2021 +0100
Add files via upload
added background files exported from Emulator
commit c36fb16a684085c2eb6ada2c50021d3776f5e215
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:54 2021 +0100
Delete Background240_center.js
removed background240_center.js (wrong format)
commit 4719fada2843f1c8d6ae36d8d59d0fb95318d9b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:28:34 2021 +0000
Android Remove messages on disconnect, Fix music control (ref #909)
commit f431bd8a2c823e877ee6e78576aa4f39a0b5701f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:25 2021 +0100
Delete Background176_center.js
remove backgounrd176_center.js (wrong format)
commit 1b548c9bbb5a10769498b4ad1be04397fb889bce
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:27:33 2021 +0100
Update apps.json
adapted naming for image files
commit df364babab19550f75a01d707f0684d8547e8664
Merge: d28517b2 a1eeadfc
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 17:16:00 2021 +0100
Merge branch 'espruino:master' into master
commit d28517b2a5b5e7eaa6a8d9832d9352062addb3ee
Merge: cd93a201 465c93d8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:18 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit cd93a201f846e2c51a1ff9cc447dbbbdc2c5e2cc
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:15 2021 +0100
Moved logo
commit dd2bb22f076abff1aac2f32734b50fdcc5423861
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:08:57 2021 +0100
Update apps.json
use .js files as background images
commit 03c5f996f4998ebc1e6bfea7e77d3a61743c0c69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:07:21 2021 +0100
Add files via upload
added background files as js
commit 7d81bfe2bbdf5095ac7550247eddbe6827cec4c0
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:53:40 2021 +0100
Update apps.json
added missing "url" to background storage
commit 51b73894e461af6312b6fca28e0b5888e9f98da6
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:51:40 2021 +0100
Update app.js
use background images from storage
commit dab36d05a77563e9a839f38807bfd7cfe09a1f69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:48:50 2021 +0100
Update apps.json
added background images to stroage
commit 31f28093411e4f501dd49f98359af43e71e8b27e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:44:49 2021 +0000
Fix https://github.com/espruino/BangleApps/issues/927 - App loader offers to update unknown apps
commit a1eeadfc224a976e3fca6a00ca47d1c1389fa70f
Merge: 68429483 0a695e51
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:40:09 2021 +0000
Merge pull request #934 from Ronin0000/master
Fix School Calendar Bug
commit 0a695e5143fbff3935e80b9df85720f065b1e185
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:09:14 2021 -0800
Update custom.html
fix bug that was for testing
commit cfecc24f42d257d565f21571a50b825cffb2f1c3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:05:47 2021 -0800
Delete boot.js
commit 684294830d75459982845920cb30815236dc0917
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 13:57:46 2021 +0000
app manager works in bjs2
commit 465c93d830300054722f10f483a9023c6ec315e7
Merge: d20f5e59 3ba779ee
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 14:53:47 2021 +0100
Merge branch 'espruino:master' into master
commit d20f5e597e72d8392af3e9b745a4dfab36e8797f
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:53:27 2021 +0100
Updated screenshot
commit a283cf58fb90b1852d8e414fb01010632a65ba46
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:51:55 2021 +0100
Included lcars logo
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 3ba779ee5826a60f127ed12f0eeaa2a848f53b4c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:48:34 2021 +0000
Fix bangleapps after recent PRs
commit aaf06b113c72e1487651d30602ba79c95a41d6ff
Merge: a0351381 06a6b72d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:42:26 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 9600f16671ab5a9fc772a959a7110622baa5e606
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:19:48 2021 +0100
Updated changelog
commit 98577b626960bd971af483ef709655dfe0ac1f00
Merge: 1ccabca0 d3cd47f9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:52 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 1ccabca0c6f1cf79c1b5d6a56749ab752a4d1850
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:50 2021 +0100
No hrm icon - its shown too much.
commit d3cd47f95704e7c508e1e311d3224826f3fd73ce
Merge: 2e18795c 06a6b72d
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 11:12:43 2021 +0100
Merge branch 'espruino:master' into master
commit 2e18795c5780148c6f52d50cd69849b5893b1cdb
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:11:33 2021 +0100
Fixed string
commit 36edd449c5398147536d20c2b4f11040cb3105b9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:10:33 2021 +0100
Minor change
commit 06a6b72d42fc55a224bb5d133640670c21d6cae0
Merge: a39d4102 be083113
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:03:45 2021 +0000
Merge pull request #925 from Ronin0000/master
Add School Calendar
commit a39d4102963fc1593e1f2f8ea3f4372a3da4da6f
Merge: ab2cb243 930cfa13
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:02:41 2021 +0000
Merge pull request #928 from peerdavid/master
[LCARS Clock] Icons for different states such as GPS or HRM.
commit 5c3b0468d4ce9a51249f6f098c3e6ba84ba1cf41
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:59:26 2021 +0100
Update apps.json
corrected format
commit 336501059da7bceddba9e300c5b6d5bd1aba6a3a
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:56:25 2021 +0100
Update apps.json
removed background image
commit 3f4c49a8aef6ba79419f00d86fc4f02435b72e21
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:55:07 2021 +0100
Update app.js
integrated BG image into app
commit ff3223e1b906957811cad815df88ad495e70a95f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:51:02 2021 +0100
Update app.js
added "require" for bg image
commit ab2cb243857e50e7bb80ee163e4bc153302446a7
Merge: adadf7ef 162dc1f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:51:01 2021 +0000
Merge pull request #929 from weeurey/master
Update app
commit adadf7efd39b01466cfd348e13c5a02deaa6bf4d
Merge: b7f403e7 0f9d938f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:26 2021 +0000
Merge pull request #931 from reelyactive/master
emojuino@0.02
commit b7f403e79bf5fae387c5f6d0522f49ce917362a6
Merge: f4e997d4 46383d4d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:12 2021 +0000
Merge pull request #930 from rigrig/gbmusic-fix
gbmusic: fix "previous" button image
commit a03513812956c629f003824b46bb6763734eead8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:44:24 2021 +0000
fix download icon on android
commit b128f5c15569de9e2be0717f270cfd90e006d5ab
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:38:02 2021 +0100
Update apps.json
added background image to upload
commit 930cfa13315046c621a5444632f7b12bbd956fae
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 09:43:24 2021 +0100
New HRM Icon
commit 7f3f7b9eee3c23c922645274dd8d7947def8158d
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:26:37 2021 +0100
Currently, no confidence > 80 is reached...
commit 1fb861b82c4cc75b94dc6875280fbd411390bc71
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:25:11 2021 +0100
HRM confidence of 80 to display
commit 7d95221e166770be91bf76374f926fe996356009
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:24:15 2021 +0100
Minor change
commit 6d8d98fb03e7bed42c3feeee771ddfcd78b60ea8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:21:41 2021 +0100
Show HRM
commit a0cc4c633e0e6853a0f170a5358b7e1f11e310af
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:10:00 2021 +0100
Minor changes
commit be083113316ec7ba07d780b6593cb9adfd748298
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 19:11:40 2021 -0800
Update custom.html
commit 0664a44c454107d4e3ff039d12baffea3e90cf5f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:52:43 2021 -0800
Update apps.json
commit b032ca0fc1936e650a459f766799e197daf2a4dd
Merge: 7fd37f7e f1f063fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:27 2021 -0800
Merge branch 'espruino-master'
commit f1f063fd1adb553c548a3aa54156bce00b4ca48d
Merge: 7fd37f7e f4e997d4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:09 2021 -0800
merge3
commit 0f9d938fa6970df18fbe99f3c707b94aa26d15c1
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:23:17 2021 -0500
Version bump
commit 5a01047cd0b30e4b7b253d784bd0b5755fc0c2e2
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:21:29 2021 -0500
Added screenshots
commit ae55c2d39fc936cfa1954d44b7f76dc91c21ced3
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:09:26 2021 -0500
Allow emulator, specify type as app
commit 58f9e7cd5b59904651fb878a89844ee4ccfb23df
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:03:18 2021 -0500
Upgrade to emoji images and supporting text
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit 7fd37f7e4e669c0aea7b5324b85f9d85ca394dcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 12:18:44 2021 -0800
Update custom.html
commit 84d9ca4b337e36c4f62ffce4b3059f8f2909d482
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:57:14 2021 -0800
Update boot.js
commit 740f4a95665fd92ad87e83dd381da7e55c2e4b18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:52:27 2021 -0800
Create boot.js
not part of the current merge
commit d3538a03f10f6323afc8656cef397a561cf35bf0
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:12:50 2021 +0100
Added raster
commit 20310fdb75b11fe8b3ea38dc7810732910537169
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:02:27 2021 +0100
Smaller icons
commit 3863be18301cec9fec480db7fe28a19439c708d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 09:06:52 2021 -0800
Delete apps/schoolCalendar/fullcalendar/interaction/src directory
commit 5d8c13a7e6a934e8b750f0ab4871e3dcc67c09bf
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:56:29 2021 +0100
Updated screenshot accordingly
commit 21134a1dcdc102755171af26e99ae86f3559996f
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:55:21 2021 +0100
Better background
commit cab3d43085b2edf4dc97ebf05785bb5b446a88da
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:39:48 2021 +0100
Better alarm - shown only in icon so we can display more data.
commit db22bac0ecd48633d6acf0874127a1b28821d8ea
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:11:15 2021 +0100
Use correct alarm icon
commit 162dc1f29346ab0f6ff4b7cd4128826292ca766e
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:11:07 2021 +0000
Update apps.json
commit dc24ae9bfba1786d4d8a3e22871c4da7bda9fb92
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:10:58 2021 +0100
Better HRM Icon
commit 8e688d144ab30ff87f31b51ab457688ce03c4c23
Merge: 741f7aab f4e997d4
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:09:43 2021 +0000
Merge branch 'espruino:master' into master
commit 741f7aab5239e6fa6ae48e1a5351216dfcfc4177
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:08:38 2021 +0000
Update apps.json
commit 247ed9faa2e8b8463374fea05d4bb04ddda2cfc1
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:07:39 2021 +0000
Create ChangeLog
commit d878d46d4ccc5128643034c535cff69984ab7853
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:05:57 2021 +0000
Update app.js
commit c720fc314b516e1007452ad18ce51bc4fefefec1
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:03:21 2021 +0100
New alarm icon
commit 75fbd6882d1368c73db1b96fac79f4202d6a5e53
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:37:48 2021 +0100
Added icon for alarm
commit eb20f15537d8b6be7226b2ae49fc6e6dd0474124
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:33:42 2021 +0100
Compeletely new design with icons for GPS, HRM and Compass. All Icons are open source and mentioned in the Readme.md file.
commit 46383d4d5547bca38a2a07ea01d67afa0166bedc
Author: Richard de Boer <git@tubul.net>
Date: Mon Nov 22 13:18:01 2021 +0100
gbmusic: fix "previous" button image
commit 1bf5132a5caf41398125e0c7f2bad72ffa300df2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:07:49 2021 -0800
Update custom.html
commit 618c5b7a10ebe610205ab463c395f65948e5a763
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:02:29 2021 -0800
Update custom.html
commit adfeb5e535564f8851fcdc080e2fa10d9acced9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:00:21 2021 -0800
Update custom.html
commit f950fd2ee88486e3355efd30823d50de799e8418
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:57:52 2021 -0800
Update custom.html
commit 3ee0e9bae6ee137c6e36672c9aa6a20d1c072caf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:49:48 2021 -0800
Update apps.json
commit 387bd30236b5d765b396eba24ad43120ceb6c384
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:48:14 2021 -0800
Rename ChangeLog.md to ChangeLog
commit 6e07f282b8918ac3b8f333c7c4156980a44ff1d6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:41:26 2021 -0800
Add files via upload
commit fea37b4992e65a5ca54648f88281ce2623f6a55f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:40 2021 -0800
Update apps.json
commit 939d8f6a9ae71b49c13f7dbf1455bb2fec60462a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:21 2021 -0800
Add files via upload
commit 854ae5361d1b2400f6b6d1b2c2239f46d1e16bc9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:34:28 2021 -0800
Update README.md
commit 426768eb11e34ea7a04010e6fe7da1a5a5187f40
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:32:14 2021 -0800
Update custom.html
commit bf994d9acc8b79ebda1e47dc5ebc5158210d6205
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:24:29 2021 -0800
Update apps.json
commit 7c74c5d43f9f66b6374cabd4e247d1560e5f29a1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:15:40 2021 -0800
Update apps.json
commit 8981aa3f614c388c74d73ccd25e16f5e6eabde9f
Merge: e878e547 100384f2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:12:19 2021 -0800
Merge branch 'espruino:master' into master
commit e878e5478713b0b3cae0bb86e28f998cbfeb9b10
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:11:43 2021 -0800
merge
commit 3bde4d2e48711186ae26036baea8f880c2aac7c4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 16:12:16 2021 -0800
Update custom.html
commit 5f3c93df8cc8b73c432ea31b15e84e4b106256de
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:37:41 2021 -0800
Update custom.html
commit 26bd9e35be993aae4deece775ac85f53f877b122
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:35:47 2021 -0800
Update custom.html
commit 8f2cc6e2137cf29e03435123e96d9c6c550864d1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:34:09 2021 -0800
Update custom.html
commit 66f061112301898b011412e91982dbefc7cc2d1e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:32:48 2021 -0800
Update custom.html
commit 87a9504912b8753dc63700207ee89acacbb34726
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:30:44 2021 -0800
Update custom.html
commit 626498da9d296fecf6776b836def4eda87027d85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:24:01 2021 -0800
Update custom.html
commit 3472ca355a1a71d3fa3f464ece2b81dce7f4eeaa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:21:57 2021 -0800
Update custom.html
commit 529b0cb4637652dfc0a3ba6688b863b5f47437ca
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:19:53 2021 -0800
Update custom.html
commit e77d9980023f041a87743ac1fd3c48a3f0652a8e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:18:21 2021 -0800
Update custom.html
update
commit a712c37c7652f7bc46c4d7761df93b3d28e17229
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:17:58 2021 -0800
Update custom.html
commit 4d9d6abb9ef466e4058510efe9eec295f60127e9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:14:02 2021 -0800
Update custom.html
commit f35b24844810a90f08f731cc9e63535be217e4cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:09:44 2021 -0800
Update custom.html
commit d0336b2854d7e0892c440ef8c5f83bcbe1374a9b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:06:56 2021 -0800
Update custom.html
commit 640c8e491e489e9ea88282cf0bfe14004838b3db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:03:42 2021 -0800
Update custom.html
commit 604153cb2408399ce1420b43ef87f41c09d3daa6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:01:45 2021 -0800
Update custom.html
commit 0f8f1e38e85a8c1c49057f4b891209bdfad67aef
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:44 2021 -0800
Update custom.html
commit 7f7dcb0bcf89b1d66f60481efaa09f5956ee4ecc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:22 2021 -0800
Update custom.html
commit d42fe03dc8fcbc0f68857dd9f887c8cc4eff1c06
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:55:08 2021 -0800
Update custom.html
commit 98f172fad442e89f53c45ac47f2388a08049855a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:53:01 2021 -0800
Update custom.html
commit daf8dde32bc81b8f04402c4728eac41784751cd5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:49:25 2021 -0800
Update custom.html
commit 408bd24080a2f7dcf1e6d0c33dab65da4dff82cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:48:38 2021 -0800
Update custom.html
commit 68db21acbb837b12d84d9930d451d2ba90e251dd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:44:30 2021 -0800
Update custom.html
commit 45feb1b2ffb17b8835c505bc4a4f825ddc17bf4f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:42 2021 -0800
Update custom.html
commit 3bc5fd87b61cbb9b867009d933342fe627da982d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:12 2021 -0800
Update custom.html
commit c3eede9868ee342bc4248e71a874c2e6b332dcdd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:37:42 2021 -0800
Update custom.html
commit 8426356c01a23ae769c79f726b95ea64f4428574
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:35:55 2021 -0800
Update custom.html
commit 93f09c216a1eb9aa876c88a1f806ccb709e971b7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:39 2021 -0800
Update apps.json
commit cb748a251dbd11e87615d82081522953607b3a27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:20 2021 -0800
Update custom.html
commit a994ed66301040f60d5f99b672a6081152a20d6c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:53:38 2021 -0800
Update custom.html
commit b76bb48973dbabfaf56bdec4aee44a483f94d129
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:50:08 2021 -0800
Update custom.html
commit f99ce683e9ce42431321fc711e061955bc0220fb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:46:32 2021 -0800
Update custom.html
commit ddfdd94ff845d3d8560158cde184a9a19a3d2142
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:42:51 2021 -0800
Update custom.html
commit 52675f7eff140426532f81da9c84c5d7803d0cda
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:48:03 2021 -0800
Update custom.html
commit d4911034145e3d98b99d649be55c75671e2f5c5c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:44:23 2021 -0800
Update custom.html
commit 71ff5959aec6a5f8302bda513d2c1371bbed0743
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:58 2021 -0800
Update custom.html
commit daba705b37b9952cba2910c3c0bed23e58aaf2fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:16 2021 -0800
Update custom.html
commit 19cb5fc749abeefe378205531d18b97562ddfc47
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:39:15 2021 -0800
Update apps.json
commit 6c20945898b84a02d6b440923a5afd994c7d97aa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:37:41 2021 -0800
Update custom.html
commit ff519bdc0d9bca530284d98cad9fd023ad37d50d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:15:29 2021 -0800
Update custom.html
commit 34843d703aae0b6a33be352ad0f8408d8d17d07b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:11:54 2021 -0800
Update custom.html
commit 4da82197f32b280e4192d5bc9a5ba174fbad4ace
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:01:20 2021 -0800
Update custom.html
commit a9c5a32bc1359d8288f4fd6b6da50eaf40910c9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:56:54 2021 -0800
Update custom.html
commit 352fea34791ccf06450a516ab2a2daf22353c641
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:53:38 2021 -0800
Update apps.json
commit ab6f56c381a54e4ab3466625a9eb794eef5dd2a0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:52:34 2021 -0800
Update custom.html
commit a65742ce346039ef901e70157620aabd95bbca35
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:48:25 2021 -0800
Update apps.json
commit a1a387dd600f7e5c3879d74cd5a516d7566fb7bb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:47:52 2021 -0800
Update custom.html
commit 180e88e0e44dc3ca09291a7d37b6fa4df637fa78
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:50 2021 -0800
Update custom.html
commit 0099736b8c64e8f1afefd4d52b526151e3ac700a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:14 2021 -0800
Update apps.json
commit 1fdf4e954e23fe0514b8d795224c2edafd5941c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:43 2021 -0800
Update apps.json
commit faa5b6b21aa8b7062dc62499e8361b8233cf9408
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:10 2021 -0800
Update custom.html
commit d617803c13ec381f35a9d30f99a267dca02c9cf1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:44 2021 -0800
Update apps.json
commit dc669254bcccad425153d209d6dcdf002f64a30d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:10 2021 -0800
Update custom.html
commit 303247fb4e66802ed7f5c2ee404ce0a28221ec2d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:25:00 2021 -0800
Update custom.html
commit d836cbd2ba256adfffa55f1d12fda02ae8ac760c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:15:16 2021 -0800
Update custom.html
commit e206bd4e1cad4aab266fd376fa525500941878a8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:08:00 2021 -0800
Update custom.html
commit 1a6c1acce50fe2fe2e49bfc26b3ac98c1db5aa13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:04:06 2021 -0800
Update custom.html
commit aa20fac50ed19adfb9248fd9cda1ebb7c31f95b1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:02:52 2021 -0800
Update apps.json
commit 5625414e90c78677040420f342f29e96f088469b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:34:30 2021 -0800
Update apps.json
commit ebc2d8096144e6150920efc4b63e8f1e3f52eb00
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:33:27 2021 -0800
Update custom.html
commit 6c43de3766433c1f9fa1d01fd24cbfe0839e19c0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:21:11 2021 -0800
Update apps.json
commit 37da3c68aeeb5fec1ef3d8965fa3d8170074d791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:19:46 2021 -0800
Update custom.html
commit 92707b9d13ed269a41684ce45111376694cb6e58
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:12:50 2021 -0800
Update ChangeLog.md
commit d3ca682cff08be0bb2a64ab057f6efdf36b4e094
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:09:56 2021 -0800
Update apps.json
commit dfd9e59993944f6323120f8af660d880c63c6793
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:08:52 2021 -0800
Update custom.html
commit 5d24a09ffa2d9cad10a5fae3c7b4d5fafc944aa9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:04:41 2021 -0800
Update apps.json
commit e965bd7d962108a2944824eb6579fce435876966
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:43 2021 -0800
Update custom.html
commit 345d9c155135fc4d0a2b8d00b3528b363a584ced
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:12 2021 -0800
Delete schoolCalendar.js
commit dc9db8a4767d4c16d92645131d977263e2468521
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:58 2021 -0800
Update schoolCalendar.js
commit 58df0a5ca26684b4da84929c8c388ca5c37acabd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:03 2021 -0800
Update apps.json
commit 65ad4979e8d58b51f11f3bcc86f31ab303a5d7b6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:27:10 2021 -0800
Update custom.html
commit 9c07800c5ef948a1b9b2071e7bdfe46809fefa1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:07:38 2021 -0800
Update custom.html
commit b108bc45fb8bfa266e4d4ad3e66a9f65cec96c92
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:58:24 2021 -0800
Update custom.html
commit d871855f8e217b27ea73ed28b389bbc8aea59d62
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:55:58 2021 -0800
Update apps.json
commit 99112920b287568db32c5e43b47cfc2ee0cf71a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:47:34 2021 -0800
Update apps.json
commit 37f4329ec57bc4a96a1b2a0847406f6a05cad520
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:49 2021 -0800
Update apps.json
commit ba2aee642bf90307757bb85fda6aa0db01bed5e5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:06 2021 -0800
Update custom.html
commit 98048dc23cb1caf3aafbf1d1ecfa461ba5943925
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:37:23 2021 -0800
Update apps.json
commit 1a53e8d34af89f0e6c889653961350a898deea81
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:33:43 2021 -0800
Update custom.html
commit 993bb7298c8fbc9348e6668b70a555c51dc54a09
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:31:41 2021 -0800
Rename interface.html to custom.html
commit 3a3962bfdc0365e75f8804b61293ec91084f6698
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:30:12 2021 -0800
Rename custom.html to interface.html
commit c8ad92a3dcb7b8a0df83f2e720b6730dd785e829
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:20:33 2021 -0800
Update apps.json
commit ae85c1cee709457b10233205c057f946ea15fe83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:14:33 2021 -0800
Update custom.html
commit c1b467ba8e96f58b27eb3b9b2dc2b859fa89e227
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:14:50 2021 +0000
Update app.js
commit 438537ace2358f5b798bdfde92ebf78db81abc49
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:10:03 2021 +0000
Update app.js
commit e6d736860d7d7511f08474a4d8f6446ebe97e634
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:57:57 2021 +0000
Update app.js
commit e1add5e2b2a068873d0102324d61f9ff5532924d
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:45:02 2021 +0000
Update app.js
commit 09be008dfaf764b542a80f4dbbde6ab26314713e
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:39:48 2021 +0000
Update app.js
commit 9f26994f5c66a5ee88a702c7a73d8bcc0c8236c3
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:33:47 2021 +0000
Update app.js
commit 0cf4c5d70a97480185296b32137fcdc179fddcc4
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:10:31 2021 +0000
Update app.js
commit cfdb94439526722ca757b8ee748d298f6a76d9e7
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:32:34 2021 +0000
Update app.js
Add Media controls
commit e3cd8f5607f912002d3ec0adf833834058a492cb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:16:37 2021 +0000
Update app.js
Removed extra unneeded code
commit ceed8a123836f5da6fb8c5d6741e2224a3e4a0af
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 15:05:28 2021 +0000
Update app.js
commit 721a3f2608ee0012767cfacd5c69aa91a7bba5f6
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:39:30 2021 +0000
Update app.js
commit a16bfe4d7350b34c694050448f2aefc990d19dcb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:32:57 2021 +0000
Update app.js
commit e72bf84a7a05c4208e8c1d5f60815a9f57ca11c4
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 21:29:57 2021 +0100
use dark theme for metronome
commit 071a7a7e683a649b9f75fdc92b9f56804cd0af87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 20:46:18 2021 +0100
add support for Bangle.js 2
commit 7a7175fa483e4e9fcd5912d83e9519274d67b4f0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Nov 4 16:00:41 2021 -0700
Update custom.html
commit e2928498690565ba7d0454aaa4265bc8adfda712
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:32 2021 -0700
Rename interface.html to custom.html
commit cd7579269efe8d54a5a5680b8126ea38f9ce54be
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:04 2021 -0700
Update apps.json
commit df7f9cc530194025708b712565a410aed1d73e95
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:20:09 2021 -0700
Update interface.html
commit ada94b11cfbebfeaa010cee1b39d0f92591d4e13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:06:50 2021 -0700
Update interface.html
commit 08fc58deb57847cca7d81bf84a54df16ce97528f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:20:57 2021 -0700
Update interface.html
commit 04b9e74a4d2cd84dd9b64b0ba6fba1167fc400e7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:10:58 2021 -0700
Update interface.html
commit be7af68455ff4b5034c0baab9d8c138b9b024707
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:08:24 2021 -0700
Update interface.html
commit aaee5f3c0610de7a48bdda7fe9c6064dff97780e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 19:13:08 2021 -0700
Update interface.html
commit 73819933eeb57f32935e6ad93a146bdbee6d8be6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:52:09 2021 -0700
Update schoolCalendar.js
commit fa5cbd71c618a2053ec3217048c74a723c46f03f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:49:22 2021 -0700
Update README.md
commit fa392008d1e30a6df05245eac969badf4188fb74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:45:24 2021 -0700
Update README.md
commit c280e41560a3812ee83ca461e098bc35b80ef439
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:42:39 2021 -0700
Update README.md
commit 6b84a8eb3007cca6abd31cc1d3d0552cc79cb492
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:26 2021 -0700
Update schoolCalendar.js
commit 5bbfb1109910856575cc348012dbc44d489a8005
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:11 2021 -0700
Update interface.html
update interface
commit 6660dad4c01c66c20670cfd415b6ad063d9b5b74
Merge: 8c003cf6 1e0f6cd6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 07:35:54 2021 -0700
Merge branch 'espruino:master' into master
commit 8c003cf6ffb5a8b3437897a1e57a6a020b5e02a4
Merge: 5c11881f f1ce196a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 15 07:33:21 2021 -0700
Merge branch 'espruino:master' into master
commit 5c11881f752edbdef3031f0a48109a196eced80a
Merge: 8c149dbe be34e2b0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 14 17:14:45 2021 -0700
Merge branch 'espruino:master' into master
commit 8c149dbea1cfd34e815b64ca354840b811a82222
Merge: 7888cc6c 300ed35b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Oct 13 07:46:16 2021 -0700
Merge branch 'espruino:master' into master
commit 7888cc6ce0bbabf99c7dd39f002810d262af07fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:59 2021 -0700
Create README.md
commit 36a52b8b001a4515d715950db56e411a6c4842b2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:52 2021 -0700
Update README.md
commit 4f5558c41e75f6e91a34842f7b42fa85970dce5e
Merge: 5db16d19 68cc9fbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 16:43:12 2021 -0700
Merge branch 'espruino:master' into master
commit 5db16d190b1439293d9f0af16d37fea29db8830c
Merge: e7995505 54d98db6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 07:03:23 2021 -0700
Merge branch 'espruino:master' into master
commit e799550544e55ef94ef48f905283625e50f73e97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:57 2021 -0700
Update schoolCalendar.js
commit 89f82a50436d4eab82574d310077d19154a8ab59
Merge: 7107d510 f3712e66
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:38 2021 -0700
Merge branch 'espruino:master' into master
commit 7107d510a5301f50ca5dc1bf9d4463ad99a33af8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 20:06:28 2021 -0700
Update schoolCalendar.js
commit a61879753285b4469772f51474c29fe86a5aa942
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 19:55:30 2021 -0700
Update schoolCalendar.js
commit 3c9e46c2160f4ff58708afc0d08ce2e5d27df097
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:59:03 2021 -0700
Update apps.json
commit 941bc852c1ab4472dc74a7f84e12e92ab891432e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:53 2021 -0700
Add files via upload
commit 4cbfac212e6999887cfafd37d9c809919a014e27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:26 2021 -0700
Delete apps/schoolCalender directory
commit c7b723f87e5e6fb0858c09ee2910510267d73fd6
Merge: 8d2f4ccc ba08863b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 07:31:25 2021 -0700
Merge branch 'espruino:master' into master
commit 8d2f4ccca761e1695620b072e116b94272850427
Merge: 7846b48c 44aa03e4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 1 07:31:42 2021 -0700
Merge branch 'espruino:master' into master
commit 7846b48cf67ab024970b90948096f9258e1c184c
Merge: 59aa9909 d0fd2f01
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 30 17:22:33 2021 -0700
Merge branch 'espruino:master' into master
commit 59aa99092dac99b9a13bbc2a7153dd2b44a6fb67
Merge: 9061acee 03bbe1d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 29 08:06:54 2021 -0700
Merge branch 'espruino:master' into master
commit 9061acee5db851bd58295785cc7542a7c066b4c8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 17:44:12 2021 -0700
Update interface.html
commit 79bacc45932ce8842cbf12d23c36a41e992b438e
Merge: bb5fcdaa 48bb819b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 07:12:44 2021 -0700
Merge branch 'espruino:master' into master
commit bb5fcdaafc1e344bf2d717c3eb238f763f255215
Merge: 814fbdd6 28bd9e83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 27 16:15:07 2021 -0700
Merge branch 'espruino:master' into master
commit 814fbdd61ef41676d07719b5b1b297fbbc03ec6f
Merge: 83d88a1e f3fd0f25
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 25 08:01:44 2021 -0700
Merge branch 'espruino:master' into master
commit 83d88a1ea191e2e6b669d284d94b4180b9ea54aa
Merge: c9bed74e 71471d37
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 24 19:35:52 2021 -0700
Merge branch 'espruino:master' into master
commit c9bed74ec2e240e2daf26bf9ec9432df91ac18aa
Merge: 1f130c53 16fe8470
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 23 15:21:18 2021 -0700
Merge branch 'espruino:master' into master
commit 1f130c53b46546328260a6b94ad182be5d55ff18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 22 07:25:41 2021 -0700
Update interface.html
commit 3d8ebe82c289156581799134b3c56fd02ade1fad
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:07:20 2021 -0700
Update interface.html
commit 2ca58d2cc436b72beb87d347b8d8c217b461e805
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:02:14 2021 -0700
Update custom.html
commit d8c149073fb6bca8f5f78ba4a031004adeab1a6b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:01:31 2021 -0700
Update apps.json
commit ceab5d46a23f913faf96be90e644458ac5546157
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 20:58:01 2021 -0700
Rename schoolCalender.js to app.js
commit 9b344eb1ecc577e96196d2a3d3fc8962198e90de
Merge: ec453c0e 3b15a7f9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 07:24:54 2021 -0700
Merge branch 'espruino:master' into master
commit ec453c0e100f7fd140305fe8ed4a62d3987e68f1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 19:45:50 2021 -0700
Update README.md
commit a8f7fe72923e1fe38042cb4752dac1429c6be426
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:31:41 2021 -0700
Update interface.html
commit 51c41d5c48a72b7a373e6f979c95bab9fa9ddb7a
Merge: b7a4ecb5 50ec8d97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:25:50 2021 -0700
Merge branch 'espruino:master' into master
commit b7a4ecb57857016c131ba72e101b3a11eb3cb06c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:48:24 2021 -0700
Update interface.html
commit 82320ab073c0b106f5260e26c0fb147d7c8fcd02
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:40:43 2021 -0700
Update interface.html
commit 27d025bf82cc5882dc39110c5c7799f657f2c57d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 14:01:04 2021 -0700
Update interface.html
commit bd92c0e67fce373f11aae3bbcf8f5a4c06f2e161
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:51:31 2021 -0700
Update interface.html
commit f0c596d14f6119bbe52e2f0d3912216785257536
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:40:29 2021 -0700
Update interface.html
commit d6542bac6d666af7c8fe1f67434611e6ccacc6a6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:29:46 2021 -0700
Update interface.html
commit 7a2ee0f7111209afa859761a62f80e93ca71a879
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:15:29 2021 -0700
Update interface.html
commit c65ddbfc522c54da540080a16d171edd42ce592e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:05:32 2021 -0700
Update interface.html
commit 43c684f389d97dd12815edbd93d0750f923f17b3
Merge: ddd1a83c 5f5b5c0d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:45:25 2021 -0700
Merge branch 'espruino-master'
commit 5f5b5c0dc2485f7e454acb9f364d240e3972d955
Merge: ddd1a83c cc2e1bbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:42:47 2021 -0700
Merge branch 'master' of git://github.com/espruino/BangleApps into espruino-master
commit ddd1a83c613a9f21ec8e37ba1151e1ca255a77af
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 18:27:57 2021 -0700
Update interface.html
commit 632c98f8be2ad6e2290e5eb98025559a42a47c34
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 15:13:46 2021 -0700
Update interface.html
commit c252f74e16edc5a1a1fcfe4ce72c9594f12a9624
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 07:31:16 2021 -0700
Update interface.html
commit b9b0a43e99db0c2d13c28bf6d65540925709d866
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:28:35 2021 -0700
Update interface.html
commit afafd449fb06abd3930d0eb40989dc12787c96d9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:22:01 2021 -0700
Update interface.html
commit 45a0d50b011ee50e9b1b4c6ce5a84e1290331b1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:15:25 2021 -0700
Update interface.html
commit eb146fe07bd5d71f49c5e267424d7b8206eee952
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:07:51 2021 -0700
Update interface.html
commit 34baf995e7f5288266b5da08bcac6d76202a92fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:04:33 2021 -0700
Update interface.html
commit 751fbdda43ea542db4887bed7b4d4e2ad7628a23
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:00:47 2021 -0700
Update interface.html
commit bc71f317311509e8f3fd5054e6c3efaa05bc0416
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:47:13 2021 -0700
Update interface.html
commit cfde9e14a87466a8dc7cb92934c3af373f6a43d0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:41:40 2021 -0700
Update interface.html
commit 135165c983beca48190d091e355436100beee41d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:37:52 2021 -0700
Add files via upload
commit d50ba356d68ebeffd028a924450d4a6ad4fddd74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:36:59 2021 -0700
Update apps.json
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit b51c84229798e7c3665f203c13023d9f6e24eb68
Merge: f4e997d4 d1da165e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 12:20:57 2021 +0000
Merge branch 'Combined' into Base
commit d1da165eb44fa50bea67506097768f1138574c8c
Merge: f927549b 2c257605
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:30:56 2021 +0000
Merge pull request #9 from t0m1o1/scaledlauncher
Update apps.json
commit f927549b2c1e88232f4df2c6ef7e160c3a8e0f7b
Merge: 3cfd575d 411118aa
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:16:59 2021 +0000
Merge pull request #8 from t0m1o1/scaledlauncher
Scaledlauncher
commit 3cfd575da46cf38347bbbb4d37645c0bd72833de
Merge: 9a311219 9d1429ca
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:04:17 2021 +0000
Merge pull request #7 from t0m1o1/scaledlauncher
Update settings.js
commit 9a311219b2d3a7d3594ca654c78ae7137a92fb8e
Merge: 43c42711 5b1b752d
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 02:56:33 2021 +0000
Merge pull request #6 from t0m1o1/scaledlauncher
Scaledlauncher
commit 43c4271101a4be6dbc28d7e34534d25242c159ae
Merge: dec967f1 084bba39
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 21:18:16 2021 +0000
Merge pull request #5 from t0m1o1/compass-fix
Compass fix
commit dec967f1ac5900e43099ef9bfef3bfbe84e1f8e4
Merge: 21c48263 dfa40407
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 20:56:22 2021 +0000
Merge pull request #4 from t0m1o1/Swipe-Launcher
Stop the swiping coming up if mode is undefined
commit 21c482639aa1f2d391ebb0508701cff3170b45c4
Merge: dea2ec96 4c9d04de
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:19:27 2021 +0000
Merge pull request #3 from t0m1o1/Swipe-Launcher
Update Swiper Clock Launch
commit dea2ec9693855d735662a4d344682e6105533bf2
Merge: 92d156fb 51766844
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:15:16 2021 +0000
Merge pull request #2 from t0m1o1/master
Master
commit 92d156fb398787a068a2f7ed81a78d90ed04bd70
Merge: 100384f2 7d37a9eb
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:14:13 2021 +0000
Merge pull request #1 from t0m1o1/Swipe-Launcher
Swipe launcher
commit 51766844e6ff346119739114c28b9d638ca57cbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:49:56 2021 +0000
Update apps.json
commit 6fda7a5f33ec6341d51529e680f5d0caa9c9fdbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:37:07 2021 +0000
Update apps.json
commit b7a067234413e2cd9cb531c366371e5d88f6bb21
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:32:09 2021 +0000
Rename hidmsicswipe.app.js to hidmsicswipe.js
commit 97065f1d62d40003eec09a2539d7294fe41bc4e5
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:55 2021 +0000
Delete hidmsicswipe.info
commit 21f184d6c4ad1f977c385d95c3966d95d446bf5c
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:10 2021 +0000
Add files via upload
commit 3917f28ae54db0e86b6429489c19a4180be759e0
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:45 2021 +0000
Delete hidmsicswipe.img
commit a65668300fc45082d6897e19c6efff556853f4d9
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:18 2021 +0000
Delete hid-music.png
commit 5fce838e8ab7d2b297c05a1ae735abcd4ba76d90
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:29:36 2021 +0000
Add files via upload
commit ffa37f2ab3b1fd2b921783e19ffb48673aad1a6e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:22:38 2021 +0000
Create hidmsicswipe-icon.js
commit b656e5973c302a39f7513364c66094132135bfc4
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:59:19 2021 +0000
Create changelog
commit ad943ca5658e4f68c205996c4ad42aa1ebbeb793
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:58:19 2021 +0000
Add files via upload
commit ac433ac7bd6d586e9b1ca11da924d64bd566ade2
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:57:39 2021 +0000
Create hidmsicswipe.info
2021-12-05 17:14:06 +00:00
"dependencies" : { "mylocation" : "app" } ,
2021-10-28 20:51:11 +00:00
"screenshots" : [ { "url" : "screenshot_pastel.png" } ] ,
2021-10-20 14:11:04 +00:00
"type" : "clock" ,
"tags" : "clock" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
"readme" : "README.md" ,
"storage" : [
Squashed commit of the following:
commit 5ed43a28b5b9d6820ee898f632535747c1e5913d
Merge: 4cf9192c a385c099
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:12:45 2021 +0000
Merge branch 'espruino:master' into Base
commit 4cf9192c4341a85eab1198b8663f48d276704ac3
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:25 2021 +0000
Update core
commit 69a54194a9eb41d0722fc061bec5c900b724e8cf
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:14 2021 +0000
Squashed commit of the following:
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit e040cc4e245a8fb4c55bfeb99cab12c62af5e7b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 15:22:16 2021 +0000
replace tabs!
commit 60c2fa710c4904827bfba868507a9f6d10d524a3
Merge: 38b2e417 f3cb7e9a
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:29:46 2021 +0000
Merge pull request #942 from madman2021/master
Add new TimeCal app
commit 38b2e417bf8e63be394a96ed24b9e3d174d5f45b
Merge: 94bd895b 43b38cc8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:26:43 2021 +0000
Merge pull request #943 from peerdavid/master
[LCARS Clock] Shows icons for charging and out of battery
commit 94bd895bafeb37250b64373692c9cceb3e9ece97
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 12:56:56 2021 +0000
welcome 0.14: Turn off and run later to use softOff to time is set right
plus other minor tweaks
commit 43b38cc8ab5796e25f65ace531be68a6a4134f98
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:40:47 2021 +0100
New screenshot. Updated version.
commit 34c6589f06a1a8ba0f7fe2e126b41d03dff7f45b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:37:07 2021 +0100
Minor improvement
commit c403a5af671cf70b18776fad83126adf66122f0f
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:36:21 2021 +0100
New design. Removed png icon files - only converted icons are needed.
commit 19655ea3279daf32ebfd4453db398915a8229946
Merge: 274b705c b1fb0e6b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:44 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 274b705c1e7313cf646412ec01bf17de9b1dabcf
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:37 2021 +0100
More lcars style
commit f3cb7e9a0b8f0ba3624b639415c9168c240905e8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:53:14 2021 +0000
Remove Icon as it renders massive
commit 1a9f5375557fc232acfe3f42d1198da827db5ab8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:46:03 2021 +0000
Add missing supports tag for TimeCal
commit 3738bde22a0d4cef2bd5c956a1a370e9a145689a
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:43:38 2021 +0000
Add TimeCal to the app library
Add TimeCal to the app library
commit b1fb0e6b7d88f53cff85f6a8d3eb416bebd35e92
Merge: 559e8208 dabc22c2
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 11:10:36 2021 +0100
Merge branch 'espruino:master' into master
commit dabc22c2d725ccddad8b08c0fa0b14af94d38e28
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 09:54:11 2021 +0000
custom code works on bangle2
commit 2e83a511d2032736a63bda38406b4f744a4130f1
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:51:20 2021 +0000
metronome supports bangle 2 now
commit cea51d06d07f09923d590357c33782861c342817
Merge: cd1daba0 4eee3f05
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:50:24 2021 +0000
Merge pull request #938 from bengwalker/master
Add Bangle.js 2 support for metronome app
commit cd1daba0c55e99f5a477407f47b932d050c0b6f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:46:13 2021 +0000
0.25: Fix issue where if Bangle.js 2 got a GPS fix but no reported time, errors could be caused by the widget (fix #935)
commit c03ab08687bbc7ed893ed2ef8c3be21f1e61e74f
Merge: 1750c72e f10bf240
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:40:53 2021 +0000
Merge pull request #939 from Ronin0000/master
Add Screenshots to Many Apps
commit 1750c72e94eab6ee22650d993ea31efa17e79c46
Merge: 5eeb1181 1def233d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:38:06 2021 +0000
Merge pull request #936 from Vingelar/master
Binwatch: re-format background images
commit 559e82088077ba79675c0012c921eae3ef32b16d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:14:04 2021 +0100
Minor design change
commit d24b8c80da7afd75a6f121a22e3694252aa3c57a
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:12:25 2021 +0100
Minor design chnges
commit f10bf24018add2df61a5fc422aee941b07c70082
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 17:04:07 2021 -0800
Update apps.json
commit c66b0982368a5e1ee74da598945df12d88cba679
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:53:48 2021 -0800
Update apps.json
commit 638fea73c791b4f11b6119c02ca2090c31b6bc83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:24:10 2021 -0800
Add files via upload
commit 4e79c896c65b2edc7dfcb7b4b2eb6ae1c96f60ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:23:33 2021 -0800
Add files via upload
commit 33809d8cdfa7ea3f02941c820b4836f20a9eb869
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:58 2021 -0800
Add files via upload
commit 6cb83284a7e7b9d2f8935835702e713f0f9b7b51
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:45 2021 -0800
Add files via upload
commit 7e521d0d29262227a32244d2929eb99fcb36fb98
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:17 2021 -0800
Add files via upload
commit 9985ff03f20469897ceb3dd1acb4f90ac850ebb8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:00 2021 -0800
Add files via upload
commit 6f437c39866562e05d8821bdb5150cd553f3a6cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:21:15 2021 -0800
Add files via upload
commit ffe218a0046d65464e96cdc59d1c10fbb708b791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:56 2021 -0800
Add files via upload
commit 9400133dd49762a7bfcff38e5a6249cbfd5753f7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:39 2021 -0800
Add files via upload
commit 76463d927940f590ed45cc51558723375217a34a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:37 2021 -0800
Add files via upload
commit 4011accb47eb53954acc3e27cce5b6f6cb025c57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:19 2021 -0800
Add files via upload
commit bc5960d61a40c08566a8e1977fa53c6528f04a85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:07 2021 -0800
Add files via upload
commit da5634beda72243f5ee6e4fc0e376c6c5f9c6ccc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:51 2021 -0800
Add files via upload
commit b9c4640f853d4992e57cd5d6b2e3f4d75db32d1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:25 2021 -0800
Add files via upload
commit d27a605a24cc06903084b6a796c9c93b7724150f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:07 2021 -0800
Add files via upload
commit 52baa42e69b1a7a8ef6bc2cae548298af4dcbf7c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:48 2021 -0800
Add files via upload
commit db3b6a58e49a3d5ce9b528011f3e0607474e4fa8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:16 2021 -0800
Add files via upload
commit f0de0d8a9d542fd960f13b36a2bb2a3548f06033
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:52 2021 -0800
Add files via upload
commit 6d4cb98ba83d0ab62406c00ed9fa8dcd139d2f8c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:34 2021 -0800
Add files via upload
commit 5f434d9d327fff8cebf41a45cf73ea9c96cb42db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:23 2021 -0800
Add files via upload
commit 6e72349f05e3773b0ae60217df8b6f266447f1ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:37 2021 -0800
Add files via upload
commit 03e4d0d7c01cdc214526891933f3c155f63ff2b5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:21 2021 -0800
Add files via upload
commit ead12a1c11e3937637e8af8b1d54218e0138e908
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:54 2021 -0800
Add files via upload
commit a1ed32c91380e03146dc4003a3ee6e400d0dd35f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:30 2021 -0800
Add files via upload
commit fae08d7a739b1a28faacb0105d5ad417171dddcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:57 2021 -0800
Add files via upload
commit b889e431edf72d64867c576135bc1470c4590db2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:32 2021 -0800
Add files via upload
commit f177480160184722b935623ebed05ad630a5a6a2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:02 2021 -0800
Add files via upload
commit a2fe8c3722f56c59957642cad2bb0a6454dc6f5b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:11:42 2021 -0800
Add files via upload
commit c1cdf15bf5413167692e9c7bd4f5fee31fe4d4c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:49 2021 -0800
Add files via upload
commit fb1c5529f037cc701e30d9da036a54236ea1ba1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:11 2021 -0800
Add files via upload
commit 530089e0830473574b38c172a964f9cfb49436a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:35 2021 -0800
Add files via upload
commit 3556e668560587c074ad435b977283e19367f69e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:12 2021 -0800
Add files via upload
commit e1e32772e4dd1943af6ed37407425998b0819e48
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:56 2021 -0800
Add files via upload
commit 8084bb92b7cfb12740129c57e1bb5c05ce13994c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:37 2021 -0800
Add files via upload
commit 2c997d2964d4ade4ba0aa5ef89a1b646c15a9751
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:18 2021 -0800
Add files via upload
commit 747626b66c880293481bd0a97cda8e32e0239d04
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:07:24 2021 -0800
Add files via upload
commit ed36fae0ac6def24ca20ab6229affbcf7502582e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:59 2021 -0800
Add files via upload
commit e8baad3c3775e26f8a88457ff8f361a18572e484
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:33 2021 -0800
Add files via upload
commit 1efcebe84aa2b2b00d6920a84d4e486b834c1083
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:16 2021 -0800
Add files via upload
commit 082d3d1e95e9bb98e10bb1679ae0dfba11bf44e0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:05:21 2021 -0800
Add files via upload
commit b10f62a6c55dd89bb15a97430b74269486a72807
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:58 2021 -0800
Add files via upload
commit 24b41c2c6fe40d18ffd9dfc0404f215cc9b847ff
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:42 2021 -0800
Add files via upload
commit 19a2ef1a44c78fe9b1922574f0a1eda20f2fbd43
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:01 2021 -0800
Add files via upload
commit 7089d6e74c438d3577ebf03857b0c1b6f73aaa2a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:03:38 2021 -0800
Add files via upload
commit 431824f828f0ea900c9d206e492cc7a6d1830f2e
Merge: 15aa41c7 5eeb1181
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 15:15:57 2021 -0800
Merge branch 'espruino:master' into master
commit 5eeb1181d049f1580f75657b9a9ac664041b26b9
Merge: 546a0b16 6b05d928
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:29:18 2021 +0000
Merge pull request #937 from rigrig/barclock-b2
Barclock works fine on the Bangle.js 2 :-)
commit 15aa41c766b2a25c7a83a1a6744706a7b2852aa3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:23:03 2021 -0800
Add files via upload
commit 6a93494e3fe516ccbc7755027f613bd9bd529021
Merge: 12443640 546a0b16
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:22:27 2021 -0800
Merge branch 'espruino:master' into master
commit 546a0b16cc32841b38a0d39b07ec6d18f58d21c5
Merge: cb6e14f6 18fbd289
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:55 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit cb6e14f6c12816224bbc3dc127e9817d0df7ae78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:37 2021 +0000
messages, start of call handling and message responses, fix for scroll issue when only 2 menu items
commit 12443640c95efbe9f25ed0ffe73280c84d90cd13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:54:22 2021 -0800
Update apps.json
commit 9bdc07f8617e457439522d5b4c84a65d1eba4ed9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:47:36 2021 -0800
Update apps.json
commit 4eee3f05e92e26aa5c70c1d2cefcc97ff4935b0d
Merge: aafc93f0 18fbd289
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:46:32 2021 +0100
Merge branch 'master' into master
commit 298fa47cd87e37b19cd142f47867843e24d08b57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:42:50 2021 -0800
Update apps.json
commit 52c07f6dc80e8eabd017fc324332c0594c173399
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:40:42 2021 -0800
Update apps.json
commit fe340d75bbb6c7814241becacddaca50435c5fe3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:39:31 2021 -0800
Update apps.json
commit aafc93f09a818f5bb6e4b6988246e4f8d049df87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:35:35 2021 +0100
Update README.md
update README
commit bd80ea5ca03b2e9d5f2eb562adc7305b3952d2e5
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:31:33 2021 +0100
Update metronome.js
print instructuions for banglejs2
commit 51afd5ef049c67f331931ee18b53e9d4e835342a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:29:27 2021 -0800
Add files via upload
commit ff62b603a27d6acea382af80496b6a35787a73ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:51 2021 -0800
Add files via upload
commit ffbd331c1376c5f393dafe62eaa62a9991949a3e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:29 2021 -0800
Add files via upload
commit 93c113a95a21dccfde6bb171d15b0f93e6d0f58a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:25 2021 -0800
Add files via upload
commit b2be26fccedfa52f00f275db8050c0c3e532859b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:07 2021 -0800
Add files via upload
commit 899e78539c3bb0e41e4d56aa854c4806715ccce0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:26:06 2021 -0800
Add files via upload
commit 50a88d41cd63e51a876e4fca58fe13c5af2088fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:35 2021 -0800
Add files via upload
commit b1d636bac2148007dd72becff0daddf24b80f0a4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:10 2021 -0800
Add files via upload
commit 6b05d928751b49d4910ddd3a6867e2d4cad6c93f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 19:42:12 2021 +0100
barclock: Fix time/date disappearing after fullscreen notification
By forcing a complete redraw at lcdPower-on
commit 32e3d326aa143eed99d26c81c9fbf870730591f4
Author: Richard de Boer <git@tubul.net>
Date: Sat Nov 20 17:13:36 2021 +0100
barclock works fine on the Bangle.js 2 :-)
commit 1def233de2434d272c6f712c9c213b7caff3ae92
Author: Vingelar <Vingelar@mantisse.de>
Date: Tue Nov 23 19:09:16 2021 +0100
changed format of bg images to binary raw format (export from emulator
commit e021aa2c9d5c44f9130e4bf67cb4b066d02cbd6d
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:59:49 2021 +0100
Update app.js
binwatch: adapted names of bg images
commit 3dd723d10bd3195257205a48dc79872668bd53cb
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:58:48 2021 +0100
Update apps.json
binwatch: shorten names of background images
commit 275402344ee927a51d0c100d4387c739d7a49968
Merge: cf027b37 18fbd289
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:36:45 2021 +0100
Merge branch 'espruino:master' into master
commit 18fbd2898da9fc2bfb16d0adf9cf2b97f5ce0f3d
Merge: 5be6981a df364bab
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:34:15 2021 +0000
Merge pull request #933 from peerdavid/master
[LCARS Clock] Added lcars icon to watch face.
commit cf027b3783cbbf8deca98fb3e1ee1922557686bf
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:34:13 2021 +0100
Update app.js
changed names of background images
commit 5be6981acdf3935b936bb85caf37780537518b66
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:31:42 2021 +0000
oops - named stub wrong
commit d328d94d34ea86dd99f958098c7f0a000b1e395f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:30:20 2021 +0100
Add files via upload
added background files exported from Emulator
commit c36fb16a684085c2eb6ada2c50021d3776f5e215
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:54 2021 +0100
Delete Background240_center.js
removed background240_center.js (wrong format)
commit 4719fada2843f1c8d6ae36d8d59d0fb95318d9b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:28:34 2021 +0000
Android Remove messages on disconnect, Fix music control (ref #909)
commit f431bd8a2c823e877ee6e78576aa4f39a0b5701f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:25 2021 +0100
Delete Background176_center.js
remove backgounrd176_center.js (wrong format)
commit 1b548c9bbb5a10769498b4ad1be04397fb889bce
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:27:33 2021 +0100
Update apps.json
adapted naming for image files
commit df364babab19550f75a01d707f0684d8547e8664
Merge: d28517b2 a1eeadfc
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 17:16:00 2021 +0100
Merge branch 'espruino:master' into master
commit d28517b2a5b5e7eaa6a8d9832d9352062addb3ee
Merge: cd93a201 465c93d8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:18 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit cd93a201f846e2c51a1ff9cc447dbbbdc2c5e2cc
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:15 2021 +0100
Moved logo
commit dd2bb22f076abff1aac2f32734b50fdcc5423861
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:08:57 2021 +0100
Update apps.json
use .js files as background images
commit 03c5f996f4998ebc1e6bfea7e77d3a61743c0c69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:07:21 2021 +0100
Add files via upload
added background files as js
commit 7d81bfe2bbdf5095ac7550247eddbe6827cec4c0
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:53:40 2021 +0100
Update apps.json
added missing "url" to background storage
commit 51b73894e461af6312b6fca28e0b5888e9f98da6
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:51:40 2021 +0100
Update app.js
use background images from storage
commit dab36d05a77563e9a839f38807bfd7cfe09a1f69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:48:50 2021 +0100
Update apps.json
added background images to stroage
commit 31f28093411e4f501dd49f98359af43e71e8b27e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:44:49 2021 +0000
Fix https://github.com/espruino/BangleApps/issues/927 - App loader offers to update unknown apps
commit a1eeadfc224a976e3fca6a00ca47d1c1389fa70f
Merge: 68429483 0a695e51
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:40:09 2021 +0000
Merge pull request #934 from Ronin0000/master
Fix School Calendar Bug
commit 0a695e5143fbff3935e80b9df85720f065b1e185
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:09:14 2021 -0800
Update custom.html
fix bug that was for testing
commit cfecc24f42d257d565f21571a50b825cffb2f1c3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:05:47 2021 -0800
Delete boot.js
commit 684294830d75459982845920cb30815236dc0917
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 13:57:46 2021 +0000
app manager works in bjs2
commit 465c93d830300054722f10f483a9023c6ec315e7
Merge: d20f5e59 3ba779ee
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 14:53:47 2021 +0100
Merge branch 'espruino:master' into master
commit d20f5e597e72d8392af3e9b745a4dfab36e8797f
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:53:27 2021 +0100
Updated screenshot
commit a283cf58fb90b1852d8e414fb01010632a65ba46
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:51:55 2021 +0100
Included lcars logo
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 3ba779ee5826a60f127ed12f0eeaa2a848f53b4c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:48:34 2021 +0000
Fix bangleapps after recent PRs
commit aaf06b113c72e1487651d30602ba79c95a41d6ff
Merge: a0351381 06a6b72d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:42:26 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 9600f16671ab5a9fc772a959a7110622baa5e606
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:19:48 2021 +0100
Updated changelog
commit 98577b626960bd971af483ef709655dfe0ac1f00
Merge: 1ccabca0 d3cd47f9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:52 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 1ccabca0c6f1cf79c1b5d6a56749ab752a4d1850
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:50 2021 +0100
No hrm icon - its shown too much.
commit d3cd47f95704e7c508e1e311d3224826f3fd73ce
Merge: 2e18795c 06a6b72d
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 11:12:43 2021 +0100
Merge branch 'espruino:master' into master
commit 2e18795c5780148c6f52d50cd69849b5893b1cdb
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:11:33 2021 +0100
Fixed string
commit 36edd449c5398147536d20c2b4f11040cb3105b9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:10:33 2021 +0100
Minor change
commit 06a6b72d42fc55a224bb5d133640670c21d6cae0
Merge: a39d4102 be083113
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:03:45 2021 +0000
Merge pull request #925 from Ronin0000/master
Add School Calendar
commit a39d4102963fc1593e1f2f8ea3f4372a3da4da6f
Merge: ab2cb243 930cfa13
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:02:41 2021 +0000
Merge pull request #928 from peerdavid/master
[LCARS Clock] Icons for different states such as GPS or HRM.
commit 5c3b0468d4ce9a51249f6f098c3e6ba84ba1cf41
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:59:26 2021 +0100
Update apps.json
corrected format
commit 336501059da7bceddba9e300c5b6d5bd1aba6a3a
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:56:25 2021 +0100
Update apps.json
removed background image
commit 3f4c49a8aef6ba79419f00d86fc4f02435b72e21
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:55:07 2021 +0100
Update app.js
integrated BG image into app
commit ff3223e1b906957811cad815df88ad495e70a95f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:51:02 2021 +0100
Update app.js
added "require" for bg image
commit ab2cb243857e50e7bb80ee163e4bc153302446a7
Merge: adadf7ef 162dc1f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:51:01 2021 +0000
Merge pull request #929 from weeurey/master
Update app
commit adadf7efd39b01466cfd348e13c5a02deaa6bf4d
Merge: b7f403e7 0f9d938f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:26 2021 +0000
Merge pull request #931 from reelyactive/master
emojuino@0.02
commit b7f403e79bf5fae387c5f6d0522f49ce917362a6
Merge: f4e997d4 46383d4d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:12 2021 +0000
Merge pull request #930 from rigrig/gbmusic-fix
gbmusic: fix "previous" button image
commit a03513812956c629f003824b46bb6763734eead8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:44:24 2021 +0000
fix download icon on android
commit b128f5c15569de9e2be0717f270cfd90e006d5ab
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:38:02 2021 +0100
Update apps.json
added background image to upload
commit 930cfa13315046c621a5444632f7b12bbd956fae
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 09:43:24 2021 +0100
New HRM Icon
commit 7f3f7b9eee3c23c922645274dd8d7947def8158d
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:26:37 2021 +0100
Currently, no confidence > 80 is reached...
commit 1fb861b82c4cc75b94dc6875280fbd411390bc71
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:25:11 2021 +0100
HRM confidence of 80 to display
commit 7d95221e166770be91bf76374f926fe996356009
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:24:15 2021 +0100
Minor change
commit 6d8d98fb03e7bed42c3feeee771ddfcd78b60ea8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:21:41 2021 +0100
Show HRM
commit a0cc4c633e0e6853a0f170a5358b7e1f11e310af
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:10:00 2021 +0100
Minor changes
commit be083113316ec7ba07d780b6593cb9adfd748298
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 19:11:40 2021 -0800
Update custom.html
commit 0664a44c454107d4e3ff039d12baffea3e90cf5f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:52:43 2021 -0800
Update apps.json
commit b032ca0fc1936e650a459f766799e197daf2a4dd
Merge: 7fd37f7e f1f063fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:27 2021 -0800
Merge branch 'espruino-master'
commit f1f063fd1adb553c548a3aa54156bce00b4ca48d
Merge: 7fd37f7e f4e997d4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:09 2021 -0800
merge3
commit 0f9d938fa6970df18fbe99f3c707b94aa26d15c1
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:23:17 2021 -0500
Version bump
commit 5a01047cd0b30e4b7b253d784bd0b5755fc0c2e2
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:21:29 2021 -0500
Added screenshots
commit ae55c2d39fc936cfa1954d44b7f76dc91c21ced3
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:09:26 2021 -0500
Allow emulator, specify type as app
commit 58f9e7cd5b59904651fb878a89844ee4ccfb23df
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:03:18 2021 -0500
Upgrade to emoji images and supporting text
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit 7fd37f7e4e669c0aea7b5324b85f9d85ca394dcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 12:18:44 2021 -0800
Update custom.html
commit 84d9ca4b337e36c4f62ffce4b3059f8f2909d482
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:57:14 2021 -0800
Update boot.js
commit 740f4a95665fd92ad87e83dd381da7e55c2e4b18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:52:27 2021 -0800
Create boot.js
not part of the current merge
commit d3538a03f10f6323afc8656cef397a561cf35bf0
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:12:50 2021 +0100
Added raster
commit 20310fdb75b11fe8b3ea38dc7810732910537169
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:02:27 2021 +0100
Smaller icons
commit 3863be18301cec9fec480db7fe28a19439c708d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 09:06:52 2021 -0800
Delete apps/schoolCalendar/fullcalendar/interaction/src directory
commit 5d8c13a7e6a934e8b750f0ab4871e3dcc67c09bf
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:56:29 2021 +0100
Updated screenshot accordingly
commit 21134a1dcdc102755171af26e99ae86f3559996f
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:55:21 2021 +0100
Better background
commit cab3d43085b2edf4dc97ebf05785bb5b446a88da
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:39:48 2021 +0100
Better alarm - shown only in icon so we can display more data.
commit db22bac0ecd48633d6acf0874127a1b28821d8ea
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:11:15 2021 +0100
Use correct alarm icon
commit 162dc1f29346ab0f6ff4b7cd4128826292ca766e
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:11:07 2021 +0000
Update apps.json
commit dc24ae9bfba1786d4d8a3e22871c4da7bda9fb92
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:10:58 2021 +0100
Better HRM Icon
commit 8e688d144ab30ff87f31b51ab457688ce03c4c23
Merge: 741f7aab f4e997d4
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:09:43 2021 +0000
Merge branch 'espruino:master' into master
commit 741f7aab5239e6fa6ae48e1a5351216dfcfc4177
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:08:38 2021 +0000
Update apps.json
commit 247ed9faa2e8b8463374fea05d4bb04ddda2cfc1
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:07:39 2021 +0000
Create ChangeLog
commit d878d46d4ccc5128643034c535cff69984ab7853
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:05:57 2021 +0000
Update app.js
commit c720fc314b516e1007452ad18ce51bc4fefefec1
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:03:21 2021 +0100
New alarm icon
commit 75fbd6882d1368c73db1b96fac79f4202d6a5e53
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:37:48 2021 +0100
Added icon for alarm
commit eb20f15537d8b6be7226b2ae49fc6e6dd0474124
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:33:42 2021 +0100
Compeletely new design with icons for GPS, HRM and Compass. All Icons are open source and mentioned in the Readme.md file.
commit 46383d4d5547bca38a2a07ea01d67afa0166bedc
Author: Richard de Boer <git@tubul.net>
Date: Mon Nov 22 13:18:01 2021 +0100
gbmusic: fix "previous" button image
commit 1bf5132a5caf41398125e0c7f2bad72ffa300df2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:07:49 2021 -0800
Update custom.html
commit 618c5b7a10ebe610205ab463c395f65948e5a763
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:02:29 2021 -0800
Update custom.html
commit adfeb5e535564f8851fcdc080e2fa10d9acced9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:00:21 2021 -0800
Update custom.html
commit f950fd2ee88486e3355efd30823d50de799e8418
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:57:52 2021 -0800
Update custom.html
commit 3ee0e9bae6ee137c6e36672c9aa6a20d1c072caf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:49:48 2021 -0800
Update apps.json
commit 387bd30236b5d765b396eba24ad43120ceb6c384
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:48:14 2021 -0800
Rename ChangeLog.md to ChangeLog
commit 6e07f282b8918ac3b8f333c7c4156980a44ff1d6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:41:26 2021 -0800
Add files via upload
commit fea37b4992e65a5ca54648f88281ce2623f6a55f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:40 2021 -0800
Update apps.json
commit 939d8f6a9ae71b49c13f7dbf1455bb2fec60462a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:21 2021 -0800
Add files via upload
commit 854ae5361d1b2400f6b6d1b2c2239f46d1e16bc9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:34:28 2021 -0800
Update README.md
commit 426768eb11e34ea7a04010e6fe7da1a5a5187f40
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:32:14 2021 -0800
Update custom.html
commit bf994d9acc8b79ebda1e47dc5ebc5158210d6205
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:24:29 2021 -0800
Update apps.json
commit 7c74c5d43f9f66b6374cabd4e247d1560e5f29a1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:15:40 2021 -0800
Update apps.json
commit 8981aa3f614c388c74d73ccd25e16f5e6eabde9f
Merge: e878e547 100384f2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:12:19 2021 -0800
Merge branch 'espruino:master' into master
commit e878e5478713b0b3cae0bb86e28f998cbfeb9b10
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:11:43 2021 -0800
merge
commit 3bde4d2e48711186ae26036baea8f880c2aac7c4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 16:12:16 2021 -0800
Update custom.html
commit 5f3c93df8cc8b73c432ea31b15e84e4b106256de
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:37:41 2021 -0800
Update custom.html
commit 26bd9e35be993aae4deece775ac85f53f877b122
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:35:47 2021 -0800
Update custom.html
commit 8f2cc6e2137cf29e03435123e96d9c6c550864d1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:34:09 2021 -0800
Update custom.html
commit 66f061112301898b011412e91982dbefc7cc2d1e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:32:48 2021 -0800
Update custom.html
commit 87a9504912b8753dc63700207ee89acacbb34726
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:30:44 2021 -0800
Update custom.html
commit 626498da9d296fecf6776b836def4eda87027d85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:24:01 2021 -0800
Update custom.html
commit 3472ca355a1a71d3fa3f464ece2b81dce7f4eeaa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:21:57 2021 -0800
Update custom.html
commit 529b0cb4637652dfc0a3ba6688b863b5f47437ca
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:19:53 2021 -0800
Update custom.html
commit e77d9980023f041a87743ac1fd3c48a3f0652a8e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:18:21 2021 -0800
Update custom.html
update
commit a712c37c7652f7bc46c4d7761df93b3d28e17229
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:17:58 2021 -0800
Update custom.html
commit 4d9d6abb9ef466e4058510efe9eec295f60127e9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:14:02 2021 -0800
Update custom.html
commit f35b24844810a90f08f731cc9e63535be217e4cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:09:44 2021 -0800
Update custom.html
commit d0336b2854d7e0892c440ef8c5f83bcbe1374a9b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:06:56 2021 -0800
Update custom.html
commit 640c8e491e489e9ea88282cf0bfe14004838b3db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:03:42 2021 -0800
Update custom.html
commit 604153cb2408399ce1420b43ef87f41c09d3daa6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:01:45 2021 -0800
Update custom.html
commit 0f8f1e38e85a8c1c49057f4b891209bdfad67aef
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:44 2021 -0800
Update custom.html
commit 7f7dcb0bcf89b1d66f60481efaa09f5956ee4ecc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:22 2021 -0800
Update custom.html
commit d42fe03dc8fcbc0f68857dd9f887c8cc4eff1c06
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:55:08 2021 -0800
Update custom.html
commit 98f172fad442e89f53c45ac47f2388a08049855a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:53:01 2021 -0800
Update custom.html
commit daf8dde32bc81b8f04402c4728eac41784751cd5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:49:25 2021 -0800
Update custom.html
commit 408bd24080a2f7dcf1e6d0c33dab65da4dff82cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:48:38 2021 -0800
Update custom.html
commit 68db21acbb837b12d84d9930d451d2ba90e251dd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:44:30 2021 -0800
Update custom.html
commit 45feb1b2ffb17b8835c505bc4a4f825ddc17bf4f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:42 2021 -0800
Update custom.html
commit 3bc5fd87b61cbb9b867009d933342fe627da982d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:12 2021 -0800
Update custom.html
commit c3eede9868ee342bc4248e71a874c2e6b332dcdd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:37:42 2021 -0800
Update custom.html
commit 8426356c01a23ae769c79f726b95ea64f4428574
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:35:55 2021 -0800
Update custom.html
commit 93f09c216a1eb9aa876c88a1f806ccb709e971b7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:39 2021 -0800
Update apps.json
commit cb748a251dbd11e87615d82081522953607b3a27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:20 2021 -0800
Update custom.html
commit a994ed66301040f60d5f99b672a6081152a20d6c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:53:38 2021 -0800
Update custom.html
commit b76bb48973dbabfaf56bdec4aee44a483f94d129
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:50:08 2021 -0800
Update custom.html
commit f99ce683e9ce42431321fc711e061955bc0220fb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:46:32 2021 -0800
Update custom.html
commit ddfdd94ff845d3d8560158cde184a9a19a3d2142
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:42:51 2021 -0800
Update custom.html
commit 52675f7eff140426532f81da9c84c5d7803d0cda
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:48:03 2021 -0800
Update custom.html
commit d4911034145e3d98b99d649be55c75671e2f5c5c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:44:23 2021 -0800
Update custom.html
commit 71ff5959aec6a5f8302bda513d2c1371bbed0743
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:58 2021 -0800
Update custom.html
commit daba705b37b9952cba2910c3c0bed23e58aaf2fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:16 2021 -0800
Update custom.html
commit 19cb5fc749abeefe378205531d18b97562ddfc47
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:39:15 2021 -0800
Update apps.json
commit 6c20945898b84a02d6b440923a5afd994c7d97aa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:37:41 2021 -0800
Update custom.html
commit ff519bdc0d9bca530284d98cad9fd023ad37d50d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:15:29 2021 -0800
Update custom.html
commit 34843d703aae0b6a33be352ad0f8408d8d17d07b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:11:54 2021 -0800
Update custom.html
commit 4da82197f32b280e4192d5bc9a5ba174fbad4ace
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:01:20 2021 -0800
Update custom.html
commit a9c5a32bc1359d8288f4fd6b6da50eaf40910c9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:56:54 2021 -0800
Update custom.html
commit 352fea34791ccf06450a516ab2a2daf22353c641
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:53:38 2021 -0800
Update apps.json
commit ab6f56c381a54e4ab3466625a9eb794eef5dd2a0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:52:34 2021 -0800
Update custom.html
commit a65742ce346039ef901e70157620aabd95bbca35
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:48:25 2021 -0800
Update apps.json
commit a1a387dd600f7e5c3879d74cd5a516d7566fb7bb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:47:52 2021 -0800
Update custom.html
commit 180e88e0e44dc3ca09291a7d37b6fa4df637fa78
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:50 2021 -0800
Update custom.html
commit 0099736b8c64e8f1afefd4d52b526151e3ac700a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:14 2021 -0800
Update apps.json
commit 1fdf4e954e23fe0514b8d795224c2edafd5941c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:43 2021 -0800
Update apps.json
commit faa5b6b21aa8b7062dc62499e8361b8233cf9408
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:10 2021 -0800
Update custom.html
commit d617803c13ec381f35a9d30f99a267dca02c9cf1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:44 2021 -0800
Update apps.json
commit dc669254bcccad425153d209d6dcdf002f64a30d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:10 2021 -0800
Update custom.html
commit 303247fb4e66802ed7f5c2ee404ce0a28221ec2d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:25:00 2021 -0800
Update custom.html
commit d836cbd2ba256adfffa55f1d12fda02ae8ac760c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:15:16 2021 -0800
Update custom.html
commit e206bd4e1cad4aab266fd376fa525500941878a8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:08:00 2021 -0800
Update custom.html
commit 1a6c1acce50fe2fe2e49bfc26b3ac98c1db5aa13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:04:06 2021 -0800
Update custom.html
commit aa20fac50ed19adfb9248fd9cda1ebb7c31f95b1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:02:52 2021 -0800
Update apps.json
commit 5625414e90c78677040420f342f29e96f088469b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:34:30 2021 -0800
Update apps.json
commit ebc2d8096144e6150920efc4b63e8f1e3f52eb00
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:33:27 2021 -0800
Update custom.html
commit 6c43de3766433c1f9fa1d01fd24cbfe0839e19c0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:21:11 2021 -0800
Update apps.json
commit 37da3c68aeeb5fec1ef3d8965fa3d8170074d791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:19:46 2021 -0800
Update custom.html
commit 92707b9d13ed269a41684ce45111376694cb6e58
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:12:50 2021 -0800
Update ChangeLog.md
commit d3ca682cff08be0bb2a64ab057f6efdf36b4e094
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:09:56 2021 -0800
Update apps.json
commit dfd9e59993944f6323120f8af660d880c63c6793
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:08:52 2021 -0800
Update custom.html
commit 5d24a09ffa2d9cad10a5fae3c7b4d5fafc944aa9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:04:41 2021 -0800
Update apps.json
commit e965bd7d962108a2944824eb6579fce435876966
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:43 2021 -0800
Update custom.html
commit 345d9c155135fc4d0a2b8d00b3528b363a584ced
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:12 2021 -0800
Delete schoolCalendar.js
commit dc9db8a4767d4c16d92645131d977263e2468521
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:58 2021 -0800
Update schoolCalendar.js
commit 58df0a5ca26684b4da84929c8c388ca5c37acabd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:03 2021 -0800
Update apps.json
commit 65ad4979e8d58b51f11f3bcc86f31ab303a5d7b6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:27:10 2021 -0800
Update custom.html
commit 9c07800c5ef948a1b9b2071e7bdfe46809fefa1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:07:38 2021 -0800
Update custom.html
commit b108bc45fb8bfa266e4d4ad3e66a9f65cec96c92
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:58:24 2021 -0800
Update custom.html
commit d871855f8e217b27ea73ed28b389bbc8aea59d62
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:55:58 2021 -0800
Update apps.json
commit 99112920b287568db32c5e43b47cfc2ee0cf71a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:47:34 2021 -0800
Update apps.json
commit 37f4329ec57bc4a96a1b2a0847406f6a05cad520
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:49 2021 -0800
Update apps.json
commit ba2aee642bf90307757bb85fda6aa0db01bed5e5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:06 2021 -0800
Update custom.html
commit 98048dc23cb1caf3aafbf1d1ecfa461ba5943925
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:37:23 2021 -0800
Update apps.json
commit 1a53e8d34af89f0e6c889653961350a898deea81
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:33:43 2021 -0800
Update custom.html
commit 993bb7298c8fbc9348e6668b70a555c51dc54a09
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:31:41 2021 -0800
Rename interface.html to custom.html
commit 3a3962bfdc0365e75f8804b61293ec91084f6698
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:30:12 2021 -0800
Rename custom.html to interface.html
commit c8ad92a3dcb7b8a0df83f2e720b6730dd785e829
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:20:33 2021 -0800
Update apps.json
commit ae85c1cee709457b10233205c057f946ea15fe83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:14:33 2021 -0800
Update custom.html
commit c1b467ba8e96f58b27eb3b9b2dc2b859fa89e227
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:14:50 2021 +0000
Update app.js
commit 438537ace2358f5b798bdfde92ebf78db81abc49
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:10:03 2021 +0000
Update app.js
commit e6d736860d7d7511f08474a4d8f6446ebe97e634
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:57:57 2021 +0000
Update app.js
commit e1add5e2b2a068873d0102324d61f9ff5532924d
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:45:02 2021 +0000
Update app.js
commit 09be008dfaf764b542a80f4dbbde6ab26314713e
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:39:48 2021 +0000
Update app.js
commit 9f26994f5c66a5ee88a702c7a73d8bcc0c8236c3
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:33:47 2021 +0000
Update app.js
commit 0cf4c5d70a97480185296b32137fcdc179fddcc4
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:10:31 2021 +0000
Update app.js
commit cfdb94439526722ca757b8ee748d298f6a76d9e7
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:32:34 2021 +0000
Update app.js
Add Media controls
commit e3cd8f5607f912002d3ec0adf833834058a492cb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:16:37 2021 +0000
Update app.js
Removed extra unneeded code
commit ceed8a123836f5da6fb8c5d6741e2224a3e4a0af
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 15:05:28 2021 +0000
Update app.js
commit 721a3f2608ee0012767cfacd5c69aa91a7bba5f6
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:39:30 2021 +0000
Update app.js
commit a16bfe4d7350b34c694050448f2aefc990d19dcb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:32:57 2021 +0000
Update app.js
commit e72bf84a7a05c4208e8c1d5f60815a9f57ca11c4
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 21:29:57 2021 +0100
use dark theme for metronome
commit 071a7a7e683a649b9f75fdc92b9f56804cd0af87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 20:46:18 2021 +0100
add support for Bangle.js 2
commit 7a7175fa483e4e9fcd5912d83e9519274d67b4f0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Nov 4 16:00:41 2021 -0700
Update custom.html
commit e2928498690565ba7d0454aaa4265bc8adfda712
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:32 2021 -0700
Rename interface.html to custom.html
commit cd7579269efe8d54a5a5680b8126ea38f9ce54be
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:04 2021 -0700
Update apps.json
commit df7f9cc530194025708b712565a410aed1d73e95
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:20:09 2021 -0700
Update interface.html
commit ada94b11cfbebfeaa010cee1b39d0f92591d4e13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:06:50 2021 -0700
Update interface.html
commit 08fc58deb57847cca7d81bf84a54df16ce97528f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:20:57 2021 -0700
Update interface.html
commit 04b9e74a4d2cd84dd9b64b0ba6fba1167fc400e7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:10:58 2021 -0700
Update interface.html
commit be7af68455ff4b5034c0baab9d8c138b9b024707
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:08:24 2021 -0700
Update interface.html
commit aaee5f3c0610de7a48bdda7fe9c6064dff97780e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 19:13:08 2021 -0700
Update interface.html
commit 73819933eeb57f32935e6ad93a146bdbee6d8be6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:52:09 2021 -0700
Update schoolCalendar.js
commit fa5cbd71c618a2053ec3217048c74a723c46f03f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:49:22 2021 -0700
Update README.md
commit fa392008d1e30a6df05245eac969badf4188fb74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:45:24 2021 -0700
Update README.md
commit c280e41560a3812ee83ca461e098bc35b80ef439
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:42:39 2021 -0700
Update README.md
commit 6b84a8eb3007cca6abd31cc1d3d0552cc79cb492
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:26 2021 -0700
Update schoolCalendar.js
commit 5bbfb1109910856575cc348012dbc44d489a8005
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:11 2021 -0700
Update interface.html
update interface
commit 6660dad4c01c66c20670cfd415b6ad063d9b5b74
Merge: 8c003cf6 1e0f6cd6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 07:35:54 2021 -0700
Merge branch 'espruino:master' into master
commit 8c003cf6ffb5a8b3437897a1e57a6a020b5e02a4
Merge: 5c11881f f1ce196a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 15 07:33:21 2021 -0700
Merge branch 'espruino:master' into master
commit 5c11881f752edbdef3031f0a48109a196eced80a
Merge: 8c149dbe be34e2b0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 14 17:14:45 2021 -0700
Merge branch 'espruino:master' into master
commit 8c149dbea1cfd34e815b64ca354840b811a82222
Merge: 7888cc6c 300ed35b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Oct 13 07:46:16 2021 -0700
Merge branch 'espruino:master' into master
commit 7888cc6ce0bbabf99c7dd39f002810d262af07fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:59 2021 -0700
Create README.md
commit 36a52b8b001a4515d715950db56e411a6c4842b2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:52 2021 -0700
Update README.md
commit 4f5558c41e75f6e91a34842f7b42fa85970dce5e
Merge: 5db16d19 68cc9fbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 16:43:12 2021 -0700
Merge branch 'espruino:master' into master
commit 5db16d190b1439293d9f0af16d37fea29db8830c
Merge: e7995505 54d98db6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 07:03:23 2021 -0700
Merge branch 'espruino:master' into master
commit e799550544e55ef94ef48f905283625e50f73e97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:57 2021 -0700
Update schoolCalendar.js
commit 89f82a50436d4eab82574d310077d19154a8ab59
Merge: 7107d510 f3712e66
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:38 2021 -0700
Merge branch 'espruino:master' into master
commit 7107d510a5301f50ca5dc1bf9d4463ad99a33af8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 20:06:28 2021 -0700
Update schoolCalendar.js
commit a61879753285b4469772f51474c29fe86a5aa942
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 19:55:30 2021 -0700
Update schoolCalendar.js
commit 3c9e46c2160f4ff58708afc0d08ce2e5d27df097
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:59:03 2021 -0700
Update apps.json
commit 941bc852c1ab4472dc74a7f84e12e92ab891432e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:53 2021 -0700
Add files via upload
commit 4cbfac212e6999887cfafd37d9c809919a014e27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:26 2021 -0700
Delete apps/schoolCalender directory
commit c7b723f87e5e6fb0858c09ee2910510267d73fd6
Merge: 8d2f4ccc ba08863b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 07:31:25 2021 -0700
Merge branch 'espruino:master' into master
commit 8d2f4ccca761e1695620b072e116b94272850427
Merge: 7846b48c 44aa03e4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 1 07:31:42 2021 -0700
Merge branch 'espruino:master' into master
commit 7846b48cf67ab024970b90948096f9258e1c184c
Merge: 59aa9909 d0fd2f01
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 30 17:22:33 2021 -0700
Merge branch 'espruino:master' into master
commit 59aa99092dac99b9a13bbc2a7153dd2b44a6fb67
Merge: 9061acee 03bbe1d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 29 08:06:54 2021 -0700
Merge branch 'espruino:master' into master
commit 9061acee5db851bd58295785cc7542a7c066b4c8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 17:44:12 2021 -0700
Update interface.html
commit 79bacc45932ce8842cbf12d23c36a41e992b438e
Merge: bb5fcdaa 48bb819b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 07:12:44 2021 -0700
Merge branch 'espruino:master' into master
commit bb5fcdaafc1e344bf2d717c3eb238f763f255215
Merge: 814fbdd6 28bd9e83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 27 16:15:07 2021 -0700
Merge branch 'espruino:master' into master
commit 814fbdd61ef41676d07719b5b1b297fbbc03ec6f
Merge: 83d88a1e f3fd0f25
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 25 08:01:44 2021 -0700
Merge branch 'espruino:master' into master
commit 83d88a1ea191e2e6b669d284d94b4180b9ea54aa
Merge: c9bed74e 71471d37
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 24 19:35:52 2021 -0700
Merge branch 'espruino:master' into master
commit c9bed74ec2e240e2daf26bf9ec9432df91ac18aa
Merge: 1f130c53 16fe8470
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 23 15:21:18 2021 -0700
Merge branch 'espruino:master' into master
commit 1f130c53b46546328260a6b94ad182be5d55ff18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 22 07:25:41 2021 -0700
Update interface.html
commit 3d8ebe82c289156581799134b3c56fd02ade1fad
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:07:20 2021 -0700
Update interface.html
commit 2ca58d2cc436b72beb87d347b8d8c217b461e805
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:02:14 2021 -0700
Update custom.html
commit d8c149073fb6bca8f5f78ba4a031004adeab1a6b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:01:31 2021 -0700
Update apps.json
commit ceab5d46a23f913faf96be90e644458ac5546157
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 20:58:01 2021 -0700
Rename schoolCalender.js to app.js
commit 9b344eb1ecc577e96196d2a3d3fc8962198e90de
Merge: ec453c0e 3b15a7f9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 07:24:54 2021 -0700
Merge branch 'espruino:master' into master
commit ec453c0e100f7fd140305fe8ed4a62d3987e68f1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 19:45:50 2021 -0700
Update README.md
commit a8f7fe72923e1fe38042cb4752dac1429c6be426
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:31:41 2021 -0700
Update interface.html
commit 51c41d5c48a72b7a373e6f979c95bab9fa9ddb7a
Merge: b7a4ecb5 50ec8d97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:25:50 2021 -0700
Merge branch 'espruino:master' into master
commit b7a4ecb57857016c131ba72e101b3a11eb3cb06c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:48:24 2021 -0700
Update interface.html
commit 82320ab073c0b106f5260e26c0fb147d7c8fcd02
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:40:43 2021 -0700
Update interface.html
commit 27d025bf82cc5882dc39110c5c7799f657f2c57d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 14:01:04 2021 -0700
Update interface.html
commit bd92c0e67fce373f11aae3bbcf8f5a4c06f2e161
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:51:31 2021 -0700
Update interface.html
commit f0c596d14f6119bbe52e2f0d3912216785257536
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:40:29 2021 -0700
Update interface.html
commit d6542bac6d666af7c8fe1f67434611e6ccacc6a6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:29:46 2021 -0700
Update interface.html
commit 7a2ee0f7111209afa859761a62f80e93ca71a879
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:15:29 2021 -0700
Update interface.html
commit c65ddbfc522c54da540080a16d171edd42ce592e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:05:32 2021 -0700
Update interface.html
commit 43c684f389d97dd12815edbd93d0750f923f17b3
Merge: ddd1a83c 5f5b5c0d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:45:25 2021 -0700
Merge branch 'espruino-master'
commit 5f5b5c0dc2485f7e454acb9f364d240e3972d955
Merge: ddd1a83c cc2e1bbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:42:47 2021 -0700
Merge branch 'master' of git://github.com/espruino/BangleApps into espruino-master
commit ddd1a83c613a9f21ec8e37ba1151e1ca255a77af
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 18:27:57 2021 -0700
Update interface.html
commit 632c98f8be2ad6e2290e5eb98025559a42a47c34
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 15:13:46 2021 -0700
Update interface.html
commit c252f74e16edc5a1a1fcfe4ce72c9594f12a9624
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 07:31:16 2021 -0700
Update interface.html
commit b9b0a43e99db0c2d13c28bf6d65540925709d866
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:28:35 2021 -0700
Update interface.html
commit afafd449fb06abd3930d0eb40989dc12787c96d9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:22:01 2021 -0700
Update interface.html
commit 45a0d50b011ee50e9b1b4c6ce5a84e1290331b1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:15:25 2021 -0700
Update interface.html
commit eb146fe07bd5d71f49c5e267424d7b8206eee952
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:07:51 2021 -0700
Update interface.html
commit 34baf995e7f5288266b5da08bcac6d76202a92fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:04:33 2021 -0700
Update interface.html
commit 751fbdda43ea542db4887bed7b4d4e2ad7628a23
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:00:47 2021 -0700
Update interface.html
commit bc71f317311509e8f3fd5054e6c3efaa05bc0416
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:47:13 2021 -0700
Update interface.html
commit cfde9e14a87466a8dc7cb92934c3af373f6a43d0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:41:40 2021 -0700
Update interface.html
commit 135165c983beca48190d091e355436100beee41d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:37:52 2021 -0700
Add files via upload
commit d50ba356d68ebeffd028a924450d4a6ad4fddd74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:36:59 2021 -0700
Update apps.json
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit b51c84229798e7c3665f203c13023d9f6e24eb68
Merge: f4e997d4 d1da165e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 12:20:57 2021 +0000
Merge branch 'Combined' into Base
commit d1da165eb44fa50bea67506097768f1138574c8c
Merge: f927549b 2c257605
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:30:56 2021 +0000
Merge pull request #9 from t0m1o1/scaledlauncher
Update apps.json
commit f927549b2c1e88232f4df2c6ef7e160c3a8e0f7b
Merge: 3cfd575d 411118aa
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:16:59 2021 +0000
Merge pull request #8 from t0m1o1/scaledlauncher
Scaledlauncher
commit 3cfd575da46cf38347bbbb4d37645c0bd72833de
Merge: 9a311219 9d1429ca
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:04:17 2021 +0000
Merge pull request #7 from t0m1o1/scaledlauncher
Update settings.js
commit 9a311219b2d3a7d3594ca654c78ae7137a92fb8e
Merge: 43c42711 5b1b752d
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 02:56:33 2021 +0000
Merge pull request #6 from t0m1o1/scaledlauncher
Scaledlauncher
commit 43c4271101a4be6dbc28d7e34534d25242c159ae
Merge: dec967f1 084bba39
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 21:18:16 2021 +0000
Merge pull request #5 from t0m1o1/compass-fix
Compass fix
commit dec967f1ac5900e43099ef9bfef3bfbe84e1f8e4
Merge: 21c48263 dfa40407
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 20:56:22 2021 +0000
Merge pull request #4 from t0m1o1/Swipe-Launcher
Stop the swiping coming up if mode is undefined
commit 21c482639aa1f2d391ebb0508701cff3170b45c4
Merge: dea2ec96 4c9d04de
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:19:27 2021 +0000
Merge pull request #3 from t0m1o1/Swipe-Launcher
Update Swiper Clock Launch
commit dea2ec9693855d735662a4d344682e6105533bf2
Merge: 92d156fb 51766844
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:15:16 2021 +0000
Merge pull request #2 from t0m1o1/master
Master
commit 92d156fb398787a068a2f7ed81a78d90ed04bd70
Merge: 100384f2 7d37a9eb
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:14:13 2021 +0000
Merge pull request #1 from t0m1o1/Swipe-Launcher
Swipe launcher
commit 51766844e6ff346119739114c28b9d638ca57cbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:49:56 2021 +0000
Update apps.json
commit 6fda7a5f33ec6341d51529e680f5d0caa9c9fdbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:37:07 2021 +0000
Update apps.json
commit b7a067234413e2cd9cb531c366371e5d88f6bb21
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:32:09 2021 +0000
Rename hidmsicswipe.app.js to hidmsicswipe.js
commit 97065f1d62d40003eec09a2539d7294fe41bc4e5
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:55 2021 +0000
Delete hidmsicswipe.info
commit 21f184d6c4ad1f977c385d95c3966d95d446bf5c
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:10 2021 +0000
Add files via upload
commit 3917f28ae54db0e86b6429489c19a4180be759e0
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:45 2021 +0000
Delete hidmsicswipe.img
commit a65668300fc45082d6897e19c6efff556853f4d9
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:18 2021 +0000
Delete hid-music.png
commit 5fce838e8ab7d2b297c05a1ae735abcd4ba76d90
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:29:36 2021 +0000
Add files via upload
commit ffa37f2ab3b1fd2b921783e19ffb48673aad1a6e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:22:38 2021 +0000
Create hidmsicswipe-icon.js
commit b656e5973c302a39f7513364c66094132135bfc4
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:59:19 2021 +0000
Create changelog
commit ad943ca5658e4f68c205996c4ad42aa1ebbeb793
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:58:19 2021 +0000
Add files via upload
commit ac433ac7bd6d586e9b1ca11da924d64bd566ade2
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:57:39 2021 +0000
Create hidmsicswipe.info
2021-12-05 17:14:06 +00:00
{ "name" : "f_architect" , "url" : "f_architect.js" } ,
{ "name" : "f_gochihand" , "url" : "f_gochihand.js" } ,
{ "name" : "f_cabin" , "url" : "f_cabin.js" } ,
{ "name" : "f_orbitron" , "url" : "f_orbitron.js" } ,
{ "name" : "f_monoton" , "url" : "f_monoton.js" } ,
{ "name" : "f_elite" , "url" : "f_elite.js" } ,
{ "name" : "f_lato" , "url" : "f_lato.js" } ,
{ "name" : "f_latosmall" , "url" : "f_latosmall.js" } ,
2021-10-20 14:11:04 +00:00
{ "name" : "pastel.app.js" , "url" : "pastel.app.js" } ,
{ "name" : "pastel.img" , "url" : "pastel.icon.js" , "evaluate" : true } ,
{ "name" : "pastel.settings.js" , "url" : "pastel.settings.js" }
] ,
"data" : [ { "name" : "pastel.json" } ]
} ,
{
"id" : "antonclk" ,
"name" : "Anton Clock" ,
2021-11-19 15:56:12 +00:00
"version" : "0.03" ,
2021-10-20 14:11:04 +00:00
"description" : "A simple clock using the bold Anton font." ,
"icon" : "app.png" ,
2021-10-26 12:15:21 +00:00
"screenshots" : [ { "url" : "screenshot.png" } ] ,
2021-10-20 14:11:04 +00:00
"type" : "clock" ,
"tags" : "clock" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
"allow_emulator" : true ,
"storage" : [
{ "name" : "antonclk.app.js" , "url" : "app.js" } ,
{ "name" : "antonclk.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "waveclk" ,
"name" : "Wave Clock" ,
"version" : "0.02" ,
Squashed commit of the following:
commit 5ed43a28b5b9d6820ee898f632535747c1e5913d
Merge: 4cf9192c a385c099
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:12:45 2021 +0000
Merge branch 'espruino:master' into Base
commit 4cf9192c4341a85eab1198b8663f48d276704ac3
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:25 2021 +0000
Update core
commit 69a54194a9eb41d0722fc061bec5c900b724e8cf
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:14 2021 +0000
Squashed commit of the following:
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit e040cc4e245a8fb4c55bfeb99cab12c62af5e7b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 15:22:16 2021 +0000
replace tabs!
commit 60c2fa710c4904827bfba868507a9f6d10d524a3
Merge: 38b2e417 f3cb7e9a
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:29:46 2021 +0000
Merge pull request #942 from madman2021/master
Add new TimeCal app
commit 38b2e417bf8e63be394a96ed24b9e3d174d5f45b
Merge: 94bd895b 43b38cc8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:26:43 2021 +0000
Merge pull request #943 from peerdavid/master
[LCARS Clock] Shows icons for charging and out of battery
commit 94bd895bafeb37250b64373692c9cceb3e9ece97
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 12:56:56 2021 +0000
welcome 0.14: Turn off and run later to use softOff to time is set right
plus other minor tweaks
commit 43b38cc8ab5796e25f65ace531be68a6a4134f98
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:40:47 2021 +0100
New screenshot. Updated version.
commit 34c6589f06a1a8ba0f7fe2e126b41d03dff7f45b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:37:07 2021 +0100
Minor improvement
commit c403a5af671cf70b18776fad83126adf66122f0f
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:36:21 2021 +0100
New design. Removed png icon files - only converted icons are needed.
commit 19655ea3279daf32ebfd4453db398915a8229946
Merge: 274b705c b1fb0e6b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:44 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 274b705c1e7313cf646412ec01bf17de9b1dabcf
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:37 2021 +0100
More lcars style
commit f3cb7e9a0b8f0ba3624b639415c9168c240905e8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:53:14 2021 +0000
Remove Icon as it renders massive
commit 1a9f5375557fc232acfe3f42d1198da827db5ab8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:46:03 2021 +0000
Add missing supports tag for TimeCal
commit 3738bde22a0d4cef2bd5c956a1a370e9a145689a
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:43:38 2021 +0000
Add TimeCal to the app library
Add TimeCal to the app library
commit b1fb0e6b7d88f53cff85f6a8d3eb416bebd35e92
Merge: 559e8208 dabc22c2
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 11:10:36 2021 +0100
Merge branch 'espruino:master' into master
commit dabc22c2d725ccddad8b08c0fa0b14af94d38e28
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 09:54:11 2021 +0000
custom code works on bangle2
commit 2e83a511d2032736a63bda38406b4f744a4130f1
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:51:20 2021 +0000
metronome supports bangle 2 now
commit cea51d06d07f09923d590357c33782861c342817
Merge: cd1daba0 4eee3f05
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:50:24 2021 +0000
Merge pull request #938 from bengwalker/master
Add Bangle.js 2 support for metronome app
commit cd1daba0c55e99f5a477407f47b932d050c0b6f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:46:13 2021 +0000
0.25: Fix issue where if Bangle.js 2 got a GPS fix but no reported time, errors could be caused by the widget (fix #935)
commit c03ab08687bbc7ed893ed2ef8c3be21f1e61e74f
Merge: 1750c72e f10bf240
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:40:53 2021 +0000
Merge pull request #939 from Ronin0000/master
Add Screenshots to Many Apps
commit 1750c72e94eab6ee22650d993ea31efa17e79c46
Merge: 5eeb1181 1def233d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:38:06 2021 +0000
Merge pull request #936 from Vingelar/master
Binwatch: re-format background images
commit 559e82088077ba79675c0012c921eae3ef32b16d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:14:04 2021 +0100
Minor design change
commit d24b8c80da7afd75a6f121a22e3694252aa3c57a
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:12:25 2021 +0100
Minor design chnges
commit f10bf24018add2df61a5fc422aee941b07c70082
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 17:04:07 2021 -0800
Update apps.json
commit c66b0982368a5e1ee74da598945df12d88cba679
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:53:48 2021 -0800
Update apps.json
commit 638fea73c791b4f11b6119c02ca2090c31b6bc83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:24:10 2021 -0800
Add files via upload
commit 4e79c896c65b2edc7dfcb7b4b2eb6ae1c96f60ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:23:33 2021 -0800
Add files via upload
commit 33809d8cdfa7ea3f02941c820b4836f20a9eb869
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:58 2021 -0800
Add files via upload
commit 6cb83284a7e7b9d2f8935835702e713f0f9b7b51
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:45 2021 -0800
Add files via upload
commit 7e521d0d29262227a32244d2929eb99fcb36fb98
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:17 2021 -0800
Add files via upload
commit 9985ff03f20469897ceb3dd1acb4f90ac850ebb8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:00 2021 -0800
Add files via upload
commit 6f437c39866562e05d8821bdb5150cd553f3a6cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:21:15 2021 -0800
Add files via upload
commit ffe218a0046d65464e96cdc59d1c10fbb708b791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:56 2021 -0800
Add files via upload
commit 9400133dd49762a7bfcff38e5a6249cbfd5753f7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:39 2021 -0800
Add files via upload
commit 76463d927940f590ed45cc51558723375217a34a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:37 2021 -0800
Add files via upload
commit 4011accb47eb53954acc3e27cce5b6f6cb025c57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:19 2021 -0800
Add files via upload
commit bc5960d61a40c08566a8e1977fa53c6528f04a85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:07 2021 -0800
Add files via upload
commit da5634beda72243f5ee6e4fc0e376c6c5f9c6ccc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:51 2021 -0800
Add files via upload
commit b9c4640f853d4992e57cd5d6b2e3f4d75db32d1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:25 2021 -0800
Add files via upload
commit d27a605a24cc06903084b6a796c9c93b7724150f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:07 2021 -0800
Add files via upload
commit 52baa42e69b1a7a8ef6bc2cae548298af4dcbf7c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:48 2021 -0800
Add files via upload
commit db3b6a58e49a3d5ce9b528011f3e0607474e4fa8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:16 2021 -0800
Add files via upload
commit f0de0d8a9d542fd960f13b36a2bb2a3548f06033
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:52 2021 -0800
Add files via upload
commit 6d4cb98ba83d0ab62406c00ed9fa8dcd139d2f8c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:34 2021 -0800
Add files via upload
commit 5f434d9d327fff8cebf41a45cf73ea9c96cb42db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:23 2021 -0800
Add files via upload
commit 6e72349f05e3773b0ae60217df8b6f266447f1ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:37 2021 -0800
Add files via upload
commit 03e4d0d7c01cdc214526891933f3c155f63ff2b5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:21 2021 -0800
Add files via upload
commit ead12a1c11e3937637e8af8b1d54218e0138e908
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:54 2021 -0800
Add files via upload
commit a1ed32c91380e03146dc4003a3ee6e400d0dd35f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:30 2021 -0800
Add files via upload
commit fae08d7a739b1a28faacb0105d5ad417171dddcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:57 2021 -0800
Add files via upload
commit b889e431edf72d64867c576135bc1470c4590db2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:32 2021 -0800
Add files via upload
commit f177480160184722b935623ebed05ad630a5a6a2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:02 2021 -0800
Add files via upload
commit a2fe8c3722f56c59957642cad2bb0a6454dc6f5b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:11:42 2021 -0800
Add files via upload
commit c1cdf15bf5413167692e9c7bd4f5fee31fe4d4c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:49 2021 -0800
Add files via upload
commit fb1c5529f037cc701e30d9da036a54236ea1ba1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:11 2021 -0800
Add files via upload
commit 530089e0830473574b38c172a964f9cfb49436a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:35 2021 -0800
Add files via upload
commit 3556e668560587c074ad435b977283e19367f69e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:12 2021 -0800
Add files via upload
commit e1e32772e4dd1943af6ed37407425998b0819e48
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:56 2021 -0800
Add files via upload
commit 8084bb92b7cfb12740129c57e1bb5c05ce13994c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:37 2021 -0800
Add files via upload
commit 2c997d2964d4ade4ba0aa5ef89a1b646c15a9751
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:18 2021 -0800
Add files via upload
commit 747626b66c880293481bd0a97cda8e32e0239d04
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:07:24 2021 -0800
Add files via upload
commit ed36fae0ac6def24ca20ab6229affbcf7502582e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:59 2021 -0800
Add files via upload
commit e8baad3c3775e26f8a88457ff8f361a18572e484
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:33 2021 -0800
Add files via upload
commit 1efcebe84aa2b2b00d6920a84d4e486b834c1083
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:16 2021 -0800
Add files via upload
commit 082d3d1e95e9bb98e10bb1679ae0dfba11bf44e0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:05:21 2021 -0800
Add files via upload
commit b10f62a6c55dd89bb15a97430b74269486a72807
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:58 2021 -0800
Add files via upload
commit 24b41c2c6fe40d18ffd9dfc0404f215cc9b847ff
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:42 2021 -0800
Add files via upload
commit 19a2ef1a44c78fe9b1922574f0a1eda20f2fbd43
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:01 2021 -0800
Add files via upload
commit 7089d6e74c438d3577ebf03857b0c1b6f73aaa2a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:03:38 2021 -0800
Add files via upload
commit 431824f828f0ea900c9d206e492cc7a6d1830f2e
Merge: 15aa41c7 5eeb1181
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 15:15:57 2021 -0800
Merge branch 'espruino:master' into master
commit 5eeb1181d049f1580f75657b9a9ac664041b26b9
Merge: 546a0b16 6b05d928
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:29:18 2021 +0000
Merge pull request #937 from rigrig/barclock-b2
Barclock works fine on the Bangle.js 2 :-)
commit 15aa41c766b2a25c7a83a1a6744706a7b2852aa3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:23:03 2021 -0800
Add files via upload
commit 6a93494e3fe516ccbc7755027f613bd9bd529021
Merge: 12443640 546a0b16
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:22:27 2021 -0800
Merge branch 'espruino:master' into master
commit 546a0b16cc32841b38a0d39b07ec6d18f58d21c5
Merge: cb6e14f6 18fbd289
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:55 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit cb6e14f6c12816224bbc3dc127e9817d0df7ae78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:37 2021 +0000
messages, start of call handling and message responses, fix for scroll issue when only 2 menu items
commit 12443640c95efbe9f25ed0ffe73280c84d90cd13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:54:22 2021 -0800
Update apps.json
commit 9bdc07f8617e457439522d5b4c84a65d1eba4ed9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:47:36 2021 -0800
Update apps.json
commit 4eee3f05e92e26aa5c70c1d2cefcc97ff4935b0d
Merge: aafc93f0 18fbd289
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:46:32 2021 +0100
Merge branch 'master' into master
commit 298fa47cd87e37b19cd142f47867843e24d08b57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:42:50 2021 -0800
Update apps.json
commit 52c07f6dc80e8eabd017fc324332c0594c173399
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:40:42 2021 -0800
Update apps.json
commit fe340d75bbb6c7814241becacddaca50435c5fe3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:39:31 2021 -0800
Update apps.json
commit aafc93f09a818f5bb6e4b6988246e4f8d049df87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:35:35 2021 +0100
Update README.md
update README
commit bd80ea5ca03b2e9d5f2eb562adc7305b3952d2e5
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:31:33 2021 +0100
Update metronome.js
print instructuions for banglejs2
commit 51afd5ef049c67f331931ee18b53e9d4e835342a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:29:27 2021 -0800
Add files via upload
commit ff62b603a27d6acea382af80496b6a35787a73ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:51 2021 -0800
Add files via upload
commit ffbd331c1376c5f393dafe62eaa62a9991949a3e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:29 2021 -0800
Add files via upload
commit 93c113a95a21dccfde6bb171d15b0f93e6d0f58a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:25 2021 -0800
Add files via upload
commit b2be26fccedfa52f00f275db8050c0c3e532859b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:07 2021 -0800
Add files via upload
commit 899e78539c3bb0e41e4d56aa854c4806715ccce0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:26:06 2021 -0800
Add files via upload
commit 50a88d41cd63e51a876e4fca58fe13c5af2088fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:35 2021 -0800
Add files via upload
commit b1d636bac2148007dd72becff0daddf24b80f0a4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:10 2021 -0800
Add files via upload
commit 6b05d928751b49d4910ddd3a6867e2d4cad6c93f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 19:42:12 2021 +0100
barclock: Fix time/date disappearing after fullscreen notification
By forcing a complete redraw at lcdPower-on
commit 32e3d326aa143eed99d26c81c9fbf870730591f4
Author: Richard de Boer <git@tubul.net>
Date: Sat Nov 20 17:13:36 2021 +0100
barclock works fine on the Bangle.js 2 :-)
commit 1def233de2434d272c6f712c9c213b7caff3ae92
Author: Vingelar <Vingelar@mantisse.de>
Date: Tue Nov 23 19:09:16 2021 +0100
changed format of bg images to binary raw format (export from emulator
commit e021aa2c9d5c44f9130e4bf67cb4b066d02cbd6d
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:59:49 2021 +0100
Update app.js
binwatch: adapted names of bg images
commit 3dd723d10bd3195257205a48dc79872668bd53cb
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:58:48 2021 +0100
Update apps.json
binwatch: shorten names of background images
commit 275402344ee927a51d0c100d4387c739d7a49968
Merge: cf027b37 18fbd289
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:36:45 2021 +0100
Merge branch 'espruino:master' into master
commit 18fbd2898da9fc2bfb16d0adf9cf2b97f5ce0f3d
Merge: 5be6981a df364bab
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:34:15 2021 +0000
Merge pull request #933 from peerdavid/master
[LCARS Clock] Added lcars icon to watch face.
commit cf027b3783cbbf8deca98fb3e1ee1922557686bf
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:34:13 2021 +0100
Update app.js
changed names of background images
commit 5be6981acdf3935b936bb85caf37780537518b66
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:31:42 2021 +0000
oops - named stub wrong
commit d328d94d34ea86dd99f958098c7f0a000b1e395f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:30:20 2021 +0100
Add files via upload
added background files exported from Emulator
commit c36fb16a684085c2eb6ada2c50021d3776f5e215
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:54 2021 +0100
Delete Background240_center.js
removed background240_center.js (wrong format)
commit 4719fada2843f1c8d6ae36d8d59d0fb95318d9b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:28:34 2021 +0000
Android Remove messages on disconnect, Fix music control (ref #909)
commit f431bd8a2c823e877ee6e78576aa4f39a0b5701f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:25 2021 +0100
Delete Background176_center.js
remove backgounrd176_center.js (wrong format)
commit 1b548c9bbb5a10769498b4ad1be04397fb889bce
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:27:33 2021 +0100
Update apps.json
adapted naming for image files
commit df364babab19550f75a01d707f0684d8547e8664
Merge: d28517b2 a1eeadfc
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 17:16:00 2021 +0100
Merge branch 'espruino:master' into master
commit d28517b2a5b5e7eaa6a8d9832d9352062addb3ee
Merge: cd93a201 465c93d8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:18 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit cd93a201f846e2c51a1ff9cc447dbbbdc2c5e2cc
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:15 2021 +0100
Moved logo
commit dd2bb22f076abff1aac2f32734b50fdcc5423861
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:08:57 2021 +0100
Update apps.json
use .js files as background images
commit 03c5f996f4998ebc1e6bfea7e77d3a61743c0c69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:07:21 2021 +0100
Add files via upload
added background files as js
commit 7d81bfe2bbdf5095ac7550247eddbe6827cec4c0
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:53:40 2021 +0100
Update apps.json
added missing "url" to background storage
commit 51b73894e461af6312b6fca28e0b5888e9f98da6
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:51:40 2021 +0100
Update app.js
use background images from storage
commit dab36d05a77563e9a839f38807bfd7cfe09a1f69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:48:50 2021 +0100
Update apps.json
added background images to stroage
commit 31f28093411e4f501dd49f98359af43e71e8b27e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:44:49 2021 +0000
Fix https://github.com/espruino/BangleApps/issues/927 - App loader offers to update unknown apps
commit a1eeadfc224a976e3fca6a00ca47d1c1389fa70f
Merge: 68429483 0a695e51
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:40:09 2021 +0000
Merge pull request #934 from Ronin0000/master
Fix School Calendar Bug
commit 0a695e5143fbff3935e80b9df85720f065b1e185
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:09:14 2021 -0800
Update custom.html
fix bug that was for testing
commit cfecc24f42d257d565f21571a50b825cffb2f1c3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:05:47 2021 -0800
Delete boot.js
commit 684294830d75459982845920cb30815236dc0917
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 13:57:46 2021 +0000
app manager works in bjs2
commit 465c93d830300054722f10f483a9023c6ec315e7
Merge: d20f5e59 3ba779ee
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 14:53:47 2021 +0100
Merge branch 'espruino:master' into master
commit d20f5e597e72d8392af3e9b745a4dfab36e8797f
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:53:27 2021 +0100
Updated screenshot
commit a283cf58fb90b1852d8e414fb01010632a65ba46
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:51:55 2021 +0100
Included lcars logo
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 3ba779ee5826a60f127ed12f0eeaa2a848f53b4c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:48:34 2021 +0000
Fix bangleapps after recent PRs
commit aaf06b113c72e1487651d30602ba79c95a41d6ff
Merge: a0351381 06a6b72d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:42:26 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 9600f16671ab5a9fc772a959a7110622baa5e606
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:19:48 2021 +0100
Updated changelog
commit 98577b626960bd971af483ef709655dfe0ac1f00
Merge: 1ccabca0 d3cd47f9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:52 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 1ccabca0c6f1cf79c1b5d6a56749ab752a4d1850
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:50 2021 +0100
No hrm icon - its shown too much.
commit d3cd47f95704e7c508e1e311d3224826f3fd73ce
Merge: 2e18795c 06a6b72d
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 11:12:43 2021 +0100
Merge branch 'espruino:master' into master
commit 2e18795c5780148c6f52d50cd69849b5893b1cdb
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:11:33 2021 +0100
Fixed string
commit 36edd449c5398147536d20c2b4f11040cb3105b9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:10:33 2021 +0100
Minor change
commit 06a6b72d42fc55a224bb5d133640670c21d6cae0
Merge: a39d4102 be083113
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:03:45 2021 +0000
Merge pull request #925 from Ronin0000/master
Add School Calendar
commit a39d4102963fc1593e1f2f8ea3f4372a3da4da6f
Merge: ab2cb243 930cfa13
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:02:41 2021 +0000
Merge pull request #928 from peerdavid/master
[LCARS Clock] Icons for different states such as GPS or HRM.
commit 5c3b0468d4ce9a51249f6f098c3e6ba84ba1cf41
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:59:26 2021 +0100
Update apps.json
corrected format
commit 336501059da7bceddba9e300c5b6d5bd1aba6a3a
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:56:25 2021 +0100
Update apps.json
removed background image
commit 3f4c49a8aef6ba79419f00d86fc4f02435b72e21
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:55:07 2021 +0100
Update app.js
integrated BG image into app
commit ff3223e1b906957811cad815df88ad495e70a95f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:51:02 2021 +0100
Update app.js
added "require" for bg image
commit ab2cb243857e50e7bb80ee163e4bc153302446a7
Merge: adadf7ef 162dc1f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:51:01 2021 +0000
Merge pull request #929 from weeurey/master
Update app
commit adadf7efd39b01466cfd348e13c5a02deaa6bf4d
Merge: b7f403e7 0f9d938f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:26 2021 +0000
Merge pull request #931 from reelyactive/master
emojuino@0.02
commit b7f403e79bf5fae387c5f6d0522f49ce917362a6
Merge: f4e997d4 46383d4d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:12 2021 +0000
Merge pull request #930 from rigrig/gbmusic-fix
gbmusic: fix "previous" button image
commit a03513812956c629f003824b46bb6763734eead8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:44:24 2021 +0000
fix download icon on android
commit b128f5c15569de9e2be0717f270cfd90e006d5ab
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:38:02 2021 +0100
Update apps.json
added background image to upload
commit 930cfa13315046c621a5444632f7b12bbd956fae
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 09:43:24 2021 +0100
New HRM Icon
commit 7f3f7b9eee3c23c922645274dd8d7947def8158d
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:26:37 2021 +0100
Currently, no confidence > 80 is reached...
commit 1fb861b82c4cc75b94dc6875280fbd411390bc71
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:25:11 2021 +0100
HRM confidence of 80 to display
commit 7d95221e166770be91bf76374f926fe996356009
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:24:15 2021 +0100
Minor change
commit 6d8d98fb03e7bed42c3feeee771ddfcd78b60ea8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:21:41 2021 +0100
Show HRM
commit a0cc4c633e0e6853a0f170a5358b7e1f11e310af
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:10:00 2021 +0100
Minor changes
commit be083113316ec7ba07d780b6593cb9adfd748298
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 19:11:40 2021 -0800
Update custom.html
commit 0664a44c454107d4e3ff039d12baffea3e90cf5f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:52:43 2021 -0800
Update apps.json
commit b032ca0fc1936e650a459f766799e197daf2a4dd
Merge: 7fd37f7e f1f063fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:27 2021 -0800
Merge branch 'espruino-master'
commit f1f063fd1adb553c548a3aa54156bce00b4ca48d
Merge: 7fd37f7e f4e997d4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:09 2021 -0800
merge3
commit 0f9d938fa6970df18fbe99f3c707b94aa26d15c1
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:23:17 2021 -0500
Version bump
commit 5a01047cd0b30e4b7b253d784bd0b5755fc0c2e2
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:21:29 2021 -0500
Added screenshots
commit ae55c2d39fc936cfa1954d44b7f76dc91c21ced3
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:09:26 2021 -0500
Allow emulator, specify type as app
commit 58f9e7cd5b59904651fb878a89844ee4ccfb23df
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:03:18 2021 -0500
Upgrade to emoji images and supporting text
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit 7fd37f7e4e669c0aea7b5324b85f9d85ca394dcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 12:18:44 2021 -0800
Update custom.html
commit 84d9ca4b337e36c4f62ffce4b3059f8f2909d482
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:57:14 2021 -0800
Update boot.js
commit 740f4a95665fd92ad87e83dd381da7e55c2e4b18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:52:27 2021 -0800
Create boot.js
not part of the current merge
commit d3538a03f10f6323afc8656cef397a561cf35bf0
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:12:50 2021 +0100
Added raster
commit 20310fdb75b11fe8b3ea38dc7810732910537169
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:02:27 2021 +0100
Smaller icons
commit 3863be18301cec9fec480db7fe28a19439c708d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 09:06:52 2021 -0800
Delete apps/schoolCalendar/fullcalendar/interaction/src directory
commit 5d8c13a7e6a934e8b750f0ab4871e3dcc67c09bf
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:56:29 2021 +0100
Updated screenshot accordingly
commit 21134a1dcdc102755171af26e99ae86f3559996f
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:55:21 2021 +0100
Better background
commit cab3d43085b2edf4dc97ebf05785bb5b446a88da
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:39:48 2021 +0100
Better alarm - shown only in icon so we can display more data.
commit db22bac0ecd48633d6acf0874127a1b28821d8ea
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:11:15 2021 +0100
Use correct alarm icon
commit 162dc1f29346ab0f6ff4b7cd4128826292ca766e
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:11:07 2021 +0000
Update apps.json
commit dc24ae9bfba1786d4d8a3e22871c4da7bda9fb92
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:10:58 2021 +0100
Better HRM Icon
commit 8e688d144ab30ff87f31b51ab457688ce03c4c23
Merge: 741f7aab f4e997d4
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:09:43 2021 +0000
Merge branch 'espruino:master' into master
commit 741f7aab5239e6fa6ae48e1a5351216dfcfc4177
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:08:38 2021 +0000
Update apps.json
commit 247ed9faa2e8b8463374fea05d4bb04ddda2cfc1
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:07:39 2021 +0000
Create ChangeLog
commit d878d46d4ccc5128643034c535cff69984ab7853
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:05:57 2021 +0000
Update app.js
commit c720fc314b516e1007452ad18ce51bc4fefefec1
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:03:21 2021 +0100
New alarm icon
commit 75fbd6882d1368c73db1b96fac79f4202d6a5e53
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:37:48 2021 +0100
Added icon for alarm
commit eb20f15537d8b6be7226b2ae49fc6e6dd0474124
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:33:42 2021 +0100
Compeletely new design with icons for GPS, HRM and Compass. All Icons are open source and mentioned in the Readme.md file.
commit 46383d4d5547bca38a2a07ea01d67afa0166bedc
Author: Richard de Boer <git@tubul.net>
Date: Mon Nov 22 13:18:01 2021 +0100
gbmusic: fix "previous" button image
commit 1bf5132a5caf41398125e0c7f2bad72ffa300df2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:07:49 2021 -0800
Update custom.html
commit 618c5b7a10ebe610205ab463c395f65948e5a763
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:02:29 2021 -0800
Update custom.html
commit adfeb5e535564f8851fcdc080e2fa10d9acced9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:00:21 2021 -0800
Update custom.html
commit f950fd2ee88486e3355efd30823d50de799e8418
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:57:52 2021 -0800
Update custom.html
commit 3ee0e9bae6ee137c6e36672c9aa6a20d1c072caf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:49:48 2021 -0800
Update apps.json
commit 387bd30236b5d765b396eba24ad43120ceb6c384
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:48:14 2021 -0800
Rename ChangeLog.md to ChangeLog
commit 6e07f282b8918ac3b8f333c7c4156980a44ff1d6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:41:26 2021 -0800
Add files via upload
commit fea37b4992e65a5ca54648f88281ce2623f6a55f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:40 2021 -0800
Update apps.json
commit 939d8f6a9ae71b49c13f7dbf1455bb2fec60462a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:21 2021 -0800
Add files via upload
commit 854ae5361d1b2400f6b6d1b2c2239f46d1e16bc9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:34:28 2021 -0800
Update README.md
commit 426768eb11e34ea7a04010e6fe7da1a5a5187f40
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:32:14 2021 -0800
Update custom.html
commit bf994d9acc8b79ebda1e47dc5ebc5158210d6205
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:24:29 2021 -0800
Update apps.json
commit 7c74c5d43f9f66b6374cabd4e247d1560e5f29a1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:15:40 2021 -0800
Update apps.json
commit 8981aa3f614c388c74d73ccd25e16f5e6eabde9f
Merge: e878e547 100384f2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:12:19 2021 -0800
Merge branch 'espruino:master' into master
commit e878e5478713b0b3cae0bb86e28f998cbfeb9b10
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:11:43 2021 -0800
merge
commit 3bde4d2e48711186ae26036baea8f880c2aac7c4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 16:12:16 2021 -0800
Update custom.html
commit 5f3c93df8cc8b73c432ea31b15e84e4b106256de
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:37:41 2021 -0800
Update custom.html
commit 26bd9e35be993aae4deece775ac85f53f877b122
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:35:47 2021 -0800
Update custom.html
commit 8f2cc6e2137cf29e03435123e96d9c6c550864d1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:34:09 2021 -0800
Update custom.html
commit 66f061112301898b011412e91982dbefc7cc2d1e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:32:48 2021 -0800
Update custom.html
commit 87a9504912b8753dc63700207ee89acacbb34726
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:30:44 2021 -0800
Update custom.html
commit 626498da9d296fecf6776b836def4eda87027d85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:24:01 2021 -0800
Update custom.html
commit 3472ca355a1a71d3fa3f464ece2b81dce7f4eeaa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:21:57 2021 -0800
Update custom.html
commit 529b0cb4637652dfc0a3ba6688b863b5f47437ca
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:19:53 2021 -0800
Update custom.html
commit e77d9980023f041a87743ac1fd3c48a3f0652a8e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:18:21 2021 -0800
Update custom.html
update
commit a712c37c7652f7bc46c4d7761df93b3d28e17229
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:17:58 2021 -0800
Update custom.html
commit 4d9d6abb9ef466e4058510efe9eec295f60127e9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:14:02 2021 -0800
Update custom.html
commit f35b24844810a90f08f731cc9e63535be217e4cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:09:44 2021 -0800
Update custom.html
commit d0336b2854d7e0892c440ef8c5f83bcbe1374a9b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:06:56 2021 -0800
Update custom.html
commit 640c8e491e489e9ea88282cf0bfe14004838b3db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:03:42 2021 -0800
Update custom.html
commit 604153cb2408399ce1420b43ef87f41c09d3daa6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:01:45 2021 -0800
Update custom.html
commit 0f8f1e38e85a8c1c49057f4b891209bdfad67aef
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:44 2021 -0800
Update custom.html
commit 7f7dcb0bcf89b1d66f60481efaa09f5956ee4ecc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:22 2021 -0800
Update custom.html
commit d42fe03dc8fcbc0f68857dd9f887c8cc4eff1c06
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:55:08 2021 -0800
Update custom.html
commit 98f172fad442e89f53c45ac47f2388a08049855a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:53:01 2021 -0800
Update custom.html
commit daf8dde32bc81b8f04402c4728eac41784751cd5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:49:25 2021 -0800
Update custom.html
commit 408bd24080a2f7dcf1e6d0c33dab65da4dff82cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:48:38 2021 -0800
Update custom.html
commit 68db21acbb837b12d84d9930d451d2ba90e251dd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:44:30 2021 -0800
Update custom.html
commit 45feb1b2ffb17b8835c505bc4a4f825ddc17bf4f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:42 2021 -0800
Update custom.html
commit 3bc5fd87b61cbb9b867009d933342fe627da982d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:12 2021 -0800
Update custom.html
commit c3eede9868ee342bc4248e71a874c2e6b332dcdd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:37:42 2021 -0800
Update custom.html
commit 8426356c01a23ae769c79f726b95ea64f4428574
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:35:55 2021 -0800
Update custom.html
commit 93f09c216a1eb9aa876c88a1f806ccb709e971b7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:39 2021 -0800
Update apps.json
commit cb748a251dbd11e87615d82081522953607b3a27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:20 2021 -0800
Update custom.html
commit a994ed66301040f60d5f99b672a6081152a20d6c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:53:38 2021 -0800
Update custom.html
commit b76bb48973dbabfaf56bdec4aee44a483f94d129
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:50:08 2021 -0800
Update custom.html
commit f99ce683e9ce42431321fc711e061955bc0220fb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:46:32 2021 -0800
Update custom.html
commit ddfdd94ff845d3d8560158cde184a9a19a3d2142
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:42:51 2021 -0800
Update custom.html
commit 52675f7eff140426532f81da9c84c5d7803d0cda
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:48:03 2021 -0800
Update custom.html
commit d4911034145e3d98b99d649be55c75671e2f5c5c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:44:23 2021 -0800
Update custom.html
commit 71ff5959aec6a5f8302bda513d2c1371bbed0743
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:58 2021 -0800
Update custom.html
commit daba705b37b9952cba2910c3c0bed23e58aaf2fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:16 2021 -0800
Update custom.html
commit 19cb5fc749abeefe378205531d18b97562ddfc47
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:39:15 2021 -0800
Update apps.json
commit 6c20945898b84a02d6b440923a5afd994c7d97aa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:37:41 2021 -0800
Update custom.html
commit ff519bdc0d9bca530284d98cad9fd023ad37d50d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:15:29 2021 -0800
Update custom.html
commit 34843d703aae0b6a33be352ad0f8408d8d17d07b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:11:54 2021 -0800
Update custom.html
commit 4da82197f32b280e4192d5bc9a5ba174fbad4ace
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:01:20 2021 -0800
Update custom.html
commit a9c5a32bc1359d8288f4fd6b6da50eaf40910c9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:56:54 2021 -0800
Update custom.html
commit 352fea34791ccf06450a516ab2a2daf22353c641
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:53:38 2021 -0800
Update apps.json
commit ab6f56c381a54e4ab3466625a9eb794eef5dd2a0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:52:34 2021 -0800
Update custom.html
commit a65742ce346039ef901e70157620aabd95bbca35
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:48:25 2021 -0800
Update apps.json
commit a1a387dd600f7e5c3879d74cd5a516d7566fb7bb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:47:52 2021 -0800
Update custom.html
commit 180e88e0e44dc3ca09291a7d37b6fa4df637fa78
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:50 2021 -0800
Update custom.html
commit 0099736b8c64e8f1afefd4d52b526151e3ac700a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:14 2021 -0800
Update apps.json
commit 1fdf4e954e23fe0514b8d795224c2edafd5941c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:43 2021 -0800
Update apps.json
commit faa5b6b21aa8b7062dc62499e8361b8233cf9408
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:10 2021 -0800
Update custom.html
commit d617803c13ec381f35a9d30f99a267dca02c9cf1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:44 2021 -0800
Update apps.json
commit dc669254bcccad425153d209d6dcdf002f64a30d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:10 2021 -0800
Update custom.html
commit 303247fb4e66802ed7f5c2ee404ce0a28221ec2d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:25:00 2021 -0800
Update custom.html
commit d836cbd2ba256adfffa55f1d12fda02ae8ac760c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:15:16 2021 -0800
Update custom.html
commit e206bd4e1cad4aab266fd376fa525500941878a8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:08:00 2021 -0800
Update custom.html
commit 1a6c1acce50fe2fe2e49bfc26b3ac98c1db5aa13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:04:06 2021 -0800
Update custom.html
commit aa20fac50ed19adfb9248fd9cda1ebb7c31f95b1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:02:52 2021 -0800
Update apps.json
commit 5625414e90c78677040420f342f29e96f088469b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:34:30 2021 -0800
Update apps.json
commit ebc2d8096144e6150920efc4b63e8f1e3f52eb00
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:33:27 2021 -0800
Update custom.html
commit 6c43de3766433c1f9fa1d01fd24cbfe0839e19c0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:21:11 2021 -0800
Update apps.json
commit 37da3c68aeeb5fec1ef3d8965fa3d8170074d791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:19:46 2021 -0800
Update custom.html
commit 92707b9d13ed269a41684ce45111376694cb6e58
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:12:50 2021 -0800
Update ChangeLog.md
commit d3ca682cff08be0bb2a64ab057f6efdf36b4e094
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:09:56 2021 -0800
Update apps.json
commit dfd9e59993944f6323120f8af660d880c63c6793
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:08:52 2021 -0800
Update custom.html
commit 5d24a09ffa2d9cad10a5fae3c7b4d5fafc944aa9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:04:41 2021 -0800
Update apps.json
commit e965bd7d962108a2944824eb6579fce435876966
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:43 2021 -0800
Update custom.html
commit 345d9c155135fc4d0a2b8d00b3528b363a584ced
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:12 2021 -0800
Delete schoolCalendar.js
commit dc9db8a4767d4c16d92645131d977263e2468521
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:58 2021 -0800
Update schoolCalendar.js
commit 58df0a5ca26684b4da84929c8c388ca5c37acabd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:03 2021 -0800
Update apps.json
commit 65ad4979e8d58b51f11f3bcc86f31ab303a5d7b6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:27:10 2021 -0800
Update custom.html
commit 9c07800c5ef948a1b9b2071e7bdfe46809fefa1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:07:38 2021 -0800
Update custom.html
commit b108bc45fb8bfa266e4d4ad3e66a9f65cec96c92
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:58:24 2021 -0800
Update custom.html
commit d871855f8e217b27ea73ed28b389bbc8aea59d62
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:55:58 2021 -0800
Update apps.json
commit 99112920b287568db32c5e43b47cfc2ee0cf71a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:47:34 2021 -0800
Update apps.json
commit 37f4329ec57bc4a96a1b2a0847406f6a05cad520
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:49 2021 -0800
Update apps.json
commit ba2aee642bf90307757bb85fda6aa0db01bed5e5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:06 2021 -0800
Update custom.html
commit 98048dc23cb1caf3aafbf1d1ecfa461ba5943925
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:37:23 2021 -0800
Update apps.json
commit 1a53e8d34af89f0e6c889653961350a898deea81
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:33:43 2021 -0800
Update custom.html
commit 993bb7298c8fbc9348e6668b70a555c51dc54a09
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:31:41 2021 -0800
Rename interface.html to custom.html
commit 3a3962bfdc0365e75f8804b61293ec91084f6698
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:30:12 2021 -0800
Rename custom.html to interface.html
commit c8ad92a3dcb7b8a0df83f2e720b6730dd785e829
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:20:33 2021 -0800
Update apps.json
commit ae85c1cee709457b10233205c057f946ea15fe83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:14:33 2021 -0800
Update custom.html
commit c1b467ba8e96f58b27eb3b9b2dc2b859fa89e227
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:14:50 2021 +0000
Update app.js
commit 438537ace2358f5b798bdfde92ebf78db81abc49
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:10:03 2021 +0000
Update app.js
commit e6d736860d7d7511f08474a4d8f6446ebe97e634
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:57:57 2021 +0000
Update app.js
commit e1add5e2b2a068873d0102324d61f9ff5532924d
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:45:02 2021 +0000
Update app.js
commit 09be008dfaf764b542a80f4dbbde6ab26314713e
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:39:48 2021 +0000
Update app.js
commit 9f26994f5c66a5ee88a702c7a73d8bcc0c8236c3
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:33:47 2021 +0000
Update app.js
commit 0cf4c5d70a97480185296b32137fcdc179fddcc4
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:10:31 2021 +0000
Update app.js
commit cfdb94439526722ca757b8ee748d298f6a76d9e7
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:32:34 2021 +0000
Update app.js
Add Media controls
commit e3cd8f5607f912002d3ec0adf833834058a492cb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:16:37 2021 +0000
Update app.js
Removed extra unneeded code
commit ceed8a123836f5da6fb8c5d6741e2224a3e4a0af
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 15:05:28 2021 +0000
Update app.js
commit 721a3f2608ee0012767cfacd5c69aa91a7bba5f6
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:39:30 2021 +0000
Update app.js
commit a16bfe4d7350b34c694050448f2aefc990d19dcb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:32:57 2021 +0000
Update app.js
commit e72bf84a7a05c4208e8c1d5f60815a9f57ca11c4
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 21:29:57 2021 +0100
use dark theme for metronome
commit 071a7a7e683a649b9f75fdc92b9f56804cd0af87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 20:46:18 2021 +0100
add support for Bangle.js 2
commit 7a7175fa483e4e9fcd5912d83e9519274d67b4f0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Nov 4 16:00:41 2021 -0700
Update custom.html
commit e2928498690565ba7d0454aaa4265bc8adfda712
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:32 2021 -0700
Rename interface.html to custom.html
commit cd7579269efe8d54a5a5680b8126ea38f9ce54be
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:04 2021 -0700
Update apps.json
commit df7f9cc530194025708b712565a410aed1d73e95
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:20:09 2021 -0700
Update interface.html
commit ada94b11cfbebfeaa010cee1b39d0f92591d4e13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:06:50 2021 -0700
Update interface.html
commit 08fc58deb57847cca7d81bf84a54df16ce97528f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:20:57 2021 -0700
Update interface.html
commit 04b9e74a4d2cd84dd9b64b0ba6fba1167fc400e7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:10:58 2021 -0700
Update interface.html
commit be7af68455ff4b5034c0baab9d8c138b9b024707
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:08:24 2021 -0700
Update interface.html
commit aaee5f3c0610de7a48bdda7fe9c6064dff97780e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 19:13:08 2021 -0700
Update interface.html
commit 73819933eeb57f32935e6ad93a146bdbee6d8be6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:52:09 2021 -0700
Update schoolCalendar.js
commit fa5cbd71c618a2053ec3217048c74a723c46f03f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:49:22 2021 -0700
Update README.md
commit fa392008d1e30a6df05245eac969badf4188fb74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:45:24 2021 -0700
Update README.md
commit c280e41560a3812ee83ca461e098bc35b80ef439
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:42:39 2021 -0700
Update README.md
commit 6b84a8eb3007cca6abd31cc1d3d0552cc79cb492
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:26 2021 -0700
Update schoolCalendar.js
commit 5bbfb1109910856575cc348012dbc44d489a8005
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:11 2021 -0700
Update interface.html
update interface
commit 6660dad4c01c66c20670cfd415b6ad063d9b5b74
Merge: 8c003cf6 1e0f6cd6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 07:35:54 2021 -0700
Merge branch 'espruino:master' into master
commit 8c003cf6ffb5a8b3437897a1e57a6a020b5e02a4
Merge: 5c11881f f1ce196a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 15 07:33:21 2021 -0700
Merge branch 'espruino:master' into master
commit 5c11881f752edbdef3031f0a48109a196eced80a
Merge: 8c149dbe be34e2b0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 14 17:14:45 2021 -0700
Merge branch 'espruino:master' into master
commit 8c149dbea1cfd34e815b64ca354840b811a82222
Merge: 7888cc6c 300ed35b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Oct 13 07:46:16 2021 -0700
Merge branch 'espruino:master' into master
commit 7888cc6ce0bbabf99c7dd39f002810d262af07fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:59 2021 -0700
Create README.md
commit 36a52b8b001a4515d715950db56e411a6c4842b2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:52 2021 -0700
Update README.md
commit 4f5558c41e75f6e91a34842f7b42fa85970dce5e
Merge: 5db16d19 68cc9fbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 16:43:12 2021 -0700
Merge branch 'espruino:master' into master
commit 5db16d190b1439293d9f0af16d37fea29db8830c
Merge: e7995505 54d98db6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 07:03:23 2021 -0700
Merge branch 'espruino:master' into master
commit e799550544e55ef94ef48f905283625e50f73e97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:57 2021 -0700
Update schoolCalendar.js
commit 89f82a50436d4eab82574d310077d19154a8ab59
Merge: 7107d510 f3712e66
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:38 2021 -0700
Merge branch 'espruino:master' into master
commit 7107d510a5301f50ca5dc1bf9d4463ad99a33af8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 20:06:28 2021 -0700
Update schoolCalendar.js
commit a61879753285b4469772f51474c29fe86a5aa942
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 19:55:30 2021 -0700
Update schoolCalendar.js
commit 3c9e46c2160f4ff58708afc0d08ce2e5d27df097
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:59:03 2021 -0700
Update apps.json
commit 941bc852c1ab4472dc74a7f84e12e92ab891432e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:53 2021 -0700
Add files via upload
commit 4cbfac212e6999887cfafd37d9c809919a014e27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:26 2021 -0700
Delete apps/schoolCalender directory
commit c7b723f87e5e6fb0858c09ee2910510267d73fd6
Merge: 8d2f4ccc ba08863b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 07:31:25 2021 -0700
Merge branch 'espruino:master' into master
commit 8d2f4ccca761e1695620b072e116b94272850427
Merge: 7846b48c 44aa03e4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 1 07:31:42 2021 -0700
Merge branch 'espruino:master' into master
commit 7846b48cf67ab024970b90948096f9258e1c184c
Merge: 59aa9909 d0fd2f01
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 30 17:22:33 2021 -0700
Merge branch 'espruino:master' into master
commit 59aa99092dac99b9a13bbc2a7153dd2b44a6fb67
Merge: 9061acee 03bbe1d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 29 08:06:54 2021 -0700
Merge branch 'espruino:master' into master
commit 9061acee5db851bd58295785cc7542a7c066b4c8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 17:44:12 2021 -0700
Update interface.html
commit 79bacc45932ce8842cbf12d23c36a41e992b438e
Merge: bb5fcdaa 48bb819b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 07:12:44 2021 -0700
Merge branch 'espruino:master' into master
commit bb5fcdaafc1e344bf2d717c3eb238f763f255215
Merge: 814fbdd6 28bd9e83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 27 16:15:07 2021 -0700
Merge branch 'espruino:master' into master
commit 814fbdd61ef41676d07719b5b1b297fbbc03ec6f
Merge: 83d88a1e f3fd0f25
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 25 08:01:44 2021 -0700
Merge branch 'espruino:master' into master
commit 83d88a1ea191e2e6b669d284d94b4180b9ea54aa
Merge: c9bed74e 71471d37
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 24 19:35:52 2021 -0700
Merge branch 'espruino:master' into master
commit c9bed74ec2e240e2daf26bf9ec9432df91ac18aa
Merge: 1f130c53 16fe8470
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 23 15:21:18 2021 -0700
Merge branch 'espruino:master' into master
commit 1f130c53b46546328260a6b94ad182be5d55ff18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 22 07:25:41 2021 -0700
Update interface.html
commit 3d8ebe82c289156581799134b3c56fd02ade1fad
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:07:20 2021 -0700
Update interface.html
commit 2ca58d2cc436b72beb87d347b8d8c217b461e805
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:02:14 2021 -0700
Update custom.html
commit d8c149073fb6bca8f5f78ba4a031004adeab1a6b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:01:31 2021 -0700
Update apps.json
commit ceab5d46a23f913faf96be90e644458ac5546157
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 20:58:01 2021 -0700
Rename schoolCalender.js to app.js
commit 9b344eb1ecc577e96196d2a3d3fc8962198e90de
Merge: ec453c0e 3b15a7f9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 07:24:54 2021 -0700
Merge branch 'espruino:master' into master
commit ec453c0e100f7fd140305fe8ed4a62d3987e68f1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 19:45:50 2021 -0700
Update README.md
commit a8f7fe72923e1fe38042cb4752dac1429c6be426
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:31:41 2021 -0700
Update interface.html
commit 51c41d5c48a72b7a373e6f979c95bab9fa9ddb7a
Merge: b7a4ecb5 50ec8d97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:25:50 2021 -0700
Merge branch 'espruino:master' into master
commit b7a4ecb57857016c131ba72e101b3a11eb3cb06c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:48:24 2021 -0700
Update interface.html
commit 82320ab073c0b106f5260e26c0fb147d7c8fcd02
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:40:43 2021 -0700
Update interface.html
commit 27d025bf82cc5882dc39110c5c7799f657f2c57d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 14:01:04 2021 -0700
Update interface.html
commit bd92c0e67fce373f11aae3bbcf8f5a4c06f2e161
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:51:31 2021 -0700
Update interface.html
commit f0c596d14f6119bbe52e2f0d3912216785257536
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:40:29 2021 -0700
Update interface.html
commit d6542bac6d666af7c8fe1f67434611e6ccacc6a6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:29:46 2021 -0700
Update interface.html
commit 7a2ee0f7111209afa859761a62f80e93ca71a879
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:15:29 2021 -0700
Update interface.html
commit c65ddbfc522c54da540080a16d171edd42ce592e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:05:32 2021 -0700
Update interface.html
commit 43c684f389d97dd12815edbd93d0750f923f17b3
Merge: ddd1a83c 5f5b5c0d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:45:25 2021 -0700
Merge branch 'espruino-master'
commit 5f5b5c0dc2485f7e454acb9f364d240e3972d955
Merge: ddd1a83c cc2e1bbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:42:47 2021 -0700
Merge branch 'master' of git://github.com/espruino/BangleApps into espruino-master
commit ddd1a83c613a9f21ec8e37ba1151e1ca255a77af
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 18:27:57 2021 -0700
Update interface.html
commit 632c98f8be2ad6e2290e5eb98025559a42a47c34
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 15:13:46 2021 -0700
Update interface.html
commit c252f74e16edc5a1a1fcfe4ce72c9594f12a9624
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 07:31:16 2021 -0700
Update interface.html
commit b9b0a43e99db0c2d13c28bf6d65540925709d866
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:28:35 2021 -0700
Update interface.html
commit afafd449fb06abd3930d0eb40989dc12787c96d9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:22:01 2021 -0700
Update interface.html
commit 45a0d50b011ee50e9b1b4c6ce5a84e1290331b1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:15:25 2021 -0700
Update interface.html
commit eb146fe07bd5d71f49c5e267424d7b8206eee952
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:07:51 2021 -0700
Update interface.html
commit 34baf995e7f5288266b5da08bcac6d76202a92fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:04:33 2021 -0700
Update interface.html
commit 751fbdda43ea542db4887bed7b4d4e2ad7628a23
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:00:47 2021 -0700
Update interface.html
commit bc71f317311509e8f3fd5054e6c3efaa05bc0416
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:47:13 2021 -0700
Update interface.html
commit cfde9e14a87466a8dc7cb92934c3af373f6a43d0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:41:40 2021 -0700
Update interface.html
commit 135165c983beca48190d091e355436100beee41d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:37:52 2021 -0700
Add files via upload
commit d50ba356d68ebeffd028a924450d4a6ad4fddd74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:36:59 2021 -0700
Update apps.json
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit b51c84229798e7c3665f203c13023d9f6e24eb68
Merge: f4e997d4 d1da165e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 12:20:57 2021 +0000
Merge branch 'Combined' into Base
commit d1da165eb44fa50bea67506097768f1138574c8c
Merge: f927549b 2c257605
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:30:56 2021 +0000
Merge pull request #9 from t0m1o1/scaledlauncher
Update apps.json
commit f927549b2c1e88232f4df2c6ef7e160c3a8e0f7b
Merge: 3cfd575d 411118aa
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:16:59 2021 +0000
Merge pull request #8 from t0m1o1/scaledlauncher
Scaledlauncher
commit 3cfd575da46cf38347bbbb4d37645c0bd72833de
Merge: 9a311219 9d1429ca
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:04:17 2021 +0000
Merge pull request #7 from t0m1o1/scaledlauncher
Update settings.js
commit 9a311219b2d3a7d3594ca654c78ae7137a92fb8e
Merge: 43c42711 5b1b752d
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 02:56:33 2021 +0000
Merge pull request #6 from t0m1o1/scaledlauncher
Scaledlauncher
commit 43c4271101a4be6dbc28d7e34534d25242c159ae
Merge: dec967f1 084bba39
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 21:18:16 2021 +0000
Merge pull request #5 from t0m1o1/compass-fix
Compass fix
commit dec967f1ac5900e43099ef9bfef3bfbe84e1f8e4
Merge: 21c48263 dfa40407
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 20:56:22 2021 +0000
Merge pull request #4 from t0m1o1/Swipe-Launcher
Stop the swiping coming up if mode is undefined
commit 21c482639aa1f2d391ebb0508701cff3170b45c4
Merge: dea2ec96 4c9d04de
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:19:27 2021 +0000
Merge pull request #3 from t0m1o1/Swipe-Launcher
Update Swiper Clock Launch
commit dea2ec9693855d735662a4d344682e6105533bf2
Merge: 92d156fb 51766844
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:15:16 2021 +0000
Merge pull request #2 from t0m1o1/master
Master
commit 92d156fb398787a068a2f7ed81a78d90ed04bd70
Merge: 100384f2 7d37a9eb
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:14:13 2021 +0000
Merge pull request #1 from t0m1o1/Swipe-Launcher
Swipe launcher
commit 51766844e6ff346119739114c28b9d638ca57cbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:49:56 2021 +0000
Update apps.json
commit 6fda7a5f33ec6341d51529e680f5d0caa9c9fdbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:37:07 2021 +0000
Update apps.json
commit b7a067234413e2cd9cb531c366371e5d88f6bb21
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:32:09 2021 +0000
Rename hidmsicswipe.app.js to hidmsicswipe.js
commit 97065f1d62d40003eec09a2539d7294fe41bc4e5
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:55 2021 +0000
Delete hidmsicswipe.info
commit 21f184d6c4ad1f977c385d95c3966d95d446bf5c
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:10 2021 +0000
Add files via upload
commit 3917f28ae54db0e86b6429489c19a4180be759e0
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:45 2021 +0000
Delete hidmsicswipe.img
commit a65668300fc45082d6897e19c6efff556853f4d9
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:18 2021 +0000
Delete hid-music.png
commit 5fce838e8ab7d2b297c05a1ae735abcd4ba76d90
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:29:36 2021 +0000
Add files via upload
commit ffa37f2ab3b1fd2b921783e19ffb48673aad1a6e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:22:38 2021 +0000
Create hidmsicswipe-icon.js
commit b656e5973c302a39f7513364c66094132135bfc4
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:59:19 2021 +0000
Create changelog
commit ad943ca5658e4f68c205996c4ad42aa1ebbeb793
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:58:19 2021 +0000
Add files via upload
commit ac433ac7bd6d586e9b1ca11da924d64bd566ade2
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:57:39 2021 +0000
Create hidmsicswipe.info
2021-12-05 17:14:06 +00:00
"description" : "A clock using a wave image by [Lillith May](https://www.instagram.com/_lilustrations_/). **Note: Works on any Bangle.js 2, but requires firmware 2v11 or later on Bangle.js 1**" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2021-10-26 12:15:21 +00:00
"screenshots" : [ { "url" : "screenshot.png" } ] ,
2021-10-20 14:11:04 +00:00
"type" : "clock" ,
"tags" : "clock" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
"allow_emulator" : true ,
"storage" : [
{ "name" : "waveclk.app.js" , "url" : "app.js" } ,
{ "name" : "waveclk.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "floralclk" ,
"name" : "Floral Clock" ,
"version" : "0.01" ,
Squashed commit of the following:
commit 5ed43a28b5b9d6820ee898f632535747c1e5913d
Merge: 4cf9192c a385c099
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:12:45 2021 +0000
Merge branch 'espruino:master' into Base
commit 4cf9192c4341a85eab1198b8663f48d276704ac3
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:25 2021 +0000
Update core
commit 69a54194a9eb41d0722fc061bec5c900b724e8cf
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:14 2021 +0000
Squashed commit of the following:
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit e040cc4e245a8fb4c55bfeb99cab12c62af5e7b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 15:22:16 2021 +0000
replace tabs!
commit 60c2fa710c4904827bfba868507a9f6d10d524a3
Merge: 38b2e417 f3cb7e9a
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:29:46 2021 +0000
Merge pull request #942 from madman2021/master
Add new TimeCal app
commit 38b2e417bf8e63be394a96ed24b9e3d174d5f45b
Merge: 94bd895b 43b38cc8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:26:43 2021 +0000
Merge pull request #943 from peerdavid/master
[LCARS Clock] Shows icons for charging and out of battery
commit 94bd895bafeb37250b64373692c9cceb3e9ece97
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 12:56:56 2021 +0000
welcome 0.14: Turn off and run later to use softOff to time is set right
plus other minor tweaks
commit 43b38cc8ab5796e25f65ace531be68a6a4134f98
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:40:47 2021 +0100
New screenshot. Updated version.
commit 34c6589f06a1a8ba0f7fe2e126b41d03dff7f45b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:37:07 2021 +0100
Minor improvement
commit c403a5af671cf70b18776fad83126adf66122f0f
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:36:21 2021 +0100
New design. Removed png icon files - only converted icons are needed.
commit 19655ea3279daf32ebfd4453db398915a8229946
Merge: 274b705c b1fb0e6b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:44 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 274b705c1e7313cf646412ec01bf17de9b1dabcf
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:37 2021 +0100
More lcars style
commit f3cb7e9a0b8f0ba3624b639415c9168c240905e8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:53:14 2021 +0000
Remove Icon as it renders massive
commit 1a9f5375557fc232acfe3f42d1198da827db5ab8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:46:03 2021 +0000
Add missing supports tag for TimeCal
commit 3738bde22a0d4cef2bd5c956a1a370e9a145689a
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:43:38 2021 +0000
Add TimeCal to the app library
Add TimeCal to the app library
commit b1fb0e6b7d88f53cff85f6a8d3eb416bebd35e92
Merge: 559e8208 dabc22c2
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 11:10:36 2021 +0100
Merge branch 'espruino:master' into master
commit dabc22c2d725ccddad8b08c0fa0b14af94d38e28
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 09:54:11 2021 +0000
custom code works on bangle2
commit 2e83a511d2032736a63bda38406b4f744a4130f1
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:51:20 2021 +0000
metronome supports bangle 2 now
commit cea51d06d07f09923d590357c33782861c342817
Merge: cd1daba0 4eee3f05
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:50:24 2021 +0000
Merge pull request #938 from bengwalker/master
Add Bangle.js 2 support for metronome app
commit cd1daba0c55e99f5a477407f47b932d050c0b6f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:46:13 2021 +0000
0.25: Fix issue where if Bangle.js 2 got a GPS fix but no reported time, errors could be caused by the widget (fix #935)
commit c03ab08687bbc7ed893ed2ef8c3be21f1e61e74f
Merge: 1750c72e f10bf240
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:40:53 2021 +0000
Merge pull request #939 from Ronin0000/master
Add Screenshots to Many Apps
commit 1750c72e94eab6ee22650d993ea31efa17e79c46
Merge: 5eeb1181 1def233d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:38:06 2021 +0000
Merge pull request #936 from Vingelar/master
Binwatch: re-format background images
commit 559e82088077ba79675c0012c921eae3ef32b16d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:14:04 2021 +0100
Minor design change
commit d24b8c80da7afd75a6f121a22e3694252aa3c57a
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:12:25 2021 +0100
Minor design chnges
commit f10bf24018add2df61a5fc422aee941b07c70082
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 17:04:07 2021 -0800
Update apps.json
commit c66b0982368a5e1ee74da598945df12d88cba679
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:53:48 2021 -0800
Update apps.json
commit 638fea73c791b4f11b6119c02ca2090c31b6bc83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:24:10 2021 -0800
Add files via upload
commit 4e79c896c65b2edc7dfcb7b4b2eb6ae1c96f60ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:23:33 2021 -0800
Add files via upload
commit 33809d8cdfa7ea3f02941c820b4836f20a9eb869
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:58 2021 -0800
Add files via upload
commit 6cb83284a7e7b9d2f8935835702e713f0f9b7b51
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:45 2021 -0800
Add files via upload
commit 7e521d0d29262227a32244d2929eb99fcb36fb98
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:17 2021 -0800
Add files via upload
commit 9985ff03f20469897ceb3dd1acb4f90ac850ebb8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:00 2021 -0800
Add files via upload
commit 6f437c39866562e05d8821bdb5150cd553f3a6cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:21:15 2021 -0800
Add files via upload
commit ffe218a0046d65464e96cdc59d1c10fbb708b791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:56 2021 -0800
Add files via upload
commit 9400133dd49762a7bfcff38e5a6249cbfd5753f7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:39 2021 -0800
Add files via upload
commit 76463d927940f590ed45cc51558723375217a34a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:37 2021 -0800
Add files via upload
commit 4011accb47eb53954acc3e27cce5b6f6cb025c57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:19 2021 -0800
Add files via upload
commit bc5960d61a40c08566a8e1977fa53c6528f04a85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:07 2021 -0800
Add files via upload
commit da5634beda72243f5ee6e4fc0e376c6c5f9c6ccc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:51 2021 -0800
Add files via upload
commit b9c4640f853d4992e57cd5d6b2e3f4d75db32d1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:25 2021 -0800
Add files via upload
commit d27a605a24cc06903084b6a796c9c93b7724150f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:07 2021 -0800
Add files via upload
commit 52baa42e69b1a7a8ef6bc2cae548298af4dcbf7c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:48 2021 -0800
Add files via upload
commit db3b6a58e49a3d5ce9b528011f3e0607474e4fa8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:16 2021 -0800
Add files via upload
commit f0de0d8a9d542fd960f13b36a2bb2a3548f06033
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:52 2021 -0800
Add files via upload
commit 6d4cb98ba83d0ab62406c00ed9fa8dcd139d2f8c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:34 2021 -0800
Add files via upload
commit 5f434d9d327fff8cebf41a45cf73ea9c96cb42db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:23 2021 -0800
Add files via upload
commit 6e72349f05e3773b0ae60217df8b6f266447f1ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:37 2021 -0800
Add files via upload
commit 03e4d0d7c01cdc214526891933f3c155f63ff2b5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:21 2021 -0800
Add files via upload
commit ead12a1c11e3937637e8af8b1d54218e0138e908
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:54 2021 -0800
Add files via upload
commit a1ed32c91380e03146dc4003a3ee6e400d0dd35f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:30 2021 -0800
Add files via upload
commit fae08d7a739b1a28faacb0105d5ad417171dddcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:57 2021 -0800
Add files via upload
commit b889e431edf72d64867c576135bc1470c4590db2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:32 2021 -0800
Add files via upload
commit f177480160184722b935623ebed05ad630a5a6a2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:02 2021 -0800
Add files via upload
commit a2fe8c3722f56c59957642cad2bb0a6454dc6f5b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:11:42 2021 -0800
Add files via upload
commit c1cdf15bf5413167692e9c7bd4f5fee31fe4d4c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:49 2021 -0800
Add files via upload
commit fb1c5529f037cc701e30d9da036a54236ea1ba1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:11 2021 -0800
Add files via upload
commit 530089e0830473574b38c172a964f9cfb49436a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:35 2021 -0800
Add files via upload
commit 3556e668560587c074ad435b977283e19367f69e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:12 2021 -0800
Add files via upload
commit e1e32772e4dd1943af6ed37407425998b0819e48
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:56 2021 -0800
Add files via upload
commit 8084bb92b7cfb12740129c57e1bb5c05ce13994c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:37 2021 -0800
Add files via upload
commit 2c997d2964d4ade4ba0aa5ef89a1b646c15a9751
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:18 2021 -0800
Add files via upload
commit 747626b66c880293481bd0a97cda8e32e0239d04
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:07:24 2021 -0800
Add files via upload
commit ed36fae0ac6def24ca20ab6229affbcf7502582e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:59 2021 -0800
Add files via upload
commit e8baad3c3775e26f8a88457ff8f361a18572e484
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:33 2021 -0800
Add files via upload
commit 1efcebe84aa2b2b00d6920a84d4e486b834c1083
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:16 2021 -0800
Add files via upload
commit 082d3d1e95e9bb98e10bb1679ae0dfba11bf44e0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:05:21 2021 -0800
Add files via upload
commit b10f62a6c55dd89bb15a97430b74269486a72807
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:58 2021 -0800
Add files via upload
commit 24b41c2c6fe40d18ffd9dfc0404f215cc9b847ff
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:42 2021 -0800
Add files via upload
commit 19a2ef1a44c78fe9b1922574f0a1eda20f2fbd43
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:01 2021 -0800
Add files via upload
commit 7089d6e74c438d3577ebf03857b0c1b6f73aaa2a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:03:38 2021 -0800
Add files via upload
commit 431824f828f0ea900c9d206e492cc7a6d1830f2e
Merge: 15aa41c7 5eeb1181
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 15:15:57 2021 -0800
Merge branch 'espruino:master' into master
commit 5eeb1181d049f1580f75657b9a9ac664041b26b9
Merge: 546a0b16 6b05d928
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:29:18 2021 +0000
Merge pull request #937 from rigrig/barclock-b2
Barclock works fine on the Bangle.js 2 :-)
commit 15aa41c766b2a25c7a83a1a6744706a7b2852aa3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:23:03 2021 -0800
Add files via upload
commit 6a93494e3fe516ccbc7755027f613bd9bd529021
Merge: 12443640 546a0b16
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:22:27 2021 -0800
Merge branch 'espruino:master' into master
commit 546a0b16cc32841b38a0d39b07ec6d18f58d21c5
Merge: cb6e14f6 18fbd289
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:55 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit cb6e14f6c12816224bbc3dc127e9817d0df7ae78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:37 2021 +0000
messages, start of call handling and message responses, fix for scroll issue when only 2 menu items
commit 12443640c95efbe9f25ed0ffe73280c84d90cd13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:54:22 2021 -0800
Update apps.json
commit 9bdc07f8617e457439522d5b4c84a65d1eba4ed9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:47:36 2021 -0800
Update apps.json
commit 4eee3f05e92e26aa5c70c1d2cefcc97ff4935b0d
Merge: aafc93f0 18fbd289
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:46:32 2021 +0100
Merge branch 'master' into master
commit 298fa47cd87e37b19cd142f47867843e24d08b57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:42:50 2021 -0800
Update apps.json
commit 52c07f6dc80e8eabd017fc324332c0594c173399
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:40:42 2021 -0800
Update apps.json
commit fe340d75bbb6c7814241becacddaca50435c5fe3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:39:31 2021 -0800
Update apps.json
commit aafc93f09a818f5bb6e4b6988246e4f8d049df87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:35:35 2021 +0100
Update README.md
update README
commit bd80ea5ca03b2e9d5f2eb562adc7305b3952d2e5
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:31:33 2021 +0100
Update metronome.js
print instructuions for banglejs2
commit 51afd5ef049c67f331931ee18b53e9d4e835342a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:29:27 2021 -0800
Add files via upload
commit ff62b603a27d6acea382af80496b6a35787a73ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:51 2021 -0800
Add files via upload
commit ffbd331c1376c5f393dafe62eaa62a9991949a3e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:29 2021 -0800
Add files via upload
commit 93c113a95a21dccfde6bb171d15b0f93e6d0f58a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:25 2021 -0800
Add files via upload
commit b2be26fccedfa52f00f275db8050c0c3e532859b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:07 2021 -0800
Add files via upload
commit 899e78539c3bb0e41e4d56aa854c4806715ccce0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:26:06 2021 -0800
Add files via upload
commit 50a88d41cd63e51a876e4fca58fe13c5af2088fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:35 2021 -0800
Add files via upload
commit b1d636bac2148007dd72becff0daddf24b80f0a4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:10 2021 -0800
Add files via upload
commit 6b05d928751b49d4910ddd3a6867e2d4cad6c93f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 19:42:12 2021 +0100
barclock: Fix time/date disappearing after fullscreen notification
By forcing a complete redraw at lcdPower-on
commit 32e3d326aa143eed99d26c81c9fbf870730591f4
Author: Richard de Boer <git@tubul.net>
Date: Sat Nov 20 17:13:36 2021 +0100
barclock works fine on the Bangle.js 2 :-)
commit 1def233de2434d272c6f712c9c213b7caff3ae92
Author: Vingelar <Vingelar@mantisse.de>
Date: Tue Nov 23 19:09:16 2021 +0100
changed format of bg images to binary raw format (export from emulator
commit e021aa2c9d5c44f9130e4bf67cb4b066d02cbd6d
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:59:49 2021 +0100
Update app.js
binwatch: adapted names of bg images
commit 3dd723d10bd3195257205a48dc79872668bd53cb
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:58:48 2021 +0100
Update apps.json
binwatch: shorten names of background images
commit 275402344ee927a51d0c100d4387c739d7a49968
Merge: cf027b37 18fbd289
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:36:45 2021 +0100
Merge branch 'espruino:master' into master
commit 18fbd2898da9fc2bfb16d0adf9cf2b97f5ce0f3d
Merge: 5be6981a df364bab
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:34:15 2021 +0000
Merge pull request #933 from peerdavid/master
[LCARS Clock] Added lcars icon to watch face.
commit cf027b3783cbbf8deca98fb3e1ee1922557686bf
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:34:13 2021 +0100
Update app.js
changed names of background images
commit 5be6981acdf3935b936bb85caf37780537518b66
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:31:42 2021 +0000
oops - named stub wrong
commit d328d94d34ea86dd99f958098c7f0a000b1e395f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:30:20 2021 +0100
Add files via upload
added background files exported from Emulator
commit c36fb16a684085c2eb6ada2c50021d3776f5e215
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:54 2021 +0100
Delete Background240_center.js
removed background240_center.js (wrong format)
commit 4719fada2843f1c8d6ae36d8d59d0fb95318d9b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:28:34 2021 +0000
Android Remove messages on disconnect, Fix music control (ref #909)
commit f431bd8a2c823e877ee6e78576aa4f39a0b5701f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:25 2021 +0100
Delete Background176_center.js
remove backgounrd176_center.js (wrong format)
commit 1b548c9bbb5a10769498b4ad1be04397fb889bce
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:27:33 2021 +0100
Update apps.json
adapted naming for image files
commit df364babab19550f75a01d707f0684d8547e8664
Merge: d28517b2 a1eeadfc
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 17:16:00 2021 +0100
Merge branch 'espruino:master' into master
commit d28517b2a5b5e7eaa6a8d9832d9352062addb3ee
Merge: cd93a201 465c93d8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:18 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit cd93a201f846e2c51a1ff9cc447dbbbdc2c5e2cc
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:15 2021 +0100
Moved logo
commit dd2bb22f076abff1aac2f32734b50fdcc5423861
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:08:57 2021 +0100
Update apps.json
use .js files as background images
commit 03c5f996f4998ebc1e6bfea7e77d3a61743c0c69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:07:21 2021 +0100
Add files via upload
added background files as js
commit 7d81bfe2bbdf5095ac7550247eddbe6827cec4c0
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:53:40 2021 +0100
Update apps.json
added missing "url" to background storage
commit 51b73894e461af6312b6fca28e0b5888e9f98da6
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:51:40 2021 +0100
Update app.js
use background images from storage
commit dab36d05a77563e9a839f38807bfd7cfe09a1f69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:48:50 2021 +0100
Update apps.json
added background images to stroage
commit 31f28093411e4f501dd49f98359af43e71e8b27e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:44:49 2021 +0000
Fix https://github.com/espruino/BangleApps/issues/927 - App loader offers to update unknown apps
commit a1eeadfc224a976e3fca6a00ca47d1c1389fa70f
Merge: 68429483 0a695e51
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:40:09 2021 +0000
Merge pull request #934 from Ronin0000/master
Fix School Calendar Bug
commit 0a695e5143fbff3935e80b9df85720f065b1e185
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:09:14 2021 -0800
Update custom.html
fix bug that was for testing
commit cfecc24f42d257d565f21571a50b825cffb2f1c3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:05:47 2021 -0800
Delete boot.js
commit 684294830d75459982845920cb30815236dc0917
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 13:57:46 2021 +0000
app manager works in bjs2
commit 465c93d830300054722f10f483a9023c6ec315e7
Merge: d20f5e59 3ba779ee
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 14:53:47 2021 +0100
Merge branch 'espruino:master' into master
commit d20f5e597e72d8392af3e9b745a4dfab36e8797f
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:53:27 2021 +0100
Updated screenshot
commit a283cf58fb90b1852d8e414fb01010632a65ba46
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:51:55 2021 +0100
Included lcars logo
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 3ba779ee5826a60f127ed12f0eeaa2a848f53b4c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:48:34 2021 +0000
Fix bangleapps after recent PRs
commit aaf06b113c72e1487651d30602ba79c95a41d6ff
Merge: a0351381 06a6b72d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:42:26 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 9600f16671ab5a9fc772a959a7110622baa5e606
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:19:48 2021 +0100
Updated changelog
commit 98577b626960bd971af483ef709655dfe0ac1f00
Merge: 1ccabca0 d3cd47f9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:52 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 1ccabca0c6f1cf79c1b5d6a56749ab752a4d1850
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:50 2021 +0100
No hrm icon - its shown too much.
commit d3cd47f95704e7c508e1e311d3224826f3fd73ce
Merge: 2e18795c 06a6b72d
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 11:12:43 2021 +0100
Merge branch 'espruino:master' into master
commit 2e18795c5780148c6f52d50cd69849b5893b1cdb
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:11:33 2021 +0100
Fixed string
commit 36edd449c5398147536d20c2b4f11040cb3105b9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:10:33 2021 +0100
Minor change
commit 06a6b72d42fc55a224bb5d133640670c21d6cae0
Merge: a39d4102 be083113
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:03:45 2021 +0000
Merge pull request #925 from Ronin0000/master
Add School Calendar
commit a39d4102963fc1593e1f2f8ea3f4372a3da4da6f
Merge: ab2cb243 930cfa13
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:02:41 2021 +0000
Merge pull request #928 from peerdavid/master
[LCARS Clock] Icons for different states such as GPS or HRM.
commit 5c3b0468d4ce9a51249f6f098c3e6ba84ba1cf41
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:59:26 2021 +0100
Update apps.json
corrected format
commit 336501059da7bceddba9e300c5b6d5bd1aba6a3a
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:56:25 2021 +0100
Update apps.json
removed background image
commit 3f4c49a8aef6ba79419f00d86fc4f02435b72e21
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:55:07 2021 +0100
Update app.js
integrated BG image into app
commit ff3223e1b906957811cad815df88ad495e70a95f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:51:02 2021 +0100
Update app.js
added "require" for bg image
commit ab2cb243857e50e7bb80ee163e4bc153302446a7
Merge: adadf7ef 162dc1f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:51:01 2021 +0000
Merge pull request #929 from weeurey/master
Update app
commit adadf7efd39b01466cfd348e13c5a02deaa6bf4d
Merge: b7f403e7 0f9d938f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:26 2021 +0000
Merge pull request #931 from reelyactive/master
emojuino@0.02
commit b7f403e79bf5fae387c5f6d0522f49ce917362a6
Merge: f4e997d4 46383d4d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:12 2021 +0000
Merge pull request #930 from rigrig/gbmusic-fix
gbmusic: fix "previous" button image
commit a03513812956c629f003824b46bb6763734eead8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:44:24 2021 +0000
fix download icon on android
commit b128f5c15569de9e2be0717f270cfd90e006d5ab
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:38:02 2021 +0100
Update apps.json
added background image to upload
commit 930cfa13315046c621a5444632f7b12bbd956fae
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 09:43:24 2021 +0100
New HRM Icon
commit 7f3f7b9eee3c23c922645274dd8d7947def8158d
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:26:37 2021 +0100
Currently, no confidence > 80 is reached...
commit 1fb861b82c4cc75b94dc6875280fbd411390bc71
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:25:11 2021 +0100
HRM confidence of 80 to display
commit 7d95221e166770be91bf76374f926fe996356009
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:24:15 2021 +0100
Minor change
commit 6d8d98fb03e7bed42c3feeee771ddfcd78b60ea8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:21:41 2021 +0100
Show HRM
commit a0cc4c633e0e6853a0f170a5358b7e1f11e310af
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:10:00 2021 +0100
Minor changes
commit be083113316ec7ba07d780b6593cb9adfd748298
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 19:11:40 2021 -0800
Update custom.html
commit 0664a44c454107d4e3ff039d12baffea3e90cf5f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:52:43 2021 -0800
Update apps.json
commit b032ca0fc1936e650a459f766799e197daf2a4dd
Merge: 7fd37f7e f1f063fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:27 2021 -0800
Merge branch 'espruino-master'
commit f1f063fd1adb553c548a3aa54156bce00b4ca48d
Merge: 7fd37f7e f4e997d4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:09 2021 -0800
merge3
commit 0f9d938fa6970df18fbe99f3c707b94aa26d15c1
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:23:17 2021 -0500
Version bump
commit 5a01047cd0b30e4b7b253d784bd0b5755fc0c2e2
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:21:29 2021 -0500
Added screenshots
commit ae55c2d39fc936cfa1954d44b7f76dc91c21ced3
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:09:26 2021 -0500
Allow emulator, specify type as app
commit 58f9e7cd5b59904651fb878a89844ee4ccfb23df
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:03:18 2021 -0500
Upgrade to emoji images and supporting text
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit 7fd37f7e4e669c0aea7b5324b85f9d85ca394dcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 12:18:44 2021 -0800
Update custom.html
commit 84d9ca4b337e36c4f62ffce4b3059f8f2909d482
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:57:14 2021 -0800
Update boot.js
commit 740f4a95665fd92ad87e83dd381da7e55c2e4b18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:52:27 2021 -0800
Create boot.js
not part of the current merge
commit d3538a03f10f6323afc8656cef397a561cf35bf0
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:12:50 2021 +0100
Added raster
commit 20310fdb75b11fe8b3ea38dc7810732910537169
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:02:27 2021 +0100
Smaller icons
commit 3863be18301cec9fec480db7fe28a19439c708d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 09:06:52 2021 -0800
Delete apps/schoolCalendar/fullcalendar/interaction/src directory
commit 5d8c13a7e6a934e8b750f0ab4871e3dcc67c09bf
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:56:29 2021 +0100
Updated screenshot accordingly
commit 21134a1dcdc102755171af26e99ae86f3559996f
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:55:21 2021 +0100
Better background
commit cab3d43085b2edf4dc97ebf05785bb5b446a88da
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:39:48 2021 +0100
Better alarm - shown only in icon so we can display more data.
commit db22bac0ecd48633d6acf0874127a1b28821d8ea
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:11:15 2021 +0100
Use correct alarm icon
commit 162dc1f29346ab0f6ff4b7cd4128826292ca766e
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:11:07 2021 +0000
Update apps.json
commit dc24ae9bfba1786d4d8a3e22871c4da7bda9fb92
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:10:58 2021 +0100
Better HRM Icon
commit 8e688d144ab30ff87f31b51ab457688ce03c4c23
Merge: 741f7aab f4e997d4
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:09:43 2021 +0000
Merge branch 'espruino:master' into master
commit 741f7aab5239e6fa6ae48e1a5351216dfcfc4177
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:08:38 2021 +0000
Update apps.json
commit 247ed9faa2e8b8463374fea05d4bb04ddda2cfc1
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:07:39 2021 +0000
Create ChangeLog
commit d878d46d4ccc5128643034c535cff69984ab7853
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:05:57 2021 +0000
Update app.js
commit c720fc314b516e1007452ad18ce51bc4fefefec1
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:03:21 2021 +0100
New alarm icon
commit 75fbd6882d1368c73db1b96fac79f4202d6a5e53
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:37:48 2021 +0100
Added icon for alarm
commit eb20f15537d8b6be7226b2ae49fc6e6dd0474124
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:33:42 2021 +0100
Compeletely new design with icons for GPS, HRM and Compass. All Icons are open source and mentioned in the Readme.md file.
commit 46383d4d5547bca38a2a07ea01d67afa0166bedc
Author: Richard de Boer <git@tubul.net>
Date: Mon Nov 22 13:18:01 2021 +0100
gbmusic: fix "previous" button image
commit 1bf5132a5caf41398125e0c7f2bad72ffa300df2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:07:49 2021 -0800
Update custom.html
commit 618c5b7a10ebe610205ab463c395f65948e5a763
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:02:29 2021 -0800
Update custom.html
commit adfeb5e535564f8851fcdc080e2fa10d9acced9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:00:21 2021 -0800
Update custom.html
commit f950fd2ee88486e3355efd30823d50de799e8418
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:57:52 2021 -0800
Update custom.html
commit 3ee0e9bae6ee137c6e36672c9aa6a20d1c072caf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:49:48 2021 -0800
Update apps.json
commit 387bd30236b5d765b396eba24ad43120ceb6c384
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:48:14 2021 -0800
Rename ChangeLog.md to ChangeLog
commit 6e07f282b8918ac3b8f333c7c4156980a44ff1d6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:41:26 2021 -0800
Add files via upload
commit fea37b4992e65a5ca54648f88281ce2623f6a55f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:40 2021 -0800
Update apps.json
commit 939d8f6a9ae71b49c13f7dbf1455bb2fec60462a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:21 2021 -0800
Add files via upload
commit 854ae5361d1b2400f6b6d1b2c2239f46d1e16bc9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:34:28 2021 -0800
Update README.md
commit 426768eb11e34ea7a04010e6fe7da1a5a5187f40
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:32:14 2021 -0800
Update custom.html
commit bf994d9acc8b79ebda1e47dc5ebc5158210d6205
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:24:29 2021 -0800
Update apps.json
commit 7c74c5d43f9f66b6374cabd4e247d1560e5f29a1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:15:40 2021 -0800
Update apps.json
commit 8981aa3f614c388c74d73ccd25e16f5e6eabde9f
Merge: e878e547 100384f2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:12:19 2021 -0800
Merge branch 'espruino:master' into master
commit e878e5478713b0b3cae0bb86e28f998cbfeb9b10
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:11:43 2021 -0800
merge
commit 3bde4d2e48711186ae26036baea8f880c2aac7c4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 16:12:16 2021 -0800
Update custom.html
commit 5f3c93df8cc8b73c432ea31b15e84e4b106256de
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:37:41 2021 -0800
Update custom.html
commit 26bd9e35be993aae4deece775ac85f53f877b122
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:35:47 2021 -0800
Update custom.html
commit 8f2cc6e2137cf29e03435123e96d9c6c550864d1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:34:09 2021 -0800
Update custom.html
commit 66f061112301898b011412e91982dbefc7cc2d1e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:32:48 2021 -0800
Update custom.html
commit 87a9504912b8753dc63700207ee89acacbb34726
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:30:44 2021 -0800
Update custom.html
commit 626498da9d296fecf6776b836def4eda87027d85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:24:01 2021 -0800
Update custom.html
commit 3472ca355a1a71d3fa3f464ece2b81dce7f4eeaa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:21:57 2021 -0800
Update custom.html
commit 529b0cb4637652dfc0a3ba6688b863b5f47437ca
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:19:53 2021 -0800
Update custom.html
commit e77d9980023f041a87743ac1fd3c48a3f0652a8e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:18:21 2021 -0800
Update custom.html
update
commit a712c37c7652f7bc46c4d7761df93b3d28e17229
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:17:58 2021 -0800
Update custom.html
commit 4d9d6abb9ef466e4058510efe9eec295f60127e9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:14:02 2021 -0800
Update custom.html
commit f35b24844810a90f08f731cc9e63535be217e4cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:09:44 2021 -0800
Update custom.html
commit d0336b2854d7e0892c440ef8c5f83bcbe1374a9b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:06:56 2021 -0800
Update custom.html
commit 640c8e491e489e9ea88282cf0bfe14004838b3db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:03:42 2021 -0800
Update custom.html
commit 604153cb2408399ce1420b43ef87f41c09d3daa6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:01:45 2021 -0800
Update custom.html
commit 0f8f1e38e85a8c1c49057f4b891209bdfad67aef
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:44 2021 -0800
Update custom.html
commit 7f7dcb0bcf89b1d66f60481efaa09f5956ee4ecc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:22 2021 -0800
Update custom.html
commit d42fe03dc8fcbc0f68857dd9f887c8cc4eff1c06
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:55:08 2021 -0800
Update custom.html
commit 98f172fad442e89f53c45ac47f2388a08049855a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:53:01 2021 -0800
Update custom.html
commit daf8dde32bc81b8f04402c4728eac41784751cd5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:49:25 2021 -0800
Update custom.html
commit 408bd24080a2f7dcf1e6d0c33dab65da4dff82cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:48:38 2021 -0800
Update custom.html
commit 68db21acbb837b12d84d9930d451d2ba90e251dd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:44:30 2021 -0800
Update custom.html
commit 45feb1b2ffb17b8835c505bc4a4f825ddc17bf4f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:42 2021 -0800
Update custom.html
commit 3bc5fd87b61cbb9b867009d933342fe627da982d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:12 2021 -0800
Update custom.html
commit c3eede9868ee342bc4248e71a874c2e6b332dcdd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:37:42 2021 -0800
Update custom.html
commit 8426356c01a23ae769c79f726b95ea64f4428574
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:35:55 2021 -0800
Update custom.html
commit 93f09c216a1eb9aa876c88a1f806ccb709e971b7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:39 2021 -0800
Update apps.json
commit cb748a251dbd11e87615d82081522953607b3a27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:20 2021 -0800
Update custom.html
commit a994ed66301040f60d5f99b672a6081152a20d6c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:53:38 2021 -0800
Update custom.html
commit b76bb48973dbabfaf56bdec4aee44a483f94d129
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:50:08 2021 -0800
Update custom.html
commit f99ce683e9ce42431321fc711e061955bc0220fb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:46:32 2021 -0800
Update custom.html
commit ddfdd94ff845d3d8560158cde184a9a19a3d2142
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:42:51 2021 -0800
Update custom.html
commit 52675f7eff140426532f81da9c84c5d7803d0cda
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:48:03 2021 -0800
Update custom.html
commit d4911034145e3d98b99d649be55c75671e2f5c5c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:44:23 2021 -0800
Update custom.html
commit 71ff5959aec6a5f8302bda513d2c1371bbed0743
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:58 2021 -0800
Update custom.html
commit daba705b37b9952cba2910c3c0bed23e58aaf2fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:16 2021 -0800
Update custom.html
commit 19cb5fc749abeefe378205531d18b97562ddfc47
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:39:15 2021 -0800
Update apps.json
commit 6c20945898b84a02d6b440923a5afd994c7d97aa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:37:41 2021 -0800
Update custom.html
commit ff519bdc0d9bca530284d98cad9fd023ad37d50d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:15:29 2021 -0800
Update custom.html
commit 34843d703aae0b6a33be352ad0f8408d8d17d07b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:11:54 2021 -0800
Update custom.html
commit 4da82197f32b280e4192d5bc9a5ba174fbad4ace
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:01:20 2021 -0800
Update custom.html
commit a9c5a32bc1359d8288f4fd6b6da50eaf40910c9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:56:54 2021 -0800
Update custom.html
commit 352fea34791ccf06450a516ab2a2daf22353c641
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:53:38 2021 -0800
Update apps.json
commit ab6f56c381a54e4ab3466625a9eb794eef5dd2a0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:52:34 2021 -0800
Update custom.html
commit a65742ce346039ef901e70157620aabd95bbca35
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:48:25 2021 -0800
Update apps.json
commit a1a387dd600f7e5c3879d74cd5a516d7566fb7bb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:47:52 2021 -0800
Update custom.html
commit 180e88e0e44dc3ca09291a7d37b6fa4df637fa78
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:50 2021 -0800
Update custom.html
commit 0099736b8c64e8f1afefd4d52b526151e3ac700a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:14 2021 -0800
Update apps.json
commit 1fdf4e954e23fe0514b8d795224c2edafd5941c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:43 2021 -0800
Update apps.json
commit faa5b6b21aa8b7062dc62499e8361b8233cf9408
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:10 2021 -0800
Update custom.html
commit d617803c13ec381f35a9d30f99a267dca02c9cf1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:44 2021 -0800
Update apps.json
commit dc669254bcccad425153d209d6dcdf002f64a30d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:10 2021 -0800
Update custom.html
commit 303247fb4e66802ed7f5c2ee404ce0a28221ec2d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:25:00 2021 -0800
Update custom.html
commit d836cbd2ba256adfffa55f1d12fda02ae8ac760c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:15:16 2021 -0800
Update custom.html
commit e206bd4e1cad4aab266fd376fa525500941878a8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:08:00 2021 -0800
Update custom.html
commit 1a6c1acce50fe2fe2e49bfc26b3ac98c1db5aa13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:04:06 2021 -0800
Update custom.html
commit aa20fac50ed19adfb9248fd9cda1ebb7c31f95b1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:02:52 2021 -0800
Update apps.json
commit 5625414e90c78677040420f342f29e96f088469b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:34:30 2021 -0800
Update apps.json
commit ebc2d8096144e6150920efc4b63e8f1e3f52eb00
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:33:27 2021 -0800
Update custom.html
commit 6c43de3766433c1f9fa1d01fd24cbfe0839e19c0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:21:11 2021 -0800
Update apps.json
commit 37da3c68aeeb5fec1ef3d8965fa3d8170074d791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:19:46 2021 -0800
Update custom.html
commit 92707b9d13ed269a41684ce45111376694cb6e58
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:12:50 2021 -0800
Update ChangeLog.md
commit d3ca682cff08be0bb2a64ab057f6efdf36b4e094
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:09:56 2021 -0800
Update apps.json
commit dfd9e59993944f6323120f8af660d880c63c6793
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:08:52 2021 -0800
Update custom.html
commit 5d24a09ffa2d9cad10a5fae3c7b4d5fafc944aa9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:04:41 2021 -0800
Update apps.json
commit e965bd7d962108a2944824eb6579fce435876966
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:43 2021 -0800
Update custom.html
commit 345d9c155135fc4d0a2b8d00b3528b363a584ced
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:12 2021 -0800
Delete schoolCalendar.js
commit dc9db8a4767d4c16d92645131d977263e2468521
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:58 2021 -0800
Update schoolCalendar.js
commit 58df0a5ca26684b4da84929c8c388ca5c37acabd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:03 2021 -0800
Update apps.json
commit 65ad4979e8d58b51f11f3bcc86f31ab303a5d7b6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:27:10 2021 -0800
Update custom.html
commit 9c07800c5ef948a1b9b2071e7bdfe46809fefa1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:07:38 2021 -0800
Update custom.html
commit b108bc45fb8bfa266e4d4ad3e66a9f65cec96c92
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:58:24 2021 -0800
Update custom.html
commit d871855f8e217b27ea73ed28b389bbc8aea59d62
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:55:58 2021 -0800
Update apps.json
commit 99112920b287568db32c5e43b47cfc2ee0cf71a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:47:34 2021 -0800
Update apps.json
commit 37f4329ec57bc4a96a1b2a0847406f6a05cad520
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:49 2021 -0800
Update apps.json
commit ba2aee642bf90307757bb85fda6aa0db01bed5e5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:06 2021 -0800
Update custom.html
commit 98048dc23cb1caf3aafbf1d1ecfa461ba5943925
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:37:23 2021 -0800
Update apps.json
commit 1a53e8d34af89f0e6c889653961350a898deea81
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:33:43 2021 -0800
Update custom.html
commit 993bb7298c8fbc9348e6668b70a555c51dc54a09
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:31:41 2021 -0800
Rename interface.html to custom.html
commit 3a3962bfdc0365e75f8804b61293ec91084f6698
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:30:12 2021 -0800
Rename custom.html to interface.html
commit c8ad92a3dcb7b8a0df83f2e720b6730dd785e829
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:20:33 2021 -0800
Update apps.json
commit ae85c1cee709457b10233205c057f946ea15fe83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:14:33 2021 -0800
Update custom.html
commit c1b467ba8e96f58b27eb3b9b2dc2b859fa89e227
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:14:50 2021 +0000
Update app.js
commit 438537ace2358f5b798bdfde92ebf78db81abc49
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:10:03 2021 +0000
Update app.js
commit e6d736860d7d7511f08474a4d8f6446ebe97e634
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:57:57 2021 +0000
Update app.js
commit e1add5e2b2a068873d0102324d61f9ff5532924d
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:45:02 2021 +0000
Update app.js
commit 09be008dfaf764b542a80f4dbbde6ab26314713e
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:39:48 2021 +0000
Update app.js
commit 9f26994f5c66a5ee88a702c7a73d8bcc0c8236c3
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:33:47 2021 +0000
Update app.js
commit 0cf4c5d70a97480185296b32137fcdc179fddcc4
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:10:31 2021 +0000
Update app.js
commit cfdb94439526722ca757b8ee748d298f6a76d9e7
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:32:34 2021 +0000
Update app.js
Add Media controls
commit e3cd8f5607f912002d3ec0adf833834058a492cb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:16:37 2021 +0000
Update app.js
Removed extra unneeded code
commit ceed8a123836f5da6fb8c5d6741e2224a3e4a0af
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 15:05:28 2021 +0000
Update app.js
commit 721a3f2608ee0012767cfacd5c69aa91a7bba5f6
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:39:30 2021 +0000
Update app.js
commit a16bfe4d7350b34c694050448f2aefc990d19dcb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:32:57 2021 +0000
Update app.js
commit e72bf84a7a05c4208e8c1d5f60815a9f57ca11c4
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 21:29:57 2021 +0100
use dark theme for metronome
commit 071a7a7e683a649b9f75fdc92b9f56804cd0af87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 20:46:18 2021 +0100
add support for Bangle.js 2
commit 7a7175fa483e4e9fcd5912d83e9519274d67b4f0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Nov 4 16:00:41 2021 -0700
Update custom.html
commit e2928498690565ba7d0454aaa4265bc8adfda712
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:32 2021 -0700
Rename interface.html to custom.html
commit cd7579269efe8d54a5a5680b8126ea38f9ce54be
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:04 2021 -0700
Update apps.json
commit df7f9cc530194025708b712565a410aed1d73e95
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:20:09 2021 -0700
Update interface.html
commit ada94b11cfbebfeaa010cee1b39d0f92591d4e13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:06:50 2021 -0700
Update interface.html
commit 08fc58deb57847cca7d81bf84a54df16ce97528f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:20:57 2021 -0700
Update interface.html
commit 04b9e74a4d2cd84dd9b64b0ba6fba1167fc400e7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:10:58 2021 -0700
Update interface.html
commit be7af68455ff4b5034c0baab9d8c138b9b024707
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:08:24 2021 -0700
Update interface.html
commit aaee5f3c0610de7a48bdda7fe9c6064dff97780e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 19:13:08 2021 -0700
Update interface.html
commit 73819933eeb57f32935e6ad93a146bdbee6d8be6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:52:09 2021 -0700
Update schoolCalendar.js
commit fa5cbd71c618a2053ec3217048c74a723c46f03f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:49:22 2021 -0700
Update README.md
commit fa392008d1e30a6df05245eac969badf4188fb74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:45:24 2021 -0700
Update README.md
commit c280e41560a3812ee83ca461e098bc35b80ef439
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:42:39 2021 -0700
Update README.md
commit 6b84a8eb3007cca6abd31cc1d3d0552cc79cb492
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:26 2021 -0700
Update schoolCalendar.js
commit 5bbfb1109910856575cc348012dbc44d489a8005
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:11 2021 -0700
Update interface.html
update interface
commit 6660dad4c01c66c20670cfd415b6ad063d9b5b74
Merge: 8c003cf6 1e0f6cd6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 07:35:54 2021 -0700
Merge branch 'espruino:master' into master
commit 8c003cf6ffb5a8b3437897a1e57a6a020b5e02a4
Merge: 5c11881f f1ce196a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 15 07:33:21 2021 -0700
Merge branch 'espruino:master' into master
commit 5c11881f752edbdef3031f0a48109a196eced80a
Merge: 8c149dbe be34e2b0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 14 17:14:45 2021 -0700
Merge branch 'espruino:master' into master
commit 8c149dbea1cfd34e815b64ca354840b811a82222
Merge: 7888cc6c 300ed35b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Oct 13 07:46:16 2021 -0700
Merge branch 'espruino:master' into master
commit 7888cc6ce0bbabf99c7dd39f002810d262af07fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:59 2021 -0700
Create README.md
commit 36a52b8b001a4515d715950db56e411a6c4842b2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:52 2021 -0700
Update README.md
commit 4f5558c41e75f6e91a34842f7b42fa85970dce5e
Merge: 5db16d19 68cc9fbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 16:43:12 2021 -0700
Merge branch 'espruino:master' into master
commit 5db16d190b1439293d9f0af16d37fea29db8830c
Merge: e7995505 54d98db6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 07:03:23 2021 -0700
Merge branch 'espruino:master' into master
commit e799550544e55ef94ef48f905283625e50f73e97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:57 2021 -0700
Update schoolCalendar.js
commit 89f82a50436d4eab82574d310077d19154a8ab59
Merge: 7107d510 f3712e66
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:38 2021 -0700
Merge branch 'espruino:master' into master
commit 7107d510a5301f50ca5dc1bf9d4463ad99a33af8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 20:06:28 2021 -0700
Update schoolCalendar.js
commit a61879753285b4469772f51474c29fe86a5aa942
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 19:55:30 2021 -0700
Update schoolCalendar.js
commit 3c9e46c2160f4ff58708afc0d08ce2e5d27df097
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:59:03 2021 -0700
Update apps.json
commit 941bc852c1ab4472dc74a7f84e12e92ab891432e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:53 2021 -0700
Add files via upload
commit 4cbfac212e6999887cfafd37d9c809919a014e27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:26 2021 -0700
Delete apps/schoolCalender directory
commit c7b723f87e5e6fb0858c09ee2910510267d73fd6
Merge: 8d2f4ccc ba08863b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 07:31:25 2021 -0700
Merge branch 'espruino:master' into master
commit 8d2f4ccca761e1695620b072e116b94272850427
Merge: 7846b48c 44aa03e4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 1 07:31:42 2021 -0700
Merge branch 'espruino:master' into master
commit 7846b48cf67ab024970b90948096f9258e1c184c
Merge: 59aa9909 d0fd2f01
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 30 17:22:33 2021 -0700
Merge branch 'espruino:master' into master
commit 59aa99092dac99b9a13bbc2a7153dd2b44a6fb67
Merge: 9061acee 03bbe1d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 29 08:06:54 2021 -0700
Merge branch 'espruino:master' into master
commit 9061acee5db851bd58295785cc7542a7c066b4c8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 17:44:12 2021 -0700
Update interface.html
commit 79bacc45932ce8842cbf12d23c36a41e992b438e
Merge: bb5fcdaa 48bb819b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 07:12:44 2021 -0700
Merge branch 'espruino:master' into master
commit bb5fcdaafc1e344bf2d717c3eb238f763f255215
Merge: 814fbdd6 28bd9e83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 27 16:15:07 2021 -0700
Merge branch 'espruino:master' into master
commit 814fbdd61ef41676d07719b5b1b297fbbc03ec6f
Merge: 83d88a1e f3fd0f25
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 25 08:01:44 2021 -0700
Merge branch 'espruino:master' into master
commit 83d88a1ea191e2e6b669d284d94b4180b9ea54aa
Merge: c9bed74e 71471d37
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 24 19:35:52 2021 -0700
Merge branch 'espruino:master' into master
commit c9bed74ec2e240e2daf26bf9ec9432df91ac18aa
Merge: 1f130c53 16fe8470
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 23 15:21:18 2021 -0700
Merge branch 'espruino:master' into master
commit 1f130c53b46546328260a6b94ad182be5d55ff18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 22 07:25:41 2021 -0700
Update interface.html
commit 3d8ebe82c289156581799134b3c56fd02ade1fad
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:07:20 2021 -0700
Update interface.html
commit 2ca58d2cc436b72beb87d347b8d8c217b461e805
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:02:14 2021 -0700
Update custom.html
commit d8c149073fb6bca8f5f78ba4a031004adeab1a6b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:01:31 2021 -0700
Update apps.json
commit ceab5d46a23f913faf96be90e644458ac5546157
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 20:58:01 2021 -0700
Rename schoolCalender.js to app.js
commit 9b344eb1ecc577e96196d2a3d3fc8962198e90de
Merge: ec453c0e 3b15a7f9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 07:24:54 2021 -0700
Merge branch 'espruino:master' into master
commit ec453c0e100f7fd140305fe8ed4a62d3987e68f1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 19:45:50 2021 -0700
Update README.md
commit a8f7fe72923e1fe38042cb4752dac1429c6be426
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:31:41 2021 -0700
Update interface.html
commit 51c41d5c48a72b7a373e6f979c95bab9fa9ddb7a
Merge: b7a4ecb5 50ec8d97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:25:50 2021 -0700
Merge branch 'espruino:master' into master
commit b7a4ecb57857016c131ba72e101b3a11eb3cb06c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:48:24 2021 -0700
Update interface.html
commit 82320ab073c0b106f5260e26c0fb147d7c8fcd02
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:40:43 2021 -0700
Update interface.html
commit 27d025bf82cc5882dc39110c5c7799f657f2c57d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 14:01:04 2021 -0700
Update interface.html
commit bd92c0e67fce373f11aae3bbcf8f5a4c06f2e161
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:51:31 2021 -0700
Update interface.html
commit f0c596d14f6119bbe52e2f0d3912216785257536
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:40:29 2021 -0700
Update interface.html
commit d6542bac6d666af7c8fe1f67434611e6ccacc6a6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:29:46 2021 -0700
Update interface.html
commit 7a2ee0f7111209afa859761a62f80e93ca71a879
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:15:29 2021 -0700
Update interface.html
commit c65ddbfc522c54da540080a16d171edd42ce592e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:05:32 2021 -0700
Update interface.html
commit 43c684f389d97dd12815edbd93d0750f923f17b3
Merge: ddd1a83c 5f5b5c0d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:45:25 2021 -0700
Merge branch 'espruino-master'
commit 5f5b5c0dc2485f7e454acb9f364d240e3972d955
Merge: ddd1a83c cc2e1bbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:42:47 2021 -0700
Merge branch 'master' of git://github.com/espruino/BangleApps into espruino-master
commit ddd1a83c613a9f21ec8e37ba1151e1ca255a77af
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 18:27:57 2021 -0700
Update interface.html
commit 632c98f8be2ad6e2290e5eb98025559a42a47c34
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 15:13:46 2021 -0700
Update interface.html
commit c252f74e16edc5a1a1fcfe4ce72c9594f12a9624
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 07:31:16 2021 -0700
Update interface.html
commit b9b0a43e99db0c2d13c28bf6d65540925709d866
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:28:35 2021 -0700
Update interface.html
commit afafd449fb06abd3930d0eb40989dc12787c96d9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:22:01 2021 -0700
Update interface.html
commit 45a0d50b011ee50e9b1b4c6ce5a84e1290331b1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:15:25 2021 -0700
Update interface.html
commit eb146fe07bd5d71f49c5e267424d7b8206eee952
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:07:51 2021 -0700
Update interface.html
commit 34baf995e7f5288266b5da08bcac6d76202a92fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:04:33 2021 -0700
Update interface.html
commit 751fbdda43ea542db4887bed7b4d4e2ad7628a23
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:00:47 2021 -0700
Update interface.html
commit bc71f317311509e8f3fd5054e6c3efaa05bc0416
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:47:13 2021 -0700
Update interface.html
commit cfde9e14a87466a8dc7cb92934c3af373f6a43d0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:41:40 2021 -0700
Update interface.html
commit 135165c983beca48190d091e355436100beee41d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:37:52 2021 -0700
Add files via upload
commit d50ba356d68ebeffd028a924450d4a6ad4fddd74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:36:59 2021 -0700
Update apps.json
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit b51c84229798e7c3665f203c13023d9f6e24eb68
Merge: f4e997d4 d1da165e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 12:20:57 2021 +0000
Merge branch 'Combined' into Base
commit d1da165eb44fa50bea67506097768f1138574c8c
Merge: f927549b 2c257605
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:30:56 2021 +0000
Merge pull request #9 from t0m1o1/scaledlauncher
Update apps.json
commit f927549b2c1e88232f4df2c6ef7e160c3a8e0f7b
Merge: 3cfd575d 411118aa
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:16:59 2021 +0000
Merge pull request #8 from t0m1o1/scaledlauncher
Scaledlauncher
commit 3cfd575da46cf38347bbbb4d37645c0bd72833de
Merge: 9a311219 9d1429ca
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:04:17 2021 +0000
Merge pull request #7 from t0m1o1/scaledlauncher
Update settings.js
commit 9a311219b2d3a7d3594ca654c78ae7137a92fb8e
Merge: 43c42711 5b1b752d
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 02:56:33 2021 +0000
Merge pull request #6 from t0m1o1/scaledlauncher
Scaledlauncher
commit 43c4271101a4be6dbc28d7e34534d25242c159ae
Merge: dec967f1 084bba39
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 21:18:16 2021 +0000
Merge pull request #5 from t0m1o1/compass-fix
Compass fix
commit dec967f1ac5900e43099ef9bfef3bfbe84e1f8e4
Merge: 21c48263 dfa40407
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 20:56:22 2021 +0000
Merge pull request #4 from t0m1o1/Swipe-Launcher
Stop the swiping coming up if mode is undefined
commit 21c482639aa1f2d391ebb0508701cff3170b45c4
Merge: dea2ec96 4c9d04de
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:19:27 2021 +0000
Merge pull request #3 from t0m1o1/Swipe-Launcher
Update Swiper Clock Launch
commit dea2ec9693855d735662a4d344682e6105533bf2
Merge: 92d156fb 51766844
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:15:16 2021 +0000
Merge pull request #2 from t0m1o1/master
Master
commit 92d156fb398787a068a2f7ed81a78d90ed04bd70
Merge: 100384f2 7d37a9eb
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:14:13 2021 +0000
Merge pull request #1 from t0m1o1/Swipe-Launcher
Swipe launcher
commit 51766844e6ff346119739114c28b9d638ca57cbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:49:56 2021 +0000
Update apps.json
commit 6fda7a5f33ec6341d51529e680f5d0caa9c9fdbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:37:07 2021 +0000
Update apps.json
commit b7a067234413e2cd9cb531c366371e5d88f6bb21
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:32:09 2021 +0000
Rename hidmsicswipe.app.js to hidmsicswipe.js
commit 97065f1d62d40003eec09a2539d7294fe41bc4e5
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:55 2021 +0000
Delete hidmsicswipe.info
commit 21f184d6c4ad1f977c385d95c3966d95d446bf5c
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:10 2021 +0000
Add files via upload
commit 3917f28ae54db0e86b6429489c19a4180be759e0
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:45 2021 +0000
Delete hidmsicswipe.img
commit a65668300fc45082d6897e19c6efff556853f4d9
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:18 2021 +0000
Delete hid-music.png
commit 5fce838e8ab7d2b297c05a1ae735abcd4ba76d90
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:29:36 2021 +0000
Add files via upload
commit ffa37f2ab3b1fd2b921783e19ffb48673aad1a6e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:22:38 2021 +0000
Create hidmsicswipe-icon.js
commit b656e5973c302a39f7513364c66094132135bfc4
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:59:19 2021 +0000
Create changelog
commit ad943ca5658e4f68c205996c4ad42aa1ebbeb793
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:58:19 2021 +0000
Add files via upload
commit ac433ac7bd6d586e9b1ca11da924d64bd566ade2
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:57:39 2021 +0000
Create hidmsicswipe.info
2021-12-05 17:14:06 +00:00
"description" : "A clock with a flower background by [Lillith May](https://www.instagram.com/_lilustrations_/). **Note: Works on any Bangle.js 2 but requires firmware 2v11 or later on Bangle.js 1**" ,
2021-10-20 14:11:04 +00:00
"icon" : "app.png" ,
2021-10-26 12:15:21 +00:00
"screenshots" : [ { "url" : "screenshot_floral.png" } ] ,
2021-10-20 14:11:04 +00:00
"type" : "clock" ,
"tags" : "clock" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
"allow_emulator" : true ,
"storage" : [
{ "name" : "floralclk.app.js" , "url" : "app.js" } ,
{ "name" : "floralclk.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "score" ,
"name" : "Score Tracker" ,
"version" : "0.01" ,
"description" : "Score Tracker for sports that use plain numbers (e.g. Badminton, Volleyball, Soccer, Table Tennis, ...). Also supports tennis scoring." ,
"icon" : "score.app.png" ,
2021-10-26 12:15:21 +00:00
"screenshots" : [ { "url" : "screenshot_score.png" } ] ,
2021-10-20 14:11:04 +00:00
"type" : "app" ,
"tags" : "" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
"storage" : [
{ "name" : "score.app.js" , "url" : "score.app.js" } ,
{ "name" : "score.settings.js" , "url" : "score.settings.js" } ,
{ "name" : "score.presets.json" , "url" : "score.presets.json" } ,
{ "name" : "score.img" , "url" : "score.app-icon.js" , "evaluate" : true }
] ,
"data" : [ { "name" : "score.json" } ]
} ,
{
"id" : "menusmall" ,
"name" : "Small Menus" ,
2021-10-29 16:35:55 +00:00
"version" : "0.02" ,
2021-10-20 14:11:04 +00:00
"description" : "Replace Bangle.js 2's menus with a version that contains smaller text" ,
"icon" : "app.png" ,
"type" : "boot" ,
"tags" : "system" ,
"supports" : [ "BANGLEJS2" ] ,
"storage" : [
{ "name" : "menusmall.boot.js" , "url" : "boot.js" }
]
} ,
{
"id" : "ffcniftya" ,
"name" : "Nifty-A Clock" ,
"version" : "0.01" ,
"description" : "A nifty clock with time and date" ,
"icon" : "app.png" ,
2021-10-26 12:15:21 +00:00
"screenshots" : [ { "url" : "screenshot_nifty.png" } ] ,
2021-10-20 14:11:04 +00:00
"type" : "clock" ,
"tags" : "clock" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2021-10-26 12:15:21 +00:00
"readme" : "README.md" ,
2021-10-20 14:11:04 +00:00
"allow_emulator" : true ,
"storage" : [
{ "name" : "ffcniftya.app.js" , "url" : "app.js" } ,
{ "name" : "ffcniftya.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2021-10-21 13:49:51 +00:00
} ,
2021-10-26 00:27:05 +00:00
{
"id" : "ffcniftyb" ,
"name" : "Nifty-B Clock" ,
"version" : "0.02" ,
"description" : "A nifty clock (series B) with time, date and color configuration" ,
"icon" : "app.png" ,
2021-10-26 12:15:21 +00:00
"screenshots" : [ { "url" : "screenshot.png" } ] ,
2021-10-26 00:27:05 +00:00
"type" : "clock" ,
"tags" : "clock" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
"allow_emulator" : true ,
"storage" : [
{ "name" : "ffcniftyb.app.js" , "url" : "app.js" } ,
{ "name" : "ffcniftyb.img" , "url" : "app-icon.js" , "evaluate" : true } ,
{ "name" : "ffcniftyb.settings.js" , "url" : "settings.js" }
] ,
"data" : [ { "name" : "ffcniftyb.json" } ]
} ,
2021-10-20 21:55:33 +00:00
{
"id" : "stopwatch" ,
"name" : "Stopwatch Touch" ,
"version" : "0.01" ,
"description" : "A touch based stop watch for Bangle JS 2" ,
"icon" : "stopwatch.png" ,
2021-10-26 12:15:21 +00:00
"screenshots" : [ { "url" : "screenshot1.png" } , { "url" : "screenshot2.png" } , { "url" : "screenshot3.png" } ] ,
2021-10-28 11:14:02 +00:00
"tags" : "tools,app" ,
2021-10-20 21:55:33 +00:00
"supports" : [ "BANGLEJS2" ] ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "stopwatch.app.js" , "url" : "stopwatch.app.js" } ,
{ "name" : "stopwatch.img" , "url" : "stopwatch.icon.js" , "evaluate" : true }
]
2021-10-21 18:59:49 +00:00
} ,
2021-10-26 12:15:21 +00:00
{
"id" : "vernierrespirate" ,
2021-10-21 13:49:51 +00:00
"name" : "Vernier Go Direct Respiration Belt" ,
2021-10-26 12:15:21 +00:00
"shortName" : "Respiration Belt" ,
"version" : "0.01" ,
2021-10-21 13:49:51 +00:00
"description" : "Connects to a Go Direct Respiration Belt and shows respiration rate" ,
"icon" : "app.png" ,
"tags" : "health,bluetooth" ,
2021-10-26 12:15:21 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2021-10-21 13:49:51 +00:00
"readme" : "README.md" ,
"storage" : [
{ "name" : "vernierrespirate.app.js" , "url" : "app.js" } ,
{ "name" : "vernierrespirate.img" , "url" : "app-icon.js" , "evaluate" : true }
] ,
"data" : [ { "name" : "vernierrespirate.json" } ]
2021-10-23 19:25:35 +00:00
} ,
{
"id" : "gpstouch" ,
"name" : "GPS Touch" ,
"version" : "0.01" ,
"description" : "A touch based GPS watch, shows OS map reference" ,
"icon" : "gpstouch.png" ,
2021-10-26 12:15:21 +00:00
"screenshots" : [ { "url" : "screenshot1.png" } , { "url" : "screenshot2.png" } , { "url" : "screenshot3.png" } , { "url" : "screenshot4.png" } ] ,
2021-10-23 19:25:35 +00:00
"tags" : "tools,app" ,
"supports" : [ "BANGLEJS2" ] ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "geotools" , "url" : "geotools.js" } ,
{ "name" : "gpstouch.app.js" , "url" : "gpstouch.app.js" } ,
{ "name" : "gpstouch.img" , "url" : "gpstouch.icon.js" , "evaluate" : true }
]
2021-10-22 14:56:20 +00:00
} ,
{
"id" : "swiperclocklaunch" ,
"name" : "Swiper Clock Launch" ,
2021-11-20 05:18:47 +00:00
"version" : "0.02" ,
2021-10-22 14:56:20 +00:00
"description" : "Navigate between clock and launcher with Swipe action" ,
"icon" : "swiperclocklaunch.png" ,
2021-10-28 13:14:51 +00:00
"type" : "bootloader" ,
"tags" : "tools, system" ,
2021-10-22 14:56:20 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
"storage" : [
2021-10-28 13:14:51 +00:00
{ "name" : "swiperclocklaunch.boot.js" , "url" : "boot.js" } ,
{ "name" : "swiperclocklaunch.img" , "url" : "icon.js" , "evaluate" : true }
2021-10-22 14:56:20 +00:00
]
2021-10-27 16:54:06 +00:00
} ,
{
"id" : "qalarm" ,
"name" : "Q Alarm and Timer" ,
"shortName" : "Q Alarm" ,
"icon" : "app.png" ,
Squashed commit of the following:
commit 5ed43a28b5b9d6820ee898f632535747c1e5913d
Merge: 4cf9192c a385c099
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:12:45 2021 +0000
Merge branch 'espruino:master' into Base
commit 4cf9192c4341a85eab1198b8663f48d276704ac3
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:25 2021 +0000
Update core
commit 69a54194a9eb41d0722fc061bec5c900b724e8cf
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:14 2021 +0000
Squashed commit of the following:
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit e040cc4e245a8fb4c55bfeb99cab12c62af5e7b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 15:22:16 2021 +0000
replace tabs!
commit 60c2fa710c4904827bfba868507a9f6d10d524a3
Merge: 38b2e417 f3cb7e9a
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:29:46 2021 +0000
Merge pull request #942 from madman2021/master
Add new TimeCal app
commit 38b2e417bf8e63be394a96ed24b9e3d174d5f45b
Merge: 94bd895b 43b38cc8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:26:43 2021 +0000
Merge pull request #943 from peerdavid/master
[LCARS Clock] Shows icons for charging and out of battery
commit 94bd895bafeb37250b64373692c9cceb3e9ece97
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 12:56:56 2021 +0000
welcome 0.14: Turn off and run later to use softOff to time is set right
plus other minor tweaks
commit 43b38cc8ab5796e25f65ace531be68a6a4134f98
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:40:47 2021 +0100
New screenshot. Updated version.
commit 34c6589f06a1a8ba0f7fe2e126b41d03dff7f45b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:37:07 2021 +0100
Minor improvement
commit c403a5af671cf70b18776fad83126adf66122f0f
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:36:21 2021 +0100
New design. Removed png icon files - only converted icons are needed.
commit 19655ea3279daf32ebfd4453db398915a8229946
Merge: 274b705c b1fb0e6b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:44 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 274b705c1e7313cf646412ec01bf17de9b1dabcf
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:37 2021 +0100
More lcars style
commit f3cb7e9a0b8f0ba3624b639415c9168c240905e8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:53:14 2021 +0000
Remove Icon as it renders massive
commit 1a9f5375557fc232acfe3f42d1198da827db5ab8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:46:03 2021 +0000
Add missing supports tag for TimeCal
commit 3738bde22a0d4cef2bd5c956a1a370e9a145689a
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:43:38 2021 +0000
Add TimeCal to the app library
Add TimeCal to the app library
commit b1fb0e6b7d88f53cff85f6a8d3eb416bebd35e92
Merge: 559e8208 dabc22c2
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 11:10:36 2021 +0100
Merge branch 'espruino:master' into master
commit dabc22c2d725ccddad8b08c0fa0b14af94d38e28
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 09:54:11 2021 +0000
custom code works on bangle2
commit 2e83a511d2032736a63bda38406b4f744a4130f1
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:51:20 2021 +0000
metronome supports bangle 2 now
commit cea51d06d07f09923d590357c33782861c342817
Merge: cd1daba0 4eee3f05
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:50:24 2021 +0000
Merge pull request #938 from bengwalker/master
Add Bangle.js 2 support for metronome app
commit cd1daba0c55e99f5a477407f47b932d050c0b6f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:46:13 2021 +0000
0.25: Fix issue where if Bangle.js 2 got a GPS fix but no reported time, errors could be caused by the widget (fix #935)
commit c03ab08687bbc7ed893ed2ef8c3be21f1e61e74f
Merge: 1750c72e f10bf240
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:40:53 2021 +0000
Merge pull request #939 from Ronin0000/master
Add Screenshots to Many Apps
commit 1750c72e94eab6ee22650d993ea31efa17e79c46
Merge: 5eeb1181 1def233d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:38:06 2021 +0000
Merge pull request #936 from Vingelar/master
Binwatch: re-format background images
commit 559e82088077ba79675c0012c921eae3ef32b16d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:14:04 2021 +0100
Minor design change
commit d24b8c80da7afd75a6f121a22e3694252aa3c57a
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:12:25 2021 +0100
Minor design chnges
commit f10bf24018add2df61a5fc422aee941b07c70082
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 17:04:07 2021 -0800
Update apps.json
commit c66b0982368a5e1ee74da598945df12d88cba679
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:53:48 2021 -0800
Update apps.json
commit 638fea73c791b4f11b6119c02ca2090c31b6bc83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:24:10 2021 -0800
Add files via upload
commit 4e79c896c65b2edc7dfcb7b4b2eb6ae1c96f60ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:23:33 2021 -0800
Add files via upload
commit 33809d8cdfa7ea3f02941c820b4836f20a9eb869
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:58 2021 -0800
Add files via upload
commit 6cb83284a7e7b9d2f8935835702e713f0f9b7b51
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:45 2021 -0800
Add files via upload
commit 7e521d0d29262227a32244d2929eb99fcb36fb98
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:17 2021 -0800
Add files via upload
commit 9985ff03f20469897ceb3dd1acb4f90ac850ebb8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:00 2021 -0800
Add files via upload
commit 6f437c39866562e05d8821bdb5150cd553f3a6cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:21:15 2021 -0800
Add files via upload
commit ffe218a0046d65464e96cdc59d1c10fbb708b791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:56 2021 -0800
Add files via upload
commit 9400133dd49762a7bfcff38e5a6249cbfd5753f7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:39 2021 -0800
Add files via upload
commit 76463d927940f590ed45cc51558723375217a34a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:37 2021 -0800
Add files via upload
commit 4011accb47eb53954acc3e27cce5b6f6cb025c57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:19 2021 -0800
Add files via upload
commit bc5960d61a40c08566a8e1977fa53c6528f04a85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:07 2021 -0800
Add files via upload
commit da5634beda72243f5ee6e4fc0e376c6c5f9c6ccc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:51 2021 -0800
Add files via upload
commit b9c4640f853d4992e57cd5d6b2e3f4d75db32d1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:25 2021 -0800
Add files via upload
commit d27a605a24cc06903084b6a796c9c93b7724150f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:07 2021 -0800
Add files via upload
commit 52baa42e69b1a7a8ef6bc2cae548298af4dcbf7c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:48 2021 -0800
Add files via upload
commit db3b6a58e49a3d5ce9b528011f3e0607474e4fa8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:16 2021 -0800
Add files via upload
commit f0de0d8a9d542fd960f13b36a2bb2a3548f06033
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:52 2021 -0800
Add files via upload
commit 6d4cb98ba83d0ab62406c00ed9fa8dcd139d2f8c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:34 2021 -0800
Add files via upload
commit 5f434d9d327fff8cebf41a45cf73ea9c96cb42db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:23 2021 -0800
Add files via upload
commit 6e72349f05e3773b0ae60217df8b6f266447f1ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:37 2021 -0800
Add files via upload
commit 03e4d0d7c01cdc214526891933f3c155f63ff2b5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:21 2021 -0800
Add files via upload
commit ead12a1c11e3937637e8af8b1d54218e0138e908
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:54 2021 -0800
Add files via upload
commit a1ed32c91380e03146dc4003a3ee6e400d0dd35f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:30 2021 -0800
Add files via upload
commit fae08d7a739b1a28faacb0105d5ad417171dddcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:57 2021 -0800
Add files via upload
commit b889e431edf72d64867c576135bc1470c4590db2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:32 2021 -0800
Add files via upload
commit f177480160184722b935623ebed05ad630a5a6a2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:02 2021 -0800
Add files via upload
commit a2fe8c3722f56c59957642cad2bb0a6454dc6f5b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:11:42 2021 -0800
Add files via upload
commit c1cdf15bf5413167692e9c7bd4f5fee31fe4d4c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:49 2021 -0800
Add files via upload
commit fb1c5529f037cc701e30d9da036a54236ea1ba1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:11 2021 -0800
Add files via upload
commit 530089e0830473574b38c172a964f9cfb49436a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:35 2021 -0800
Add files via upload
commit 3556e668560587c074ad435b977283e19367f69e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:12 2021 -0800
Add files via upload
commit e1e32772e4dd1943af6ed37407425998b0819e48
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:56 2021 -0800
Add files via upload
commit 8084bb92b7cfb12740129c57e1bb5c05ce13994c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:37 2021 -0800
Add files via upload
commit 2c997d2964d4ade4ba0aa5ef89a1b646c15a9751
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:18 2021 -0800
Add files via upload
commit 747626b66c880293481bd0a97cda8e32e0239d04
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:07:24 2021 -0800
Add files via upload
commit ed36fae0ac6def24ca20ab6229affbcf7502582e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:59 2021 -0800
Add files via upload
commit e8baad3c3775e26f8a88457ff8f361a18572e484
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:33 2021 -0800
Add files via upload
commit 1efcebe84aa2b2b00d6920a84d4e486b834c1083
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:16 2021 -0800
Add files via upload
commit 082d3d1e95e9bb98e10bb1679ae0dfba11bf44e0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:05:21 2021 -0800
Add files via upload
commit b10f62a6c55dd89bb15a97430b74269486a72807
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:58 2021 -0800
Add files via upload
commit 24b41c2c6fe40d18ffd9dfc0404f215cc9b847ff
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:42 2021 -0800
Add files via upload
commit 19a2ef1a44c78fe9b1922574f0a1eda20f2fbd43
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:01 2021 -0800
Add files via upload
commit 7089d6e74c438d3577ebf03857b0c1b6f73aaa2a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:03:38 2021 -0800
Add files via upload
commit 431824f828f0ea900c9d206e492cc7a6d1830f2e
Merge: 15aa41c7 5eeb1181
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 15:15:57 2021 -0800
Merge branch 'espruino:master' into master
commit 5eeb1181d049f1580f75657b9a9ac664041b26b9
Merge: 546a0b16 6b05d928
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:29:18 2021 +0000
Merge pull request #937 from rigrig/barclock-b2
Barclock works fine on the Bangle.js 2 :-)
commit 15aa41c766b2a25c7a83a1a6744706a7b2852aa3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:23:03 2021 -0800
Add files via upload
commit 6a93494e3fe516ccbc7755027f613bd9bd529021
Merge: 12443640 546a0b16
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:22:27 2021 -0800
Merge branch 'espruino:master' into master
commit 546a0b16cc32841b38a0d39b07ec6d18f58d21c5
Merge: cb6e14f6 18fbd289
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:55 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit cb6e14f6c12816224bbc3dc127e9817d0df7ae78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:37 2021 +0000
messages, start of call handling and message responses, fix for scroll issue when only 2 menu items
commit 12443640c95efbe9f25ed0ffe73280c84d90cd13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:54:22 2021 -0800
Update apps.json
commit 9bdc07f8617e457439522d5b4c84a65d1eba4ed9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:47:36 2021 -0800
Update apps.json
commit 4eee3f05e92e26aa5c70c1d2cefcc97ff4935b0d
Merge: aafc93f0 18fbd289
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:46:32 2021 +0100
Merge branch 'master' into master
commit 298fa47cd87e37b19cd142f47867843e24d08b57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:42:50 2021 -0800
Update apps.json
commit 52c07f6dc80e8eabd017fc324332c0594c173399
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:40:42 2021 -0800
Update apps.json
commit fe340d75bbb6c7814241becacddaca50435c5fe3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:39:31 2021 -0800
Update apps.json
commit aafc93f09a818f5bb6e4b6988246e4f8d049df87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:35:35 2021 +0100
Update README.md
update README
commit bd80ea5ca03b2e9d5f2eb562adc7305b3952d2e5
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:31:33 2021 +0100
Update metronome.js
print instructuions for banglejs2
commit 51afd5ef049c67f331931ee18b53e9d4e835342a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:29:27 2021 -0800
Add files via upload
commit ff62b603a27d6acea382af80496b6a35787a73ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:51 2021 -0800
Add files via upload
commit ffbd331c1376c5f393dafe62eaa62a9991949a3e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:29 2021 -0800
Add files via upload
commit 93c113a95a21dccfde6bb171d15b0f93e6d0f58a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:25 2021 -0800
Add files via upload
commit b2be26fccedfa52f00f275db8050c0c3e532859b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:07 2021 -0800
Add files via upload
commit 899e78539c3bb0e41e4d56aa854c4806715ccce0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:26:06 2021 -0800
Add files via upload
commit 50a88d41cd63e51a876e4fca58fe13c5af2088fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:35 2021 -0800
Add files via upload
commit b1d636bac2148007dd72becff0daddf24b80f0a4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:10 2021 -0800
Add files via upload
commit 6b05d928751b49d4910ddd3a6867e2d4cad6c93f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 19:42:12 2021 +0100
barclock: Fix time/date disappearing after fullscreen notification
By forcing a complete redraw at lcdPower-on
commit 32e3d326aa143eed99d26c81c9fbf870730591f4
Author: Richard de Boer <git@tubul.net>
Date: Sat Nov 20 17:13:36 2021 +0100
barclock works fine on the Bangle.js 2 :-)
commit 1def233de2434d272c6f712c9c213b7caff3ae92
Author: Vingelar <Vingelar@mantisse.de>
Date: Tue Nov 23 19:09:16 2021 +0100
changed format of bg images to binary raw format (export from emulator
commit e021aa2c9d5c44f9130e4bf67cb4b066d02cbd6d
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:59:49 2021 +0100
Update app.js
binwatch: adapted names of bg images
commit 3dd723d10bd3195257205a48dc79872668bd53cb
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:58:48 2021 +0100
Update apps.json
binwatch: shorten names of background images
commit 275402344ee927a51d0c100d4387c739d7a49968
Merge: cf027b37 18fbd289
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:36:45 2021 +0100
Merge branch 'espruino:master' into master
commit 18fbd2898da9fc2bfb16d0adf9cf2b97f5ce0f3d
Merge: 5be6981a df364bab
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:34:15 2021 +0000
Merge pull request #933 from peerdavid/master
[LCARS Clock] Added lcars icon to watch face.
commit cf027b3783cbbf8deca98fb3e1ee1922557686bf
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:34:13 2021 +0100
Update app.js
changed names of background images
commit 5be6981acdf3935b936bb85caf37780537518b66
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:31:42 2021 +0000
oops - named stub wrong
commit d328d94d34ea86dd99f958098c7f0a000b1e395f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:30:20 2021 +0100
Add files via upload
added background files exported from Emulator
commit c36fb16a684085c2eb6ada2c50021d3776f5e215
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:54 2021 +0100
Delete Background240_center.js
removed background240_center.js (wrong format)
commit 4719fada2843f1c8d6ae36d8d59d0fb95318d9b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:28:34 2021 +0000
Android Remove messages on disconnect, Fix music control (ref #909)
commit f431bd8a2c823e877ee6e78576aa4f39a0b5701f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:25 2021 +0100
Delete Background176_center.js
remove backgounrd176_center.js (wrong format)
commit 1b548c9bbb5a10769498b4ad1be04397fb889bce
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:27:33 2021 +0100
Update apps.json
adapted naming for image files
commit df364babab19550f75a01d707f0684d8547e8664
Merge: d28517b2 a1eeadfc
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 17:16:00 2021 +0100
Merge branch 'espruino:master' into master
commit d28517b2a5b5e7eaa6a8d9832d9352062addb3ee
Merge: cd93a201 465c93d8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:18 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit cd93a201f846e2c51a1ff9cc447dbbbdc2c5e2cc
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:15 2021 +0100
Moved logo
commit dd2bb22f076abff1aac2f32734b50fdcc5423861
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:08:57 2021 +0100
Update apps.json
use .js files as background images
commit 03c5f996f4998ebc1e6bfea7e77d3a61743c0c69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:07:21 2021 +0100
Add files via upload
added background files as js
commit 7d81bfe2bbdf5095ac7550247eddbe6827cec4c0
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:53:40 2021 +0100
Update apps.json
added missing "url" to background storage
commit 51b73894e461af6312b6fca28e0b5888e9f98da6
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:51:40 2021 +0100
Update app.js
use background images from storage
commit dab36d05a77563e9a839f38807bfd7cfe09a1f69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:48:50 2021 +0100
Update apps.json
added background images to stroage
commit 31f28093411e4f501dd49f98359af43e71e8b27e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:44:49 2021 +0000
Fix https://github.com/espruino/BangleApps/issues/927 - App loader offers to update unknown apps
commit a1eeadfc224a976e3fca6a00ca47d1c1389fa70f
Merge: 68429483 0a695e51
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:40:09 2021 +0000
Merge pull request #934 from Ronin0000/master
Fix School Calendar Bug
commit 0a695e5143fbff3935e80b9df85720f065b1e185
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:09:14 2021 -0800
Update custom.html
fix bug that was for testing
commit cfecc24f42d257d565f21571a50b825cffb2f1c3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:05:47 2021 -0800
Delete boot.js
commit 684294830d75459982845920cb30815236dc0917
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 13:57:46 2021 +0000
app manager works in bjs2
commit 465c93d830300054722f10f483a9023c6ec315e7
Merge: d20f5e59 3ba779ee
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 14:53:47 2021 +0100
Merge branch 'espruino:master' into master
commit d20f5e597e72d8392af3e9b745a4dfab36e8797f
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:53:27 2021 +0100
Updated screenshot
commit a283cf58fb90b1852d8e414fb01010632a65ba46
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:51:55 2021 +0100
Included lcars logo
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 3ba779ee5826a60f127ed12f0eeaa2a848f53b4c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:48:34 2021 +0000
Fix bangleapps after recent PRs
commit aaf06b113c72e1487651d30602ba79c95a41d6ff
Merge: a0351381 06a6b72d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:42:26 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 9600f16671ab5a9fc772a959a7110622baa5e606
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:19:48 2021 +0100
Updated changelog
commit 98577b626960bd971af483ef709655dfe0ac1f00
Merge: 1ccabca0 d3cd47f9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:52 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 1ccabca0c6f1cf79c1b5d6a56749ab752a4d1850
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:50 2021 +0100
No hrm icon - its shown too much.
commit d3cd47f95704e7c508e1e311d3224826f3fd73ce
Merge: 2e18795c 06a6b72d
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 11:12:43 2021 +0100
Merge branch 'espruino:master' into master
commit 2e18795c5780148c6f52d50cd69849b5893b1cdb
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:11:33 2021 +0100
Fixed string
commit 36edd449c5398147536d20c2b4f11040cb3105b9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:10:33 2021 +0100
Minor change
commit 06a6b72d42fc55a224bb5d133640670c21d6cae0
Merge: a39d4102 be083113
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:03:45 2021 +0000
Merge pull request #925 from Ronin0000/master
Add School Calendar
commit a39d4102963fc1593e1f2f8ea3f4372a3da4da6f
Merge: ab2cb243 930cfa13
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:02:41 2021 +0000
Merge pull request #928 from peerdavid/master
[LCARS Clock] Icons for different states such as GPS or HRM.
commit 5c3b0468d4ce9a51249f6f098c3e6ba84ba1cf41
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:59:26 2021 +0100
Update apps.json
corrected format
commit 336501059da7bceddba9e300c5b6d5bd1aba6a3a
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:56:25 2021 +0100
Update apps.json
removed background image
commit 3f4c49a8aef6ba79419f00d86fc4f02435b72e21
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:55:07 2021 +0100
Update app.js
integrated BG image into app
commit ff3223e1b906957811cad815df88ad495e70a95f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:51:02 2021 +0100
Update app.js
added "require" for bg image
commit ab2cb243857e50e7bb80ee163e4bc153302446a7
Merge: adadf7ef 162dc1f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:51:01 2021 +0000
Merge pull request #929 from weeurey/master
Update app
commit adadf7efd39b01466cfd348e13c5a02deaa6bf4d
Merge: b7f403e7 0f9d938f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:26 2021 +0000
Merge pull request #931 from reelyactive/master
emojuino@0.02
commit b7f403e79bf5fae387c5f6d0522f49ce917362a6
Merge: f4e997d4 46383d4d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:12 2021 +0000
Merge pull request #930 from rigrig/gbmusic-fix
gbmusic: fix "previous" button image
commit a03513812956c629f003824b46bb6763734eead8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:44:24 2021 +0000
fix download icon on android
commit b128f5c15569de9e2be0717f270cfd90e006d5ab
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:38:02 2021 +0100
Update apps.json
added background image to upload
commit 930cfa13315046c621a5444632f7b12bbd956fae
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 09:43:24 2021 +0100
New HRM Icon
commit 7f3f7b9eee3c23c922645274dd8d7947def8158d
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:26:37 2021 +0100
Currently, no confidence > 80 is reached...
commit 1fb861b82c4cc75b94dc6875280fbd411390bc71
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:25:11 2021 +0100
HRM confidence of 80 to display
commit 7d95221e166770be91bf76374f926fe996356009
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:24:15 2021 +0100
Minor change
commit 6d8d98fb03e7bed42c3feeee771ddfcd78b60ea8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:21:41 2021 +0100
Show HRM
commit a0cc4c633e0e6853a0f170a5358b7e1f11e310af
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:10:00 2021 +0100
Minor changes
commit be083113316ec7ba07d780b6593cb9adfd748298
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 19:11:40 2021 -0800
Update custom.html
commit 0664a44c454107d4e3ff039d12baffea3e90cf5f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:52:43 2021 -0800
Update apps.json
commit b032ca0fc1936e650a459f766799e197daf2a4dd
Merge: 7fd37f7e f1f063fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:27 2021 -0800
Merge branch 'espruino-master'
commit f1f063fd1adb553c548a3aa54156bce00b4ca48d
Merge: 7fd37f7e f4e997d4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:09 2021 -0800
merge3
commit 0f9d938fa6970df18fbe99f3c707b94aa26d15c1
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:23:17 2021 -0500
Version bump
commit 5a01047cd0b30e4b7b253d784bd0b5755fc0c2e2
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:21:29 2021 -0500
Added screenshots
commit ae55c2d39fc936cfa1954d44b7f76dc91c21ced3
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:09:26 2021 -0500
Allow emulator, specify type as app
commit 58f9e7cd5b59904651fb878a89844ee4ccfb23df
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:03:18 2021 -0500
Upgrade to emoji images and supporting text
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit 7fd37f7e4e669c0aea7b5324b85f9d85ca394dcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 12:18:44 2021 -0800
Update custom.html
commit 84d9ca4b337e36c4f62ffce4b3059f8f2909d482
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:57:14 2021 -0800
Update boot.js
commit 740f4a95665fd92ad87e83dd381da7e55c2e4b18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:52:27 2021 -0800
Create boot.js
not part of the current merge
commit d3538a03f10f6323afc8656cef397a561cf35bf0
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:12:50 2021 +0100
Added raster
commit 20310fdb75b11fe8b3ea38dc7810732910537169
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:02:27 2021 +0100
Smaller icons
commit 3863be18301cec9fec480db7fe28a19439c708d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 09:06:52 2021 -0800
Delete apps/schoolCalendar/fullcalendar/interaction/src directory
commit 5d8c13a7e6a934e8b750f0ab4871e3dcc67c09bf
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:56:29 2021 +0100
Updated screenshot accordingly
commit 21134a1dcdc102755171af26e99ae86f3559996f
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:55:21 2021 +0100
Better background
commit cab3d43085b2edf4dc97ebf05785bb5b446a88da
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:39:48 2021 +0100
Better alarm - shown only in icon so we can display more data.
commit db22bac0ecd48633d6acf0874127a1b28821d8ea
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:11:15 2021 +0100
Use correct alarm icon
commit 162dc1f29346ab0f6ff4b7cd4128826292ca766e
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:11:07 2021 +0000
Update apps.json
commit dc24ae9bfba1786d4d8a3e22871c4da7bda9fb92
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:10:58 2021 +0100
Better HRM Icon
commit 8e688d144ab30ff87f31b51ab457688ce03c4c23
Merge: 741f7aab f4e997d4
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:09:43 2021 +0000
Merge branch 'espruino:master' into master
commit 741f7aab5239e6fa6ae48e1a5351216dfcfc4177
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:08:38 2021 +0000
Update apps.json
commit 247ed9faa2e8b8463374fea05d4bb04ddda2cfc1
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:07:39 2021 +0000
Create ChangeLog
commit d878d46d4ccc5128643034c535cff69984ab7853
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:05:57 2021 +0000
Update app.js
commit c720fc314b516e1007452ad18ce51bc4fefefec1
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:03:21 2021 +0100
New alarm icon
commit 75fbd6882d1368c73db1b96fac79f4202d6a5e53
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:37:48 2021 +0100
Added icon for alarm
commit eb20f15537d8b6be7226b2ae49fc6e6dd0474124
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:33:42 2021 +0100
Compeletely new design with icons for GPS, HRM and Compass. All Icons are open source and mentioned in the Readme.md file.
commit 46383d4d5547bca38a2a07ea01d67afa0166bedc
Author: Richard de Boer <git@tubul.net>
Date: Mon Nov 22 13:18:01 2021 +0100
gbmusic: fix "previous" button image
commit 1bf5132a5caf41398125e0c7f2bad72ffa300df2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:07:49 2021 -0800
Update custom.html
commit 618c5b7a10ebe610205ab463c395f65948e5a763
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:02:29 2021 -0800
Update custom.html
commit adfeb5e535564f8851fcdc080e2fa10d9acced9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:00:21 2021 -0800
Update custom.html
commit f950fd2ee88486e3355efd30823d50de799e8418
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:57:52 2021 -0800
Update custom.html
commit 3ee0e9bae6ee137c6e36672c9aa6a20d1c072caf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:49:48 2021 -0800
Update apps.json
commit 387bd30236b5d765b396eba24ad43120ceb6c384
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:48:14 2021 -0800
Rename ChangeLog.md to ChangeLog
commit 6e07f282b8918ac3b8f333c7c4156980a44ff1d6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:41:26 2021 -0800
Add files via upload
commit fea37b4992e65a5ca54648f88281ce2623f6a55f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:40 2021 -0800
Update apps.json
commit 939d8f6a9ae71b49c13f7dbf1455bb2fec60462a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:21 2021 -0800
Add files via upload
commit 854ae5361d1b2400f6b6d1b2c2239f46d1e16bc9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:34:28 2021 -0800
Update README.md
commit 426768eb11e34ea7a04010e6fe7da1a5a5187f40
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:32:14 2021 -0800
Update custom.html
commit bf994d9acc8b79ebda1e47dc5ebc5158210d6205
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:24:29 2021 -0800
Update apps.json
commit 7c74c5d43f9f66b6374cabd4e247d1560e5f29a1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:15:40 2021 -0800
Update apps.json
commit 8981aa3f614c388c74d73ccd25e16f5e6eabde9f
Merge: e878e547 100384f2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:12:19 2021 -0800
Merge branch 'espruino:master' into master
commit e878e5478713b0b3cae0bb86e28f998cbfeb9b10
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:11:43 2021 -0800
merge
commit 3bde4d2e48711186ae26036baea8f880c2aac7c4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 16:12:16 2021 -0800
Update custom.html
commit 5f3c93df8cc8b73c432ea31b15e84e4b106256de
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:37:41 2021 -0800
Update custom.html
commit 26bd9e35be993aae4deece775ac85f53f877b122
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:35:47 2021 -0800
Update custom.html
commit 8f2cc6e2137cf29e03435123e96d9c6c550864d1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:34:09 2021 -0800
Update custom.html
commit 66f061112301898b011412e91982dbefc7cc2d1e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:32:48 2021 -0800
Update custom.html
commit 87a9504912b8753dc63700207ee89acacbb34726
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:30:44 2021 -0800
Update custom.html
commit 626498da9d296fecf6776b836def4eda87027d85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:24:01 2021 -0800
Update custom.html
commit 3472ca355a1a71d3fa3f464ece2b81dce7f4eeaa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:21:57 2021 -0800
Update custom.html
commit 529b0cb4637652dfc0a3ba6688b863b5f47437ca
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:19:53 2021 -0800
Update custom.html
commit e77d9980023f041a87743ac1fd3c48a3f0652a8e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:18:21 2021 -0800
Update custom.html
update
commit a712c37c7652f7bc46c4d7761df93b3d28e17229
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:17:58 2021 -0800
Update custom.html
commit 4d9d6abb9ef466e4058510efe9eec295f60127e9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:14:02 2021 -0800
Update custom.html
commit f35b24844810a90f08f731cc9e63535be217e4cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:09:44 2021 -0800
Update custom.html
commit d0336b2854d7e0892c440ef8c5f83bcbe1374a9b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:06:56 2021 -0800
Update custom.html
commit 640c8e491e489e9ea88282cf0bfe14004838b3db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:03:42 2021 -0800
Update custom.html
commit 604153cb2408399ce1420b43ef87f41c09d3daa6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:01:45 2021 -0800
Update custom.html
commit 0f8f1e38e85a8c1c49057f4b891209bdfad67aef
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:44 2021 -0800
Update custom.html
commit 7f7dcb0bcf89b1d66f60481efaa09f5956ee4ecc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:22 2021 -0800
Update custom.html
commit d42fe03dc8fcbc0f68857dd9f887c8cc4eff1c06
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:55:08 2021 -0800
Update custom.html
commit 98f172fad442e89f53c45ac47f2388a08049855a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:53:01 2021 -0800
Update custom.html
commit daf8dde32bc81b8f04402c4728eac41784751cd5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:49:25 2021 -0800
Update custom.html
commit 408bd24080a2f7dcf1e6d0c33dab65da4dff82cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:48:38 2021 -0800
Update custom.html
commit 68db21acbb837b12d84d9930d451d2ba90e251dd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:44:30 2021 -0800
Update custom.html
commit 45feb1b2ffb17b8835c505bc4a4f825ddc17bf4f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:42 2021 -0800
Update custom.html
commit 3bc5fd87b61cbb9b867009d933342fe627da982d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:12 2021 -0800
Update custom.html
commit c3eede9868ee342bc4248e71a874c2e6b332dcdd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:37:42 2021 -0800
Update custom.html
commit 8426356c01a23ae769c79f726b95ea64f4428574
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:35:55 2021 -0800
Update custom.html
commit 93f09c216a1eb9aa876c88a1f806ccb709e971b7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:39 2021 -0800
Update apps.json
commit cb748a251dbd11e87615d82081522953607b3a27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:20 2021 -0800
Update custom.html
commit a994ed66301040f60d5f99b672a6081152a20d6c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:53:38 2021 -0800
Update custom.html
commit b76bb48973dbabfaf56bdec4aee44a483f94d129
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:50:08 2021 -0800
Update custom.html
commit f99ce683e9ce42431321fc711e061955bc0220fb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:46:32 2021 -0800
Update custom.html
commit ddfdd94ff845d3d8560158cde184a9a19a3d2142
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:42:51 2021 -0800
Update custom.html
commit 52675f7eff140426532f81da9c84c5d7803d0cda
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:48:03 2021 -0800
Update custom.html
commit d4911034145e3d98b99d649be55c75671e2f5c5c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:44:23 2021 -0800
Update custom.html
commit 71ff5959aec6a5f8302bda513d2c1371bbed0743
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:58 2021 -0800
Update custom.html
commit daba705b37b9952cba2910c3c0bed23e58aaf2fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:16 2021 -0800
Update custom.html
commit 19cb5fc749abeefe378205531d18b97562ddfc47
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:39:15 2021 -0800
Update apps.json
commit 6c20945898b84a02d6b440923a5afd994c7d97aa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:37:41 2021 -0800
Update custom.html
commit ff519bdc0d9bca530284d98cad9fd023ad37d50d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:15:29 2021 -0800
Update custom.html
commit 34843d703aae0b6a33be352ad0f8408d8d17d07b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:11:54 2021 -0800
Update custom.html
commit 4da82197f32b280e4192d5bc9a5ba174fbad4ace
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:01:20 2021 -0800
Update custom.html
commit a9c5a32bc1359d8288f4fd6b6da50eaf40910c9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:56:54 2021 -0800
Update custom.html
commit 352fea34791ccf06450a516ab2a2daf22353c641
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:53:38 2021 -0800
Update apps.json
commit ab6f56c381a54e4ab3466625a9eb794eef5dd2a0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:52:34 2021 -0800
Update custom.html
commit a65742ce346039ef901e70157620aabd95bbca35
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:48:25 2021 -0800
Update apps.json
commit a1a387dd600f7e5c3879d74cd5a516d7566fb7bb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:47:52 2021 -0800
Update custom.html
commit 180e88e0e44dc3ca09291a7d37b6fa4df637fa78
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:50 2021 -0800
Update custom.html
commit 0099736b8c64e8f1afefd4d52b526151e3ac700a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:14 2021 -0800
Update apps.json
commit 1fdf4e954e23fe0514b8d795224c2edafd5941c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:43 2021 -0800
Update apps.json
commit faa5b6b21aa8b7062dc62499e8361b8233cf9408
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:10 2021 -0800
Update custom.html
commit d617803c13ec381f35a9d30f99a267dca02c9cf1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:44 2021 -0800
Update apps.json
commit dc669254bcccad425153d209d6dcdf002f64a30d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:10 2021 -0800
Update custom.html
commit 303247fb4e66802ed7f5c2ee404ce0a28221ec2d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:25:00 2021 -0800
Update custom.html
commit d836cbd2ba256adfffa55f1d12fda02ae8ac760c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:15:16 2021 -0800
Update custom.html
commit e206bd4e1cad4aab266fd376fa525500941878a8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:08:00 2021 -0800
Update custom.html
commit 1a6c1acce50fe2fe2e49bfc26b3ac98c1db5aa13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:04:06 2021 -0800
Update custom.html
commit aa20fac50ed19adfb9248fd9cda1ebb7c31f95b1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:02:52 2021 -0800
Update apps.json
commit 5625414e90c78677040420f342f29e96f088469b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:34:30 2021 -0800
Update apps.json
commit ebc2d8096144e6150920efc4b63e8f1e3f52eb00
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:33:27 2021 -0800
Update custom.html
commit 6c43de3766433c1f9fa1d01fd24cbfe0839e19c0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:21:11 2021 -0800
Update apps.json
commit 37da3c68aeeb5fec1ef3d8965fa3d8170074d791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:19:46 2021 -0800
Update custom.html
commit 92707b9d13ed269a41684ce45111376694cb6e58
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:12:50 2021 -0800
Update ChangeLog.md
commit d3ca682cff08be0bb2a64ab057f6efdf36b4e094
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:09:56 2021 -0800
Update apps.json
commit dfd9e59993944f6323120f8af660d880c63c6793
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:08:52 2021 -0800
Update custom.html
commit 5d24a09ffa2d9cad10a5fae3c7b4d5fafc944aa9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:04:41 2021 -0800
Update apps.json
commit e965bd7d962108a2944824eb6579fce435876966
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:43 2021 -0800
Update custom.html
commit 345d9c155135fc4d0a2b8d00b3528b363a584ced
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:12 2021 -0800
Delete schoolCalendar.js
commit dc9db8a4767d4c16d92645131d977263e2468521
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:58 2021 -0800
Update schoolCalendar.js
commit 58df0a5ca26684b4da84929c8c388ca5c37acabd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:03 2021 -0800
Update apps.json
commit 65ad4979e8d58b51f11f3bcc86f31ab303a5d7b6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:27:10 2021 -0800
Update custom.html
commit 9c07800c5ef948a1b9b2071e7bdfe46809fefa1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:07:38 2021 -0800
Update custom.html
commit b108bc45fb8bfa266e4d4ad3e66a9f65cec96c92
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:58:24 2021 -0800
Update custom.html
commit d871855f8e217b27ea73ed28b389bbc8aea59d62
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:55:58 2021 -0800
Update apps.json
commit 99112920b287568db32c5e43b47cfc2ee0cf71a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:47:34 2021 -0800
Update apps.json
commit 37f4329ec57bc4a96a1b2a0847406f6a05cad520
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:49 2021 -0800
Update apps.json
commit ba2aee642bf90307757bb85fda6aa0db01bed5e5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:06 2021 -0800
Update custom.html
commit 98048dc23cb1caf3aafbf1d1ecfa461ba5943925
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:37:23 2021 -0800
Update apps.json
commit 1a53e8d34af89f0e6c889653961350a898deea81
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:33:43 2021 -0800
Update custom.html
commit 993bb7298c8fbc9348e6668b70a555c51dc54a09
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:31:41 2021 -0800
Rename interface.html to custom.html
commit 3a3962bfdc0365e75f8804b61293ec91084f6698
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:30:12 2021 -0800
Rename custom.html to interface.html
commit c8ad92a3dcb7b8a0df83f2e720b6730dd785e829
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:20:33 2021 -0800
Update apps.json
commit ae85c1cee709457b10233205c057f946ea15fe83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:14:33 2021 -0800
Update custom.html
commit c1b467ba8e96f58b27eb3b9b2dc2b859fa89e227
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:14:50 2021 +0000
Update app.js
commit 438537ace2358f5b798bdfde92ebf78db81abc49
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:10:03 2021 +0000
Update app.js
commit e6d736860d7d7511f08474a4d8f6446ebe97e634
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:57:57 2021 +0000
Update app.js
commit e1add5e2b2a068873d0102324d61f9ff5532924d
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:45:02 2021 +0000
Update app.js
commit 09be008dfaf764b542a80f4dbbde6ab26314713e
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:39:48 2021 +0000
Update app.js
commit 9f26994f5c66a5ee88a702c7a73d8bcc0c8236c3
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:33:47 2021 +0000
Update app.js
commit 0cf4c5d70a97480185296b32137fcdc179fddcc4
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:10:31 2021 +0000
Update app.js
commit cfdb94439526722ca757b8ee748d298f6a76d9e7
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:32:34 2021 +0000
Update app.js
Add Media controls
commit e3cd8f5607f912002d3ec0adf833834058a492cb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:16:37 2021 +0000
Update app.js
Removed extra unneeded code
commit ceed8a123836f5da6fb8c5d6741e2224a3e4a0af
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 15:05:28 2021 +0000
Update app.js
commit 721a3f2608ee0012767cfacd5c69aa91a7bba5f6
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:39:30 2021 +0000
Update app.js
commit a16bfe4d7350b34c694050448f2aefc990d19dcb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:32:57 2021 +0000
Update app.js
commit e72bf84a7a05c4208e8c1d5f60815a9f57ca11c4
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 21:29:57 2021 +0100
use dark theme for metronome
commit 071a7a7e683a649b9f75fdc92b9f56804cd0af87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 20:46:18 2021 +0100
add support for Bangle.js 2
commit 7a7175fa483e4e9fcd5912d83e9519274d67b4f0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Nov 4 16:00:41 2021 -0700
Update custom.html
commit e2928498690565ba7d0454aaa4265bc8adfda712
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:32 2021 -0700
Rename interface.html to custom.html
commit cd7579269efe8d54a5a5680b8126ea38f9ce54be
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:04 2021 -0700
Update apps.json
commit df7f9cc530194025708b712565a410aed1d73e95
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:20:09 2021 -0700
Update interface.html
commit ada94b11cfbebfeaa010cee1b39d0f92591d4e13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:06:50 2021 -0700
Update interface.html
commit 08fc58deb57847cca7d81bf84a54df16ce97528f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:20:57 2021 -0700
Update interface.html
commit 04b9e74a4d2cd84dd9b64b0ba6fba1167fc400e7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:10:58 2021 -0700
Update interface.html
commit be7af68455ff4b5034c0baab9d8c138b9b024707
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:08:24 2021 -0700
Update interface.html
commit aaee5f3c0610de7a48bdda7fe9c6064dff97780e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 19:13:08 2021 -0700
Update interface.html
commit 73819933eeb57f32935e6ad93a146bdbee6d8be6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:52:09 2021 -0700
Update schoolCalendar.js
commit fa5cbd71c618a2053ec3217048c74a723c46f03f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:49:22 2021 -0700
Update README.md
commit fa392008d1e30a6df05245eac969badf4188fb74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:45:24 2021 -0700
Update README.md
commit c280e41560a3812ee83ca461e098bc35b80ef439
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:42:39 2021 -0700
Update README.md
commit 6b84a8eb3007cca6abd31cc1d3d0552cc79cb492
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:26 2021 -0700
Update schoolCalendar.js
commit 5bbfb1109910856575cc348012dbc44d489a8005
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:11 2021 -0700
Update interface.html
update interface
commit 6660dad4c01c66c20670cfd415b6ad063d9b5b74
Merge: 8c003cf6 1e0f6cd6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 07:35:54 2021 -0700
Merge branch 'espruino:master' into master
commit 8c003cf6ffb5a8b3437897a1e57a6a020b5e02a4
Merge: 5c11881f f1ce196a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 15 07:33:21 2021 -0700
Merge branch 'espruino:master' into master
commit 5c11881f752edbdef3031f0a48109a196eced80a
Merge: 8c149dbe be34e2b0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 14 17:14:45 2021 -0700
Merge branch 'espruino:master' into master
commit 8c149dbea1cfd34e815b64ca354840b811a82222
Merge: 7888cc6c 300ed35b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Oct 13 07:46:16 2021 -0700
Merge branch 'espruino:master' into master
commit 7888cc6ce0bbabf99c7dd39f002810d262af07fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:59 2021 -0700
Create README.md
commit 36a52b8b001a4515d715950db56e411a6c4842b2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:52 2021 -0700
Update README.md
commit 4f5558c41e75f6e91a34842f7b42fa85970dce5e
Merge: 5db16d19 68cc9fbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 16:43:12 2021 -0700
Merge branch 'espruino:master' into master
commit 5db16d190b1439293d9f0af16d37fea29db8830c
Merge: e7995505 54d98db6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 07:03:23 2021 -0700
Merge branch 'espruino:master' into master
commit e799550544e55ef94ef48f905283625e50f73e97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:57 2021 -0700
Update schoolCalendar.js
commit 89f82a50436d4eab82574d310077d19154a8ab59
Merge: 7107d510 f3712e66
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:38 2021 -0700
Merge branch 'espruino:master' into master
commit 7107d510a5301f50ca5dc1bf9d4463ad99a33af8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 20:06:28 2021 -0700
Update schoolCalendar.js
commit a61879753285b4469772f51474c29fe86a5aa942
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 19:55:30 2021 -0700
Update schoolCalendar.js
commit 3c9e46c2160f4ff58708afc0d08ce2e5d27df097
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:59:03 2021 -0700
Update apps.json
commit 941bc852c1ab4472dc74a7f84e12e92ab891432e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:53 2021 -0700
Add files via upload
commit 4cbfac212e6999887cfafd37d9c809919a014e27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:26 2021 -0700
Delete apps/schoolCalender directory
commit c7b723f87e5e6fb0858c09ee2910510267d73fd6
Merge: 8d2f4ccc ba08863b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 07:31:25 2021 -0700
Merge branch 'espruino:master' into master
commit 8d2f4ccca761e1695620b072e116b94272850427
Merge: 7846b48c 44aa03e4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 1 07:31:42 2021 -0700
Merge branch 'espruino:master' into master
commit 7846b48cf67ab024970b90948096f9258e1c184c
Merge: 59aa9909 d0fd2f01
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 30 17:22:33 2021 -0700
Merge branch 'espruino:master' into master
commit 59aa99092dac99b9a13bbc2a7153dd2b44a6fb67
Merge: 9061acee 03bbe1d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 29 08:06:54 2021 -0700
Merge branch 'espruino:master' into master
commit 9061acee5db851bd58295785cc7542a7c066b4c8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 17:44:12 2021 -0700
Update interface.html
commit 79bacc45932ce8842cbf12d23c36a41e992b438e
Merge: bb5fcdaa 48bb819b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 07:12:44 2021 -0700
Merge branch 'espruino:master' into master
commit bb5fcdaafc1e344bf2d717c3eb238f763f255215
Merge: 814fbdd6 28bd9e83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 27 16:15:07 2021 -0700
Merge branch 'espruino:master' into master
commit 814fbdd61ef41676d07719b5b1b297fbbc03ec6f
Merge: 83d88a1e f3fd0f25
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 25 08:01:44 2021 -0700
Merge branch 'espruino:master' into master
commit 83d88a1ea191e2e6b669d284d94b4180b9ea54aa
Merge: c9bed74e 71471d37
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 24 19:35:52 2021 -0700
Merge branch 'espruino:master' into master
commit c9bed74ec2e240e2daf26bf9ec9432df91ac18aa
Merge: 1f130c53 16fe8470
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 23 15:21:18 2021 -0700
Merge branch 'espruino:master' into master
commit 1f130c53b46546328260a6b94ad182be5d55ff18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 22 07:25:41 2021 -0700
Update interface.html
commit 3d8ebe82c289156581799134b3c56fd02ade1fad
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:07:20 2021 -0700
Update interface.html
commit 2ca58d2cc436b72beb87d347b8d8c217b461e805
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:02:14 2021 -0700
Update custom.html
commit d8c149073fb6bca8f5f78ba4a031004adeab1a6b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:01:31 2021 -0700
Update apps.json
commit ceab5d46a23f913faf96be90e644458ac5546157
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 20:58:01 2021 -0700
Rename schoolCalender.js to app.js
commit 9b344eb1ecc577e96196d2a3d3fc8962198e90de
Merge: ec453c0e 3b15a7f9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 07:24:54 2021 -0700
Merge branch 'espruino:master' into master
commit ec453c0e100f7fd140305fe8ed4a62d3987e68f1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 19:45:50 2021 -0700
Update README.md
commit a8f7fe72923e1fe38042cb4752dac1429c6be426
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:31:41 2021 -0700
Update interface.html
commit 51c41d5c48a72b7a373e6f979c95bab9fa9ddb7a
Merge: b7a4ecb5 50ec8d97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:25:50 2021 -0700
Merge branch 'espruino:master' into master
commit b7a4ecb57857016c131ba72e101b3a11eb3cb06c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:48:24 2021 -0700
Update interface.html
commit 82320ab073c0b106f5260e26c0fb147d7c8fcd02
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:40:43 2021 -0700
Update interface.html
commit 27d025bf82cc5882dc39110c5c7799f657f2c57d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 14:01:04 2021 -0700
Update interface.html
commit bd92c0e67fce373f11aae3bbcf8f5a4c06f2e161
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:51:31 2021 -0700
Update interface.html
commit f0c596d14f6119bbe52e2f0d3912216785257536
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:40:29 2021 -0700
Update interface.html
commit d6542bac6d666af7c8fe1f67434611e6ccacc6a6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:29:46 2021 -0700
Update interface.html
commit 7a2ee0f7111209afa859761a62f80e93ca71a879
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:15:29 2021 -0700
Update interface.html
commit c65ddbfc522c54da540080a16d171edd42ce592e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:05:32 2021 -0700
Update interface.html
commit 43c684f389d97dd12815edbd93d0750f923f17b3
Merge: ddd1a83c 5f5b5c0d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:45:25 2021 -0700
Merge branch 'espruino-master'
commit 5f5b5c0dc2485f7e454acb9f364d240e3972d955
Merge: ddd1a83c cc2e1bbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:42:47 2021 -0700
Merge branch 'master' of git://github.com/espruino/BangleApps into espruino-master
commit ddd1a83c613a9f21ec8e37ba1151e1ca255a77af
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 18:27:57 2021 -0700
Update interface.html
commit 632c98f8be2ad6e2290e5eb98025559a42a47c34
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 15:13:46 2021 -0700
Update interface.html
commit c252f74e16edc5a1a1fcfe4ce72c9594f12a9624
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 07:31:16 2021 -0700
Update interface.html
commit b9b0a43e99db0c2d13c28bf6d65540925709d866
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:28:35 2021 -0700
Update interface.html
commit afafd449fb06abd3930d0eb40989dc12787c96d9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:22:01 2021 -0700
Update interface.html
commit 45a0d50b011ee50e9b1b4c6ce5a84e1290331b1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:15:25 2021 -0700
Update interface.html
commit eb146fe07bd5d71f49c5e267424d7b8206eee952
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:07:51 2021 -0700
Update interface.html
commit 34baf995e7f5288266b5da08bcac6d76202a92fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:04:33 2021 -0700
Update interface.html
commit 751fbdda43ea542db4887bed7b4d4e2ad7628a23
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:00:47 2021 -0700
Update interface.html
commit bc71f317311509e8f3fd5054e6c3efaa05bc0416
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:47:13 2021 -0700
Update interface.html
commit cfde9e14a87466a8dc7cb92934c3af373f6a43d0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:41:40 2021 -0700
Update interface.html
commit 135165c983beca48190d091e355436100beee41d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:37:52 2021 -0700
Add files via upload
commit d50ba356d68ebeffd028a924450d4a6ad4fddd74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:36:59 2021 -0700
Update apps.json
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit b51c84229798e7c3665f203c13023d9f6e24eb68
Merge: f4e997d4 d1da165e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 12:20:57 2021 +0000
Merge branch 'Combined' into Base
commit d1da165eb44fa50bea67506097768f1138574c8c
Merge: f927549b 2c257605
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:30:56 2021 +0000
Merge pull request #9 from t0m1o1/scaledlauncher
Update apps.json
commit f927549b2c1e88232f4df2c6ef7e160c3a8e0f7b
Merge: 3cfd575d 411118aa
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:16:59 2021 +0000
Merge pull request #8 from t0m1o1/scaledlauncher
Scaledlauncher
commit 3cfd575da46cf38347bbbb4d37645c0bd72833de
Merge: 9a311219 9d1429ca
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:04:17 2021 +0000
Merge pull request #7 from t0m1o1/scaledlauncher
Update settings.js
commit 9a311219b2d3a7d3594ca654c78ae7137a92fb8e
Merge: 43c42711 5b1b752d
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 02:56:33 2021 +0000
Merge pull request #6 from t0m1o1/scaledlauncher
Scaledlauncher
commit 43c4271101a4be6dbc28d7e34534d25242c159ae
Merge: dec967f1 084bba39
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 21:18:16 2021 +0000
Merge pull request #5 from t0m1o1/compass-fix
Compass fix
commit dec967f1ac5900e43099ef9bfef3bfbe84e1f8e4
Merge: 21c48263 dfa40407
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 20:56:22 2021 +0000
Merge pull request #4 from t0m1o1/Swipe-Launcher
Stop the swiping coming up if mode is undefined
commit 21c482639aa1f2d391ebb0508701cff3170b45c4
Merge: dea2ec96 4c9d04de
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:19:27 2021 +0000
Merge pull request #3 from t0m1o1/Swipe-Launcher
Update Swiper Clock Launch
commit dea2ec9693855d735662a4d344682e6105533bf2
Merge: 92d156fb 51766844
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:15:16 2021 +0000
Merge pull request #2 from t0m1o1/master
Master
commit 92d156fb398787a068a2f7ed81a78d90ed04bd70
Merge: 100384f2 7d37a9eb
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:14:13 2021 +0000
Merge pull request #1 from t0m1o1/Swipe-Launcher
Swipe launcher
commit 51766844e6ff346119739114c28b9d638ca57cbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:49:56 2021 +0000
Update apps.json
commit 6fda7a5f33ec6341d51529e680f5d0caa9c9fdbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:37:07 2021 +0000
Update apps.json
commit b7a067234413e2cd9cb531c366371e5d88f6bb21
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:32:09 2021 +0000
Rename hidmsicswipe.app.js to hidmsicswipe.js
commit 97065f1d62d40003eec09a2539d7294fe41bc4e5
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:55 2021 +0000
Delete hidmsicswipe.info
commit 21f184d6c4ad1f977c385d95c3966d95d446bf5c
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:10 2021 +0000
Add files via upload
commit 3917f28ae54db0e86b6429489c19a4180be759e0
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:45 2021 +0000
Delete hidmsicswipe.img
commit a65668300fc45082d6897e19c6efff556853f4d9
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:18 2021 +0000
Delete hid-music.png
commit 5fce838e8ab7d2b297c05a1ae735abcd4ba76d90
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:29:36 2021 +0000
Add files via upload
commit ffa37f2ab3b1fd2b921783e19ffb48673aad1a6e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:22:38 2021 +0000
Create hidmsicswipe-icon.js
commit b656e5973c302a39f7513364c66094132135bfc4
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:59:19 2021 +0000
Create changelog
commit ad943ca5658e4f68c205996c4ad42aa1ebbeb793
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:58:19 2021 +0000
Add files via upload
commit ac433ac7bd6d586e9b1ca11da924d64bd566ade2
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:57:39 2021 +0000
Create hidmsicswipe.info
2021-12-05 17:14:06 +00:00
"version" : "0.03" ,
2021-10-27 16:54:06 +00:00
"description" : "Alarm and timer app with days of week and 'hard' option." ,
"tags" : "tool,alarm,widget" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
"storage" : [
{ "name" : "qalarm.app.js" , "url" : "app.js" } ,
{ "name" : "qalarm.boot.js" , "url" : "boot.js" } ,
{ "name" : "qalarm.js" , "url" : "qalarm.js" } ,
{ "name" : "qalarmcheck.js" , "url" : "qalarmcheck.js" } ,
{ "name" : "qalarm.img" , "url" : "app-icon.js" , "evaluate" : true } ,
{ "name" : "qalarm.wid.js" , "url" : "widget.js" }
] ,
"data" : [ { "name" : "qalarm.json" } ]
2021-11-16 13:05:41 +00:00
} ,
{
2021-11-16 13:12:12 +00:00
"id" : "emojuino" ,
2021-11-16 15:04:55 +00:00
"name" : "Emojuino" ,
2021-11-16 13:05:41 +00:00
"shortName" : "Emojuino" ,
2021-11-23 01:23:17 +00:00
"version" : "0.02" ,
2021-11-16 15:04:55 +00:00
"description" : "Emojis & Espruino: broadcast Unicode emojis via Bluetooth Low Energy." ,
2021-11-16 13:05:41 +00:00
"icon" : "emojuino.png" ,
2021-11-23 01:21:29 +00:00
"screenshots" : [
{ "url" : "screenshot-tx.png" } ,
{ "url" : "screenshot-swipe.png" } ,
{ "url" : "screenshot-welcome.png" }
] ,
2021-11-23 01:09:26 +00:00
"type" : "app" ,
2021-11-16 13:05:41 +00:00
"tags" : "emoji" ,
2021-11-18 10:27:26 +00:00
"supports" : [ "BANGLEJS2" ] ,
2021-11-23 01:09:26 +00:00
"allow_emulator" : true ,
2021-11-16 13:05:41 +00:00
"readme" : "README.md" ,
"storage" : [
2021-11-16 13:12:12 +00:00
{ "name" : "emojuino.app.js" , "url" : "emojuino.js" } ,
{ "name" : "emojuino.img" , "url" : "emojuino-icon.js" , "evaluate" : true }
2021-11-16 13:05:41 +00:00
]
2021-11-17 17:45:53 +00:00
} ,
2021-11-17 17:55:38 +00:00
{
2021-11-17 17:56:52 +00:00
"id" : "cliclockJS2Enhanced" ,
2021-11-17 17:55:38 +00:00
"name" : "Commandline-Clock JS2 Enhanced" ,
"shortName" : "CLI-Clock JS2" ,
2021-11-23 11:48:34 +00:00
"version" : "0.02" ,
2021-11-22 16:11:07 +00:00
"description" : "Simple CLI-Styled Clock with enhancements. Modes that are hard to use and unneded are removed (BPM, battery info, memory ect) credit to hughbarney for the original code and design. Also added HID media controlls, just swipe on the clock face to controll the media! Gadgetbride support coming soon(hopefully) Thanks to t0m1o1 for media controls!" ,
2021-11-17 17:55:38 +00:00
"icon" : "app.png" ,
"screenshots" : [ { "url" : "screengrab.png" } ] ,
"type" : "clock" ,
"tags" : "clock,cli,command,bash,shell" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
"allow_emulator" : true ,
"storage" : [
2021-11-17 17:56:52 +00:00
{ "name" : "cliclockJS2Enhanced.app.js" , "url" : "app.js" } ,
2021-11-17 19:54:44 +00:00
{ "name" : "cliclockJS2Enhanced.img" , "url" : "app.icon.js" , "evaluate" : true }
2021-11-17 17:55:38 +00:00
]
2021-11-18 13:58:51 +00:00
} ,
{
2021-11-21 03:31:48 +00:00
"id" : "wid_a_battery_widget" ,
2021-11-18 13:58:51 +00:00
"name" : "A Battery Widget (with percentage)" ,
"shortName" : "A Battery Widget" ,
"icon" : "widget.png" ,
2021-11-21 03:31:48 +00:00
"version" : "1.01" ,
2021-11-18 13:58:51 +00:00
"type" : "widget" ,
"supports" : [ "BANGLEJS2" ] ,
"readme" : "README.md" ,
"description" : "Simple and slim battery widget with charge status and percentage" ,
"tags" : "widget,battery" ,
"storage" : [
2021-11-21 03:31:48 +00:00
{ "name" : "wid_a_battery_widget.wid.js" , "url" : "widget.js" }
2021-11-18 13:58:51 +00:00
]
2021-11-18 15:46:37 +00:00
} ,
2021-11-19 17:19:16 +00:00
{
2021-11-18 15:34:20 +00:00
"id" : "lcars" ,
2021-11-18 15:07:16 +00:00
"name" : "LCARS Clock" ,
"shortName" : "LCARS" ,
"icon" : "lcars.png" ,
Squashed commit of the following:
commit 5ed43a28b5b9d6820ee898f632535747c1e5913d
Merge: 4cf9192c a385c099
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:12:45 2021 +0000
Merge branch 'espruino:master' into Base
commit 4cf9192c4341a85eab1198b8663f48d276704ac3
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:25 2021 +0000
Update core
commit 69a54194a9eb41d0722fc061bec5c900b724e8cf
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:14 2021 +0000
Squashed commit of the following:
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit e040cc4e245a8fb4c55bfeb99cab12c62af5e7b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 15:22:16 2021 +0000
replace tabs!
commit 60c2fa710c4904827bfba868507a9f6d10d524a3
Merge: 38b2e417 f3cb7e9a
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:29:46 2021 +0000
Merge pull request #942 from madman2021/master
Add new TimeCal app
commit 38b2e417bf8e63be394a96ed24b9e3d174d5f45b
Merge: 94bd895b 43b38cc8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:26:43 2021 +0000
Merge pull request #943 from peerdavid/master
[LCARS Clock] Shows icons for charging and out of battery
commit 94bd895bafeb37250b64373692c9cceb3e9ece97
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 12:56:56 2021 +0000
welcome 0.14: Turn off and run later to use softOff to time is set right
plus other minor tweaks
commit 43b38cc8ab5796e25f65ace531be68a6a4134f98
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:40:47 2021 +0100
New screenshot. Updated version.
commit 34c6589f06a1a8ba0f7fe2e126b41d03dff7f45b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:37:07 2021 +0100
Minor improvement
commit c403a5af671cf70b18776fad83126adf66122f0f
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:36:21 2021 +0100
New design. Removed png icon files - only converted icons are needed.
commit 19655ea3279daf32ebfd4453db398915a8229946
Merge: 274b705c b1fb0e6b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:44 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 274b705c1e7313cf646412ec01bf17de9b1dabcf
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:37 2021 +0100
More lcars style
commit f3cb7e9a0b8f0ba3624b639415c9168c240905e8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:53:14 2021 +0000
Remove Icon as it renders massive
commit 1a9f5375557fc232acfe3f42d1198da827db5ab8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:46:03 2021 +0000
Add missing supports tag for TimeCal
commit 3738bde22a0d4cef2bd5c956a1a370e9a145689a
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:43:38 2021 +0000
Add TimeCal to the app library
Add TimeCal to the app library
commit b1fb0e6b7d88f53cff85f6a8d3eb416bebd35e92
Merge: 559e8208 dabc22c2
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 11:10:36 2021 +0100
Merge branch 'espruino:master' into master
commit dabc22c2d725ccddad8b08c0fa0b14af94d38e28
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 09:54:11 2021 +0000
custom code works on bangle2
commit 2e83a511d2032736a63bda38406b4f744a4130f1
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:51:20 2021 +0000
metronome supports bangle 2 now
commit cea51d06d07f09923d590357c33782861c342817
Merge: cd1daba0 4eee3f05
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:50:24 2021 +0000
Merge pull request #938 from bengwalker/master
Add Bangle.js 2 support for metronome app
commit cd1daba0c55e99f5a477407f47b932d050c0b6f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:46:13 2021 +0000
0.25: Fix issue where if Bangle.js 2 got a GPS fix but no reported time, errors could be caused by the widget (fix #935)
commit c03ab08687bbc7ed893ed2ef8c3be21f1e61e74f
Merge: 1750c72e f10bf240
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:40:53 2021 +0000
Merge pull request #939 from Ronin0000/master
Add Screenshots to Many Apps
commit 1750c72e94eab6ee22650d993ea31efa17e79c46
Merge: 5eeb1181 1def233d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:38:06 2021 +0000
Merge pull request #936 from Vingelar/master
Binwatch: re-format background images
commit 559e82088077ba79675c0012c921eae3ef32b16d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:14:04 2021 +0100
Minor design change
commit d24b8c80da7afd75a6f121a22e3694252aa3c57a
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:12:25 2021 +0100
Minor design chnges
commit f10bf24018add2df61a5fc422aee941b07c70082
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 17:04:07 2021 -0800
Update apps.json
commit c66b0982368a5e1ee74da598945df12d88cba679
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:53:48 2021 -0800
Update apps.json
commit 638fea73c791b4f11b6119c02ca2090c31b6bc83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:24:10 2021 -0800
Add files via upload
commit 4e79c896c65b2edc7dfcb7b4b2eb6ae1c96f60ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:23:33 2021 -0800
Add files via upload
commit 33809d8cdfa7ea3f02941c820b4836f20a9eb869
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:58 2021 -0800
Add files via upload
commit 6cb83284a7e7b9d2f8935835702e713f0f9b7b51
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:45 2021 -0800
Add files via upload
commit 7e521d0d29262227a32244d2929eb99fcb36fb98
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:17 2021 -0800
Add files via upload
commit 9985ff03f20469897ceb3dd1acb4f90ac850ebb8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:00 2021 -0800
Add files via upload
commit 6f437c39866562e05d8821bdb5150cd553f3a6cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:21:15 2021 -0800
Add files via upload
commit ffe218a0046d65464e96cdc59d1c10fbb708b791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:56 2021 -0800
Add files via upload
commit 9400133dd49762a7bfcff38e5a6249cbfd5753f7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:39 2021 -0800
Add files via upload
commit 76463d927940f590ed45cc51558723375217a34a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:37 2021 -0800
Add files via upload
commit 4011accb47eb53954acc3e27cce5b6f6cb025c57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:19 2021 -0800
Add files via upload
commit bc5960d61a40c08566a8e1977fa53c6528f04a85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:07 2021 -0800
Add files via upload
commit da5634beda72243f5ee6e4fc0e376c6c5f9c6ccc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:51 2021 -0800
Add files via upload
commit b9c4640f853d4992e57cd5d6b2e3f4d75db32d1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:25 2021 -0800
Add files via upload
commit d27a605a24cc06903084b6a796c9c93b7724150f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:07 2021 -0800
Add files via upload
commit 52baa42e69b1a7a8ef6bc2cae548298af4dcbf7c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:48 2021 -0800
Add files via upload
commit db3b6a58e49a3d5ce9b528011f3e0607474e4fa8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:16 2021 -0800
Add files via upload
commit f0de0d8a9d542fd960f13b36a2bb2a3548f06033
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:52 2021 -0800
Add files via upload
commit 6d4cb98ba83d0ab62406c00ed9fa8dcd139d2f8c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:34 2021 -0800
Add files via upload
commit 5f434d9d327fff8cebf41a45cf73ea9c96cb42db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:23 2021 -0800
Add files via upload
commit 6e72349f05e3773b0ae60217df8b6f266447f1ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:37 2021 -0800
Add files via upload
commit 03e4d0d7c01cdc214526891933f3c155f63ff2b5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:21 2021 -0800
Add files via upload
commit ead12a1c11e3937637e8af8b1d54218e0138e908
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:54 2021 -0800
Add files via upload
commit a1ed32c91380e03146dc4003a3ee6e400d0dd35f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:30 2021 -0800
Add files via upload
commit fae08d7a739b1a28faacb0105d5ad417171dddcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:57 2021 -0800
Add files via upload
commit b889e431edf72d64867c576135bc1470c4590db2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:32 2021 -0800
Add files via upload
commit f177480160184722b935623ebed05ad630a5a6a2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:02 2021 -0800
Add files via upload
commit a2fe8c3722f56c59957642cad2bb0a6454dc6f5b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:11:42 2021 -0800
Add files via upload
commit c1cdf15bf5413167692e9c7bd4f5fee31fe4d4c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:49 2021 -0800
Add files via upload
commit fb1c5529f037cc701e30d9da036a54236ea1ba1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:11 2021 -0800
Add files via upload
commit 530089e0830473574b38c172a964f9cfb49436a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:35 2021 -0800
Add files via upload
commit 3556e668560587c074ad435b977283e19367f69e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:12 2021 -0800
Add files via upload
commit e1e32772e4dd1943af6ed37407425998b0819e48
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:56 2021 -0800
Add files via upload
commit 8084bb92b7cfb12740129c57e1bb5c05ce13994c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:37 2021 -0800
Add files via upload
commit 2c997d2964d4ade4ba0aa5ef89a1b646c15a9751
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:18 2021 -0800
Add files via upload
commit 747626b66c880293481bd0a97cda8e32e0239d04
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:07:24 2021 -0800
Add files via upload
commit ed36fae0ac6def24ca20ab6229affbcf7502582e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:59 2021 -0800
Add files via upload
commit e8baad3c3775e26f8a88457ff8f361a18572e484
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:33 2021 -0800
Add files via upload
commit 1efcebe84aa2b2b00d6920a84d4e486b834c1083
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:16 2021 -0800
Add files via upload
commit 082d3d1e95e9bb98e10bb1679ae0dfba11bf44e0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:05:21 2021 -0800
Add files via upload
commit b10f62a6c55dd89bb15a97430b74269486a72807
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:58 2021 -0800
Add files via upload
commit 24b41c2c6fe40d18ffd9dfc0404f215cc9b847ff
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:42 2021 -0800
Add files via upload
commit 19a2ef1a44c78fe9b1922574f0a1eda20f2fbd43
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:01 2021 -0800
Add files via upload
commit 7089d6e74c438d3577ebf03857b0c1b6f73aaa2a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:03:38 2021 -0800
Add files via upload
commit 431824f828f0ea900c9d206e492cc7a6d1830f2e
Merge: 15aa41c7 5eeb1181
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 15:15:57 2021 -0800
Merge branch 'espruino:master' into master
commit 5eeb1181d049f1580f75657b9a9ac664041b26b9
Merge: 546a0b16 6b05d928
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:29:18 2021 +0000
Merge pull request #937 from rigrig/barclock-b2
Barclock works fine on the Bangle.js 2 :-)
commit 15aa41c766b2a25c7a83a1a6744706a7b2852aa3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:23:03 2021 -0800
Add files via upload
commit 6a93494e3fe516ccbc7755027f613bd9bd529021
Merge: 12443640 546a0b16
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:22:27 2021 -0800
Merge branch 'espruino:master' into master
commit 546a0b16cc32841b38a0d39b07ec6d18f58d21c5
Merge: cb6e14f6 18fbd289
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:55 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit cb6e14f6c12816224bbc3dc127e9817d0df7ae78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:37 2021 +0000
messages, start of call handling and message responses, fix for scroll issue when only 2 menu items
commit 12443640c95efbe9f25ed0ffe73280c84d90cd13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:54:22 2021 -0800
Update apps.json
commit 9bdc07f8617e457439522d5b4c84a65d1eba4ed9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:47:36 2021 -0800
Update apps.json
commit 4eee3f05e92e26aa5c70c1d2cefcc97ff4935b0d
Merge: aafc93f0 18fbd289
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:46:32 2021 +0100
Merge branch 'master' into master
commit 298fa47cd87e37b19cd142f47867843e24d08b57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:42:50 2021 -0800
Update apps.json
commit 52c07f6dc80e8eabd017fc324332c0594c173399
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:40:42 2021 -0800
Update apps.json
commit fe340d75bbb6c7814241becacddaca50435c5fe3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:39:31 2021 -0800
Update apps.json
commit aafc93f09a818f5bb6e4b6988246e4f8d049df87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:35:35 2021 +0100
Update README.md
update README
commit bd80ea5ca03b2e9d5f2eb562adc7305b3952d2e5
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:31:33 2021 +0100
Update metronome.js
print instructuions for banglejs2
commit 51afd5ef049c67f331931ee18b53e9d4e835342a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:29:27 2021 -0800
Add files via upload
commit ff62b603a27d6acea382af80496b6a35787a73ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:51 2021 -0800
Add files via upload
commit ffbd331c1376c5f393dafe62eaa62a9991949a3e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:29 2021 -0800
Add files via upload
commit 93c113a95a21dccfde6bb171d15b0f93e6d0f58a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:25 2021 -0800
Add files via upload
commit b2be26fccedfa52f00f275db8050c0c3e532859b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:07 2021 -0800
Add files via upload
commit 899e78539c3bb0e41e4d56aa854c4806715ccce0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:26:06 2021 -0800
Add files via upload
commit 50a88d41cd63e51a876e4fca58fe13c5af2088fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:35 2021 -0800
Add files via upload
commit b1d636bac2148007dd72becff0daddf24b80f0a4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:10 2021 -0800
Add files via upload
commit 6b05d928751b49d4910ddd3a6867e2d4cad6c93f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 19:42:12 2021 +0100
barclock: Fix time/date disappearing after fullscreen notification
By forcing a complete redraw at lcdPower-on
commit 32e3d326aa143eed99d26c81c9fbf870730591f4
Author: Richard de Boer <git@tubul.net>
Date: Sat Nov 20 17:13:36 2021 +0100
barclock works fine on the Bangle.js 2 :-)
commit 1def233de2434d272c6f712c9c213b7caff3ae92
Author: Vingelar <Vingelar@mantisse.de>
Date: Tue Nov 23 19:09:16 2021 +0100
changed format of bg images to binary raw format (export from emulator
commit e021aa2c9d5c44f9130e4bf67cb4b066d02cbd6d
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:59:49 2021 +0100
Update app.js
binwatch: adapted names of bg images
commit 3dd723d10bd3195257205a48dc79872668bd53cb
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:58:48 2021 +0100
Update apps.json
binwatch: shorten names of background images
commit 275402344ee927a51d0c100d4387c739d7a49968
Merge: cf027b37 18fbd289
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:36:45 2021 +0100
Merge branch 'espruino:master' into master
commit 18fbd2898da9fc2bfb16d0adf9cf2b97f5ce0f3d
Merge: 5be6981a df364bab
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:34:15 2021 +0000
Merge pull request #933 from peerdavid/master
[LCARS Clock] Added lcars icon to watch face.
commit cf027b3783cbbf8deca98fb3e1ee1922557686bf
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:34:13 2021 +0100
Update app.js
changed names of background images
commit 5be6981acdf3935b936bb85caf37780537518b66
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:31:42 2021 +0000
oops - named stub wrong
commit d328d94d34ea86dd99f958098c7f0a000b1e395f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:30:20 2021 +0100
Add files via upload
added background files exported from Emulator
commit c36fb16a684085c2eb6ada2c50021d3776f5e215
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:54 2021 +0100
Delete Background240_center.js
removed background240_center.js (wrong format)
commit 4719fada2843f1c8d6ae36d8d59d0fb95318d9b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:28:34 2021 +0000
Android Remove messages on disconnect, Fix music control (ref #909)
commit f431bd8a2c823e877ee6e78576aa4f39a0b5701f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:25 2021 +0100
Delete Background176_center.js
remove backgounrd176_center.js (wrong format)
commit 1b548c9bbb5a10769498b4ad1be04397fb889bce
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:27:33 2021 +0100
Update apps.json
adapted naming for image files
commit df364babab19550f75a01d707f0684d8547e8664
Merge: d28517b2 a1eeadfc
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 17:16:00 2021 +0100
Merge branch 'espruino:master' into master
commit d28517b2a5b5e7eaa6a8d9832d9352062addb3ee
Merge: cd93a201 465c93d8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:18 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit cd93a201f846e2c51a1ff9cc447dbbbdc2c5e2cc
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:15 2021 +0100
Moved logo
commit dd2bb22f076abff1aac2f32734b50fdcc5423861
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:08:57 2021 +0100
Update apps.json
use .js files as background images
commit 03c5f996f4998ebc1e6bfea7e77d3a61743c0c69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:07:21 2021 +0100
Add files via upload
added background files as js
commit 7d81bfe2bbdf5095ac7550247eddbe6827cec4c0
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:53:40 2021 +0100
Update apps.json
added missing "url" to background storage
commit 51b73894e461af6312b6fca28e0b5888e9f98da6
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:51:40 2021 +0100
Update app.js
use background images from storage
commit dab36d05a77563e9a839f38807bfd7cfe09a1f69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:48:50 2021 +0100
Update apps.json
added background images to stroage
commit 31f28093411e4f501dd49f98359af43e71e8b27e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:44:49 2021 +0000
Fix https://github.com/espruino/BangleApps/issues/927 - App loader offers to update unknown apps
commit a1eeadfc224a976e3fca6a00ca47d1c1389fa70f
Merge: 68429483 0a695e51
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:40:09 2021 +0000
Merge pull request #934 from Ronin0000/master
Fix School Calendar Bug
commit 0a695e5143fbff3935e80b9df85720f065b1e185
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:09:14 2021 -0800
Update custom.html
fix bug that was for testing
commit cfecc24f42d257d565f21571a50b825cffb2f1c3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:05:47 2021 -0800
Delete boot.js
commit 684294830d75459982845920cb30815236dc0917
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 13:57:46 2021 +0000
app manager works in bjs2
commit 465c93d830300054722f10f483a9023c6ec315e7
Merge: d20f5e59 3ba779ee
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 14:53:47 2021 +0100
Merge branch 'espruino:master' into master
commit d20f5e597e72d8392af3e9b745a4dfab36e8797f
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:53:27 2021 +0100
Updated screenshot
commit a283cf58fb90b1852d8e414fb01010632a65ba46
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:51:55 2021 +0100
Included lcars logo
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 3ba779ee5826a60f127ed12f0eeaa2a848f53b4c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:48:34 2021 +0000
Fix bangleapps after recent PRs
commit aaf06b113c72e1487651d30602ba79c95a41d6ff
Merge: a0351381 06a6b72d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:42:26 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 9600f16671ab5a9fc772a959a7110622baa5e606
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:19:48 2021 +0100
Updated changelog
commit 98577b626960bd971af483ef709655dfe0ac1f00
Merge: 1ccabca0 d3cd47f9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:52 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 1ccabca0c6f1cf79c1b5d6a56749ab752a4d1850
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:50 2021 +0100
No hrm icon - its shown too much.
commit d3cd47f95704e7c508e1e311d3224826f3fd73ce
Merge: 2e18795c 06a6b72d
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 11:12:43 2021 +0100
Merge branch 'espruino:master' into master
commit 2e18795c5780148c6f52d50cd69849b5893b1cdb
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:11:33 2021 +0100
Fixed string
commit 36edd449c5398147536d20c2b4f11040cb3105b9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:10:33 2021 +0100
Minor change
commit 06a6b72d42fc55a224bb5d133640670c21d6cae0
Merge: a39d4102 be083113
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:03:45 2021 +0000
Merge pull request #925 from Ronin0000/master
Add School Calendar
commit a39d4102963fc1593e1f2f8ea3f4372a3da4da6f
Merge: ab2cb243 930cfa13
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:02:41 2021 +0000
Merge pull request #928 from peerdavid/master
[LCARS Clock] Icons for different states such as GPS or HRM.
commit 5c3b0468d4ce9a51249f6f098c3e6ba84ba1cf41
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:59:26 2021 +0100
Update apps.json
corrected format
commit 336501059da7bceddba9e300c5b6d5bd1aba6a3a
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:56:25 2021 +0100
Update apps.json
removed background image
commit 3f4c49a8aef6ba79419f00d86fc4f02435b72e21
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:55:07 2021 +0100
Update app.js
integrated BG image into app
commit ff3223e1b906957811cad815df88ad495e70a95f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:51:02 2021 +0100
Update app.js
added "require" for bg image
commit ab2cb243857e50e7bb80ee163e4bc153302446a7
Merge: adadf7ef 162dc1f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:51:01 2021 +0000
Merge pull request #929 from weeurey/master
Update app
commit adadf7efd39b01466cfd348e13c5a02deaa6bf4d
Merge: b7f403e7 0f9d938f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:26 2021 +0000
Merge pull request #931 from reelyactive/master
emojuino@0.02
commit b7f403e79bf5fae387c5f6d0522f49ce917362a6
Merge: f4e997d4 46383d4d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:12 2021 +0000
Merge pull request #930 from rigrig/gbmusic-fix
gbmusic: fix "previous" button image
commit a03513812956c629f003824b46bb6763734eead8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:44:24 2021 +0000
fix download icon on android
commit b128f5c15569de9e2be0717f270cfd90e006d5ab
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:38:02 2021 +0100
Update apps.json
added background image to upload
commit 930cfa13315046c621a5444632f7b12bbd956fae
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 09:43:24 2021 +0100
New HRM Icon
commit 7f3f7b9eee3c23c922645274dd8d7947def8158d
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:26:37 2021 +0100
Currently, no confidence > 80 is reached...
commit 1fb861b82c4cc75b94dc6875280fbd411390bc71
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:25:11 2021 +0100
HRM confidence of 80 to display
commit 7d95221e166770be91bf76374f926fe996356009
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:24:15 2021 +0100
Minor change
commit 6d8d98fb03e7bed42c3feeee771ddfcd78b60ea8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:21:41 2021 +0100
Show HRM
commit a0cc4c633e0e6853a0f170a5358b7e1f11e310af
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:10:00 2021 +0100
Minor changes
commit be083113316ec7ba07d780b6593cb9adfd748298
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 19:11:40 2021 -0800
Update custom.html
commit 0664a44c454107d4e3ff039d12baffea3e90cf5f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:52:43 2021 -0800
Update apps.json
commit b032ca0fc1936e650a459f766799e197daf2a4dd
Merge: 7fd37f7e f1f063fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:27 2021 -0800
Merge branch 'espruino-master'
commit f1f063fd1adb553c548a3aa54156bce00b4ca48d
Merge: 7fd37f7e f4e997d4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:09 2021 -0800
merge3
commit 0f9d938fa6970df18fbe99f3c707b94aa26d15c1
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:23:17 2021 -0500
Version bump
commit 5a01047cd0b30e4b7b253d784bd0b5755fc0c2e2
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:21:29 2021 -0500
Added screenshots
commit ae55c2d39fc936cfa1954d44b7f76dc91c21ced3
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:09:26 2021 -0500
Allow emulator, specify type as app
commit 58f9e7cd5b59904651fb878a89844ee4ccfb23df
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:03:18 2021 -0500
Upgrade to emoji images and supporting text
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit 7fd37f7e4e669c0aea7b5324b85f9d85ca394dcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 12:18:44 2021 -0800
Update custom.html
commit 84d9ca4b337e36c4f62ffce4b3059f8f2909d482
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:57:14 2021 -0800
Update boot.js
commit 740f4a95665fd92ad87e83dd381da7e55c2e4b18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:52:27 2021 -0800
Create boot.js
not part of the current merge
commit d3538a03f10f6323afc8656cef397a561cf35bf0
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:12:50 2021 +0100
Added raster
commit 20310fdb75b11fe8b3ea38dc7810732910537169
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:02:27 2021 +0100
Smaller icons
commit 3863be18301cec9fec480db7fe28a19439c708d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 09:06:52 2021 -0800
Delete apps/schoolCalendar/fullcalendar/interaction/src directory
commit 5d8c13a7e6a934e8b750f0ab4871e3dcc67c09bf
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:56:29 2021 +0100
Updated screenshot accordingly
commit 21134a1dcdc102755171af26e99ae86f3559996f
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:55:21 2021 +0100
Better background
commit cab3d43085b2edf4dc97ebf05785bb5b446a88da
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:39:48 2021 +0100
Better alarm - shown only in icon so we can display more data.
commit db22bac0ecd48633d6acf0874127a1b28821d8ea
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:11:15 2021 +0100
Use correct alarm icon
commit 162dc1f29346ab0f6ff4b7cd4128826292ca766e
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:11:07 2021 +0000
Update apps.json
commit dc24ae9bfba1786d4d8a3e22871c4da7bda9fb92
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:10:58 2021 +0100
Better HRM Icon
commit 8e688d144ab30ff87f31b51ab457688ce03c4c23
Merge: 741f7aab f4e997d4
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:09:43 2021 +0000
Merge branch 'espruino:master' into master
commit 741f7aab5239e6fa6ae48e1a5351216dfcfc4177
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:08:38 2021 +0000
Update apps.json
commit 247ed9faa2e8b8463374fea05d4bb04ddda2cfc1
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:07:39 2021 +0000
Create ChangeLog
commit d878d46d4ccc5128643034c535cff69984ab7853
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:05:57 2021 +0000
Update app.js
commit c720fc314b516e1007452ad18ce51bc4fefefec1
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:03:21 2021 +0100
New alarm icon
commit 75fbd6882d1368c73db1b96fac79f4202d6a5e53
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:37:48 2021 +0100
Added icon for alarm
commit eb20f15537d8b6be7226b2ae49fc6e6dd0474124
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:33:42 2021 +0100
Compeletely new design with icons for GPS, HRM and Compass. All Icons are open source and mentioned in the Readme.md file.
commit 46383d4d5547bca38a2a07ea01d67afa0166bedc
Author: Richard de Boer <git@tubul.net>
Date: Mon Nov 22 13:18:01 2021 +0100
gbmusic: fix "previous" button image
commit 1bf5132a5caf41398125e0c7f2bad72ffa300df2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:07:49 2021 -0800
Update custom.html
commit 618c5b7a10ebe610205ab463c395f65948e5a763
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:02:29 2021 -0800
Update custom.html
commit adfeb5e535564f8851fcdc080e2fa10d9acced9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:00:21 2021 -0800
Update custom.html
commit f950fd2ee88486e3355efd30823d50de799e8418
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:57:52 2021 -0800
Update custom.html
commit 3ee0e9bae6ee137c6e36672c9aa6a20d1c072caf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:49:48 2021 -0800
Update apps.json
commit 387bd30236b5d765b396eba24ad43120ceb6c384
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:48:14 2021 -0800
Rename ChangeLog.md to ChangeLog
commit 6e07f282b8918ac3b8f333c7c4156980a44ff1d6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:41:26 2021 -0800
Add files via upload
commit fea37b4992e65a5ca54648f88281ce2623f6a55f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:40 2021 -0800
Update apps.json
commit 939d8f6a9ae71b49c13f7dbf1455bb2fec60462a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:21 2021 -0800
Add files via upload
commit 854ae5361d1b2400f6b6d1b2c2239f46d1e16bc9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:34:28 2021 -0800
Update README.md
commit 426768eb11e34ea7a04010e6fe7da1a5a5187f40
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:32:14 2021 -0800
Update custom.html
commit bf994d9acc8b79ebda1e47dc5ebc5158210d6205
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:24:29 2021 -0800
Update apps.json
commit 7c74c5d43f9f66b6374cabd4e247d1560e5f29a1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:15:40 2021 -0800
Update apps.json
commit 8981aa3f614c388c74d73ccd25e16f5e6eabde9f
Merge: e878e547 100384f2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:12:19 2021 -0800
Merge branch 'espruino:master' into master
commit e878e5478713b0b3cae0bb86e28f998cbfeb9b10
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:11:43 2021 -0800
merge
commit 3bde4d2e48711186ae26036baea8f880c2aac7c4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 16:12:16 2021 -0800
Update custom.html
commit 5f3c93df8cc8b73c432ea31b15e84e4b106256de
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:37:41 2021 -0800
Update custom.html
commit 26bd9e35be993aae4deece775ac85f53f877b122
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:35:47 2021 -0800
Update custom.html
commit 8f2cc6e2137cf29e03435123e96d9c6c550864d1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:34:09 2021 -0800
Update custom.html
commit 66f061112301898b011412e91982dbefc7cc2d1e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:32:48 2021 -0800
Update custom.html
commit 87a9504912b8753dc63700207ee89acacbb34726
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:30:44 2021 -0800
Update custom.html
commit 626498da9d296fecf6776b836def4eda87027d85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:24:01 2021 -0800
Update custom.html
commit 3472ca355a1a71d3fa3f464ece2b81dce7f4eeaa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:21:57 2021 -0800
Update custom.html
commit 529b0cb4637652dfc0a3ba6688b863b5f47437ca
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:19:53 2021 -0800
Update custom.html
commit e77d9980023f041a87743ac1fd3c48a3f0652a8e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:18:21 2021 -0800
Update custom.html
update
commit a712c37c7652f7bc46c4d7761df93b3d28e17229
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:17:58 2021 -0800
Update custom.html
commit 4d9d6abb9ef466e4058510efe9eec295f60127e9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:14:02 2021 -0800
Update custom.html
commit f35b24844810a90f08f731cc9e63535be217e4cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:09:44 2021 -0800
Update custom.html
commit d0336b2854d7e0892c440ef8c5f83bcbe1374a9b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:06:56 2021 -0800
Update custom.html
commit 640c8e491e489e9ea88282cf0bfe14004838b3db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:03:42 2021 -0800
Update custom.html
commit 604153cb2408399ce1420b43ef87f41c09d3daa6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:01:45 2021 -0800
Update custom.html
commit 0f8f1e38e85a8c1c49057f4b891209bdfad67aef
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:44 2021 -0800
Update custom.html
commit 7f7dcb0bcf89b1d66f60481efaa09f5956ee4ecc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:22 2021 -0800
Update custom.html
commit d42fe03dc8fcbc0f68857dd9f887c8cc4eff1c06
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:55:08 2021 -0800
Update custom.html
commit 98f172fad442e89f53c45ac47f2388a08049855a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:53:01 2021 -0800
Update custom.html
commit daf8dde32bc81b8f04402c4728eac41784751cd5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:49:25 2021 -0800
Update custom.html
commit 408bd24080a2f7dcf1e6d0c33dab65da4dff82cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:48:38 2021 -0800
Update custom.html
commit 68db21acbb837b12d84d9930d451d2ba90e251dd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:44:30 2021 -0800
Update custom.html
commit 45feb1b2ffb17b8835c505bc4a4f825ddc17bf4f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:42 2021 -0800
Update custom.html
commit 3bc5fd87b61cbb9b867009d933342fe627da982d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:12 2021 -0800
Update custom.html
commit c3eede9868ee342bc4248e71a874c2e6b332dcdd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:37:42 2021 -0800
Update custom.html
commit 8426356c01a23ae769c79f726b95ea64f4428574
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:35:55 2021 -0800
Update custom.html
commit 93f09c216a1eb9aa876c88a1f806ccb709e971b7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:39 2021 -0800
Update apps.json
commit cb748a251dbd11e87615d82081522953607b3a27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:20 2021 -0800
Update custom.html
commit a994ed66301040f60d5f99b672a6081152a20d6c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:53:38 2021 -0800
Update custom.html
commit b76bb48973dbabfaf56bdec4aee44a483f94d129
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:50:08 2021 -0800
Update custom.html
commit f99ce683e9ce42431321fc711e061955bc0220fb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:46:32 2021 -0800
Update custom.html
commit ddfdd94ff845d3d8560158cde184a9a19a3d2142
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:42:51 2021 -0800
Update custom.html
commit 52675f7eff140426532f81da9c84c5d7803d0cda
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:48:03 2021 -0800
Update custom.html
commit d4911034145e3d98b99d649be55c75671e2f5c5c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:44:23 2021 -0800
Update custom.html
commit 71ff5959aec6a5f8302bda513d2c1371bbed0743
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:58 2021 -0800
Update custom.html
commit daba705b37b9952cba2910c3c0bed23e58aaf2fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:16 2021 -0800
Update custom.html
commit 19cb5fc749abeefe378205531d18b97562ddfc47
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:39:15 2021 -0800
Update apps.json
commit 6c20945898b84a02d6b440923a5afd994c7d97aa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:37:41 2021 -0800
Update custom.html
commit ff519bdc0d9bca530284d98cad9fd023ad37d50d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:15:29 2021 -0800
Update custom.html
commit 34843d703aae0b6a33be352ad0f8408d8d17d07b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:11:54 2021 -0800
Update custom.html
commit 4da82197f32b280e4192d5bc9a5ba174fbad4ace
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:01:20 2021 -0800
Update custom.html
commit a9c5a32bc1359d8288f4fd6b6da50eaf40910c9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:56:54 2021 -0800
Update custom.html
commit 352fea34791ccf06450a516ab2a2daf22353c641
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:53:38 2021 -0800
Update apps.json
commit ab6f56c381a54e4ab3466625a9eb794eef5dd2a0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:52:34 2021 -0800
Update custom.html
commit a65742ce346039ef901e70157620aabd95bbca35
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:48:25 2021 -0800
Update apps.json
commit a1a387dd600f7e5c3879d74cd5a516d7566fb7bb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:47:52 2021 -0800
Update custom.html
commit 180e88e0e44dc3ca09291a7d37b6fa4df637fa78
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:50 2021 -0800
Update custom.html
commit 0099736b8c64e8f1afefd4d52b526151e3ac700a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:14 2021 -0800
Update apps.json
commit 1fdf4e954e23fe0514b8d795224c2edafd5941c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:43 2021 -0800
Update apps.json
commit faa5b6b21aa8b7062dc62499e8361b8233cf9408
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:10 2021 -0800
Update custom.html
commit d617803c13ec381f35a9d30f99a267dca02c9cf1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:44 2021 -0800
Update apps.json
commit dc669254bcccad425153d209d6dcdf002f64a30d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:10 2021 -0800
Update custom.html
commit 303247fb4e66802ed7f5c2ee404ce0a28221ec2d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:25:00 2021 -0800
Update custom.html
commit d836cbd2ba256adfffa55f1d12fda02ae8ac760c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:15:16 2021 -0800
Update custom.html
commit e206bd4e1cad4aab266fd376fa525500941878a8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:08:00 2021 -0800
Update custom.html
commit 1a6c1acce50fe2fe2e49bfc26b3ac98c1db5aa13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:04:06 2021 -0800
Update custom.html
commit aa20fac50ed19adfb9248fd9cda1ebb7c31f95b1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:02:52 2021 -0800
Update apps.json
commit 5625414e90c78677040420f342f29e96f088469b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:34:30 2021 -0800
Update apps.json
commit ebc2d8096144e6150920efc4b63e8f1e3f52eb00
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:33:27 2021 -0800
Update custom.html
commit 6c43de3766433c1f9fa1d01fd24cbfe0839e19c0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:21:11 2021 -0800
Update apps.json
commit 37da3c68aeeb5fec1ef3d8965fa3d8170074d791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:19:46 2021 -0800
Update custom.html
commit 92707b9d13ed269a41684ce45111376694cb6e58
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:12:50 2021 -0800
Update ChangeLog.md
commit d3ca682cff08be0bb2a64ab057f6efdf36b4e094
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:09:56 2021 -0800
Update apps.json
commit dfd9e59993944f6323120f8af660d880c63c6793
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:08:52 2021 -0800
Update custom.html
commit 5d24a09ffa2d9cad10a5fae3c7b4d5fafc944aa9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:04:41 2021 -0800
Update apps.json
commit e965bd7d962108a2944824eb6579fce435876966
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:43 2021 -0800
Update custom.html
commit 345d9c155135fc4d0a2b8d00b3528b363a584ced
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:12 2021 -0800
Delete schoolCalendar.js
commit dc9db8a4767d4c16d92645131d977263e2468521
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:58 2021 -0800
Update schoolCalendar.js
commit 58df0a5ca26684b4da84929c8c388ca5c37acabd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:03 2021 -0800
Update apps.json
commit 65ad4979e8d58b51f11f3bcc86f31ab303a5d7b6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:27:10 2021 -0800
Update custom.html
commit 9c07800c5ef948a1b9b2071e7bdfe46809fefa1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:07:38 2021 -0800
Update custom.html
commit b108bc45fb8bfa266e4d4ad3e66a9f65cec96c92
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:58:24 2021 -0800
Update custom.html
commit d871855f8e217b27ea73ed28b389bbc8aea59d62
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:55:58 2021 -0800
Update apps.json
commit 99112920b287568db32c5e43b47cfc2ee0cf71a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:47:34 2021 -0800
Update apps.json
commit 37f4329ec57bc4a96a1b2a0847406f6a05cad520
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:49 2021 -0800
Update apps.json
commit ba2aee642bf90307757bb85fda6aa0db01bed5e5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:06 2021 -0800
Update custom.html
commit 98048dc23cb1caf3aafbf1d1ecfa461ba5943925
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:37:23 2021 -0800
Update apps.json
commit 1a53e8d34af89f0e6c889653961350a898deea81
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:33:43 2021 -0800
Update custom.html
commit 993bb7298c8fbc9348e6668b70a555c51dc54a09
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:31:41 2021 -0800
Rename interface.html to custom.html
commit 3a3962bfdc0365e75f8804b61293ec91084f6698
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:30:12 2021 -0800
Rename custom.html to interface.html
commit c8ad92a3dcb7b8a0df83f2e720b6730dd785e829
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:20:33 2021 -0800
Update apps.json
commit ae85c1cee709457b10233205c057f946ea15fe83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:14:33 2021 -0800
Update custom.html
commit c1b467ba8e96f58b27eb3b9b2dc2b859fa89e227
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:14:50 2021 +0000
Update app.js
commit 438537ace2358f5b798bdfde92ebf78db81abc49
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:10:03 2021 +0000
Update app.js
commit e6d736860d7d7511f08474a4d8f6446ebe97e634
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:57:57 2021 +0000
Update app.js
commit e1add5e2b2a068873d0102324d61f9ff5532924d
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:45:02 2021 +0000
Update app.js
commit 09be008dfaf764b542a80f4dbbde6ab26314713e
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:39:48 2021 +0000
Update app.js
commit 9f26994f5c66a5ee88a702c7a73d8bcc0c8236c3
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:33:47 2021 +0000
Update app.js
commit 0cf4c5d70a97480185296b32137fcdc179fddcc4
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:10:31 2021 +0000
Update app.js
commit cfdb94439526722ca757b8ee748d298f6a76d9e7
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:32:34 2021 +0000
Update app.js
Add Media controls
commit e3cd8f5607f912002d3ec0adf833834058a492cb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:16:37 2021 +0000
Update app.js
Removed extra unneeded code
commit ceed8a123836f5da6fb8c5d6741e2224a3e4a0af
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 15:05:28 2021 +0000
Update app.js
commit 721a3f2608ee0012767cfacd5c69aa91a7bba5f6
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:39:30 2021 +0000
Update app.js
commit a16bfe4d7350b34c694050448f2aefc990d19dcb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:32:57 2021 +0000
Update app.js
commit e72bf84a7a05c4208e8c1d5f60815a9f57ca11c4
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 21:29:57 2021 +0100
use dark theme for metronome
commit 071a7a7e683a649b9f75fdc92b9f56804cd0af87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 20:46:18 2021 +0100
add support for Bangle.js 2
commit 7a7175fa483e4e9fcd5912d83e9519274d67b4f0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Nov 4 16:00:41 2021 -0700
Update custom.html
commit e2928498690565ba7d0454aaa4265bc8adfda712
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:32 2021 -0700
Rename interface.html to custom.html
commit cd7579269efe8d54a5a5680b8126ea38f9ce54be
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:04 2021 -0700
Update apps.json
commit df7f9cc530194025708b712565a410aed1d73e95
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:20:09 2021 -0700
Update interface.html
commit ada94b11cfbebfeaa010cee1b39d0f92591d4e13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:06:50 2021 -0700
Update interface.html
commit 08fc58deb57847cca7d81bf84a54df16ce97528f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:20:57 2021 -0700
Update interface.html
commit 04b9e74a4d2cd84dd9b64b0ba6fba1167fc400e7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:10:58 2021 -0700
Update interface.html
commit be7af68455ff4b5034c0baab9d8c138b9b024707
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:08:24 2021 -0700
Update interface.html
commit aaee5f3c0610de7a48bdda7fe9c6064dff97780e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 19:13:08 2021 -0700
Update interface.html
commit 73819933eeb57f32935e6ad93a146bdbee6d8be6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:52:09 2021 -0700
Update schoolCalendar.js
commit fa5cbd71c618a2053ec3217048c74a723c46f03f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:49:22 2021 -0700
Update README.md
commit fa392008d1e30a6df05245eac969badf4188fb74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:45:24 2021 -0700
Update README.md
commit c280e41560a3812ee83ca461e098bc35b80ef439
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:42:39 2021 -0700
Update README.md
commit 6b84a8eb3007cca6abd31cc1d3d0552cc79cb492
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:26 2021 -0700
Update schoolCalendar.js
commit 5bbfb1109910856575cc348012dbc44d489a8005
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:11 2021 -0700
Update interface.html
update interface
commit 6660dad4c01c66c20670cfd415b6ad063d9b5b74
Merge: 8c003cf6 1e0f6cd6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 07:35:54 2021 -0700
Merge branch 'espruino:master' into master
commit 8c003cf6ffb5a8b3437897a1e57a6a020b5e02a4
Merge: 5c11881f f1ce196a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 15 07:33:21 2021 -0700
Merge branch 'espruino:master' into master
commit 5c11881f752edbdef3031f0a48109a196eced80a
Merge: 8c149dbe be34e2b0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 14 17:14:45 2021 -0700
Merge branch 'espruino:master' into master
commit 8c149dbea1cfd34e815b64ca354840b811a82222
Merge: 7888cc6c 300ed35b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Oct 13 07:46:16 2021 -0700
Merge branch 'espruino:master' into master
commit 7888cc6ce0bbabf99c7dd39f002810d262af07fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:59 2021 -0700
Create README.md
commit 36a52b8b001a4515d715950db56e411a6c4842b2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:52 2021 -0700
Update README.md
commit 4f5558c41e75f6e91a34842f7b42fa85970dce5e
Merge: 5db16d19 68cc9fbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 16:43:12 2021 -0700
Merge branch 'espruino:master' into master
commit 5db16d190b1439293d9f0af16d37fea29db8830c
Merge: e7995505 54d98db6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 07:03:23 2021 -0700
Merge branch 'espruino:master' into master
commit e799550544e55ef94ef48f905283625e50f73e97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:57 2021 -0700
Update schoolCalendar.js
commit 89f82a50436d4eab82574d310077d19154a8ab59
Merge: 7107d510 f3712e66
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:38 2021 -0700
Merge branch 'espruino:master' into master
commit 7107d510a5301f50ca5dc1bf9d4463ad99a33af8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 20:06:28 2021 -0700
Update schoolCalendar.js
commit a61879753285b4469772f51474c29fe86a5aa942
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 19:55:30 2021 -0700
Update schoolCalendar.js
commit 3c9e46c2160f4ff58708afc0d08ce2e5d27df097
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:59:03 2021 -0700
Update apps.json
commit 941bc852c1ab4472dc74a7f84e12e92ab891432e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:53 2021 -0700
Add files via upload
commit 4cbfac212e6999887cfafd37d9c809919a014e27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:26 2021 -0700
Delete apps/schoolCalender directory
commit c7b723f87e5e6fb0858c09ee2910510267d73fd6
Merge: 8d2f4ccc ba08863b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 07:31:25 2021 -0700
Merge branch 'espruino:master' into master
commit 8d2f4ccca761e1695620b072e116b94272850427
Merge: 7846b48c 44aa03e4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 1 07:31:42 2021 -0700
Merge branch 'espruino:master' into master
commit 7846b48cf67ab024970b90948096f9258e1c184c
Merge: 59aa9909 d0fd2f01
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 30 17:22:33 2021 -0700
Merge branch 'espruino:master' into master
commit 59aa99092dac99b9a13bbc2a7153dd2b44a6fb67
Merge: 9061acee 03bbe1d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 29 08:06:54 2021 -0700
Merge branch 'espruino:master' into master
commit 9061acee5db851bd58295785cc7542a7c066b4c8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 17:44:12 2021 -0700
Update interface.html
commit 79bacc45932ce8842cbf12d23c36a41e992b438e
Merge: bb5fcdaa 48bb819b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 07:12:44 2021 -0700
Merge branch 'espruino:master' into master
commit bb5fcdaafc1e344bf2d717c3eb238f763f255215
Merge: 814fbdd6 28bd9e83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 27 16:15:07 2021 -0700
Merge branch 'espruino:master' into master
commit 814fbdd61ef41676d07719b5b1b297fbbc03ec6f
Merge: 83d88a1e f3fd0f25
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 25 08:01:44 2021 -0700
Merge branch 'espruino:master' into master
commit 83d88a1ea191e2e6b669d284d94b4180b9ea54aa
Merge: c9bed74e 71471d37
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 24 19:35:52 2021 -0700
Merge branch 'espruino:master' into master
commit c9bed74ec2e240e2daf26bf9ec9432df91ac18aa
Merge: 1f130c53 16fe8470
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 23 15:21:18 2021 -0700
Merge branch 'espruino:master' into master
commit 1f130c53b46546328260a6b94ad182be5d55ff18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 22 07:25:41 2021 -0700
Update interface.html
commit 3d8ebe82c289156581799134b3c56fd02ade1fad
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:07:20 2021 -0700
Update interface.html
commit 2ca58d2cc436b72beb87d347b8d8c217b461e805
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:02:14 2021 -0700
Update custom.html
commit d8c149073fb6bca8f5f78ba4a031004adeab1a6b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:01:31 2021 -0700
Update apps.json
commit ceab5d46a23f913faf96be90e644458ac5546157
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 20:58:01 2021 -0700
Rename schoolCalender.js to app.js
commit 9b344eb1ecc577e96196d2a3d3fc8962198e90de
Merge: ec453c0e 3b15a7f9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 07:24:54 2021 -0700
Merge branch 'espruino:master' into master
commit ec453c0e100f7fd140305fe8ed4a62d3987e68f1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 19:45:50 2021 -0700
Update README.md
commit a8f7fe72923e1fe38042cb4752dac1429c6be426
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:31:41 2021 -0700
Update interface.html
commit 51c41d5c48a72b7a373e6f979c95bab9fa9ddb7a
Merge: b7a4ecb5 50ec8d97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:25:50 2021 -0700
Merge branch 'espruino:master' into master
commit b7a4ecb57857016c131ba72e101b3a11eb3cb06c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:48:24 2021 -0700
Update interface.html
commit 82320ab073c0b106f5260e26c0fb147d7c8fcd02
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:40:43 2021 -0700
Update interface.html
commit 27d025bf82cc5882dc39110c5c7799f657f2c57d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 14:01:04 2021 -0700
Update interface.html
commit bd92c0e67fce373f11aae3bbcf8f5a4c06f2e161
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:51:31 2021 -0700
Update interface.html
commit f0c596d14f6119bbe52e2f0d3912216785257536
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:40:29 2021 -0700
Update interface.html
commit d6542bac6d666af7c8fe1f67434611e6ccacc6a6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:29:46 2021 -0700
Update interface.html
commit 7a2ee0f7111209afa859761a62f80e93ca71a879
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:15:29 2021 -0700
Update interface.html
commit c65ddbfc522c54da540080a16d171edd42ce592e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:05:32 2021 -0700
Update interface.html
commit 43c684f389d97dd12815edbd93d0750f923f17b3
Merge: ddd1a83c 5f5b5c0d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:45:25 2021 -0700
Merge branch 'espruino-master'
commit 5f5b5c0dc2485f7e454acb9f364d240e3972d955
Merge: ddd1a83c cc2e1bbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:42:47 2021 -0700
Merge branch 'master' of git://github.com/espruino/BangleApps into espruino-master
commit ddd1a83c613a9f21ec8e37ba1151e1ca255a77af
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 18:27:57 2021 -0700
Update interface.html
commit 632c98f8be2ad6e2290e5eb98025559a42a47c34
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 15:13:46 2021 -0700
Update interface.html
commit c252f74e16edc5a1a1fcfe4ce72c9594f12a9624
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 07:31:16 2021 -0700
Update interface.html
commit b9b0a43e99db0c2d13c28bf6d65540925709d866
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:28:35 2021 -0700
Update interface.html
commit afafd449fb06abd3930d0eb40989dc12787c96d9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:22:01 2021 -0700
Update interface.html
commit 45a0d50b011ee50e9b1b4c6ce5a84e1290331b1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:15:25 2021 -0700
Update interface.html
commit eb146fe07bd5d71f49c5e267424d7b8206eee952
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:07:51 2021 -0700
Update interface.html
commit 34baf995e7f5288266b5da08bcac6d76202a92fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:04:33 2021 -0700
Update interface.html
commit 751fbdda43ea542db4887bed7b4d4e2ad7628a23
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:00:47 2021 -0700
Update interface.html
commit bc71f317311509e8f3fd5054e6c3efaa05bc0416
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:47:13 2021 -0700
Update interface.html
commit cfde9e14a87466a8dc7cb92934c3af373f6a43d0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:41:40 2021 -0700
Update interface.html
commit 135165c983beca48190d091e355436100beee41d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:37:52 2021 -0700
Add files via upload
commit d50ba356d68ebeffd028a924450d4a6ad4fddd74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:36:59 2021 -0700
Update apps.json
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit b51c84229798e7c3665f203c13023d9f6e24eb68
Merge: f4e997d4 d1da165e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 12:20:57 2021 +0000
Merge branch 'Combined' into Base
commit d1da165eb44fa50bea67506097768f1138574c8c
Merge: f927549b 2c257605
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:30:56 2021 +0000
Merge pull request #9 from t0m1o1/scaledlauncher
Update apps.json
commit f927549b2c1e88232f4df2c6ef7e160c3a8e0f7b
Merge: 3cfd575d 411118aa
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:16:59 2021 +0000
Merge pull request #8 from t0m1o1/scaledlauncher
Scaledlauncher
commit 3cfd575da46cf38347bbbb4d37645c0bd72833de
Merge: 9a311219 9d1429ca
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:04:17 2021 +0000
Merge pull request #7 from t0m1o1/scaledlauncher
Update settings.js
commit 9a311219b2d3a7d3594ca654c78ae7137a92fb8e
Merge: 43c42711 5b1b752d
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 02:56:33 2021 +0000
Merge pull request #6 from t0m1o1/scaledlauncher
Scaledlauncher
commit 43c4271101a4be6dbc28d7e34534d25242c159ae
Merge: dec967f1 084bba39
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 21:18:16 2021 +0000
Merge pull request #5 from t0m1o1/compass-fix
Compass fix
commit dec967f1ac5900e43099ef9bfef3bfbe84e1f8e4
Merge: 21c48263 dfa40407
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 20:56:22 2021 +0000
Merge pull request #4 from t0m1o1/Swipe-Launcher
Stop the swiping coming up if mode is undefined
commit 21c482639aa1f2d391ebb0508701cff3170b45c4
Merge: dea2ec96 4c9d04de
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:19:27 2021 +0000
Merge pull request #3 from t0m1o1/Swipe-Launcher
Update Swiper Clock Launch
commit dea2ec9693855d735662a4d344682e6105533bf2
Merge: 92d156fb 51766844
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:15:16 2021 +0000
Merge pull request #2 from t0m1o1/master
Master
commit 92d156fb398787a068a2f7ed81a78d90ed04bd70
Merge: 100384f2 7d37a9eb
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:14:13 2021 +0000
Merge pull request #1 from t0m1o1/Swipe-Launcher
Swipe launcher
commit 51766844e6ff346119739114c28b9d638ca57cbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:49:56 2021 +0000
Update apps.json
commit 6fda7a5f33ec6341d51529e680f5d0caa9c9fdbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:37:07 2021 +0000
Update apps.json
commit b7a067234413e2cd9cb531c366371e5d88f6bb21
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:32:09 2021 +0000
Rename hidmsicswipe.app.js to hidmsicswipe.js
commit 97065f1d62d40003eec09a2539d7294fe41bc4e5
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:55 2021 +0000
Delete hidmsicswipe.info
commit 21f184d6c4ad1f977c385d95c3966d95d446bf5c
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:10 2021 +0000
Add files via upload
commit 3917f28ae54db0e86b6429489c19a4180be759e0
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:45 2021 +0000
Delete hidmsicswipe.img
commit a65668300fc45082d6897e19c6efff556853f4d9
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:18 2021 +0000
Delete hid-music.png
commit 5fce838e8ab7d2b297c05a1ae735abcd4ba76d90
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:29:36 2021 +0000
Add files via upload
commit ffa37f2ab3b1fd2b921783e19ffb48673aad1a6e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:22:38 2021 +0000
Create hidmsicswipe-icon.js
commit b656e5973c302a39f7513364c66094132135bfc4
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:59:19 2021 +0000
Create changelog
commit ad943ca5658e4f68c205996c4ad42aa1ebbeb793
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:58:19 2021 +0000
Add files via upload
commit ac433ac7bd6d586e9b1ca11da924d64bd566ade2
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:57:39 2021 +0000
Create hidmsicswipe.info
2021-12-05 17:14:06 +00:00
"version" : "0.06" ,
"readme" : "README.md" ,
2021-11-18 15:09:19 +00:00
"supports" : [ "BANGLEJS2" ] ,
2021-11-18 15:07:16 +00:00
"description" : "Library Computer Access Retrieval System (LCARS) clock." ,
2021-11-18 15:09:19 +00:00
"type" : "clock" ,
"tags" : "clock" ,
2021-11-19 17:19:16 +00:00
"screenshots" : [ { "url" : "screenshot.png" } ] ,
2021-11-18 15:07:16 +00:00
"storage" : [
2021-11-18 15:16:04 +00:00
{ "name" : "lcars.app.js" , "url" : "lcars.app.js" } ,
2021-11-18 15:26:34 +00:00
{ "name" : "lcars.img" , "url" : "lcars.icon.js" , "evaluate" : true }
2021-11-18 15:07:16 +00:00
]
2021-11-19 10:53:22 +00:00
} ,
{ "id" : "binwatch" ,
"name" : "Binary Watch" ,
"shortName" : "BinWatch" ,
"icon" : "app.png" ,
2021-11-19 20:47:09 +00:00
"screenshots" : [ { "url" : "screenshot.png" } ] ,
Squashed commit of the following:
commit 5ed43a28b5b9d6820ee898f632535747c1e5913d
Merge: 4cf9192c a385c099
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:12:45 2021 +0000
Merge branch 'espruino:master' into Base
commit 4cf9192c4341a85eab1198b8663f48d276704ac3
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:25 2021 +0000
Update core
commit 69a54194a9eb41d0722fc061bec5c900b724e8cf
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:14 2021 +0000
Squashed commit of the following:
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit e040cc4e245a8fb4c55bfeb99cab12c62af5e7b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 15:22:16 2021 +0000
replace tabs!
commit 60c2fa710c4904827bfba868507a9f6d10d524a3
Merge: 38b2e417 f3cb7e9a
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:29:46 2021 +0000
Merge pull request #942 from madman2021/master
Add new TimeCal app
commit 38b2e417bf8e63be394a96ed24b9e3d174d5f45b
Merge: 94bd895b 43b38cc8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:26:43 2021 +0000
Merge pull request #943 from peerdavid/master
[LCARS Clock] Shows icons for charging and out of battery
commit 94bd895bafeb37250b64373692c9cceb3e9ece97
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 12:56:56 2021 +0000
welcome 0.14: Turn off and run later to use softOff to time is set right
plus other minor tweaks
commit 43b38cc8ab5796e25f65ace531be68a6a4134f98
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:40:47 2021 +0100
New screenshot. Updated version.
commit 34c6589f06a1a8ba0f7fe2e126b41d03dff7f45b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:37:07 2021 +0100
Minor improvement
commit c403a5af671cf70b18776fad83126adf66122f0f
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:36:21 2021 +0100
New design. Removed png icon files - only converted icons are needed.
commit 19655ea3279daf32ebfd4453db398915a8229946
Merge: 274b705c b1fb0e6b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:44 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 274b705c1e7313cf646412ec01bf17de9b1dabcf
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:37 2021 +0100
More lcars style
commit f3cb7e9a0b8f0ba3624b639415c9168c240905e8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:53:14 2021 +0000
Remove Icon as it renders massive
commit 1a9f5375557fc232acfe3f42d1198da827db5ab8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:46:03 2021 +0000
Add missing supports tag for TimeCal
commit 3738bde22a0d4cef2bd5c956a1a370e9a145689a
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:43:38 2021 +0000
Add TimeCal to the app library
Add TimeCal to the app library
commit b1fb0e6b7d88f53cff85f6a8d3eb416bebd35e92
Merge: 559e8208 dabc22c2
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 11:10:36 2021 +0100
Merge branch 'espruino:master' into master
commit dabc22c2d725ccddad8b08c0fa0b14af94d38e28
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 09:54:11 2021 +0000
custom code works on bangle2
commit 2e83a511d2032736a63bda38406b4f744a4130f1
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:51:20 2021 +0000
metronome supports bangle 2 now
commit cea51d06d07f09923d590357c33782861c342817
Merge: cd1daba0 4eee3f05
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:50:24 2021 +0000
Merge pull request #938 from bengwalker/master
Add Bangle.js 2 support for metronome app
commit cd1daba0c55e99f5a477407f47b932d050c0b6f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:46:13 2021 +0000
0.25: Fix issue where if Bangle.js 2 got a GPS fix but no reported time, errors could be caused by the widget (fix #935)
commit c03ab08687bbc7ed893ed2ef8c3be21f1e61e74f
Merge: 1750c72e f10bf240
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:40:53 2021 +0000
Merge pull request #939 from Ronin0000/master
Add Screenshots to Many Apps
commit 1750c72e94eab6ee22650d993ea31efa17e79c46
Merge: 5eeb1181 1def233d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:38:06 2021 +0000
Merge pull request #936 from Vingelar/master
Binwatch: re-format background images
commit 559e82088077ba79675c0012c921eae3ef32b16d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:14:04 2021 +0100
Minor design change
commit d24b8c80da7afd75a6f121a22e3694252aa3c57a
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:12:25 2021 +0100
Minor design chnges
commit f10bf24018add2df61a5fc422aee941b07c70082
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 17:04:07 2021 -0800
Update apps.json
commit c66b0982368a5e1ee74da598945df12d88cba679
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:53:48 2021 -0800
Update apps.json
commit 638fea73c791b4f11b6119c02ca2090c31b6bc83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:24:10 2021 -0800
Add files via upload
commit 4e79c896c65b2edc7dfcb7b4b2eb6ae1c96f60ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:23:33 2021 -0800
Add files via upload
commit 33809d8cdfa7ea3f02941c820b4836f20a9eb869
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:58 2021 -0800
Add files via upload
commit 6cb83284a7e7b9d2f8935835702e713f0f9b7b51
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:45 2021 -0800
Add files via upload
commit 7e521d0d29262227a32244d2929eb99fcb36fb98
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:17 2021 -0800
Add files via upload
commit 9985ff03f20469897ceb3dd1acb4f90ac850ebb8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:00 2021 -0800
Add files via upload
commit 6f437c39866562e05d8821bdb5150cd553f3a6cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:21:15 2021 -0800
Add files via upload
commit ffe218a0046d65464e96cdc59d1c10fbb708b791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:56 2021 -0800
Add files via upload
commit 9400133dd49762a7bfcff38e5a6249cbfd5753f7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:39 2021 -0800
Add files via upload
commit 76463d927940f590ed45cc51558723375217a34a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:37 2021 -0800
Add files via upload
commit 4011accb47eb53954acc3e27cce5b6f6cb025c57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:19 2021 -0800
Add files via upload
commit bc5960d61a40c08566a8e1977fa53c6528f04a85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:07 2021 -0800
Add files via upload
commit da5634beda72243f5ee6e4fc0e376c6c5f9c6ccc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:51 2021 -0800
Add files via upload
commit b9c4640f853d4992e57cd5d6b2e3f4d75db32d1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:25 2021 -0800
Add files via upload
commit d27a605a24cc06903084b6a796c9c93b7724150f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:07 2021 -0800
Add files via upload
commit 52baa42e69b1a7a8ef6bc2cae548298af4dcbf7c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:48 2021 -0800
Add files via upload
commit db3b6a58e49a3d5ce9b528011f3e0607474e4fa8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:16 2021 -0800
Add files via upload
commit f0de0d8a9d542fd960f13b36a2bb2a3548f06033
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:52 2021 -0800
Add files via upload
commit 6d4cb98ba83d0ab62406c00ed9fa8dcd139d2f8c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:34 2021 -0800
Add files via upload
commit 5f434d9d327fff8cebf41a45cf73ea9c96cb42db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:23 2021 -0800
Add files via upload
commit 6e72349f05e3773b0ae60217df8b6f266447f1ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:37 2021 -0800
Add files via upload
commit 03e4d0d7c01cdc214526891933f3c155f63ff2b5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:21 2021 -0800
Add files via upload
commit ead12a1c11e3937637e8af8b1d54218e0138e908
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:54 2021 -0800
Add files via upload
commit a1ed32c91380e03146dc4003a3ee6e400d0dd35f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:30 2021 -0800
Add files via upload
commit fae08d7a739b1a28faacb0105d5ad417171dddcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:57 2021 -0800
Add files via upload
commit b889e431edf72d64867c576135bc1470c4590db2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:32 2021 -0800
Add files via upload
commit f177480160184722b935623ebed05ad630a5a6a2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:02 2021 -0800
Add files via upload
commit a2fe8c3722f56c59957642cad2bb0a6454dc6f5b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:11:42 2021 -0800
Add files via upload
commit c1cdf15bf5413167692e9c7bd4f5fee31fe4d4c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:49 2021 -0800
Add files via upload
commit fb1c5529f037cc701e30d9da036a54236ea1ba1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:11 2021 -0800
Add files via upload
commit 530089e0830473574b38c172a964f9cfb49436a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:35 2021 -0800
Add files via upload
commit 3556e668560587c074ad435b977283e19367f69e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:12 2021 -0800
Add files via upload
commit e1e32772e4dd1943af6ed37407425998b0819e48
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:56 2021 -0800
Add files via upload
commit 8084bb92b7cfb12740129c57e1bb5c05ce13994c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:37 2021 -0800
Add files via upload
commit 2c997d2964d4ade4ba0aa5ef89a1b646c15a9751
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:18 2021 -0800
Add files via upload
commit 747626b66c880293481bd0a97cda8e32e0239d04
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:07:24 2021 -0800
Add files via upload
commit ed36fae0ac6def24ca20ab6229affbcf7502582e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:59 2021 -0800
Add files via upload
commit e8baad3c3775e26f8a88457ff8f361a18572e484
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:33 2021 -0800
Add files via upload
commit 1efcebe84aa2b2b00d6920a84d4e486b834c1083
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:16 2021 -0800
Add files via upload
commit 082d3d1e95e9bb98e10bb1679ae0dfba11bf44e0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:05:21 2021 -0800
Add files via upload
commit b10f62a6c55dd89bb15a97430b74269486a72807
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:58 2021 -0800
Add files via upload
commit 24b41c2c6fe40d18ffd9dfc0404f215cc9b847ff
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:42 2021 -0800
Add files via upload
commit 19a2ef1a44c78fe9b1922574f0a1eda20f2fbd43
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:01 2021 -0800
Add files via upload
commit 7089d6e74c438d3577ebf03857b0c1b6f73aaa2a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:03:38 2021 -0800
Add files via upload
commit 431824f828f0ea900c9d206e492cc7a6d1830f2e
Merge: 15aa41c7 5eeb1181
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 15:15:57 2021 -0800
Merge branch 'espruino:master' into master
commit 5eeb1181d049f1580f75657b9a9ac664041b26b9
Merge: 546a0b16 6b05d928
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:29:18 2021 +0000
Merge pull request #937 from rigrig/barclock-b2
Barclock works fine on the Bangle.js 2 :-)
commit 15aa41c766b2a25c7a83a1a6744706a7b2852aa3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:23:03 2021 -0800
Add files via upload
commit 6a93494e3fe516ccbc7755027f613bd9bd529021
Merge: 12443640 546a0b16
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:22:27 2021 -0800
Merge branch 'espruino:master' into master
commit 546a0b16cc32841b38a0d39b07ec6d18f58d21c5
Merge: cb6e14f6 18fbd289
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:55 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit cb6e14f6c12816224bbc3dc127e9817d0df7ae78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:37 2021 +0000
messages, start of call handling and message responses, fix for scroll issue when only 2 menu items
commit 12443640c95efbe9f25ed0ffe73280c84d90cd13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:54:22 2021 -0800
Update apps.json
commit 9bdc07f8617e457439522d5b4c84a65d1eba4ed9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:47:36 2021 -0800
Update apps.json
commit 4eee3f05e92e26aa5c70c1d2cefcc97ff4935b0d
Merge: aafc93f0 18fbd289
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:46:32 2021 +0100
Merge branch 'master' into master
commit 298fa47cd87e37b19cd142f47867843e24d08b57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:42:50 2021 -0800
Update apps.json
commit 52c07f6dc80e8eabd017fc324332c0594c173399
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:40:42 2021 -0800
Update apps.json
commit fe340d75bbb6c7814241becacddaca50435c5fe3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:39:31 2021 -0800
Update apps.json
commit aafc93f09a818f5bb6e4b6988246e4f8d049df87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:35:35 2021 +0100
Update README.md
update README
commit bd80ea5ca03b2e9d5f2eb562adc7305b3952d2e5
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:31:33 2021 +0100
Update metronome.js
print instructuions for banglejs2
commit 51afd5ef049c67f331931ee18b53e9d4e835342a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:29:27 2021 -0800
Add files via upload
commit ff62b603a27d6acea382af80496b6a35787a73ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:51 2021 -0800
Add files via upload
commit ffbd331c1376c5f393dafe62eaa62a9991949a3e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:29 2021 -0800
Add files via upload
commit 93c113a95a21dccfde6bb171d15b0f93e6d0f58a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:25 2021 -0800
Add files via upload
commit b2be26fccedfa52f00f275db8050c0c3e532859b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:07 2021 -0800
Add files via upload
commit 899e78539c3bb0e41e4d56aa854c4806715ccce0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:26:06 2021 -0800
Add files via upload
commit 50a88d41cd63e51a876e4fca58fe13c5af2088fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:35 2021 -0800
Add files via upload
commit b1d636bac2148007dd72becff0daddf24b80f0a4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:10 2021 -0800
Add files via upload
commit 6b05d928751b49d4910ddd3a6867e2d4cad6c93f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 19:42:12 2021 +0100
barclock: Fix time/date disappearing after fullscreen notification
By forcing a complete redraw at lcdPower-on
commit 32e3d326aa143eed99d26c81c9fbf870730591f4
Author: Richard de Boer <git@tubul.net>
Date: Sat Nov 20 17:13:36 2021 +0100
barclock works fine on the Bangle.js 2 :-)
commit 1def233de2434d272c6f712c9c213b7caff3ae92
Author: Vingelar <Vingelar@mantisse.de>
Date: Tue Nov 23 19:09:16 2021 +0100
changed format of bg images to binary raw format (export from emulator
commit e021aa2c9d5c44f9130e4bf67cb4b066d02cbd6d
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:59:49 2021 +0100
Update app.js
binwatch: adapted names of bg images
commit 3dd723d10bd3195257205a48dc79872668bd53cb
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:58:48 2021 +0100
Update apps.json
binwatch: shorten names of background images
commit 275402344ee927a51d0c100d4387c739d7a49968
Merge: cf027b37 18fbd289
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:36:45 2021 +0100
Merge branch 'espruino:master' into master
commit 18fbd2898da9fc2bfb16d0adf9cf2b97f5ce0f3d
Merge: 5be6981a df364bab
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:34:15 2021 +0000
Merge pull request #933 from peerdavid/master
[LCARS Clock] Added lcars icon to watch face.
commit cf027b3783cbbf8deca98fb3e1ee1922557686bf
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:34:13 2021 +0100
Update app.js
changed names of background images
commit 5be6981acdf3935b936bb85caf37780537518b66
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:31:42 2021 +0000
oops - named stub wrong
commit d328d94d34ea86dd99f958098c7f0a000b1e395f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:30:20 2021 +0100
Add files via upload
added background files exported from Emulator
commit c36fb16a684085c2eb6ada2c50021d3776f5e215
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:54 2021 +0100
Delete Background240_center.js
removed background240_center.js (wrong format)
commit 4719fada2843f1c8d6ae36d8d59d0fb95318d9b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:28:34 2021 +0000
Android Remove messages on disconnect, Fix music control (ref #909)
commit f431bd8a2c823e877ee6e78576aa4f39a0b5701f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:25 2021 +0100
Delete Background176_center.js
remove backgounrd176_center.js (wrong format)
commit 1b548c9bbb5a10769498b4ad1be04397fb889bce
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:27:33 2021 +0100
Update apps.json
adapted naming for image files
commit df364babab19550f75a01d707f0684d8547e8664
Merge: d28517b2 a1eeadfc
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 17:16:00 2021 +0100
Merge branch 'espruino:master' into master
commit d28517b2a5b5e7eaa6a8d9832d9352062addb3ee
Merge: cd93a201 465c93d8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:18 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit cd93a201f846e2c51a1ff9cc447dbbbdc2c5e2cc
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:15 2021 +0100
Moved logo
commit dd2bb22f076abff1aac2f32734b50fdcc5423861
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:08:57 2021 +0100
Update apps.json
use .js files as background images
commit 03c5f996f4998ebc1e6bfea7e77d3a61743c0c69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:07:21 2021 +0100
Add files via upload
added background files as js
commit 7d81bfe2bbdf5095ac7550247eddbe6827cec4c0
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:53:40 2021 +0100
Update apps.json
added missing "url" to background storage
commit 51b73894e461af6312b6fca28e0b5888e9f98da6
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:51:40 2021 +0100
Update app.js
use background images from storage
commit dab36d05a77563e9a839f38807bfd7cfe09a1f69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:48:50 2021 +0100
Update apps.json
added background images to stroage
commit 31f28093411e4f501dd49f98359af43e71e8b27e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:44:49 2021 +0000
Fix https://github.com/espruino/BangleApps/issues/927 - App loader offers to update unknown apps
commit a1eeadfc224a976e3fca6a00ca47d1c1389fa70f
Merge: 68429483 0a695e51
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:40:09 2021 +0000
Merge pull request #934 from Ronin0000/master
Fix School Calendar Bug
commit 0a695e5143fbff3935e80b9df85720f065b1e185
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:09:14 2021 -0800
Update custom.html
fix bug that was for testing
commit cfecc24f42d257d565f21571a50b825cffb2f1c3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:05:47 2021 -0800
Delete boot.js
commit 684294830d75459982845920cb30815236dc0917
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 13:57:46 2021 +0000
app manager works in bjs2
commit 465c93d830300054722f10f483a9023c6ec315e7
Merge: d20f5e59 3ba779ee
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 14:53:47 2021 +0100
Merge branch 'espruino:master' into master
commit d20f5e597e72d8392af3e9b745a4dfab36e8797f
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:53:27 2021 +0100
Updated screenshot
commit a283cf58fb90b1852d8e414fb01010632a65ba46
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:51:55 2021 +0100
Included lcars logo
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 3ba779ee5826a60f127ed12f0eeaa2a848f53b4c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:48:34 2021 +0000
Fix bangleapps after recent PRs
commit aaf06b113c72e1487651d30602ba79c95a41d6ff
Merge: a0351381 06a6b72d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:42:26 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 9600f16671ab5a9fc772a959a7110622baa5e606
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:19:48 2021 +0100
Updated changelog
commit 98577b626960bd971af483ef709655dfe0ac1f00
Merge: 1ccabca0 d3cd47f9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:52 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 1ccabca0c6f1cf79c1b5d6a56749ab752a4d1850
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:50 2021 +0100
No hrm icon - its shown too much.
commit d3cd47f95704e7c508e1e311d3224826f3fd73ce
Merge: 2e18795c 06a6b72d
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 11:12:43 2021 +0100
Merge branch 'espruino:master' into master
commit 2e18795c5780148c6f52d50cd69849b5893b1cdb
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:11:33 2021 +0100
Fixed string
commit 36edd449c5398147536d20c2b4f11040cb3105b9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:10:33 2021 +0100
Minor change
commit 06a6b72d42fc55a224bb5d133640670c21d6cae0
Merge: a39d4102 be083113
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:03:45 2021 +0000
Merge pull request #925 from Ronin0000/master
Add School Calendar
commit a39d4102963fc1593e1f2f8ea3f4372a3da4da6f
Merge: ab2cb243 930cfa13
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:02:41 2021 +0000
Merge pull request #928 from peerdavid/master
[LCARS Clock] Icons for different states such as GPS or HRM.
commit 5c3b0468d4ce9a51249f6f098c3e6ba84ba1cf41
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:59:26 2021 +0100
Update apps.json
corrected format
commit 336501059da7bceddba9e300c5b6d5bd1aba6a3a
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:56:25 2021 +0100
Update apps.json
removed background image
commit 3f4c49a8aef6ba79419f00d86fc4f02435b72e21
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:55:07 2021 +0100
Update app.js
integrated BG image into app
commit ff3223e1b906957811cad815df88ad495e70a95f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:51:02 2021 +0100
Update app.js
added "require" for bg image
commit ab2cb243857e50e7bb80ee163e4bc153302446a7
Merge: adadf7ef 162dc1f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:51:01 2021 +0000
Merge pull request #929 from weeurey/master
Update app
commit adadf7efd39b01466cfd348e13c5a02deaa6bf4d
Merge: b7f403e7 0f9d938f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:26 2021 +0000
Merge pull request #931 from reelyactive/master
emojuino@0.02
commit b7f403e79bf5fae387c5f6d0522f49ce917362a6
Merge: f4e997d4 46383d4d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:12 2021 +0000
Merge pull request #930 from rigrig/gbmusic-fix
gbmusic: fix "previous" button image
commit a03513812956c629f003824b46bb6763734eead8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:44:24 2021 +0000
fix download icon on android
commit b128f5c15569de9e2be0717f270cfd90e006d5ab
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:38:02 2021 +0100
Update apps.json
added background image to upload
commit 930cfa13315046c621a5444632f7b12bbd956fae
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 09:43:24 2021 +0100
New HRM Icon
commit 7f3f7b9eee3c23c922645274dd8d7947def8158d
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:26:37 2021 +0100
Currently, no confidence > 80 is reached...
commit 1fb861b82c4cc75b94dc6875280fbd411390bc71
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:25:11 2021 +0100
HRM confidence of 80 to display
commit 7d95221e166770be91bf76374f926fe996356009
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:24:15 2021 +0100
Minor change
commit 6d8d98fb03e7bed42c3feeee771ddfcd78b60ea8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:21:41 2021 +0100
Show HRM
commit a0cc4c633e0e6853a0f170a5358b7e1f11e310af
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:10:00 2021 +0100
Minor changes
commit be083113316ec7ba07d780b6593cb9adfd748298
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 19:11:40 2021 -0800
Update custom.html
commit 0664a44c454107d4e3ff039d12baffea3e90cf5f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:52:43 2021 -0800
Update apps.json
commit b032ca0fc1936e650a459f766799e197daf2a4dd
Merge: 7fd37f7e f1f063fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:27 2021 -0800
Merge branch 'espruino-master'
commit f1f063fd1adb553c548a3aa54156bce00b4ca48d
Merge: 7fd37f7e f4e997d4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:09 2021 -0800
merge3
commit 0f9d938fa6970df18fbe99f3c707b94aa26d15c1
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:23:17 2021 -0500
Version bump
commit 5a01047cd0b30e4b7b253d784bd0b5755fc0c2e2
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:21:29 2021 -0500
Added screenshots
commit ae55c2d39fc936cfa1954d44b7f76dc91c21ced3
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:09:26 2021 -0500
Allow emulator, specify type as app
commit 58f9e7cd5b59904651fb878a89844ee4ccfb23df
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:03:18 2021 -0500
Upgrade to emoji images and supporting text
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit 7fd37f7e4e669c0aea7b5324b85f9d85ca394dcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 12:18:44 2021 -0800
Update custom.html
commit 84d9ca4b337e36c4f62ffce4b3059f8f2909d482
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:57:14 2021 -0800
Update boot.js
commit 740f4a95665fd92ad87e83dd381da7e55c2e4b18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:52:27 2021 -0800
Create boot.js
not part of the current merge
commit d3538a03f10f6323afc8656cef397a561cf35bf0
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:12:50 2021 +0100
Added raster
commit 20310fdb75b11fe8b3ea38dc7810732910537169
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:02:27 2021 +0100
Smaller icons
commit 3863be18301cec9fec480db7fe28a19439c708d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 09:06:52 2021 -0800
Delete apps/schoolCalendar/fullcalendar/interaction/src directory
commit 5d8c13a7e6a934e8b750f0ab4871e3dcc67c09bf
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:56:29 2021 +0100
Updated screenshot accordingly
commit 21134a1dcdc102755171af26e99ae86f3559996f
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:55:21 2021 +0100
Better background
commit cab3d43085b2edf4dc97ebf05785bb5b446a88da
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:39:48 2021 +0100
Better alarm - shown only in icon so we can display more data.
commit db22bac0ecd48633d6acf0874127a1b28821d8ea
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:11:15 2021 +0100
Use correct alarm icon
commit 162dc1f29346ab0f6ff4b7cd4128826292ca766e
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:11:07 2021 +0000
Update apps.json
commit dc24ae9bfba1786d4d8a3e22871c4da7bda9fb92
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:10:58 2021 +0100
Better HRM Icon
commit 8e688d144ab30ff87f31b51ab457688ce03c4c23
Merge: 741f7aab f4e997d4
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:09:43 2021 +0000
Merge branch 'espruino:master' into master
commit 741f7aab5239e6fa6ae48e1a5351216dfcfc4177
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:08:38 2021 +0000
Update apps.json
commit 247ed9faa2e8b8463374fea05d4bb04ddda2cfc1
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:07:39 2021 +0000
Create ChangeLog
commit d878d46d4ccc5128643034c535cff69984ab7853
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:05:57 2021 +0000
Update app.js
commit c720fc314b516e1007452ad18ce51bc4fefefec1
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:03:21 2021 +0100
New alarm icon
commit 75fbd6882d1368c73db1b96fac79f4202d6a5e53
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:37:48 2021 +0100
Added icon for alarm
commit eb20f15537d8b6be7226b2ae49fc6e6dd0474124
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:33:42 2021 +0100
Compeletely new design with icons for GPS, HRM and Compass. All Icons are open source and mentioned in the Readme.md file.
commit 46383d4d5547bca38a2a07ea01d67afa0166bedc
Author: Richard de Boer <git@tubul.net>
Date: Mon Nov 22 13:18:01 2021 +0100
gbmusic: fix "previous" button image
commit 1bf5132a5caf41398125e0c7f2bad72ffa300df2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:07:49 2021 -0800
Update custom.html
commit 618c5b7a10ebe610205ab463c395f65948e5a763
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:02:29 2021 -0800
Update custom.html
commit adfeb5e535564f8851fcdc080e2fa10d9acced9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:00:21 2021 -0800
Update custom.html
commit f950fd2ee88486e3355efd30823d50de799e8418
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:57:52 2021 -0800
Update custom.html
commit 3ee0e9bae6ee137c6e36672c9aa6a20d1c072caf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:49:48 2021 -0800
Update apps.json
commit 387bd30236b5d765b396eba24ad43120ceb6c384
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:48:14 2021 -0800
Rename ChangeLog.md to ChangeLog
commit 6e07f282b8918ac3b8f333c7c4156980a44ff1d6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:41:26 2021 -0800
Add files via upload
commit fea37b4992e65a5ca54648f88281ce2623f6a55f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:40 2021 -0800
Update apps.json
commit 939d8f6a9ae71b49c13f7dbf1455bb2fec60462a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:21 2021 -0800
Add files via upload
commit 854ae5361d1b2400f6b6d1b2c2239f46d1e16bc9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:34:28 2021 -0800
Update README.md
commit 426768eb11e34ea7a04010e6fe7da1a5a5187f40
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:32:14 2021 -0800
Update custom.html
commit bf994d9acc8b79ebda1e47dc5ebc5158210d6205
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:24:29 2021 -0800
Update apps.json
commit 7c74c5d43f9f66b6374cabd4e247d1560e5f29a1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:15:40 2021 -0800
Update apps.json
commit 8981aa3f614c388c74d73ccd25e16f5e6eabde9f
Merge: e878e547 100384f2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:12:19 2021 -0800
Merge branch 'espruino:master' into master
commit e878e5478713b0b3cae0bb86e28f998cbfeb9b10
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:11:43 2021 -0800
merge
commit 3bde4d2e48711186ae26036baea8f880c2aac7c4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 16:12:16 2021 -0800
Update custom.html
commit 5f3c93df8cc8b73c432ea31b15e84e4b106256de
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:37:41 2021 -0800
Update custom.html
commit 26bd9e35be993aae4deece775ac85f53f877b122
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:35:47 2021 -0800
Update custom.html
commit 8f2cc6e2137cf29e03435123e96d9c6c550864d1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:34:09 2021 -0800
Update custom.html
commit 66f061112301898b011412e91982dbefc7cc2d1e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:32:48 2021 -0800
Update custom.html
commit 87a9504912b8753dc63700207ee89acacbb34726
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:30:44 2021 -0800
Update custom.html
commit 626498da9d296fecf6776b836def4eda87027d85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:24:01 2021 -0800
Update custom.html
commit 3472ca355a1a71d3fa3f464ece2b81dce7f4eeaa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:21:57 2021 -0800
Update custom.html
commit 529b0cb4637652dfc0a3ba6688b863b5f47437ca
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:19:53 2021 -0800
Update custom.html
commit e77d9980023f041a87743ac1fd3c48a3f0652a8e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:18:21 2021 -0800
Update custom.html
update
commit a712c37c7652f7bc46c4d7761df93b3d28e17229
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:17:58 2021 -0800
Update custom.html
commit 4d9d6abb9ef466e4058510efe9eec295f60127e9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:14:02 2021 -0800
Update custom.html
commit f35b24844810a90f08f731cc9e63535be217e4cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:09:44 2021 -0800
Update custom.html
commit d0336b2854d7e0892c440ef8c5f83bcbe1374a9b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:06:56 2021 -0800
Update custom.html
commit 640c8e491e489e9ea88282cf0bfe14004838b3db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:03:42 2021 -0800
Update custom.html
commit 604153cb2408399ce1420b43ef87f41c09d3daa6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:01:45 2021 -0800
Update custom.html
commit 0f8f1e38e85a8c1c49057f4b891209bdfad67aef
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:44 2021 -0800
Update custom.html
commit 7f7dcb0bcf89b1d66f60481efaa09f5956ee4ecc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:22 2021 -0800
Update custom.html
commit d42fe03dc8fcbc0f68857dd9f887c8cc4eff1c06
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:55:08 2021 -0800
Update custom.html
commit 98f172fad442e89f53c45ac47f2388a08049855a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:53:01 2021 -0800
Update custom.html
commit daf8dde32bc81b8f04402c4728eac41784751cd5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:49:25 2021 -0800
Update custom.html
commit 408bd24080a2f7dcf1e6d0c33dab65da4dff82cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:48:38 2021 -0800
Update custom.html
commit 68db21acbb837b12d84d9930d451d2ba90e251dd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:44:30 2021 -0800
Update custom.html
commit 45feb1b2ffb17b8835c505bc4a4f825ddc17bf4f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:42 2021 -0800
Update custom.html
commit 3bc5fd87b61cbb9b867009d933342fe627da982d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:12 2021 -0800
Update custom.html
commit c3eede9868ee342bc4248e71a874c2e6b332dcdd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:37:42 2021 -0800
Update custom.html
commit 8426356c01a23ae769c79f726b95ea64f4428574
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:35:55 2021 -0800
Update custom.html
commit 93f09c216a1eb9aa876c88a1f806ccb709e971b7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:39 2021 -0800
Update apps.json
commit cb748a251dbd11e87615d82081522953607b3a27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:20 2021 -0800
Update custom.html
commit a994ed66301040f60d5f99b672a6081152a20d6c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:53:38 2021 -0800
Update custom.html
commit b76bb48973dbabfaf56bdec4aee44a483f94d129
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:50:08 2021 -0800
Update custom.html
commit f99ce683e9ce42431321fc711e061955bc0220fb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:46:32 2021 -0800
Update custom.html
commit ddfdd94ff845d3d8560158cde184a9a19a3d2142
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:42:51 2021 -0800
Update custom.html
commit 52675f7eff140426532f81da9c84c5d7803d0cda
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:48:03 2021 -0800
Update custom.html
commit d4911034145e3d98b99d649be55c75671e2f5c5c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:44:23 2021 -0800
Update custom.html
commit 71ff5959aec6a5f8302bda513d2c1371bbed0743
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:58 2021 -0800
Update custom.html
commit daba705b37b9952cba2910c3c0bed23e58aaf2fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:16 2021 -0800
Update custom.html
commit 19cb5fc749abeefe378205531d18b97562ddfc47
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:39:15 2021 -0800
Update apps.json
commit 6c20945898b84a02d6b440923a5afd994c7d97aa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:37:41 2021 -0800
Update custom.html
commit ff519bdc0d9bca530284d98cad9fd023ad37d50d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:15:29 2021 -0800
Update custom.html
commit 34843d703aae0b6a33be352ad0f8408d8d17d07b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:11:54 2021 -0800
Update custom.html
commit 4da82197f32b280e4192d5bc9a5ba174fbad4ace
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:01:20 2021 -0800
Update custom.html
commit a9c5a32bc1359d8288f4fd6b6da50eaf40910c9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:56:54 2021 -0800
Update custom.html
commit 352fea34791ccf06450a516ab2a2daf22353c641
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:53:38 2021 -0800
Update apps.json
commit ab6f56c381a54e4ab3466625a9eb794eef5dd2a0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:52:34 2021 -0800
Update custom.html
commit a65742ce346039ef901e70157620aabd95bbca35
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:48:25 2021 -0800
Update apps.json
commit a1a387dd600f7e5c3879d74cd5a516d7566fb7bb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:47:52 2021 -0800
Update custom.html
commit 180e88e0e44dc3ca09291a7d37b6fa4df637fa78
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:50 2021 -0800
Update custom.html
commit 0099736b8c64e8f1afefd4d52b526151e3ac700a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:14 2021 -0800
Update apps.json
commit 1fdf4e954e23fe0514b8d795224c2edafd5941c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:43 2021 -0800
Update apps.json
commit faa5b6b21aa8b7062dc62499e8361b8233cf9408
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:10 2021 -0800
Update custom.html
commit d617803c13ec381f35a9d30f99a267dca02c9cf1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:44 2021 -0800
Update apps.json
commit dc669254bcccad425153d209d6dcdf002f64a30d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:10 2021 -0800
Update custom.html
commit 303247fb4e66802ed7f5c2ee404ce0a28221ec2d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:25:00 2021 -0800
Update custom.html
commit d836cbd2ba256adfffa55f1d12fda02ae8ac760c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:15:16 2021 -0800
Update custom.html
commit e206bd4e1cad4aab266fd376fa525500941878a8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:08:00 2021 -0800
Update custom.html
commit 1a6c1acce50fe2fe2e49bfc26b3ac98c1db5aa13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:04:06 2021 -0800
Update custom.html
commit aa20fac50ed19adfb9248fd9cda1ebb7c31f95b1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:02:52 2021 -0800
Update apps.json
commit 5625414e90c78677040420f342f29e96f088469b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:34:30 2021 -0800
Update apps.json
commit ebc2d8096144e6150920efc4b63e8f1e3f52eb00
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:33:27 2021 -0800
Update custom.html
commit 6c43de3766433c1f9fa1d01fd24cbfe0839e19c0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:21:11 2021 -0800
Update apps.json
commit 37da3c68aeeb5fec1ef3d8965fa3d8170074d791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:19:46 2021 -0800
Update custom.html
commit 92707b9d13ed269a41684ce45111376694cb6e58
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:12:50 2021 -0800
Update ChangeLog.md
commit d3ca682cff08be0bb2a64ab057f6efdf36b4e094
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:09:56 2021 -0800
Update apps.json
commit dfd9e59993944f6323120f8af660d880c63c6793
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:08:52 2021 -0800
Update custom.html
commit 5d24a09ffa2d9cad10a5fae3c7b4d5fafc944aa9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:04:41 2021 -0800
Update apps.json
commit e965bd7d962108a2944824eb6579fce435876966
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:43 2021 -0800
Update custom.html
commit 345d9c155135fc4d0a2b8d00b3528b363a584ced
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:12 2021 -0800
Delete schoolCalendar.js
commit dc9db8a4767d4c16d92645131d977263e2468521
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:58 2021 -0800
Update schoolCalendar.js
commit 58df0a5ca26684b4da84929c8c388ca5c37acabd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:03 2021 -0800
Update apps.json
commit 65ad4979e8d58b51f11f3bcc86f31ab303a5d7b6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:27:10 2021 -0800
Update custom.html
commit 9c07800c5ef948a1b9b2071e7bdfe46809fefa1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:07:38 2021 -0800
Update custom.html
commit b108bc45fb8bfa266e4d4ad3e66a9f65cec96c92
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:58:24 2021 -0800
Update custom.html
commit d871855f8e217b27ea73ed28b389bbc8aea59d62
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:55:58 2021 -0800
Update apps.json
commit 99112920b287568db32c5e43b47cfc2ee0cf71a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:47:34 2021 -0800
Update apps.json
commit 37f4329ec57bc4a96a1b2a0847406f6a05cad520
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:49 2021 -0800
Update apps.json
commit ba2aee642bf90307757bb85fda6aa0db01bed5e5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:06 2021 -0800
Update custom.html
commit 98048dc23cb1caf3aafbf1d1ecfa461ba5943925
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:37:23 2021 -0800
Update apps.json
commit 1a53e8d34af89f0e6c889653961350a898deea81
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:33:43 2021 -0800
Update custom.html
commit 993bb7298c8fbc9348e6668b70a555c51dc54a09
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:31:41 2021 -0800
Rename interface.html to custom.html
commit 3a3962bfdc0365e75f8804b61293ec91084f6698
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:30:12 2021 -0800
Rename custom.html to interface.html
commit c8ad92a3dcb7b8a0df83f2e720b6730dd785e829
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:20:33 2021 -0800
Update apps.json
commit ae85c1cee709457b10233205c057f946ea15fe83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:14:33 2021 -0800
Update custom.html
commit c1b467ba8e96f58b27eb3b9b2dc2b859fa89e227
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:14:50 2021 +0000
Update app.js
commit 438537ace2358f5b798bdfde92ebf78db81abc49
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:10:03 2021 +0000
Update app.js
commit e6d736860d7d7511f08474a4d8f6446ebe97e634
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:57:57 2021 +0000
Update app.js
commit e1add5e2b2a068873d0102324d61f9ff5532924d
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:45:02 2021 +0000
Update app.js
commit 09be008dfaf764b542a80f4dbbde6ab26314713e
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:39:48 2021 +0000
Update app.js
commit 9f26994f5c66a5ee88a702c7a73d8bcc0c8236c3
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:33:47 2021 +0000
Update app.js
commit 0cf4c5d70a97480185296b32137fcdc179fddcc4
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:10:31 2021 +0000
Update app.js
commit cfdb94439526722ca757b8ee748d298f6a76d9e7
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:32:34 2021 +0000
Update app.js
Add Media controls
commit e3cd8f5607f912002d3ec0adf833834058a492cb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:16:37 2021 +0000
Update app.js
Removed extra unneeded code
commit ceed8a123836f5da6fb8c5d6741e2224a3e4a0af
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 15:05:28 2021 +0000
Update app.js
commit 721a3f2608ee0012767cfacd5c69aa91a7bba5f6
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:39:30 2021 +0000
Update app.js
commit a16bfe4d7350b34c694050448f2aefc990d19dcb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:32:57 2021 +0000
Update app.js
commit e72bf84a7a05c4208e8c1d5f60815a9f57ca11c4
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 21:29:57 2021 +0100
use dark theme for metronome
commit 071a7a7e683a649b9f75fdc92b9f56804cd0af87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 20:46:18 2021 +0100
add support for Bangle.js 2
commit 7a7175fa483e4e9fcd5912d83e9519274d67b4f0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Nov 4 16:00:41 2021 -0700
Update custom.html
commit e2928498690565ba7d0454aaa4265bc8adfda712
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:32 2021 -0700
Rename interface.html to custom.html
commit cd7579269efe8d54a5a5680b8126ea38f9ce54be
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:04 2021 -0700
Update apps.json
commit df7f9cc530194025708b712565a410aed1d73e95
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:20:09 2021 -0700
Update interface.html
commit ada94b11cfbebfeaa010cee1b39d0f92591d4e13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:06:50 2021 -0700
Update interface.html
commit 08fc58deb57847cca7d81bf84a54df16ce97528f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:20:57 2021 -0700
Update interface.html
commit 04b9e74a4d2cd84dd9b64b0ba6fba1167fc400e7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:10:58 2021 -0700
Update interface.html
commit be7af68455ff4b5034c0baab9d8c138b9b024707
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:08:24 2021 -0700
Update interface.html
commit aaee5f3c0610de7a48bdda7fe9c6064dff97780e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 19:13:08 2021 -0700
Update interface.html
commit 73819933eeb57f32935e6ad93a146bdbee6d8be6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:52:09 2021 -0700
Update schoolCalendar.js
commit fa5cbd71c618a2053ec3217048c74a723c46f03f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:49:22 2021 -0700
Update README.md
commit fa392008d1e30a6df05245eac969badf4188fb74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:45:24 2021 -0700
Update README.md
commit c280e41560a3812ee83ca461e098bc35b80ef439
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:42:39 2021 -0700
Update README.md
commit 6b84a8eb3007cca6abd31cc1d3d0552cc79cb492
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:26 2021 -0700
Update schoolCalendar.js
commit 5bbfb1109910856575cc348012dbc44d489a8005
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:11 2021 -0700
Update interface.html
update interface
commit 6660dad4c01c66c20670cfd415b6ad063d9b5b74
Merge: 8c003cf6 1e0f6cd6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 07:35:54 2021 -0700
Merge branch 'espruino:master' into master
commit 8c003cf6ffb5a8b3437897a1e57a6a020b5e02a4
Merge: 5c11881f f1ce196a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 15 07:33:21 2021 -0700
Merge branch 'espruino:master' into master
commit 5c11881f752edbdef3031f0a48109a196eced80a
Merge: 8c149dbe be34e2b0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 14 17:14:45 2021 -0700
Merge branch 'espruino:master' into master
commit 8c149dbea1cfd34e815b64ca354840b811a82222
Merge: 7888cc6c 300ed35b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Oct 13 07:46:16 2021 -0700
Merge branch 'espruino:master' into master
commit 7888cc6ce0bbabf99c7dd39f002810d262af07fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:59 2021 -0700
Create README.md
commit 36a52b8b001a4515d715950db56e411a6c4842b2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:52 2021 -0700
Update README.md
commit 4f5558c41e75f6e91a34842f7b42fa85970dce5e
Merge: 5db16d19 68cc9fbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 16:43:12 2021 -0700
Merge branch 'espruino:master' into master
commit 5db16d190b1439293d9f0af16d37fea29db8830c
Merge: e7995505 54d98db6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 07:03:23 2021 -0700
Merge branch 'espruino:master' into master
commit e799550544e55ef94ef48f905283625e50f73e97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:57 2021 -0700
Update schoolCalendar.js
commit 89f82a50436d4eab82574d310077d19154a8ab59
Merge: 7107d510 f3712e66
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:38 2021 -0700
Merge branch 'espruino:master' into master
commit 7107d510a5301f50ca5dc1bf9d4463ad99a33af8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 20:06:28 2021 -0700
Update schoolCalendar.js
commit a61879753285b4469772f51474c29fe86a5aa942
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 19:55:30 2021 -0700
Update schoolCalendar.js
commit 3c9e46c2160f4ff58708afc0d08ce2e5d27df097
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:59:03 2021 -0700
Update apps.json
commit 941bc852c1ab4472dc74a7f84e12e92ab891432e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:53 2021 -0700
Add files via upload
commit 4cbfac212e6999887cfafd37d9c809919a014e27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:26 2021 -0700
Delete apps/schoolCalender directory
commit c7b723f87e5e6fb0858c09ee2910510267d73fd6
Merge: 8d2f4ccc ba08863b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 07:31:25 2021 -0700
Merge branch 'espruino:master' into master
commit 8d2f4ccca761e1695620b072e116b94272850427
Merge: 7846b48c 44aa03e4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 1 07:31:42 2021 -0700
Merge branch 'espruino:master' into master
commit 7846b48cf67ab024970b90948096f9258e1c184c
Merge: 59aa9909 d0fd2f01
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 30 17:22:33 2021 -0700
Merge branch 'espruino:master' into master
commit 59aa99092dac99b9a13bbc2a7153dd2b44a6fb67
Merge: 9061acee 03bbe1d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 29 08:06:54 2021 -0700
Merge branch 'espruino:master' into master
commit 9061acee5db851bd58295785cc7542a7c066b4c8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 17:44:12 2021 -0700
Update interface.html
commit 79bacc45932ce8842cbf12d23c36a41e992b438e
Merge: bb5fcdaa 48bb819b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 07:12:44 2021 -0700
Merge branch 'espruino:master' into master
commit bb5fcdaafc1e344bf2d717c3eb238f763f255215
Merge: 814fbdd6 28bd9e83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 27 16:15:07 2021 -0700
Merge branch 'espruino:master' into master
commit 814fbdd61ef41676d07719b5b1b297fbbc03ec6f
Merge: 83d88a1e f3fd0f25
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 25 08:01:44 2021 -0700
Merge branch 'espruino:master' into master
commit 83d88a1ea191e2e6b669d284d94b4180b9ea54aa
Merge: c9bed74e 71471d37
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 24 19:35:52 2021 -0700
Merge branch 'espruino:master' into master
commit c9bed74ec2e240e2daf26bf9ec9432df91ac18aa
Merge: 1f130c53 16fe8470
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 23 15:21:18 2021 -0700
Merge branch 'espruino:master' into master
commit 1f130c53b46546328260a6b94ad182be5d55ff18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 22 07:25:41 2021 -0700
Update interface.html
commit 3d8ebe82c289156581799134b3c56fd02ade1fad
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:07:20 2021 -0700
Update interface.html
commit 2ca58d2cc436b72beb87d347b8d8c217b461e805
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:02:14 2021 -0700
Update custom.html
commit d8c149073fb6bca8f5f78ba4a031004adeab1a6b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:01:31 2021 -0700
Update apps.json
commit ceab5d46a23f913faf96be90e644458ac5546157
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 20:58:01 2021 -0700
Rename schoolCalender.js to app.js
commit 9b344eb1ecc577e96196d2a3d3fc8962198e90de
Merge: ec453c0e 3b15a7f9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 07:24:54 2021 -0700
Merge branch 'espruino:master' into master
commit ec453c0e100f7fd140305fe8ed4a62d3987e68f1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 19:45:50 2021 -0700
Update README.md
commit a8f7fe72923e1fe38042cb4752dac1429c6be426
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:31:41 2021 -0700
Update interface.html
commit 51c41d5c48a72b7a373e6f979c95bab9fa9ddb7a
Merge: b7a4ecb5 50ec8d97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:25:50 2021 -0700
Merge branch 'espruino:master' into master
commit b7a4ecb57857016c131ba72e101b3a11eb3cb06c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:48:24 2021 -0700
Update interface.html
commit 82320ab073c0b106f5260e26c0fb147d7c8fcd02
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:40:43 2021 -0700
Update interface.html
commit 27d025bf82cc5882dc39110c5c7799f657f2c57d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 14:01:04 2021 -0700
Update interface.html
commit bd92c0e67fce373f11aae3bbcf8f5a4c06f2e161
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:51:31 2021 -0700
Update interface.html
commit f0c596d14f6119bbe52e2f0d3912216785257536
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:40:29 2021 -0700
Update interface.html
commit d6542bac6d666af7c8fe1f67434611e6ccacc6a6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:29:46 2021 -0700
Update interface.html
commit 7a2ee0f7111209afa859761a62f80e93ca71a879
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:15:29 2021 -0700
Update interface.html
commit c65ddbfc522c54da540080a16d171edd42ce592e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:05:32 2021 -0700
Update interface.html
commit 43c684f389d97dd12815edbd93d0750f923f17b3
Merge: ddd1a83c 5f5b5c0d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:45:25 2021 -0700
Merge branch 'espruino-master'
commit 5f5b5c0dc2485f7e454acb9f364d240e3972d955
Merge: ddd1a83c cc2e1bbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:42:47 2021 -0700
Merge branch 'master' of git://github.com/espruino/BangleApps into espruino-master
commit ddd1a83c613a9f21ec8e37ba1151e1ca255a77af
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 18:27:57 2021 -0700
Update interface.html
commit 632c98f8be2ad6e2290e5eb98025559a42a47c34
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 15:13:46 2021 -0700
Update interface.html
commit c252f74e16edc5a1a1fcfe4ce72c9594f12a9624
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 07:31:16 2021 -0700
Update interface.html
commit b9b0a43e99db0c2d13c28bf6d65540925709d866
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:28:35 2021 -0700
Update interface.html
commit afafd449fb06abd3930d0eb40989dc12787c96d9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:22:01 2021 -0700
Update interface.html
commit 45a0d50b011ee50e9b1b4c6ce5a84e1290331b1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:15:25 2021 -0700
Update interface.html
commit eb146fe07bd5d71f49c5e267424d7b8206eee952
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:07:51 2021 -0700
Update interface.html
commit 34baf995e7f5288266b5da08bcac6d76202a92fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:04:33 2021 -0700
Update interface.html
commit 751fbdda43ea542db4887bed7b4d4e2ad7628a23
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:00:47 2021 -0700
Update interface.html
commit bc71f317311509e8f3fd5054e6c3efaa05bc0416
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:47:13 2021 -0700
Update interface.html
commit cfde9e14a87466a8dc7cb92934c3af373f6a43d0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:41:40 2021 -0700
Update interface.html
commit 135165c983beca48190d091e355436100beee41d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:37:52 2021 -0700
Add files via upload
commit d50ba356d68ebeffd028a924450d4a6ad4fddd74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:36:59 2021 -0700
Update apps.json
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit b51c84229798e7c3665f203c13023d9f6e24eb68
Merge: f4e997d4 d1da165e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 12:20:57 2021 +0000
Merge branch 'Combined' into Base
commit d1da165eb44fa50bea67506097768f1138574c8c
Merge: f927549b 2c257605
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:30:56 2021 +0000
Merge pull request #9 from t0m1o1/scaledlauncher
Update apps.json
commit f927549b2c1e88232f4df2c6ef7e160c3a8e0f7b
Merge: 3cfd575d 411118aa
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:16:59 2021 +0000
Merge pull request #8 from t0m1o1/scaledlauncher
Scaledlauncher
commit 3cfd575da46cf38347bbbb4d37645c0bd72833de
Merge: 9a311219 9d1429ca
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:04:17 2021 +0000
Merge pull request #7 from t0m1o1/scaledlauncher
Update settings.js
commit 9a311219b2d3a7d3594ca654c78ae7137a92fb8e
Merge: 43c42711 5b1b752d
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 02:56:33 2021 +0000
Merge pull request #6 from t0m1o1/scaledlauncher
Scaledlauncher
commit 43c4271101a4be6dbc28d7e34534d25242c159ae
Merge: dec967f1 084bba39
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 21:18:16 2021 +0000
Merge pull request #5 from t0m1o1/compass-fix
Compass fix
commit dec967f1ac5900e43099ef9bfef3bfbe84e1f8e4
Merge: 21c48263 dfa40407
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 20:56:22 2021 +0000
Merge pull request #4 from t0m1o1/Swipe-Launcher
Stop the swiping coming up if mode is undefined
commit 21c482639aa1f2d391ebb0508701cff3170b45c4
Merge: dea2ec96 4c9d04de
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:19:27 2021 +0000
Merge pull request #3 from t0m1o1/Swipe-Launcher
Update Swiper Clock Launch
commit dea2ec9693855d735662a4d344682e6105533bf2
Merge: 92d156fb 51766844
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:15:16 2021 +0000
Merge pull request #2 from t0m1o1/master
Master
commit 92d156fb398787a068a2f7ed81a78d90ed04bd70
Merge: 100384f2 7d37a9eb
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:14:13 2021 +0000
Merge pull request #1 from t0m1o1/Swipe-Launcher
Swipe launcher
commit 51766844e6ff346119739114c28b9d638ca57cbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:49:56 2021 +0000
Update apps.json
commit 6fda7a5f33ec6341d51529e680f5d0caa9c9fdbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:37:07 2021 +0000
Update apps.json
commit b7a067234413e2cd9cb531c366371e5d88f6bb21
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:32:09 2021 +0000
Rename hidmsicswipe.app.js to hidmsicswipe.js
commit 97065f1d62d40003eec09a2539d7294fe41bc4e5
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:55 2021 +0000
Delete hidmsicswipe.info
commit 21f184d6c4ad1f977c385d95c3966d95d446bf5c
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:10 2021 +0000
Add files via upload
commit 3917f28ae54db0e86b6429489c19a4180be759e0
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:45 2021 +0000
Delete hidmsicswipe.img
commit a65668300fc45082d6897e19c6efff556853f4d9
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:18 2021 +0000
Delete hid-music.png
commit 5fce838e8ab7d2b297c05a1ae735abcd4ba76d90
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:29:36 2021 +0000
Add files via upload
commit ffa37f2ab3b1fd2b921783e19ffb48673aad1a6e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:22:38 2021 +0000
Create hidmsicswipe-icon.js
commit b656e5973c302a39f7513364c66094132135bfc4
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:59:19 2021 +0000
Create changelog
commit ad943ca5658e4f68c205996c4ad42aa1ebbeb793
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:58:19 2021 +0000
Add files via upload
commit ac433ac7bd6d586e9b1ca11da924d64bd566ade2
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:57:39 2021 +0000
Create hidmsicswipe.info
2021-12-05 17:14:06 +00:00
"version" : "0.04" ,
2021-11-19 20:50:16 +00:00
"supports" : [ "BANGLEJS2" ] ,
2021-11-19 20:58:39 +00:00
"readme" : "README.md" ,
2021-11-19 10:53:22 +00:00
"allow_emulator" : true ,
"description" : "Famous binary watch" ,
"tags" : "clock" ,
"type" : "clock" ,
2021-11-23 09:59:26 +00:00
"storage" : [
2021-11-19 10:53:22 +00:00
{ "name" : "binwatch.app.js" , "url" : "app.js" } ,
2021-11-23 16:58:48 +00:00
{ "name" : "binwatch.bg176.img" , "url" : "Background176_center.img" } ,
{ "name" : "binwatch.bg240.img" , "url" : "Background240_center.img" } ,
2021-11-19 10:53:22 +00:00
{ "name" : "binwatch.img" , "url" : "app-icon.js" , "evaluate" : true }
]
2021-11-20 05:38:06 +00:00
} ,
2021-11-22 11:04:12 +00:00
{
2021-11-20 05:38:06 +00:00
"id" : "hidmsicswipe" ,
"name" : "Bluetooth Music Swipe Controls" ,
"shortName" : "Swipe Control" ,
"version" : "0.01" ,
"description" : "Based on the original Bluetooth Music Controls. Swipe up/down for volume, left/right for previous and next, tap for play/pause and btn1 to lock and unlock the controls. Enable HID in settings, pair with your phone, then use this app to control music from your watch!" ,
"icon" : "hidmsicswipe.png" ,
"tags" : "bluetooth" ,
"supports" : [ "BANGLEJS2" ] ,
"storage" : [
{ "name" : "hidmsicswipe.app.js" , "url" : "hidmsicswipe.js" } ,
{ "name" : "hidmsicswipe.img" , "url" : "hidmsicswipe-icon.js" , "evaluate" : true }
]
2021-11-22 11:04:12 +00:00
} ,
2021-11-19 12:14:11 +00:00
{
"id" : "authentiwatch" ,
"name" : "2FA Authenticator" ,
"shortName" : "AuthWatch" ,
"icon" : "app.png" ,
"screenshots" : [ { "url" : "screenshot.png" } ] ,
Squashed commit of the following:
commit 5ed43a28b5b9d6820ee898f632535747c1e5913d
Merge: 4cf9192c a385c099
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:12:45 2021 +0000
Merge branch 'espruino:master' into Base
commit 4cf9192c4341a85eab1198b8663f48d276704ac3
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:25 2021 +0000
Update core
commit 69a54194a9eb41d0722fc061bec5c900b724e8cf
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:14 2021 +0000
Squashed commit of the following:
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit e040cc4e245a8fb4c55bfeb99cab12c62af5e7b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 15:22:16 2021 +0000
replace tabs!
commit 60c2fa710c4904827bfba868507a9f6d10d524a3
Merge: 38b2e417 f3cb7e9a
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:29:46 2021 +0000
Merge pull request #942 from madman2021/master
Add new TimeCal app
commit 38b2e417bf8e63be394a96ed24b9e3d174d5f45b
Merge: 94bd895b 43b38cc8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:26:43 2021 +0000
Merge pull request #943 from peerdavid/master
[LCARS Clock] Shows icons for charging and out of battery
commit 94bd895bafeb37250b64373692c9cceb3e9ece97
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 12:56:56 2021 +0000
welcome 0.14: Turn off and run later to use softOff to time is set right
plus other minor tweaks
commit 43b38cc8ab5796e25f65ace531be68a6a4134f98
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:40:47 2021 +0100
New screenshot. Updated version.
commit 34c6589f06a1a8ba0f7fe2e126b41d03dff7f45b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:37:07 2021 +0100
Minor improvement
commit c403a5af671cf70b18776fad83126adf66122f0f
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:36:21 2021 +0100
New design. Removed png icon files - only converted icons are needed.
commit 19655ea3279daf32ebfd4453db398915a8229946
Merge: 274b705c b1fb0e6b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:44 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 274b705c1e7313cf646412ec01bf17de9b1dabcf
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:37 2021 +0100
More lcars style
commit f3cb7e9a0b8f0ba3624b639415c9168c240905e8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:53:14 2021 +0000
Remove Icon as it renders massive
commit 1a9f5375557fc232acfe3f42d1198da827db5ab8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:46:03 2021 +0000
Add missing supports tag for TimeCal
commit 3738bde22a0d4cef2bd5c956a1a370e9a145689a
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:43:38 2021 +0000
Add TimeCal to the app library
Add TimeCal to the app library
commit b1fb0e6b7d88f53cff85f6a8d3eb416bebd35e92
Merge: 559e8208 dabc22c2
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 11:10:36 2021 +0100
Merge branch 'espruino:master' into master
commit dabc22c2d725ccddad8b08c0fa0b14af94d38e28
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 09:54:11 2021 +0000
custom code works on bangle2
commit 2e83a511d2032736a63bda38406b4f744a4130f1
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:51:20 2021 +0000
metronome supports bangle 2 now
commit cea51d06d07f09923d590357c33782861c342817
Merge: cd1daba0 4eee3f05
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:50:24 2021 +0000
Merge pull request #938 from bengwalker/master
Add Bangle.js 2 support for metronome app
commit cd1daba0c55e99f5a477407f47b932d050c0b6f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:46:13 2021 +0000
0.25: Fix issue where if Bangle.js 2 got a GPS fix but no reported time, errors could be caused by the widget (fix #935)
commit c03ab08687bbc7ed893ed2ef8c3be21f1e61e74f
Merge: 1750c72e f10bf240
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:40:53 2021 +0000
Merge pull request #939 from Ronin0000/master
Add Screenshots to Many Apps
commit 1750c72e94eab6ee22650d993ea31efa17e79c46
Merge: 5eeb1181 1def233d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:38:06 2021 +0000
Merge pull request #936 from Vingelar/master
Binwatch: re-format background images
commit 559e82088077ba79675c0012c921eae3ef32b16d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:14:04 2021 +0100
Minor design change
commit d24b8c80da7afd75a6f121a22e3694252aa3c57a
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:12:25 2021 +0100
Minor design chnges
commit f10bf24018add2df61a5fc422aee941b07c70082
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 17:04:07 2021 -0800
Update apps.json
commit c66b0982368a5e1ee74da598945df12d88cba679
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:53:48 2021 -0800
Update apps.json
commit 638fea73c791b4f11b6119c02ca2090c31b6bc83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:24:10 2021 -0800
Add files via upload
commit 4e79c896c65b2edc7dfcb7b4b2eb6ae1c96f60ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:23:33 2021 -0800
Add files via upload
commit 33809d8cdfa7ea3f02941c820b4836f20a9eb869
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:58 2021 -0800
Add files via upload
commit 6cb83284a7e7b9d2f8935835702e713f0f9b7b51
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:45 2021 -0800
Add files via upload
commit 7e521d0d29262227a32244d2929eb99fcb36fb98
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:17 2021 -0800
Add files via upload
commit 9985ff03f20469897ceb3dd1acb4f90ac850ebb8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:00 2021 -0800
Add files via upload
commit 6f437c39866562e05d8821bdb5150cd553f3a6cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:21:15 2021 -0800
Add files via upload
commit ffe218a0046d65464e96cdc59d1c10fbb708b791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:56 2021 -0800
Add files via upload
commit 9400133dd49762a7bfcff38e5a6249cbfd5753f7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:39 2021 -0800
Add files via upload
commit 76463d927940f590ed45cc51558723375217a34a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:37 2021 -0800
Add files via upload
commit 4011accb47eb53954acc3e27cce5b6f6cb025c57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:19 2021 -0800
Add files via upload
commit bc5960d61a40c08566a8e1977fa53c6528f04a85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:07 2021 -0800
Add files via upload
commit da5634beda72243f5ee6e4fc0e376c6c5f9c6ccc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:51 2021 -0800
Add files via upload
commit b9c4640f853d4992e57cd5d6b2e3f4d75db32d1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:25 2021 -0800
Add files via upload
commit d27a605a24cc06903084b6a796c9c93b7724150f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:07 2021 -0800
Add files via upload
commit 52baa42e69b1a7a8ef6bc2cae548298af4dcbf7c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:48 2021 -0800
Add files via upload
commit db3b6a58e49a3d5ce9b528011f3e0607474e4fa8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:16 2021 -0800
Add files via upload
commit f0de0d8a9d542fd960f13b36a2bb2a3548f06033
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:52 2021 -0800
Add files via upload
commit 6d4cb98ba83d0ab62406c00ed9fa8dcd139d2f8c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:34 2021 -0800
Add files via upload
commit 5f434d9d327fff8cebf41a45cf73ea9c96cb42db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:23 2021 -0800
Add files via upload
commit 6e72349f05e3773b0ae60217df8b6f266447f1ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:37 2021 -0800
Add files via upload
commit 03e4d0d7c01cdc214526891933f3c155f63ff2b5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:21 2021 -0800
Add files via upload
commit ead12a1c11e3937637e8af8b1d54218e0138e908
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:54 2021 -0800
Add files via upload
commit a1ed32c91380e03146dc4003a3ee6e400d0dd35f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:30 2021 -0800
Add files via upload
commit fae08d7a739b1a28faacb0105d5ad417171dddcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:57 2021 -0800
Add files via upload
commit b889e431edf72d64867c576135bc1470c4590db2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:32 2021 -0800
Add files via upload
commit f177480160184722b935623ebed05ad630a5a6a2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:02 2021 -0800
Add files via upload
commit a2fe8c3722f56c59957642cad2bb0a6454dc6f5b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:11:42 2021 -0800
Add files via upload
commit c1cdf15bf5413167692e9c7bd4f5fee31fe4d4c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:49 2021 -0800
Add files via upload
commit fb1c5529f037cc701e30d9da036a54236ea1ba1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:11 2021 -0800
Add files via upload
commit 530089e0830473574b38c172a964f9cfb49436a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:35 2021 -0800
Add files via upload
commit 3556e668560587c074ad435b977283e19367f69e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:12 2021 -0800
Add files via upload
commit e1e32772e4dd1943af6ed37407425998b0819e48
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:56 2021 -0800
Add files via upload
commit 8084bb92b7cfb12740129c57e1bb5c05ce13994c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:37 2021 -0800
Add files via upload
commit 2c997d2964d4ade4ba0aa5ef89a1b646c15a9751
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:18 2021 -0800
Add files via upload
commit 747626b66c880293481bd0a97cda8e32e0239d04
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:07:24 2021 -0800
Add files via upload
commit ed36fae0ac6def24ca20ab6229affbcf7502582e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:59 2021 -0800
Add files via upload
commit e8baad3c3775e26f8a88457ff8f361a18572e484
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:33 2021 -0800
Add files via upload
commit 1efcebe84aa2b2b00d6920a84d4e486b834c1083
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:16 2021 -0800
Add files via upload
commit 082d3d1e95e9bb98e10bb1679ae0dfba11bf44e0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:05:21 2021 -0800
Add files via upload
commit b10f62a6c55dd89bb15a97430b74269486a72807
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:58 2021 -0800
Add files via upload
commit 24b41c2c6fe40d18ffd9dfc0404f215cc9b847ff
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:42 2021 -0800
Add files via upload
commit 19a2ef1a44c78fe9b1922574f0a1eda20f2fbd43
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:01 2021 -0800
Add files via upload
commit 7089d6e74c438d3577ebf03857b0c1b6f73aaa2a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:03:38 2021 -0800
Add files via upload
commit 431824f828f0ea900c9d206e492cc7a6d1830f2e
Merge: 15aa41c7 5eeb1181
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 15:15:57 2021 -0800
Merge branch 'espruino:master' into master
commit 5eeb1181d049f1580f75657b9a9ac664041b26b9
Merge: 546a0b16 6b05d928
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:29:18 2021 +0000
Merge pull request #937 from rigrig/barclock-b2
Barclock works fine on the Bangle.js 2 :-)
commit 15aa41c766b2a25c7a83a1a6744706a7b2852aa3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:23:03 2021 -0800
Add files via upload
commit 6a93494e3fe516ccbc7755027f613bd9bd529021
Merge: 12443640 546a0b16
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:22:27 2021 -0800
Merge branch 'espruino:master' into master
commit 546a0b16cc32841b38a0d39b07ec6d18f58d21c5
Merge: cb6e14f6 18fbd289
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:55 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit cb6e14f6c12816224bbc3dc127e9817d0df7ae78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:37 2021 +0000
messages, start of call handling and message responses, fix for scroll issue when only 2 menu items
commit 12443640c95efbe9f25ed0ffe73280c84d90cd13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:54:22 2021 -0800
Update apps.json
commit 9bdc07f8617e457439522d5b4c84a65d1eba4ed9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:47:36 2021 -0800
Update apps.json
commit 4eee3f05e92e26aa5c70c1d2cefcc97ff4935b0d
Merge: aafc93f0 18fbd289
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:46:32 2021 +0100
Merge branch 'master' into master
commit 298fa47cd87e37b19cd142f47867843e24d08b57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:42:50 2021 -0800
Update apps.json
commit 52c07f6dc80e8eabd017fc324332c0594c173399
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:40:42 2021 -0800
Update apps.json
commit fe340d75bbb6c7814241becacddaca50435c5fe3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:39:31 2021 -0800
Update apps.json
commit aafc93f09a818f5bb6e4b6988246e4f8d049df87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:35:35 2021 +0100
Update README.md
update README
commit bd80ea5ca03b2e9d5f2eb562adc7305b3952d2e5
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:31:33 2021 +0100
Update metronome.js
print instructuions for banglejs2
commit 51afd5ef049c67f331931ee18b53e9d4e835342a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:29:27 2021 -0800
Add files via upload
commit ff62b603a27d6acea382af80496b6a35787a73ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:51 2021 -0800
Add files via upload
commit ffbd331c1376c5f393dafe62eaa62a9991949a3e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:29 2021 -0800
Add files via upload
commit 93c113a95a21dccfde6bb171d15b0f93e6d0f58a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:25 2021 -0800
Add files via upload
commit b2be26fccedfa52f00f275db8050c0c3e532859b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:07 2021 -0800
Add files via upload
commit 899e78539c3bb0e41e4d56aa854c4806715ccce0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:26:06 2021 -0800
Add files via upload
commit 50a88d41cd63e51a876e4fca58fe13c5af2088fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:35 2021 -0800
Add files via upload
commit b1d636bac2148007dd72becff0daddf24b80f0a4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:10 2021 -0800
Add files via upload
commit 6b05d928751b49d4910ddd3a6867e2d4cad6c93f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 19:42:12 2021 +0100
barclock: Fix time/date disappearing after fullscreen notification
By forcing a complete redraw at lcdPower-on
commit 32e3d326aa143eed99d26c81c9fbf870730591f4
Author: Richard de Boer <git@tubul.net>
Date: Sat Nov 20 17:13:36 2021 +0100
barclock works fine on the Bangle.js 2 :-)
commit 1def233de2434d272c6f712c9c213b7caff3ae92
Author: Vingelar <Vingelar@mantisse.de>
Date: Tue Nov 23 19:09:16 2021 +0100
changed format of bg images to binary raw format (export from emulator
commit e021aa2c9d5c44f9130e4bf67cb4b066d02cbd6d
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:59:49 2021 +0100
Update app.js
binwatch: adapted names of bg images
commit 3dd723d10bd3195257205a48dc79872668bd53cb
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:58:48 2021 +0100
Update apps.json
binwatch: shorten names of background images
commit 275402344ee927a51d0c100d4387c739d7a49968
Merge: cf027b37 18fbd289
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:36:45 2021 +0100
Merge branch 'espruino:master' into master
commit 18fbd2898da9fc2bfb16d0adf9cf2b97f5ce0f3d
Merge: 5be6981a df364bab
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:34:15 2021 +0000
Merge pull request #933 from peerdavid/master
[LCARS Clock] Added lcars icon to watch face.
commit cf027b3783cbbf8deca98fb3e1ee1922557686bf
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:34:13 2021 +0100
Update app.js
changed names of background images
commit 5be6981acdf3935b936bb85caf37780537518b66
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:31:42 2021 +0000
oops - named stub wrong
commit d328d94d34ea86dd99f958098c7f0a000b1e395f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:30:20 2021 +0100
Add files via upload
added background files exported from Emulator
commit c36fb16a684085c2eb6ada2c50021d3776f5e215
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:54 2021 +0100
Delete Background240_center.js
removed background240_center.js (wrong format)
commit 4719fada2843f1c8d6ae36d8d59d0fb95318d9b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:28:34 2021 +0000
Android Remove messages on disconnect, Fix music control (ref #909)
commit f431bd8a2c823e877ee6e78576aa4f39a0b5701f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:25 2021 +0100
Delete Background176_center.js
remove backgounrd176_center.js (wrong format)
commit 1b548c9bbb5a10769498b4ad1be04397fb889bce
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:27:33 2021 +0100
Update apps.json
adapted naming for image files
commit df364babab19550f75a01d707f0684d8547e8664
Merge: d28517b2 a1eeadfc
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 17:16:00 2021 +0100
Merge branch 'espruino:master' into master
commit d28517b2a5b5e7eaa6a8d9832d9352062addb3ee
Merge: cd93a201 465c93d8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:18 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit cd93a201f846e2c51a1ff9cc447dbbbdc2c5e2cc
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:15 2021 +0100
Moved logo
commit dd2bb22f076abff1aac2f32734b50fdcc5423861
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:08:57 2021 +0100
Update apps.json
use .js files as background images
commit 03c5f996f4998ebc1e6bfea7e77d3a61743c0c69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:07:21 2021 +0100
Add files via upload
added background files as js
commit 7d81bfe2bbdf5095ac7550247eddbe6827cec4c0
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:53:40 2021 +0100
Update apps.json
added missing "url" to background storage
commit 51b73894e461af6312b6fca28e0b5888e9f98da6
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:51:40 2021 +0100
Update app.js
use background images from storage
commit dab36d05a77563e9a839f38807bfd7cfe09a1f69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:48:50 2021 +0100
Update apps.json
added background images to stroage
commit 31f28093411e4f501dd49f98359af43e71e8b27e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:44:49 2021 +0000
Fix https://github.com/espruino/BangleApps/issues/927 - App loader offers to update unknown apps
commit a1eeadfc224a976e3fca6a00ca47d1c1389fa70f
Merge: 68429483 0a695e51
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:40:09 2021 +0000
Merge pull request #934 from Ronin0000/master
Fix School Calendar Bug
commit 0a695e5143fbff3935e80b9df85720f065b1e185
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:09:14 2021 -0800
Update custom.html
fix bug that was for testing
commit cfecc24f42d257d565f21571a50b825cffb2f1c3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:05:47 2021 -0800
Delete boot.js
commit 684294830d75459982845920cb30815236dc0917
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 13:57:46 2021 +0000
app manager works in bjs2
commit 465c93d830300054722f10f483a9023c6ec315e7
Merge: d20f5e59 3ba779ee
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 14:53:47 2021 +0100
Merge branch 'espruino:master' into master
commit d20f5e597e72d8392af3e9b745a4dfab36e8797f
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:53:27 2021 +0100
Updated screenshot
commit a283cf58fb90b1852d8e414fb01010632a65ba46
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:51:55 2021 +0100
Included lcars logo
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 3ba779ee5826a60f127ed12f0eeaa2a848f53b4c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:48:34 2021 +0000
Fix bangleapps after recent PRs
commit aaf06b113c72e1487651d30602ba79c95a41d6ff
Merge: a0351381 06a6b72d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:42:26 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 9600f16671ab5a9fc772a959a7110622baa5e606
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:19:48 2021 +0100
Updated changelog
commit 98577b626960bd971af483ef709655dfe0ac1f00
Merge: 1ccabca0 d3cd47f9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:52 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 1ccabca0c6f1cf79c1b5d6a56749ab752a4d1850
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:50 2021 +0100
No hrm icon - its shown too much.
commit d3cd47f95704e7c508e1e311d3224826f3fd73ce
Merge: 2e18795c 06a6b72d
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 11:12:43 2021 +0100
Merge branch 'espruino:master' into master
commit 2e18795c5780148c6f52d50cd69849b5893b1cdb
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:11:33 2021 +0100
Fixed string
commit 36edd449c5398147536d20c2b4f11040cb3105b9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:10:33 2021 +0100
Minor change
commit 06a6b72d42fc55a224bb5d133640670c21d6cae0
Merge: a39d4102 be083113
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:03:45 2021 +0000
Merge pull request #925 from Ronin0000/master
Add School Calendar
commit a39d4102963fc1593e1f2f8ea3f4372a3da4da6f
Merge: ab2cb243 930cfa13
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:02:41 2021 +0000
Merge pull request #928 from peerdavid/master
[LCARS Clock] Icons for different states such as GPS or HRM.
commit 5c3b0468d4ce9a51249f6f098c3e6ba84ba1cf41
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:59:26 2021 +0100
Update apps.json
corrected format
commit 336501059da7bceddba9e300c5b6d5bd1aba6a3a
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:56:25 2021 +0100
Update apps.json
removed background image
commit 3f4c49a8aef6ba79419f00d86fc4f02435b72e21
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:55:07 2021 +0100
Update app.js
integrated BG image into app
commit ff3223e1b906957811cad815df88ad495e70a95f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:51:02 2021 +0100
Update app.js
added "require" for bg image
commit ab2cb243857e50e7bb80ee163e4bc153302446a7
Merge: adadf7ef 162dc1f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:51:01 2021 +0000
Merge pull request #929 from weeurey/master
Update app
commit adadf7efd39b01466cfd348e13c5a02deaa6bf4d
Merge: b7f403e7 0f9d938f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:26 2021 +0000
Merge pull request #931 from reelyactive/master
emojuino@0.02
commit b7f403e79bf5fae387c5f6d0522f49ce917362a6
Merge: f4e997d4 46383d4d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:12 2021 +0000
Merge pull request #930 from rigrig/gbmusic-fix
gbmusic: fix "previous" button image
commit a03513812956c629f003824b46bb6763734eead8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:44:24 2021 +0000
fix download icon on android
commit b128f5c15569de9e2be0717f270cfd90e006d5ab
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:38:02 2021 +0100
Update apps.json
added background image to upload
commit 930cfa13315046c621a5444632f7b12bbd956fae
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 09:43:24 2021 +0100
New HRM Icon
commit 7f3f7b9eee3c23c922645274dd8d7947def8158d
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:26:37 2021 +0100
Currently, no confidence > 80 is reached...
commit 1fb861b82c4cc75b94dc6875280fbd411390bc71
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:25:11 2021 +0100
HRM confidence of 80 to display
commit 7d95221e166770be91bf76374f926fe996356009
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:24:15 2021 +0100
Minor change
commit 6d8d98fb03e7bed42c3feeee771ddfcd78b60ea8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:21:41 2021 +0100
Show HRM
commit a0cc4c633e0e6853a0f170a5358b7e1f11e310af
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:10:00 2021 +0100
Minor changes
commit be083113316ec7ba07d780b6593cb9adfd748298
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 19:11:40 2021 -0800
Update custom.html
commit 0664a44c454107d4e3ff039d12baffea3e90cf5f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:52:43 2021 -0800
Update apps.json
commit b032ca0fc1936e650a459f766799e197daf2a4dd
Merge: 7fd37f7e f1f063fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:27 2021 -0800
Merge branch 'espruino-master'
commit f1f063fd1adb553c548a3aa54156bce00b4ca48d
Merge: 7fd37f7e f4e997d4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:09 2021 -0800
merge3
commit 0f9d938fa6970df18fbe99f3c707b94aa26d15c1
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:23:17 2021 -0500
Version bump
commit 5a01047cd0b30e4b7b253d784bd0b5755fc0c2e2
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:21:29 2021 -0500
Added screenshots
commit ae55c2d39fc936cfa1954d44b7f76dc91c21ced3
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:09:26 2021 -0500
Allow emulator, specify type as app
commit 58f9e7cd5b59904651fb878a89844ee4ccfb23df
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:03:18 2021 -0500
Upgrade to emoji images and supporting text
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit 7fd37f7e4e669c0aea7b5324b85f9d85ca394dcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 12:18:44 2021 -0800
Update custom.html
commit 84d9ca4b337e36c4f62ffce4b3059f8f2909d482
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:57:14 2021 -0800
Update boot.js
commit 740f4a95665fd92ad87e83dd381da7e55c2e4b18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:52:27 2021 -0800
Create boot.js
not part of the current merge
commit d3538a03f10f6323afc8656cef397a561cf35bf0
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:12:50 2021 +0100
Added raster
commit 20310fdb75b11fe8b3ea38dc7810732910537169
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:02:27 2021 +0100
Smaller icons
commit 3863be18301cec9fec480db7fe28a19439c708d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 09:06:52 2021 -0800
Delete apps/schoolCalendar/fullcalendar/interaction/src directory
commit 5d8c13a7e6a934e8b750f0ab4871e3dcc67c09bf
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:56:29 2021 +0100
Updated screenshot accordingly
commit 21134a1dcdc102755171af26e99ae86f3559996f
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:55:21 2021 +0100
Better background
commit cab3d43085b2edf4dc97ebf05785bb5b446a88da
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:39:48 2021 +0100
Better alarm - shown only in icon so we can display more data.
commit db22bac0ecd48633d6acf0874127a1b28821d8ea
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:11:15 2021 +0100
Use correct alarm icon
commit 162dc1f29346ab0f6ff4b7cd4128826292ca766e
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:11:07 2021 +0000
Update apps.json
commit dc24ae9bfba1786d4d8a3e22871c4da7bda9fb92
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:10:58 2021 +0100
Better HRM Icon
commit 8e688d144ab30ff87f31b51ab457688ce03c4c23
Merge: 741f7aab f4e997d4
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:09:43 2021 +0000
Merge branch 'espruino:master' into master
commit 741f7aab5239e6fa6ae48e1a5351216dfcfc4177
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:08:38 2021 +0000
Update apps.json
commit 247ed9faa2e8b8463374fea05d4bb04ddda2cfc1
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:07:39 2021 +0000
Create ChangeLog
commit d878d46d4ccc5128643034c535cff69984ab7853
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:05:57 2021 +0000
Update app.js
commit c720fc314b516e1007452ad18ce51bc4fefefec1
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:03:21 2021 +0100
New alarm icon
commit 75fbd6882d1368c73db1b96fac79f4202d6a5e53
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:37:48 2021 +0100
Added icon for alarm
commit eb20f15537d8b6be7226b2ae49fc6e6dd0474124
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:33:42 2021 +0100
Compeletely new design with icons for GPS, HRM and Compass. All Icons are open source and mentioned in the Readme.md file.
commit 46383d4d5547bca38a2a07ea01d67afa0166bedc
Author: Richard de Boer <git@tubul.net>
Date: Mon Nov 22 13:18:01 2021 +0100
gbmusic: fix "previous" button image
commit 1bf5132a5caf41398125e0c7f2bad72ffa300df2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:07:49 2021 -0800
Update custom.html
commit 618c5b7a10ebe610205ab463c395f65948e5a763
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:02:29 2021 -0800
Update custom.html
commit adfeb5e535564f8851fcdc080e2fa10d9acced9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:00:21 2021 -0800
Update custom.html
commit f950fd2ee88486e3355efd30823d50de799e8418
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:57:52 2021 -0800
Update custom.html
commit 3ee0e9bae6ee137c6e36672c9aa6a20d1c072caf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:49:48 2021 -0800
Update apps.json
commit 387bd30236b5d765b396eba24ad43120ceb6c384
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:48:14 2021 -0800
Rename ChangeLog.md to ChangeLog
commit 6e07f282b8918ac3b8f333c7c4156980a44ff1d6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:41:26 2021 -0800
Add files via upload
commit fea37b4992e65a5ca54648f88281ce2623f6a55f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:40 2021 -0800
Update apps.json
commit 939d8f6a9ae71b49c13f7dbf1455bb2fec60462a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:21 2021 -0800
Add files via upload
commit 854ae5361d1b2400f6b6d1b2c2239f46d1e16bc9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:34:28 2021 -0800
Update README.md
commit 426768eb11e34ea7a04010e6fe7da1a5a5187f40
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:32:14 2021 -0800
Update custom.html
commit bf994d9acc8b79ebda1e47dc5ebc5158210d6205
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:24:29 2021 -0800
Update apps.json
commit 7c74c5d43f9f66b6374cabd4e247d1560e5f29a1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:15:40 2021 -0800
Update apps.json
commit 8981aa3f614c388c74d73ccd25e16f5e6eabde9f
Merge: e878e547 100384f2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:12:19 2021 -0800
Merge branch 'espruino:master' into master
commit e878e5478713b0b3cae0bb86e28f998cbfeb9b10
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:11:43 2021 -0800
merge
commit 3bde4d2e48711186ae26036baea8f880c2aac7c4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 16:12:16 2021 -0800
Update custom.html
commit 5f3c93df8cc8b73c432ea31b15e84e4b106256de
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:37:41 2021 -0800
Update custom.html
commit 26bd9e35be993aae4deece775ac85f53f877b122
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:35:47 2021 -0800
Update custom.html
commit 8f2cc6e2137cf29e03435123e96d9c6c550864d1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:34:09 2021 -0800
Update custom.html
commit 66f061112301898b011412e91982dbefc7cc2d1e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:32:48 2021 -0800
Update custom.html
commit 87a9504912b8753dc63700207ee89acacbb34726
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:30:44 2021 -0800
Update custom.html
commit 626498da9d296fecf6776b836def4eda87027d85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:24:01 2021 -0800
Update custom.html
commit 3472ca355a1a71d3fa3f464ece2b81dce7f4eeaa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:21:57 2021 -0800
Update custom.html
commit 529b0cb4637652dfc0a3ba6688b863b5f47437ca
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:19:53 2021 -0800
Update custom.html
commit e77d9980023f041a87743ac1fd3c48a3f0652a8e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:18:21 2021 -0800
Update custom.html
update
commit a712c37c7652f7bc46c4d7761df93b3d28e17229
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:17:58 2021 -0800
Update custom.html
commit 4d9d6abb9ef466e4058510efe9eec295f60127e9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:14:02 2021 -0800
Update custom.html
commit f35b24844810a90f08f731cc9e63535be217e4cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:09:44 2021 -0800
Update custom.html
commit d0336b2854d7e0892c440ef8c5f83bcbe1374a9b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:06:56 2021 -0800
Update custom.html
commit 640c8e491e489e9ea88282cf0bfe14004838b3db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:03:42 2021 -0800
Update custom.html
commit 604153cb2408399ce1420b43ef87f41c09d3daa6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:01:45 2021 -0800
Update custom.html
commit 0f8f1e38e85a8c1c49057f4b891209bdfad67aef
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:44 2021 -0800
Update custom.html
commit 7f7dcb0bcf89b1d66f60481efaa09f5956ee4ecc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:22 2021 -0800
Update custom.html
commit d42fe03dc8fcbc0f68857dd9f887c8cc4eff1c06
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:55:08 2021 -0800
Update custom.html
commit 98f172fad442e89f53c45ac47f2388a08049855a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:53:01 2021 -0800
Update custom.html
commit daf8dde32bc81b8f04402c4728eac41784751cd5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:49:25 2021 -0800
Update custom.html
commit 408bd24080a2f7dcf1e6d0c33dab65da4dff82cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:48:38 2021 -0800
Update custom.html
commit 68db21acbb837b12d84d9930d451d2ba90e251dd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:44:30 2021 -0800
Update custom.html
commit 45feb1b2ffb17b8835c505bc4a4f825ddc17bf4f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:42 2021 -0800
Update custom.html
commit 3bc5fd87b61cbb9b867009d933342fe627da982d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:12 2021 -0800
Update custom.html
commit c3eede9868ee342bc4248e71a874c2e6b332dcdd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:37:42 2021 -0800
Update custom.html
commit 8426356c01a23ae769c79f726b95ea64f4428574
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:35:55 2021 -0800
Update custom.html
commit 93f09c216a1eb9aa876c88a1f806ccb709e971b7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:39 2021 -0800
Update apps.json
commit cb748a251dbd11e87615d82081522953607b3a27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:20 2021 -0800
Update custom.html
commit a994ed66301040f60d5f99b672a6081152a20d6c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:53:38 2021 -0800
Update custom.html
commit b76bb48973dbabfaf56bdec4aee44a483f94d129
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:50:08 2021 -0800
Update custom.html
commit f99ce683e9ce42431321fc711e061955bc0220fb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:46:32 2021 -0800
Update custom.html
commit ddfdd94ff845d3d8560158cde184a9a19a3d2142
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:42:51 2021 -0800
Update custom.html
commit 52675f7eff140426532f81da9c84c5d7803d0cda
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:48:03 2021 -0800
Update custom.html
commit d4911034145e3d98b99d649be55c75671e2f5c5c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:44:23 2021 -0800
Update custom.html
commit 71ff5959aec6a5f8302bda513d2c1371bbed0743
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:58 2021 -0800
Update custom.html
commit daba705b37b9952cba2910c3c0bed23e58aaf2fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:16 2021 -0800
Update custom.html
commit 19cb5fc749abeefe378205531d18b97562ddfc47
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:39:15 2021 -0800
Update apps.json
commit 6c20945898b84a02d6b440923a5afd994c7d97aa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:37:41 2021 -0800
Update custom.html
commit ff519bdc0d9bca530284d98cad9fd023ad37d50d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:15:29 2021 -0800
Update custom.html
commit 34843d703aae0b6a33be352ad0f8408d8d17d07b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:11:54 2021 -0800
Update custom.html
commit 4da82197f32b280e4192d5bc9a5ba174fbad4ace
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:01:20 2021 -0800
Update custom.html
commit a9c5a32bc1359d8288f4fd6b6da50eaf40910c9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:56:54 2021 -0800
Update custom.html
commit 352fea34791ccf06450a516ab2a2daf22353c641
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:53:38 2021 -0800
Update apps.json
commit ab6f56c381a54e4ab3466625a9eb794eef5dd2a0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:52:34 2021 -0800
Update custom.html
commit a65742ce346039ef901e70157620aabd95bbca35
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:48:25 2021 -0800
Update apps.json
commit a1a387dd600f7e5c3879d74cd5a516d7566fb7bb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:47:52 2021 -0800
Update custom.html
commit 180e88e0e44dc3ca09291a7d37b6fa4df637fa78
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:50 2021 -0800
Update custom.html
commit 0099736b8c64e8f1afefd4d52b526151e3ac700a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:14 2021 -0800
Update apps.json
commit 1fdf4e954e23fe0514b8d795224c2edafd5941c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:43 2021 -0800
Update apps.json
commit faa5b6b21aa8b7062dc62499e8361b8233cf9408
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:10 2021 -0800
Update custom.html
commit d617803c13ec381f35a9d30f99a267dca02c9cf1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:44 2021 -0800
Update apps.json
commit dc669254bcccad425153d209d6dcdf002f64a30d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:10 2021 -0800
Update custom.html
commit 303247fb4e66802ed7f5c2ee404ce0a28221ec2d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:25:00 2021 -0800
Update custom.html
commit d836cbd2ba256adfffa55f1d12fda02ae8ac760c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:15:16 2021 -0800
Update custom.html
commit e206bd4e1cad4aab266fd376fa525500941878a8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:08:00 2021 -0800
Update custom.html
commit 1a6c1acce50fe2fe2e49bfc26b3ac98c1db5aa13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:04:06 2021 -0800
Update custom.html
commit aa20fac50ed19adfb9248fd9cda1ebb7c31f95b1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:02:52 2021 -0800
Update apps.json
commit 5625414e90c78677040420f342f29e96f088469b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:34:30 2021 -0800
Update apps.json
commit ebc2d8096144e6150920efc4b63e8f1e3f52eb00
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:33:27 2021 -0800
Update custom.html
commit 6c43de3766433c1f9fa1d01fd24cbfe0839e19c0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:21:11 2021 -0800
Update apps.json
commit 37da3c68aeeb5fec1ef3d8965fa3d8170074d791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:19:46 2021 -0800
Update custom.html
commit 92707b9d13ed269a41684ce45111376694cb6e58
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:12:50 2021 -0800
Update ChangeLog.md
commit d3ca682cff08be0bb2a64ab057f6efdf36b4e094
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:09:56 2021 -0800
Update apps.json
commit dfd9e59993944f6323120f8af660d880c63c6793
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:08:52 2021 -0800
Update custom.html
commit 5d24a09ffa2d9cad10a5fae3c7b4d5fafc944aa9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:04:41 2021 -0800
Update apps.json
commit e965bd7d962108a2944824eb6579fce435876966
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:43 2021 -0800
Update custom.html
commit 345d9c155135fc4d0a2b8d00b3528b363a584ced
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:12 2021 -0800
Delete schoolCalendar.js
commit dc9db8a4767d4c16d92645131d977263e2468521
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:58 2021 -0800
Update schoolCalendar.js
commit 58df0a5ca26684b4da84929c8c388ca5c37acabd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:03 2021 -0800
Update apps.json
commit 65ad4979e8d58b51f11f3bcc86f31ab303a5d7b6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:27:10 2021 -0800
Update custom.html
commit 9c07800c5ef948a1b9b2071e7bdfe46809fefa1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:07:38 2021 -0800
Update custom.html
commit b108bc45fb8bfa266e4d4ad3e66a9f65cec96c92
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:58:24 2021 -0800
Update custom.html
commit d871855f8e217b27ea73ed28b389bbc8aea59d62
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:55:58 2021 -0800
Update apps.json
commit 99112920b287568db32c5e43b47cfc2ee0cf71a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:47:34 2021 -0800
Update apps.json
commit 37f4329ec57bc4a96a1b2a0847406f6a05cad520
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:49 2021 -0800
Update apps.json
commit ba2aee642bf90307757bb85fda6aa0db01bed5e5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:06 2021 -0800
Update custom.html
commit 98048dc23cb1caf3aafbf1d1ecfa461ba5943925
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:37:23 2021 -0800
Update apps.json
commit 1a53e8d34af89f0e6c889653961350a898deea81
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:33:43 2021 -0800
Update custom.html
commit 993bb7298c8fbc9348e6668b70a555c51dc54a09
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:31:41 2021 -0800
Rename interface.html to custom.html
commit 3a3962bfdc0365e75f8804b61293ec91084f6698
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:30:12 2021 -0800
Rename custom.html to interface.html
commit c8ad92a3dcb7b8a0df83f2e720b6730dd785e829
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:20:33 2021 -0800
Update apps.json
commit ae85c1cee709457b10233205c057f946ea15fe83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:14:33 2021 -0800
Update custom.html
commit c1b467ba8e96f58b27eb3b9b2dc2b859fa89e227
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:14:50 2021 +0000
Update app.js
commit 438537ace2358f5b798bdfde92ebf78db81abc49
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:10:03 2021 +0000
Update app.js
commit e6d736860d7d7511f08474a4d8f6446ebe97e634
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:57:57 2021 +0000
Update app.js
commit e1add5e2b2a068873d0102324d61f9ff5532924d
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:45:02 2021 +0000
Update app.js
commit 09be008dfaf764b542a80f4dbbde6ab26314713e
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:39:48 2021 +0000
Update app.js
commit 9f26994f5c66a5ee88a702c7a73d8bcc0c8236c3
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:33:47 2021 +0000
Update app.js
commit 0cf4c5d70a97480185296b32137fcdc179fddcc4
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:10:31 2021 +0000
Update app.js
commit cfdb94439526722ca757b8ee748d298f6a76d9e7
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:32:34 2021 +0000
Update app.js
Add Media controls
commit e3cd8f5607f912002d3ec0adf833834058a492cb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:16:37 2021 +0000
Update app.js
Removed extra unneeded code
commit ceed8a123836f5da6fb8c5d6741e2224a3e4a0af
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 15:05:28 2021 +0000
Update app.js
commit 721a3f2608ee0012767cfacd5c69aa91a7bba5f6
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:39:30 2021 +0000
Update app.js
commit a16bfe4d7350b34c694050448f2aefc990d19dcb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:32:57 2021 +0000
Update app.js
commit e72bf84a7a05c4208e8c1d5f60815a9f57ca11c4
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 21:29:57 2021 +0100
use dark theme for metronome
commit 071a7a7e683a649b9f75fdc92b9f56804cd0af87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 20:46:18 2021 +0100
add support for Bangle.js 2
commit 7a7175fa483e4e9fcd5912d83e9519274d67b4f0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Nov 4 16:00:41 2021 -0700
Update custom.html
commit e2928498690565ba7d0454aaa4265bc8adfda712
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:32 2021 -0700
Rename interface.html to custom.html
commit cd7579269efe8d54a5a5680b8126ea38f9ce54be
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:04 2021 -0700
Update apps.json
commit df7f9cc530194025708b712565a410aed1d73e95
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:20:09 2021 -0700
Update interface.html
commit ada94b11cfbebfeaa010cee1b39d0f92591d4e13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:06:50 2021 -0700
Update interface.html
commit 08fc58deb57847cca7d81bf84a54df16ce97528f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:20:57 2021 -0700
Update interface.html
commit 04b9e74a4d2cd84dd9b64b0ba6fba1167fc400e7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:10:58 2021 -0700
Update interface.html
commit be7af68455ff4b5034c0baab9d8c138b9b024707
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:08:24 2021 -0700
Update interface.html
commit aaee5f3c0610de7a48bdda7fe9c6064dff97780e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 19:13:08 2021 -0700
Update interface.html
commit 73819933eeb57f32935e6ad93a146bdbee6d8be6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:52:09 2021 -0700
Update schoolCalendar.js
commit fa5cbd71c618a2053ec3217048c74a723c46f03f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:49:22 2021 -0700
Update README.md
commit fa392008d1e30a6df05245eac969badf4188fb74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:45:24 2021 -0700
Update README.md
commit c280e41560a3812ee83ca461e098bc35b80ef439
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:42:39 2021 -0700
Update README.md
commit 6b84a8eb3007cca6abd31cc1d3d0552cc79cb492
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:26 2021 -0700
Update schoolCalendar.js
commit 5bbfb1109910856575cc348012dbc44d489a8005
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:11 2021 -0700
Update interface.html
update interface
commit 6660dad4c01c66c20670cfd415b6ad063d9b5b74
Merge: 8c003cf6 1e0f6cd6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 07:35:54 2021 -0700
Merge branch 'espruino:master' into master
commit 8c003cf6ffb5a8b3437897a1e57a6a020b5e02a4
Merge: 5c11881f f1ce196a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 15 07:33:21 2021 -0700
Merge branch 'espruino:master' into master
commit 5c11881f752edbdef3031f0a48109a196eced80a
Merge: 8c149dbe be34e2b0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 14 17:14:45 2021 -0700
Merge branch 'espruino:master' into master
commit 8c149dbea1cfd34e815b64ca354840b811a82222
Merge: 7888cc6c 300ed35b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Oct 13 07:46:16 2021 -0700
Merge branch 'espruino:master' into master
commit 7888cc6ce0bbabf99c7dd39f002810d262af07fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:59 2021 -0700
Create README.md
commit 36a52b8b001a4515d715950db56e411a6c4842b2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:52 2021 -0700
Update README.md
commit 4f5558c41e75f6e91a34842f7b42fa85970dce5e
Merge: 5db16d19 68cc9fbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 16:43:12 2021 -0700
Merge branch 'espruino:master' into master
commit 5db16d190b1439293d9f0af16d37fea29db8830c
Merge: e7995505 54d98db6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 07:03:23 2021 -0700
Merge branch 'espruino:master' into master
commit e799550544e55ef94ef48f905283625e50f73e97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:57 2021 -0700
Update schoolCalendar.js
commit 89f82a50436d4eab82574d310077d19154a8ab59
Merge: 7107d510 f3712e66
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:38 2021 -0700
Merge branch 'espruino:master' into master
commit 7107d510a5301f50ca5dc1bf9d4463ad99a33af8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 20:06:28 2021 -0700
Update schoolCalendar.js
commit a61879753285b4469772f51474c29fe86a5aa942
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 19:55:30 2021 -0700
Update schoolCalendar.js
commit 3c9e46c2160f4ff58708afc0d08ce2e5d27df097
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:59:03 2021 -0700
Update apps.json
commit 941bc852c1ab4472dc74a7f84e12e92ab891432e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:53 2021 -0700
Add files via upload
commit 4cbfac212e6999887cfafd37d9c809919a014e27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:26 2021 -0700
Delete apps/schoolCalender directory
commit c7b723f87e5e6fb0858c09ee2910510267d73fd6
Merge: 8d2f4ccc ba08863b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 07:31:25 2021 -0700
Merge branch 'espruino:master' into master
commit 8d2f4ccca761e1695620b072e116b94272850427
Merge: 7846b48c 44aa03e4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 1 07:31:42 2021 -0700
Merge branch 'espruino:master' into master
commit 7846b48cf67ab024970b90948096f9258e1c184c
Merge: 59aa9909 d0fd2f01
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 30 17:22:33 2021 -0700
Merge branch 'espruino:master' into master
commit 59aa99092dac99b9a13bbc2a7153dd2b44a6fb67
Merge: 9061acee 03bbe1d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 29 08:06:54 2021 -0700
Merge branch 'espruino:master' into master
commit 9061acee5db851bd58295785cc7542a7c066b4c8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 17:44:12 2021 -0700
Update interface.html
commit 79bacc45932ce8842cbf12d23c36a41e992b438e
Merge: bb5fcdaa 48bb819b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 07:12:44 2021 -0700
Merge branch 'espruino:master' into master
commit bb5fcdaafc1e344bf2d717c3eb238f763f255215
Merge: 814fbdd6 28bd9e83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 27 16:15:07 2021 -0700
Merge branch 'espruino:master' into master
commit 814fbdd61ef41676d07719b5b1b297fbbc03ec6f
Merge: 83d88a1e f3fd0f25
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 25 08:01:44 2021 -0700
Merge branch 'espruino:master' into master
commit 83d88a1ea191e2e6b669d284d94b4180b9ea54aa
Merge: c9bed74e 71471d37
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 24 19:35:52 2021 -0700
Merge branch 'espruino:master' into master
commit c9bed74ec2e240e2daf26bf9ec9432df91ac18aa
Merge: 1f130c53 16fe8470
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 23 15:21:18 2021 -0700
Merge branch 'espruino:master' into master
commit 1f130c53b46546328260a6b94ad182be5d55ff18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 22 07:25:41 2021 -0700
Update interface.html
commit 3d8ebe82c289156581799134b3c56fd02ade1fad
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:07:20 2021 -0700
Update interface.html
commit 2ca58d2cc436b72beb87d347b8d8c217b461e805
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:02:14 2021 -0700
Update custom.html
commit d8c149073fb6bca8f5f78ba4a031004adeab1a6b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:01:31 2021 -0700
Update apps.json
commit ceab5d46a23f913faf96be90e644458ac5546157
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 20:58:01 2021 -0700
Rename schoolCalender.js to app.js
commit 9b344eb1ecc577e96196d2a3d3fc8962198e90de
Merge: ec453c0e 3b15a7f9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 07:24:54 2021 -0700
Merge branch 'espruino:master' into master
commit ec453c0e100f7fd140305fe8ed4a62d3987e68f1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 19:45:50 2021 -0700
Update README.md
commit a8f7fe72923e1fe38042cb4752dac1429c6be426
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:31:41 2021 -0700
Update interface.html
commit 51c41d5c48a72b7a373e6f979c95bab9fa9ddb7a
Merge: b7a4ecb5 50ec8d97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:25:50 2021 -0700
Merge branch 'espruino:master' into master
commit b7a4ecb57857016c131ba72e101b3a11eb3cb06c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:48:24 2021 -0700
Update interface.html
commit 82320ab073c0b106f5260e26c0fb147d7c8fcd02
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:40:43 2021 -0700
Update interface.html
commit 27d025bf82cc5882dc39110c5c7799f657f2c57d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 14:01:04 2021 -0700
Update interface.html
commit bd92c0e67fce373f11aae3bbcf8f5a4c06f2e161
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:51:31 2021 -0700
Update interface.html
commit f0c596d14f6119bbe52e2f0d3912216785257536
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:40:29 2021 -0700
Update interface.html
commit d6542bac6d666af7c8fe1f67434611e6ccacc6a6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:29:46 2021 -0700
Update interface.html
commit 7a2ee0f7111209afa859761a62f80e93ca71a879
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:15:29 2021 -0700
Update interface.html
commit c65ddbfc522c54da540080a16d171edd42ce592e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:05:32 2021 -0700
Update interface.html
commit 43c684f389d97dd12815edbd93d0750f923f17b3
Merge: ddd1a83c 5f5b5c0d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:45:25 2021 -0700
Merge branch 'espruino-master'
commit 5f5b5c0dc2485f7e454acb9f364d240e3972d955
Merge: ddd1a83c cc2e1bbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:42:47 2021 -0700
Merge branch 'master' of git://github.com/espruino/BangleApps into espruino-master
commit ddd1a83c613a9f21ec8e37ba1151e1ca255a77af
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 18:27:57 2021 -0700
Update interface.html
commit 632c98f8be2ad6e2290e5eb98025559a42a47c34
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 15:13:46 2021 -0700
Update interface.html
commit c252f74e16edc5a1a1fcfe4ce72c9594f12a9624
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 07:31:16 2021 -0700
Update interface.html
commit b9b0a43e99db0c2d13c28bf6d65540925709d866
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:28:35 2021 -0700
Update interface.html
commit afafd449fb06abd3930d0eb40989dc12787c96d9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:22:01 2021 -0700
Update interface.html
commit 45a0d50b011ee50e9b1b4c6ce5a84e1290331b1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:15:25 2021 -0700
Update interface.html
commit eb146fe07bd5d71f49c5e267424d7b8206eee952
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:07:51 2021 -0700
Update interface.html
commit 34baf995e7f5288266b5da08bcac6d76202a92fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:04:33 2021 -0700
Update interface.html
commit 751fbdda43ea542db4887bed7b4d4e2ad7628a23
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:00:47 2021 -0700
Update interface.html
commit bc71f317311509e8f3fd5054e6c3efaa05bc0416
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:47:13 2021 -0700
Update interface.html
commit cfde9e14a87466a8dc7cb92934c3af373f6a43d0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:41:40 2021 -0700
Update interface.html
commit 135165c983beca48190d091e355436100beee41d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:37:52 2021 -0700
Add files via upload
commit d50ba356d68ebeffd028a924450d4a6ad4fddd74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:36:59 2021 -0700
Update apps.json
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit b51c84229798e7c3665f203c13023d9f6e24eb68
Merge: f4e997d4 d1da165e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 12:20:57 2021 +0000
Merge branch 'Combined' into Base
commit d1da165eb44fa50bea67506097768f1138574c8c
Merge: f927549b 2c257605
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:30:56 2021 +0000
Merge pull request #9 from t0m1o1/scaledlauncher
Update apps.json
commit f927549b2c1e88232f4df2c6ef7e160c3a8e0f7b
Merge: 3cfd575d 411118aa
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:16:59 2021 +0000
Merge pull request #8 from t0m1o1/scaledlauncher
Scaledlauncher
commit 3cfd575da46cf38347bbbb4d37645c0bd72833de
Merge: 9a311219 9d1429ca
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:04:17 2021 +0000
Merge pull request #7 from t0m1o1/scaledlauncher
Update settings.js
commit 9a311219b2d3a7d3594ca654c78ae7137a92fb8e
Merge: 43c42711 5b1b752d
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 02:56:33 2021 +0000
Merge pull request #6 from t0m1o1/scaledlauncher
Scaledlauncher
commit 43c4271101a4be6dbc28d7e34534d25242c159ae
Merge: dec967f1 084bba39
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 21:18:16 2021 +0000
Merge pull request #5 from t0m1o1/compass-fix
Compass fix
commit dec967f1ac5900e43099ef9bfef3bfbe84e1f8e4
Merge: 21c48263 dfa40407
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 20:56:22 2021 +0000
Merge pull request #4 from t0m1o1/Swipe-Launcher
Stop the swiping coming up if mode is undefined
commit 21c482639aa1f2d391ebb0508701cff3170b45c4
Merge: dea2ec96 4c9d04de
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:19:27 2021 +0000
Merge pull request #3 from t0m1o1/Swipe-Launcher
Update Swiper Clock Launch
commit dea2ec9693855d735662a4d344682e6105533bf2
Merge: 92d156fb 51766844
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:15:16 2021 +0000
Merge pull request #2 from t0m1o1/master
Master
commit 92d156fb398787a068a2f7ed81a78d90ed04bd70
Merge: 100384f2 7d37a9eb
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:14:13 2021 +0000
Merge pull request #1 from t0m1o1/Swipe-Launcher
Swipe launcher
commit 51766844e6ff346119739114c28b9d638ca57cbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:49:56 2021 +0000
Update apps.json
commit 6fda7a5f33ec6341d51529e680f5d0caa9c9fdbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:37:07 2021 +0000
Update apps.json
commit b7a067234413e2cd9cb531c366371e5d88f6bb21
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:32:09 2021 +0000
Rename hidmsicswipe.app.js to hidmsicswipe.js
commit 97065f1d62d40003eec09a2539d7294fe41bc4e5
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:55 2021 +0000
Delete hidmsicswipe.info
commit 21f184d6c4ad1f977c385d95c3966d95d446bf5c
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:10 2021 +0000
Add files via upload
commit 3917f28ae54db0e86b6429489c19a4180be759e0
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:45 2021 +0000
Delete hidmsicswipe.img
commit a65668300fc45082d6897e19c6efff556853f4d9
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:18 2021 +0000
Delete hid-music.png
commit 5fce838e8ab7d2b297c05a1ae735abcd4ba76d90
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:29:36 2021 +0000
Add files via upload
commit ffa37f2ab3b1fd2b921783e19ffb48673aad1a6e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:22:38 2021 +0000
Create hidmsicswipe-icon.js
commit b656e5973c302a39f7513364c66094132135bfc4
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:59:19 2021 +0000
Create changelog
commit ad943ca5658e4f68c205996c4ad42aa1ebbeb793
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:58:19 2021 +0000
Add files via upload
commit ac433ac7bd6d586e9b1ca11da924d64bd566ade2
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:57:39 2021 +0000
Create hidmsicswipe.info
2021-12-05 17:14:06 +00:00
"version" : "0.03" ,
2021-11-19 12:14:11 +00:00
"description" : "Google Authenticator compatible tool." ,
"tags" : "tool" ,
"interface" : "interface.html" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
"readme" : "README.md" ,
"allow_emulator" : true ,
"storage" : [
{ "name" : "authentiwatch.app.js" , "url" : "app.js" } ,
{ "name" : "authentiwatch.img" , "url" : "app-icon.js" , "evaluate" : true }
] ,
"data" : [ { "name" : "authentiwatch.json" } ]
2021-11-23 02:52:43 +00:00
} ,
2021-11-24 15:22:16 +00:00
{ "id" : "schoolCalendar" ,
"name" : "School Calendar" ,
"shortName" : "SCalendar" ,
"icon" : "CalenderLogo.png" ,
"version" : "0.01" ,
"description" : "A simple calendar that you can see your upcoming events that you create in the customizer. Keep in note that your events reapeat weekly.(Beta)" ,
"tags" : "tool" ,
"readme" : "README.md" ,
"custom" : "custom.html" ,
"supports" : [ "BANGLEJS" ] ,
"screenshots" : [ { "url" : "screenshot_basic.png" } , { "url" : "screenshot_info.png" } ] ,
"storage" : [
{ "name" : "schoolCalendar.app.js" } ,
{ "name" : "schoolCalendar.img" , "url" : "app-icon.js" , "evaluate" : true }
] ,
"data" : [
{ "name" : "app.json" }
]
2021-11-24 10:43:38 +00:00
} ,
{ "id" : "timecal" ,
"name" : "TimeCal" ,
"shortName" : "TimeCal" ,
"icon" : "icon.png" ,
"version" : "0.01" ,
"description" : "TimeCal shows the Time along with a 3 week calendar" ,
"tags" : "clock" ,
"type" : "clock" ,
2021-11-24 10:46:03 +00:00
"supports" : [ "BANGLEJS2" ] ,
2021-11-24 10:43:38 +00:00
"storage" : [
2021-11-24 10:53:14 +00:00
{ "name" : "timecal.app.js" , "url" : "timecal.app.js" }
2021-11-24 10:43:38 +00:00
]
Squashed commit of the following:
commit 5ed43a28b5b9d6820ee898f632535747c1e5913d
Merge: 4cf9192c a385c099
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:12:45 2021 +0000
Merge branch 'espruino:master' into Base
commit 4cf9192c4341a85eab1198b8663f48d276704ac3
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:25 2021 +0000
Update core
commit 69a54194a9eb41d0722fc061bec5c900b724e8cf
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sun Dec 5 17:11:14 2021 +0000
Squashed commit of the following:
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit e040cc4e245a8fb4c55bfeb99cab12c62af5e7b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 15:22:16 2021 +0000
replace tabs!
commit 60c2fa710c4904827bfba868507a9f6d10d524a3
Merge: 38b2e417 f3cb7e9a
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:29:46 2021 +0000
Merge pull request #942 from madman2021/master
Add new TimeCal app
commit 38b2e417bf8e63be394a96ed24b9e3d174d5f45b
Merge: 94bd895b 43b38cc8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 13:26:43 2021 +0000
Merge pull request #943 from peerdavid/master
[LCARS Clock] Shows icons for charging and out of battery
commit 94bd895bafeb37250b64373692c9cceb3e9ece97
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 12:56:56 2021 +0000
welcome 0.14: Turn off and run later to use softOff to time is set right
plus other minor tweaks
commit 43b38cc8ab5796e25f65ace531be68a6a4134f98
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:40:47 2021 +0100
New screenshot. Updated version.
commit 34c6589f06a1a8ba0f7fe2e126b41d03dff7f45b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:37:07 2021 +0100
Minor improvement
commit c403a5af671cf70b18776fad83126adf66122f0f
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:36:21 2021 +0100
New design. Removed png icon files - only converted icons are needed.
commit 19655ea3279daf32ebfd4453db398915a8229946
Merge: 274b705c b1fb0e6b
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:44 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 274b705c1e7313cf646412ec01bf17de9b1dabcf
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 13:22:37 2021 +0100
More lcars style
commit f3cb7e9a0b8f0ba3624b639415c9168c240905e8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:53:14 2021 +0000
Remove Icon as it renders massive
commit 1a9f5375557fc232acfe3f42d1198da827db5ab8
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:46:03 2021 +0000
Add missing supports tag for TimeCal
commit 3738bde22a0d4cef2bd5c956a1a370e9a145689a
Author: Jordan Coulam <madman2021@users.noreply.github.com>
Date: Wed Nov 24 10:43:38 2021 +0000
Add TimeCal to the app library
Add TimeCal to the app library
commit b1fb0e6b7d88f53cff85f6a8d3eb416bebd35e92
Merge: 559e8208 dabc22c2
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 11:10:36 2021 +0100
Merge branch 'espruino:master' into master
commit dabc22c2d725ccddad8b08c0fa0b14af94d38e28
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 09:54:11 2021 +0000
custom code works on bangle2
commit 2e83a511d2032736a63bda38406b4f744a4130f1
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:51:20 2021 +0000
metronome supports bangle 2 now
commit cea51d06d07f09923d590357c33782861c342817
Merge: cd1daba0 4eee3f05
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:50:24 2021 +0000
Merge pull request #938 from bengwalker/master
Add Bangle.js 2 support for metronome app
commit cd1daba0c55e99f5a477407f47b932d050c0b6f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:46:13 2021 +0000
0.25: Fix issue where if Bangle.js 2 got a GPS fix but no reported time, errors could be caused by the widget (fix #935)
commit c03ab08687bbc7ed893ed2ef8c3be21f1e61e74f
Merge: 1750c72e f10bf240
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:40:53 2021 +0000
Merge pull request #939 from Ronin0000/master
Add Screenshots to Many Apps
commit 1750c72e94eab6ee22650d993ea31efa17e79c46
Merge: 5eeb1181 1def233d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Nov 24 08:38:06 2021 +0000
Merge pull request #936 from Vingelar/master
Binwatch: re-format background images
commit 559e82088077ba79675c0012c921eae3ef32b16d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:14:04 2021 +0100
Minor design change
commit d24b8c80da7afd75a6f121a22e3694252aa3c57a
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 07:12:25 2021 +0100
Minor design chnges
commit f10bf24018add2df61a5fc422aee941b07c70082
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 17:04:07 2021 -0800
Update apps.json
commit c66b0982368a5e1ee74da598945df12d88cba679
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:53:48 2021 -0800
Update apps.json
commit 638fea73c791b4f11b6119c02ca2090c31b6bc83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:24:10 2021 -0800
Add files via upload
commit 4e79c896c65b2edc7dfcb7b4b2eb6ae1c96f60ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:23:33 2021 -0800
Add files via upload
commit 33809d8cdfa7ea3f02941c820b4836f20a9eb869
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:58 2021 -0800
Add files via upload
commit 6cb83284a7e7b9d2f8935835702e713f0f9b7b51
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:45 2021 -0800
Add files via upload
commit 7e521d0d29262227a32244d2929eb99fcb36fb98
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:17 2021 -0800
Add files via upload
commit 9985ff03f20469897ceb3dd1acb4f90ac850ebb8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:22:00 2021 -0800
Add files via upload
commit 6f437c39866562e05d8821bdb5150cd553f3a6cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:21:15 2021 -0800
Add files via upload
commit ffe218a0046d65464e96cdc59d1c10fbb708b791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:56 2021 -0800
Add files via upload
commit 9400133dd49762a7bfcff38e5a6249cbfd5753f7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:20:39 2021 -0800
Add files via upload
commit 76463d927940f590ed45cc51558723375217a34a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:37 2021 -0800
Add files via upload
commit 4011accb47eb53954acc3e27cce5b6f6cb025c57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:19 2021 -0800
Add files via upload
commit bc5960d61a40c08566a8e1977fa53c6528f04a85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:19:07 2021 -0800
Add files via upload
commit da5634beda72243f5ee6e4fc0e376c6c5f9c6ccc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:51 2021 -0800
Add files via upload
commit b9c4640f853d4992e57cd5d6b2e3f4d75db32d1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:25 2021 -0800
Add files via upload
commit d27a605a24cc06903084b6a796c9c93b7724150f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:18:07 2021 -0800
Add files via upload
commit 52baa42e69b1a7a8ef6bc2cae548298af4dcbf7c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:48 2021 -0800
Add files via upload
commit db3b6a58e49a3d5ce9b528011f3e0607474e4fa8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:17:16 2021 -0800
Add files via upload
commit f0de0d8a9d542fd960f13b36a2bb2a3548f06033
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:52 2021 -0800
Add files via upload
commit 6d4cb98ba83d0ab62406c00ed9fa8dcd139d2f8c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:34 2021 -0800
Add files via upload
commit 5f434d9d327fff8cebf41a45cf73ea9c96cb42db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:16:23 2021 -0800
Add files via upload
commit 6e72349f05e3773b0ae60217df8b6f266447f1ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:37 2021 -0800
Add files via upload
commit 03e4d0d7c01cdc214526891933f3c155f63ff2b5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:15:21 2021 -0800
Add files via upload
commit ead12a1c11e3937637e8af8b1d54218e0138e908
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:54 2021 -0800
Add files via upload
commit a1ed32c91380e03146dc4003a3ee6e400d0dd35f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:14:30 2021 -0800
Add files via upload
commit fae08d7a739b1a28faacb0105d5ad417171dddcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:57 2021 -0800
Add files via upload
commit b889e431edf72d64867c576135bc1470c4590db2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:32 2021 -0800
Add files via upload
commit f177480160184722b935623ebed05ad630a5a6a2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:13:02 2021 -0800
Add files via upload
commit a2fe8c3722f56c59957642cad2bb0a6454dc6f5b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:11:42 2021 -0800
Add files via upload
commit c1cdf15bf5413167692e9c7bd4f5fee31fe4d4c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:49 2021 -0800
Add files via upload
commit fb1c5529f037cc701e30d9da036a54236ea1ba1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:10:11 2021 -0800
Add files via upload
commit 530089e0830473574b38c172a964f9cfb49436a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:35 2021 -0800
Add files via upload
commit 3556e668560587c074ad435b977283e19367f69e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:09:12 2021 -0800
Add files via upload
commit e1e32772e4dd1943af6ed37407425998b0819e48
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:56 2021 -0800
Add files via upload
commit 8084bb92b7cfb12740129c57e1bb5c05ce13994c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:37 2021 -0800
Add files via upload
commit 2c997d2964d4ade4ba0aa5ef89a1b646c15a9751
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:08:18 2021 -0800
Add files via upload
commit 747626b66c880293481bd0a97cda8e32e0239d04
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:07:24 2021 -0800
Add files via upload
commit ed36fae0ac6def24ca20ab6229affbcf7502582e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:59 2021 -0800
Add files via upload
commit e8baad3c3775e26f8a88457ff8f361a18572e484
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:33 2021 -0800
Add files via upload
commit 1efcebe84aa2b2b00d6920a84d4e486b834c1083
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:06:16 2021 -0800
Add files via upload
commit 082d3d1e95e9bb98e10bb1679ae0dfba11bf44e0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:05:21 2021 -0800
Add files via upload
commit b10f62a6c55dd89bb15a97430b74269486a72807
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:58 2021 -0800
Add files via upload
commit 24b41c2c6fe40d18ffd9dfc0404f215cc9b847ff
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:42 2021 -0800
Add files via upload
commit 19a2ef1a44c78fe9b1922574f0a1eda20f2fbd43
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:04:01 2021 -0800
Add files via upload
commit 7089d6e74c438d3577ebf03857b0c1b6f73aaa2a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 16:03:38 2021 -0800
Add files via upload
commit 431824f828f0ea900c9d206e492cc7a6d1830f2e
Merge: 15aa41c7 5eeb1181
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 15:15:57 2021 -0800
Merge branch 'espruino:master' into master
commit 5eeb1181d049f1580f75657b9a9ac664041b26b9
Merge: 546a0b16 6b05d928
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:29:18 2021 +0000
Merge pull request #937 from rigrig/barclock-b2
Barclock works fine on the Bangle.js 2 :-)
commit 15aa41c766b2a25c7a83a1a6744706a7b2852aa3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:23:03 2021 -0800
Add files via upload
commit 6a93494e3fe516ccbc7755027f613bd9bd529021
Merge: 12443640 546a0b16
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 12:22:27 2021 -0800
Merge branch 'espruino:master' into master
commit 546a0b16cc32841b38a0d39b07ec6d18f58d21c5
Merge: cb6e14f6 18fbd289
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:55 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit cb6e14f6c12816224bbc3dc127e9817d0df7ae78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 20:20:37 2021 +0000
messages, start of call handling and message responses, fix for scroll issue when only 2 menu items
commit 12443640c95efbe9f25ed0ffe73280c84d90cd13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:54:22 2021 -0800
Update apps.json
commit 9bdc07f8617e457439522d5b4c84a65d1eba4ed9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:47:36 2021 -0800
Update apps.json
commit 4eee3f05e92e26aa5c70c1d2cefcc97ff4935b0d
Merge: aafc93f0 18fbd289
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:46:32 2021 +0100
Merge branch 'master' into master
commit 298fa47cd87e37b19cd142f47867843e24d08b57
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:42:50 2021 -0800
Update apps.json
commit 52c07f6dc80e8eabd017fc324332c0594c173399
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:40:42 2021 -0800
Update apps.json
commit fe340d75bbb6c7814241becacddaca50435c5fe3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:39:31 2021 -0800
Update apps.json
commit aafc93f09a818f5bb6e4b6988246e4f8d049df87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:35:35 2021 +0100
Update README.md
update README
commit bd80ea5ca03b2e9d5f2eb562adc7305b3952d2e5
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Tue Nov 23 20:31:33 2021 +0100
Update metronome.js
print instructuions for banglejs2
commit 51afd5ef049c67f331931ee18b53e9d4e835342a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:29:27 2021 -0800
Add files via upload
commit ff62b603a27d6acea382af80496b6a35787a73ce
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:51 2021 -0800
Add files via upload
commit ffbd331c1376c5f393dafe62eaa62a9991949a3e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:28:29 2021 -0800
Add files via upload
commit 93c113a95a21dccfde6bb171d15b0f93e6d0f58a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:25 2021 -0800
Add files via upload
commit b2be26fccedfa52f00f275db8050c0c3e532859b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:27:07 2021 -0800
Add files via upload
commit 899e78539c3bb0e41e4d56aa854c4806715ccce0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:26:06 2021 -0800
Add files via upload
commit 50a88d41cd63e51a876e4fca58fe13c5af2088fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:35 2021 -0800
Add files via upload
commit b1d636bac2148007dd72becff0daddf24b80f0a4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 11:25:10 2021 -0800
Add files via upload
commit 6b05d928751b49d4910ddd3a6867e2d4cad6c93f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 19:42:12 2021 +0100
barclock: Fix time/date disappearing after fullscreen notification
By forcing a complete redraw at lcdPower-on
commit 32e3d326aa143eed99d26c81c9fbf870730591f4
Author: Richard de Boer <git@tubul.net>
Date: Sat Nov 20 17:13:36 2021 +0100
barclock works fine on the Bangle.js 2 :-)
commit 1def233de2434d272c6f712c9c213b7caff3ae92
Author: Vingelar <Vingelar@mantisse.de>
Date: Tue Nov 23 19:09:16 2021 +0100
changed format of bg images to binary raw format (export from emulator
commit e021aa2c9d5c44f9130e4bf67cb4b066d02cbd6d
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:59:49 2021 +0100
Update app.js
binwatch: adapted names of bg images
commit 3dd723d10bd3195257205a48dc79872668bd53cb
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:58:48 2021 +0100
Update apps.json
binwatch: shorten names of background images
commit 275402344ee927a51d0c100d4387c739d7a49968
Merge: cf027b37 18fbd289
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:36:45 2021 +0100
Merge branch 'espruino:master' into master
commit 18fbd2898da9fc2bfb16d0adf9cf2b97f5ce0f3d
Merge: 5be6981a df364bab
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:34:15 2021 +0000
Merge pull request #933 from peerdavid/master
[LCARS Clock] Added lcars icon to watch face.
commit cf027b3783cbbf8deca98fb3e1ee1922557686bf
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:34:13 2021 +0100
Update app.js
changed names of background images
commit 5be6981acdf3935b936bb85caf37780537518b66
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:31:42 2021 +0000
oops - named stub wrong
commit d328d94d34ea86dd99f958098c7f0a000b1e395f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:30:20 2021 +0100
Add files via upload
added background files exported from Emulator
commit c36fb16a684085c2eb6ada2c50021d3776f5e215
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:54 2021 +0100
Delete Background240_center.js
removed background240_center.js (wrong format)
commit 4719fada2843f1c8d6ae36d8d59d0fb95318d9b5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 16:28:34 2021 +0000
Android Remove messages on disconnect, Fix music control (ref #909)
commit f431bd8a2c823e877ee6e78576aa4f39a0b5701f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:28:25 2021 +0100
Delete Background176_center.js
remove backgounrd176_center.js (wrong format)
commit 1b548c9bbb5a10769498b4ad1be04397fb889bce
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:27:33 2021 +0100
Update apps.json
adapted naming for image files
commit df364babab19550f75a01d707f0684d8547e8664
Merge: d28517b2 a1eeadfc
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 17:16:00 2021 +0100
Merge branch 'espruino:master' into master
commit d28517b2a5b5e7eaa6a8d9832d9352062addb3ee
Merge: cd93a201 465c93d8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:18 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit cd93a201f846e2c51a1ff9cc447dbbbdc2c5e2cc
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 17:15:15 2021 +0100
Moved logo
commit dd2bb22f076abff1aac2f32734b50fdcc5423861
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:08:57 2021 +0100
Update apps.json
use .js files as background images
commit 03c5f996f4998ebc1e6bfea7e77d3a61743c0c69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 17:07:21 2021 +0100
Add files via upload
added background files as js
commit 7d81bfe2bbdf5095ac7550247eddbe6827cec4c0
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:53:40 2021 +0100
Update apps.json
added missing "url" to background storage
commit 51b73894e461af6312b6fca28e0b5888e9f98da6
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:51:40 2021 +0100
Update app.js
use background images from storage
commit dab36d05a77563e9a839f38807bfd7cfe09a1f69
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 16:48:50 2021 +0100
Update apps.json
added background images to stroage
commit 31f28093411e4f501dd49f98359af43e71e8b27e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:44:49 2021 +0000
Fix https://github.com/espruino/BangleApps/issues/927 - App loader offers to update unknown apps
commit a1eeadfc224a976e3fca6a00ca47d1c1389fa70f
Merge: 68429483 0a695e51
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 15:40:09 2021 +0000
Merge pull request #934 from Ronin0000/master
Fix School Calendar Bug
commit 0a695e5143fbff3935e80b9df85720f065b1e185
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:09:14 2021 -0800
Update custom.html
fix bug that was for testing
commit cfecc24f42d257d565f21571a50b825cffb2f1c3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 23 07:05:47 2021 -0800
Delete boot.js
commit 684294830d75459982845920cb30815236dc0917
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 13:57:46 2021 +0000
app manager works in bjs2
commit 465c93d830300054722f10f483a9023c6ec315e7
Merge: d20f5e59 3ba779ee
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 14:53:47 2021 +0100
Merge branch 'espruino:master' into master
commit d20f5e597e72d8392af3e9b745a4dfab36e8797f
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:53:27 2021 +0100
Updated screenshot
commit a283cf58fb90b1852d8e414fb01010632a65ba46
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 14:51:55 2021 +0100
Included lcars logo
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 3ba779ee5826a60f127ed12f0eeaa2a848f53b4c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:48:34 2021 +0000
Fix bangleapps after recent PRs
commit aaf06b113c72e1487651d30602ba79c95a41d6ff
Merge: a0351381 06a6b72d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 11:42:26 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 9600f16671ab5a9fc772a959a7110622baa5e606
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:19:48 2021 +0100
Updated changelog
commit 98577b626960bd971af483ef709655dfe0ac1f00
Merge: 1ccabca0 d3cd47f9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:52 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 1ccabca0c6f1cf79c1b5d6a56749ab752a4d1850
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:18:50 2021 +0100
No hrm icon - its shown too much.
commit d3cd47f95704e7c508e1e311d3224826f3fd73ce
Merge: 2e18795c 06a6b72d
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Tue Nov 23 11:12:43 2021 +0100
Merge branch 'espruino:master' into master
commit 2e18795c5780148c6f52d50cd69849b5893b1cdb
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:11:33 2021 +0100
Fixed string
commit 36edd449c5398147536d20c2b4f11040cb3105b9
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 11:10:33 2021 +0100
Minor change
commit 06a6b72d42fc55a224bb5d133640670c21d6cae0
Merge: a39d4102 be083113
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:03:45 2021 +0000
Merge pull request #925 from Ronin0000/master
Add School Calendar
commit a39d4102963fc1593e1f2f8ea3f4372a3da4da6f
Merge: ab2cb243 930cfa13
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 10:02:41 2021 +0000
Merge pull request #928 from peerdavid/master
[LCARS Clock] Icons for different states such as GPS or HRM.
commit 5c3b0468d4ce9a51249f6f098c3e6ba84ba1cf41
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:59:26 2021 +0100
Update apps.json
corrected format
commit 336501059da7bceddba9e300c5b6d5bd1aba6a3a
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:56:25 2021 +0100
Update apps.json
removed background image
commit 3f4c49a8aef6ba79419f00d86fc4f02435b72e21
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:55:07 2021 +0100
Update app.js
integrated BG image into app
commit ff3223e1b906957811cad815df88ad495e70a95f
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:51:02 2021 +0100
Update app.js
added "require" for bg image
commit ab2cb243857e50e7bb80ee163e4bc153302446a7
Merge: adadf7ef 162dc1f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:51:01 2021 +0000
Merge pull request #929 from weeurey/master
Update app
commit adadf7efd39b01466cfd348e13c5a02deaa6bf4d
Merge: b7f403e7 0f9d938f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:26 2021 +0000
Merge pull request #931 from reelyactive/master
emojuino@0.02
commit b7f403e79bf5fae387c5f6d0522f49ce917362a6
Merge: f4e997d4 46383d4d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:49:12 2021 +0000
Merge pull request #930 from rigrig/gbmusic-fix
gbmusic: fix "previous" button image
commit a03513812956c629f003824b46bb6763734eead8
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 23 09:44:24 2021 +0000
fix download icon on android
commit b128f5c15569de9e2be0717f270cfd90e006d5ab
Author: Vingelar <vingelar@weltherrschaft.at>
Date: Tue Nov 23 10:38:02 2021 +0100
Update apps.json
added background image to upload
commit 930cfa13315046c621a5444632f7b12bbd956fae
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 09:43:24 2021 +0100
New HRM Icon
commit 7f3f7b9eee3c23c922645274dd8d7947def8158d
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:26:37 2021 +0100
Currently, no confidence > 80 is reached...
commit 1fb861b82c4cc75b94dc6875280fbd411390bc71
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:25:11 2021 +0100
HRM confidence of 80 to display
commit 7d95221e166770be91bf76374f926fe996356009
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:24:15 2021 +0100
Minor change
commit 6d8d98fb03e7bed42c3feeee771ddfcd78b60ea8
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:21:41 2021 +0100
Show HRM
commit a0cc4c633e0e6853a0f170a5358b7e1f11e310af
Author: David Peer <david.peer@outlook.com>
Date: Tue Nov 23 08:10:00 2021 +0100
Minor changes
commit be083113316ec7ba07d780b6593cb9adfd748298
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 19:11:40 2021 -0800
Update custom.html
commit 0664a44c454107d4e3ff039d12baffea3e90cf5f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:52:43 2021 -0800
Update apps.json
commit b032ca0fc1936e650a459f766799e197daf2a4dd
Merge: 7fd37f7e f1f063fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:27 2021 -0800
Merge branch 'espruino-master'
commit f1f063fd1adb553c548a3aa54156bce00b4ca48d
Merge: 7fd37f7e f4e997d4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 18:49:09 2021 -0800
merge3
commit 0f9d938fa6970df18fbe99f3c707b94aa26d15c1
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:23:17 2021 -0500
Version bump
commit 5a01047cd0b30e4b7b253d784bd0b5755fc0c2e2
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:21:29 2021 -0500
Added screenshots
commit ae55c2d39fc936cfa1954d44b7f76dc91c21ced3
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:09:26 2021 -0500
Allow emulator, specify type as app
commit 58f9e7cd5b59904651fb878a89844ee4ccfb23df
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 22 20:03:18 2021 -0500
Upgrade to emoji images and supporting text
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit 7fd37f7e4e669c0aea7b5324b85f9d85ca394dcb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 12:18:44 2021 -0800
Update custom.html
commit 84d9ca4b337e36c4f62ffce4b3059f8f2909d482
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:57:14 2021 -0800
Update boot.js
commit 740f4a95665fd92ad87e83dd381da7e55c2e4b18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 10:52:27 2021 -0800
Create boot.js
not part of the current merge
commit d3538a03f10f6323afc8656cef397a561cf35bf0
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:12:50 2021 +0100
Added raster
commit 20310fdb75b11fe8b3ea38dc7810732910537169
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 19:02:27 2021 +0100
Smaller icons
commit 3863be18301cec9fec480db7fe28a19439c708d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Nov 22 09:06:52 2021 -0800
Delete apps/schoolCalendar/fullcalendar/interaction/src directory
commit 5d8c13a7e6a934e8b750f0ab4871e3dcc67c09bf
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:56:29 2021 +0100
Updated screenshot accordingly
commit 21134a1dcdc102755171af26e99ae86f3559996f
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:55:21 2021 +0100
Better background
commit cab3d43085b2edf4dc97ebf05785bb5b446a88da
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:39:48 2021 +0100
Better alarm - shown only in icon so we can display more data.
commit db22bac0ecd48633d6acf0874127a1b28821d8ea
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:11:15 2021 +0100
Use correct alarm icon
commit 162dc1f29346ab0f6ff4b7cd4128826292ca766e
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:11:07 2021 +0000
Update apps.json
commit dc24ae9bfba1786d4d8a3e22871c4da7bda9fb92
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:10:58 2021 +0100
Better HRM Icon
commit 8e688d144ab30ff87f31b51ab457688ce03c4c23
Merge: 741f7aab f4e997d4
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:09:43 2021 +0000
Merge branch 'espruino:master' into master
commit 741f7aab5239e6fa6ae48e1a5351216dfcfc4177
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:08:38 2021 +0000
Update apps.json
commit 247ed9faa2e8b8463374fea05d4bb04ddda2cfc1
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:07:39 2021 +0000
Create ChangeLog
commit d878d46d4ccc5128643034c535cff69984ab7853
Author: weeurey <liamure@yahoo.co.uk>
Date: Mon Nov 22 16:05:57 2021 +0000
Update app.js
commit c720fc314b516e1007452ad18ce51bc4fefefec1
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 17:03:21 2021 +0100
New alarm icon
commit 75fbd6882d1368c73db1b96fac79f4202d6a5e53
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:37:48 2021 +0100
Added icon for alarm
commit eb20f15537d8b6be7226b2ae49fc6e6dd0474124
Author: David Peer <david.peer@outlook.com>
Date: Mon Nov 22 16:33:42 2021 +0100
Compeletely new design with icons for GPS, HRM and Compass. All Icons are open source and mentioned in the Readme.md file.
commit 46383d4d5547bca38a2a07ea01d67afa0166bedc
Author: Richard de Boer <git@tubul.net>
Date: Mon Nov 22 13:18:01 2021 +0100
gbmusic: fix "previous" button image
commit 1bf5132a5caf41398125e0c7f2bad72ffa300df2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:07:49 2021 -0800
Update custom.html
commit 618c5b7a10ebe610205ab463c395f65948e5a763
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:02:29 2021 -0800
Update custom.html
commit adfeb5e535564f8851fcdc080e2fa10d9acced9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 21:00:21 2021 -0800
Update custom.html
commit f950fd2ee88486e3355efd30823d50de799e8418
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:57:52 2021 -0800
Update custom.html
commit 3ee0e9bae6ee137c6e36672c9aa6a20d1c072caf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:49:48 2021 -0800
Update apps.json
commit 387bd30236b5d765b396eba24ad43120ceb6c384
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:48:14 2021 -0800
Rename ChangeLog.md to ChangeLog
commit 6e07f282b8918ac3b8f333c7c4156980a44ff1d6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:41:26 2021 -0800
Add files via upload
commit fea37b4992e65a5ca54648f88281ce2623f6a55f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:40 2021 -0800
Update apps.json
commit 939d8f6a9ae71b49c13f7dbf1455bb2fec60462a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:37:21 2021 -0800
Add files via upload
commit 854ae5361d1b2400f6b6d1b2c2239f46d1e16bc9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:34:28 2021 -0800
Update README.md
commit 426768eb11e34ea7a04010e6fe7da1a5a5187f40
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 20:32:14 2021 -0800
Update custom.html
commit bf994d9acc8b79ebda1e47dc5ebc5158210d6205
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:24:29 2021 -0800
Update apps.json
commit 7c74c5d43f9f66b6374cabd4e247d1560e5f29a1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:15:40 2021 -0800
Update apps.json
commit 8981aa3f614c388c74d73ccd25e16f5e6eabde9f
Merge: e878e547 100384f2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:12:19 2021 -0800
Merge branch 'espruino:master' into master
commit e878e5478713b0b3cae0bb86e28f998cbfeb9b10
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 18:11:43 2021 -0800
merge
commit 3bde4d2e48711186ae26036baea8f880c2aac7c4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 16:12:16 2021 -0800
Update custom.html
commit 5f3c93df8cc8b73c432ea31b15e84e4b106256de
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:37:41 2021 -0800
Update custom.html
commit 26bd9e35be993aae4deece775ac85f53f877b122
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:35:47 2021 -0800
Update custom.html
commit 8f2cc6e2137cf29e03435123e96d9c6c550864d1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:34:09 2021 -0800
Update custom.html
commit 66f061112301898b011412e91982dbefc7cc2d1e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:32:48 2021 -0800
Update custom.html
commit 87a9504912b8753dc63700207ee89acacbb34726
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:30:44 2021 -0800
Update custom.html
commit 626498da9d296fecf6776b836def4eda87027d85
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:24:01 2021 -0800
Update custom.html
commit 3472ca355a1a71d3fa3f464ece2b81dce7f4eeaa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:21:57 2021 -0800
Update custom.html
commit 529b0cb4637652dfc0a3ba6688b863b5f47437ca
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:19:53 2021 -0800
Update custom.html
commit e77d9980023f041a87743ac1fd3c48a3f0652a8e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:18:21 2021 -0800
Update custom.html
update
commit a712c37c7652f7bc46c4d7761df93b3d28e17229
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:17:58 2021 -0800
Update custom.html
commit 4d9d6abb9ef466e4058510efe9eec295f60127e9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:14:02 2021 -0800
Update custom.html
commit f35b24844810a90f08f731cc9e63535be217e4cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:09:44 2021 -0800
Update custom.html
commit d0336b2854d7e0892c440ef8c5f83bcbe1374a9b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:06:56 2021 -0800
Update custom.html
commit 640c8e491e489e9ea88282cf0bfe14004838b3db
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:03:42 2021 -0800
Update custom.html
commit 604153cb2408399ce1420b43ef87f41c09d3daa6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 08:01:45 2021 -0800
Update custom.html
commit 0f8f1e38e85a8c1c49057f4b891209bdfad67aef
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:44 2021 -0800
Update custom.html
commit 7f7dcb0bcf89b1d66f60481efaa09f5956ee4ecc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:58:22 2021 -0800
Update custom.html
commit d42fe03dc8fcbc0f68857dd9f887c8cc4eff1c06
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:55:08 2021 -0800
Update custom.html
commit 98f172fad442e89f53c45ac47f2388a08049855a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:53:01 2021 -0800
Update custom.html
commit daf8dde32bc81b8f04402c4728eac41784751cd5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:49:25 2021 -0800
Update custom.html
commit 408bd24080a2f7dcf1e6d0c33dab65da4dff82cf
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:48:38 2021 -0800
Update custom.html
commit 68db21acbb837b12d84d9930d451d2ba90e251dd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:44:30 2021 -0800
Update custom.html
commit 45feb1b2ffb17b8835c505bc4a4f825ddc17bf4f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:42 2021 -0800
Update custom.html
commit 3bc5fd87b61cbb9b867009d933342fe627da982d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:39:12 2021 -0800
Update custom.html
commit c3eede9868ee342bc4248e71a874c2e6b332dcdd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:37:42 2021 -0800
Update custom.html
commit 8426356c01a23ae769c79f726b95ea64f4428574
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:35:55 2021 -0800
Update custom.html
commit 93f09c216a1eb9aa876c88a1f806ccb709e971b7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:39 2021 -0800
Update apps.json
commit cb748a251dbd11e87615d82081522953607b3a27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Nov 21 07:27:20 2021 -0800
Update custom.html
commit a994ed66301040f60d5f99b672a6081152a20d6c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:53:38 2021 -0800
Update custom.html
commit b76bb48973dbabfaf56bdec4aee44a483f94d129
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:50:08 2021 -0800
Update custom.html
commit f99ce683e9ce42431321fc711e061955bc0220fb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:46:32 2021 -0800
Update custom.html
commit ddfdd94ff845d3d8560158cde184a9a19a3d2142
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 19:42:51 2021 -0800
Update custom.html
commit 52675f7eff140426532f81da9c84c5d7803d0cda
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:48:03 2021 -0800
Update custom.html
commit d4911034145e3d98b99d649be55c75671e2f5c5c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:44:23 2021 -0800
Update custom.html
commit 71ff5959aec6a5f8302bda513d2c1371bbed0743
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:58 2021 -0800
Update custom.html
commit daba705b37b9952cba2910c3c0bed23e58aaf2fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:42:16 2021 -0800
Update custom.html
commit 19cb5fc749abeefe378205531d18b97562ddfc47
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:39:15 2021 -0800
Update apps.json
commit 6c20945898b84a02d6b440923a5afd994c7d97aa
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:37:41 2021 -0800
Update custom.html
commit ff519bdc0d9bca530284d98cad9fd023ad37d50d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:15:29 2021 -0800
Update custom.html
commit 34843d703aae0b6a33be352ad0f8408d8d17d07b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:11:54 2021 -0800
Update custom.html
commit 4da82197f32b280e4192d5bc9a5ba174fbad4ace
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 18:01:20 2021 -0800
Update custom.html
commit a9c5a32bc1359d8288f4fd6b6da50eaf40910c9a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:56:54 2021 -0800
Update custom.html
commit 352fea34791ccf06450a516ab2a2daf22353c641
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:53:38 2021 -0800
Update apps.json
commit ab6f56c381a54e4ab3466625a9eb794eef5dd2a0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:52:34 2021 -0800
Update custom.html
commit a65742ce346039ef901e70157620aabd95bbca35
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:48:25 2021 -0800
Update apps.json
commit a1a387dd600f7e5c3879d74cd5a516d7566fb7bb
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:47:52 2021 -0800
Update custom.html
commit 180e88e0e44dc3ca09291a7d37b6fa4df637fa78
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:50 2021 -0800
Update custom.html
commit 0099736b8c64e8f1afefd4d52b526151e3ac700a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:46:14 2021 -0800
Update apps.json
commit 1fdf4e954e23fe0514b8d795224c2edafd5941c1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:43 2021 -0800
Update apps.json
commit faa5b6b21aa8b7062dc62499e8361b8233cf9408
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 17:44:10 2021 -0800
Update custom.html
commit d617803c13ec381f35a9d30f99a267dca02c9cf1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:44 2021 -0800
Update apps.json
commit dc669254bcccad425153d209d6dcdf002f64a30d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:37:10 2021 -0800
Update custom.html
commit 303247fb4e66802ed7f5c2ee404ce0a28221ec2d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:25:00 2021 -0800
Update custom.html
commit d836cbd2ba256adfffa55f1d12fda02ae8ac760c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:15:16 2021 -0800
Update custom.html
commit e206bd4e1cad4aab266fd376fa525500941878a8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:08:00 2021 -0800
Update custom.html
commit 1a6c1acce50fe2fe2e49bfc26b3ac98c1db5aa13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:04:06 2021 -0800
Update custom.html
commit aa20fac50ed19adfb9248fd9cda1ebb7c31f95b1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 16:02:52 2021 -0800
Update apps.json
commit 5625414e90c78677040420f342f29e96f088469b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:34:30 2021 -0800
Update apps.json
commit ebc2d8096144e6150920efc4b63e8f1e3f52eb00
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:33:27 2021 -0800
Update custom.html
commit 6c43de3766433c1f9fa1d01fd24cbfe0839e19c0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:21:11 2021 -0800
Update apps.json
commit 37da3c68aeeb5fec1ef3d8965fa3d8170074d791
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:19:46 2021 -0800
Update custom.html
commit 92707b9d13ed269a41684ce45111376694cb6e58
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:12:50 2021 -0800
Update ChangeLog.md
commit d3ca682cff08be0bb2a64ab057f6efdf36b4e094
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:09:56 2021 -0800
Update apps.json
commit dfd9e59993944f6323120f8af660d880c63c6793
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:08:52 2021 -0800
Update custom.html
commit 5d24a09ffa2d9cad10a5fae3c7b4d5fafc944aa9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:04:41 2021 -0800
Update apps.json
commit e965bd7d962108a2944824eb6579fce435876966
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:43 2021 -0800
Update custom.html
commit 345d9c155135fc4d0a2b8d00b3528b363a584ced
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:02:12 2021 -0800
Delete schoolCalendar.js
commit dc9db8a4767d4c16d92645131d977263e2468521
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:58 2021 -0800
Update schoolCalendar.js
commit 58df0a5ca26684b4da84929c8c388ca5c37acabd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 15:01:03 2021 -0800
Update apps.json
commit 65ad4979e8d58b51f11f3bcc86f31ab303a5d7b6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:27:10 2021 -0800
Update custom.html
commit 9c07800c5ef948a1b9b2071e7bdfe46809fefa1d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 13:07:38 2021 -0800
Update custom.html
commit b108bc45fb8bfa266e4d4ad3e66a9f65cec96c92
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:58:24 2021 -0800
Update custom.html
commit d871855f8e217b27ea73ed28b389bbc8aea59d62
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:55:58 2021 -0800
Update apps.json
commit 99112920b287568db32c5e43b47cfc2ee0cf71a3
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:47:34 2021 -0800
Update apps.json
commit 37f4329ec57bc4a96a1b2a0847406f6a05cad520
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:49 2021 -0800
Update apps.json
commit ba2aee642bf90307757bb85fda6aa0db01bed5e5
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:39:06 2021 -0800
Update custom.html
commit 98048dc23cb1caf3aafbf1d1ecfa461ba5943925
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:37:23 2021 -0800
Update apps.json
commit 1a53e8d34af89f0e6c889653961350a898deea81
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:33:43 2021 -0800
Update custom.html
commit 993bb7298c8fbc9348e6668b70a555c51dc54a09
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:31:41 2021 -0800
Rename interface.html to custom.html
commit 3a3962bfdc0365e75f8804b61293ec91084f6698
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:30:12 2021 -0800
Rename custom.html to interface.html
commit c8ad92a3dcb7b8a0df83f2e720b6730dd785e829
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:20:33 2021 -0800
Update apps.json
commit ae85c1cee709457b10233205c057f946ea15fe83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Nov 20 12:14:33 2021 -0800
Update custom.html
commit c1b467ba8e96f58b27eb3b9b2dc2b859fa89e227
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:14:50 2021 +0000
Update app.js
commit 438537ace2358f5b798bdfde92ebf78db81abc49
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 18:10:03 2021 +0000
Update app.js
commit e6d736860d7d7511f08474a4d8f6446ebe97e634
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:57:57 2021 +0000
Update app.js
commit e1add5e2b2a068873d0102324d61f9ff5532924d
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:45:02 2021 +0000
Update app.js
commit 09be008dfaf764b542a80f4dbbde6ab26314713e
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:39:48 2021 +0000
Update app.js
commit 9f26994f5c66a5ee88a702c7a73d8bcc0c8236c3
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:33:47 2021 +0000
Update app.js
commit 0cf4c5d70a97480185296b32137fcdc179fddcc4
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 17:10:31 2021 +0000
Update app.js
commit cfdb94439526722ca757b8ee748d298f6a76d9e7
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:32:34 2021 +0000
Update app.js
Add Media controls
commit e3cd8f5607f912002d3ec0adf833834058a492cb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 16:16:37 2021 +0000
Update app.js
Removed extra unneeded code
commit ceed8a123836f5da6fb8c5d6741e2224a3e4a0af
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 15:05:28 2021 +0000
Update app.js
commit 721a3f2608ee0012767cfacd5c69aa91a7bba5f6
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:39:30 2021 +0000
Update app.js
commit a16bfe4d7350b34c694050448f2aefc990d19dcb
Author: weeurey <liamure@yahoo.co.uk>
Date: Sat Nov 20 14:32:57 2021 +0000
Update app.js
commit e72bf84a7a05c4208e8c1d5f60815a9f57ca11c4
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 21:29:57 2021 +0100
use dark theme for metronome
commit 071a7a7e683a649b9f75fdc92b9f56804cd0af87
Author: bengwalker <63957296+bengwalker@users.noreply.github.com>
Date: Wed Nov 17 20:46:18 2021 +0100
add support for Bangle.js 2
commit 7a7175fa483e4e9fcd5912d83e9519274d67b4f0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Nov 4 16:00:41 2021 -0700
Update custom.html
commit e2928498690565ba7d0454aaa4265bc8adfda712
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:32 2021 -0700
Rename interface.html to custom.html
commit cd7579269efe8d54a5a5680b8126ea38f9ce54be
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:22:04 2021 -0700
Update apps.json
commit df7f9cc530194025708b712565a410aed1d73e95
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:20:09 2021 -0700
Update interface.html
commit ada94b11cfbebfeaa010cee1b39d0f92591d4e13
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Nov 3 08:06:50 2021 -0700
Update interface.html
commit 08fc58deb57847cca7d81bf84a54df16ce97528f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:20:57 2021 -0700
Update interface.html
commit 04b9e74a4d2cd84dd9b64b0ba6fba1167fc400e7
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:10:58 2021 -0700
Update interface.html
commit be7af68455ff4b5034c0baab9d8c138b9b024707
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 20:08:24 2021 -0700
Update interface.html
commit aaee5f3c0610de7a48bdda7fe9c6064dff97780e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 19:13:08 2021 -0700
Update interface.html
commit 73819933eeb57f32935e6ad93a146bdbee6d8be6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:52:09 2021 -0700
Update schoolCalendar.js
commit fa5cbd71c618a2053ec3217048c74a723c46f03f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:49:22 2021 -0700
Update README.md
commit fa392008d1e30a6df05245eac969badf4188fb74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:45:24 2021 -0700
Update README.md
commit c280e41560a3812ee83ca461e098bc35b80ef439
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Nov 2 18:42:39 2021 -0700
Update README.md
commit 6b84a8eb3007cca6abd31cc1d3d0552cc79cb492
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:26 2021 -0700
Update schoolCalendar.js
commit 5bbfb1109910856575cc348012dbc44d489a8005
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 19:43:11 2021 -0700
Update interface.html
update interface
commit 6660dad4c01c66c20670cfd415b6ad063d9b5b74
Merge: 8c003cf6 1e0f6cd6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 18 07:35:54 2021 -0700
Merge branch 'espruino:master' into master
commit 8c003cf6ffb5a8b3437897a1e57a6a020b5e02a4
Merge: 5c11881f f1ce196a
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 15 07:33:21 2021 -0700
Merge branch 'espruino:master' into master
commit 5c11881f752edbdef3031f0a48109a196eced80a
Merge: 8c149dbe be34e2b0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 14 17:14:45 2021 -0700
Merge branch 'espruino:master' into master
commit 8c149dbea1cfd34e815b64ca354840b811a82222
Merge: 7888cc6c 300ed35b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Oct 13 07:46:16 2021 -0700
Merge branch 'espruino:master' into master
commit 7888cc6ce0bbabf99c7dd39f002810d262af07fd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:59 2021 -0700
Create README.md
commit 36a52b8b001a4515d715950db56e411a6c4842b2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 17:43:52 2021 -0700
Update README.md
commit 4f5558c41e75f6e91a34842f7b42fa85970dce5e
Merge: 5db16d19 68cc9fbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 16:43:12 2021 -0700
Merge branch 'espruino:master' into master
commit 5db16d190b1439293d9f0af16d37fea29db8830c
Merge: e7995505 54d98db6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 11 07:03:23 2021 -0700
Merge branch 'espruino:master' into master
commit e799550544e55ef94ef48f905283625e50f73e97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:57 2021 -0700
Update schoolCalendar.js
commit 89f82a50436d4eab82574d310077d19154a8ab59
Merge: 7107d510 f3712e66
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Oct 7 17:02:38 2021 -0700
Merge branch 'espruino:master' into master
commit 7107d510a5301f50ca5dc1bf9d4463ad99a33af8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 20:06:28 2021 -0700
Update schoolCalendar.js
commit a61879753285b4469772f51474c29fe86a5aa942
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 19:55:30 2021 -0700
Update schoolCalendar.js
commit 3c9e46c2160f4ff58708afc0d08ce2e5d27df097
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:59:03 2021 -0700
Update apps.json
commit 941bc852c1ab4472dc74a7f84e12e92ab891432e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:53 2021 -0700
Add files via upload
commit 4cbfac212e6999887cfafd37d9c809919a014e27
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 15:57:26 2021 -0700
Delete apps/schoolCalender directory
commit c7b723f87e5e6fb0858c09ee2910510267d73fd6
Merge: 8d2f4ccc ba08863b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Oct 4 07:31:25 2021 -0700
Merge branch 'espruino:master' into master
commit 8d2f4ccca761e1695620b072e116b94272850427
Merge: 7846b48c 44aa03e4
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Oct 1 07:31:42 2021 -0700
Merge branch 'espruino:master' into master
commit 7846b48cf67ab024970b90948096f9258e1c184c
Merge: 59aa9909 d0fd2f01
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 30 17:22:33 2021 -0700
Merge branch 'espruino:master' into master
commit 59aa99092dac99b9a13bbc2a7153dd2b44a6fb67
Merge: 9061acee 03bbe1d2
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 29 08:06:54 2021 -0700
Merge branch 'espruino:master' into master
commit 9061acee5db851bd58295785cc7542a7c066b4c8
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 17:44:12 2021 -0700
Update interface.html
commit 79bacc45932ce8842cbf12d23c36a41e992b438e
Merge: bb5fcdaa 48bb819b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 28 07:12:44 2021 -0700
Merge branch 'espruino:master' into master
commit bb5fcdaafc1e344bf2d717c3eb238f763f255215
Merge: 814fbdd6 28bd9e83
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 27 16:15:07 2021 -0700
Merge branch 'espruino:master' into master
commit 814fbdd61ef41676d07719b5b1b297fbbc03ec6f
Merge: 83d88a1e f3fd0f25
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 25 08:01:44 2021 -0700
Merge branch 'espruino:master' into master
commit 83d88a1ea191e2e6b669d284d94b4180b9ea54aa
Merge: c9bed74e 71471d37
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 24 19:35:52 2021 -0700
Merge branch 'espruino:master' into master
commit c9bed74ec2e240e2daf26bf9ec9432df91ac18aa
Merge: 1f130c53 16fe8470
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 23 15:21:18 2021 -0700
Merge branch 'espruino:master' into master
commit 1f130c53b46546328260a6b94ad182be5d55ff18
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Wed Sep 22 07:25:41 2021 -0700
Update interface.html
commit 3d8ebe82c289156581799134b3c56fd02ade1fad
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:07:20 2021 -0700
Update interface.html
commit 2ca58d2cc436b72beb87d347b8d8c217b461e805
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:02:14 2021 -0700
Update custom.html
commit d8c149073fb6bca8f5f78ba4a031004adeab1a6b
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 21:01:31 2021 -0700
Update apps.json
commit ceab5d46a23f913faf96be90e644458ac5546157
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 20:58:01 2021 -0700
Rename schoolCalender.js to app.js
commit 9b344eb1ecc577e96196d2a3d3fc8962198e90de
Merge: ec453c0e 3b15a7f9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Tue Sep 21 07:24:54 2021 -0700
Merge branch 'espruino:master' into master
commit ec453c0e100f7fd140305fe8ed4a62d3987e68f1
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 19:45:50 2021 -0700
Update README.md
commit a8f7fe72923e1fe38042cb4752dac1429c6be426
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:31:41 2021 -0700
Update interface.html
commit 51c41d5c48a72b7a373e6f979c95bab9fa9ddb7a
Merge: b7a4ecb5 50ec8d97
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Mon Sep 20 07:25:50 2021 -0700
Merge branch 'espruino:master' into master
commit b7a4ecb57857016c131ba72e101b3a11eb3cb06c
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:48:24 2021 -0700
Update interface.html
commit 82320ab073c0b106f5260e26c0fb147d7c8fcd02
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 16:40:43 2021 -0700
Update interface.html
commit 27d025bf82cc5882dc39110c5c7799f657f2c57d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 14:01:04 2021 -0700
Update interface.html
commit bd92c0e67fce373f11aae3bbcf8f5a4c06f2e161
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:51:31 2021 -0700
Update interface.html
commit f0c596d14f6119bbe52e2f0d3912216785257536
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 13:40:29 2021 -0700
Update interface.html
commit d6542bac6d666af7c8fe1f67434611e6ccacc6a6
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:29:46 2021 -0700
Update interface.html
commit 7a2ee0f7111209afa859761a62f80e93ca71a879
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:15:29 2021 -0700
Update interface.html
commit c65ddbfc522c54da540080a16d171edd42ce592e
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sun Sep 19 07:05:32 2021 -0700
Update interface.html
commit 43c684f389d97dd12815edbd93d0750f923f17b3
Merge: ddd1a83c 5f5b5c0d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:45:25 2021 -0700
Merge branch 'espruino-master'
commit 5f5b5c0dc2485f7e454acb9f364d240e3972d955
Merge: ddd1a83c cc2e1bbd
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Sat Sep 18 19:42:47 2021 -0700
Merge branch 'master' of git://github.com/espruino/BangleApps into espruino-master
commit ddd1a83c613a9f21ec8e37ba1151e1ca255a77af
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 18:27:57 2021 -0700
Update interface.html
commit 632c98f8be2ad6e2290e5eb98025559a42a47c34
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 15:13:46 2021 -0700
Update interface.html
commit c252f74e16edc5a1a1fcfe4ce72c9594f12a9624
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Fri Sep 17 07:31:16 2021 -0700
Update interface.html
commit b9b0a43e99db0c2d13c28bf6d65540925709d866
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:28:35 2021 -0700
Update interface.html
commit afafd449fb06abd3930d0eb40989dc12787c96d9
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:22:01 2021 -0700
Update interface.html
commit 45a0d50b011ee50e9b1b4c6ce5a84e1290331b1f
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:15:25 2021 -0700
Update interface.html
commit eb146fe07bd5d71f49c5e267424d7b8206eee952
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:07:51 2021 -0700
Update interface.html
commit 34baf995e7f5288266b5da08bcac6d76202a92fc
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:04:33 2021 -0700
Update interface.html
commit 751fbdda43ea542db4887bed7b4d4e2ad7628a23
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 19:00:47 2021 -0700
Update interface.html
commit bc71f317311509e8f3fd5054e6c3efaa05bc0416
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:47:13 2021 -0700
Update interface.html
commit cfde9e14a87466a8dc7cb92934c3af373f6a43d0
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:41:40 2021 -0700
Update interface.html
commit 135165c983beca48190d091e355436100beee41d
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:37:52 2021 -0700
Add files via upload
commit d50ba356d68ebeffd028a924450d4a6ad4fddd74
Author: Ronin0000 <89286474+Ronin0000@users.noreply.github.com>
Date: Thu Sep 16 18:36:59 2021 -0700
Update apps.json
commit a385c0992280070dbcbd91b8663600ea42d2749c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 12:04:40 2021 +0000
openstmap .10: Improve scale factor calculation to fix scaling issues (#984)
commit 052eb41ebc248ab874f7b188318db48638957a7f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:20:13 2021 +0000
Stop crypto polyfill being pulled in - fix http://forum.espruino.com/conversations/369197/#comment16294286
commit 6baddd3b433d318d196c0f2d1c73df2572f2600e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 09:15:37 2021 +0000
Add gbdebug app
commit b5fa5fb64e60e70fc104bd60c08a7ef12b2c3146
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:24:12 2021 +0000
tweak for lint errors - still some assignment warnings
commit d504017782a5ecf7b80da27a1c855f95865c86ea
Merge: e2ae57fa 633cad5c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:18:47 2021 +0000
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
commit e2ae57faa4bb2c338f74daa538971c67c02b687a
Merge: 79f37b2b 3595fab0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:13:52 2021 +0000
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
commit 79f37b2bfa208a6b831d1240c90d3c019ee4d6a5
Merge: 56b9e04f b595e603
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Dec 3 08:12:21 2021 +0000
Merge pull request #987 from hughbarney/master
Pebble: use LECO1976 font, update boot icon, redo screenshots
commit 633cad5cd3f312bc9db84623dfe4e9b6d7199e57
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Fri Dec 3 00:11:07 2021 -0800
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
commit b595e603334f701cc5feb7e29a2eae804e4b250c
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 22:17:00 2021 +0000
Pebble: switched to LECO1976 font and slanting boot icon
commit 3595fab079eb6a91596bc994c7d744109ed5c4fc
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 20:05:40 2021 +0100
qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
commit d743b2266abf069297de59248cb366d6b04ec63c
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:27:37 2021 +0100
boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit c24f67b06bbb5417355398149b8e4ad12f8d0c19
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 23 21:25:26 2021 +0100
settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
commit 32980bf3befaf7a047cfc808df2d9cbd547813ce
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 13:04:29 2021 -0800
Update apps.json
Declare pooqroman.json, our private config file.
commit ade94521b7da3217c6210d0d5e8873012719a792
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:57:25 2021 -0800
Update README.md
Github flubs UTF-8? Really?
commit 2906e228bad106b86c176ccf8e1639f3c67dd556
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:54:03 2021 -0800
Update apps.json
commit 9c8fd937839ab2fd784abd28e2e991b5d010cd26
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:53:18 2021 -0800
Create README.md
commit 6ed4565ee1feb936fc341207cff4e058eeb37150
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:16:53 2021 -0800
Add files via upload
Upload the right file this time :-}.
commit 98bb9c28b3aac54a7a65e2eefd28dccba5a8dbef
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 12:02:15 2021 -0800
Add files via upload
commit 4803365ab3f8a6b3e2f9a6f650b642326a952010
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:49:28 2021 -0800
Update app.js
Conform to filename conventions for our settings file—it is json.
commit 8ff08cbaab00ce915eac1cf66ac2af4aaee220d9
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:35:39 2021 -0800
Create resourcer.js
commit ad96a97ae9fc12d8d93dceb60d1c861ce60ad630
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:34:25 2021 -0800
Create app-icon.js
commit 2fc3cee13926258243f86a791c2e175cc9ceb07b
Author: stephenPspackman <93166870+stephenPspackman@users.noreply.github.com>
Date: Thu Dec 2 11:27:53 2021 -0800
Create app.js
commit 43a68fb908f7eca0adf27079b5be3cbfa2236fac
Author: hughbarney <hughbarney@googlemail.com>
Date: Thu Dec 2 19:01:40 2021 +0000
Pebble: 0.03 changed font to Leco1976, updated screenshots
commit 56b9e04ff0575334c07849bf83f829fc98c08472
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:37:08 2021 +0000
new core
commit 9d26a6448ef93694da643b6152439bc4db516e96
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:28:38 2021 +0000
launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
commit 5b967184b671315b2d474e1f5eefeff9073c1bb0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 10:07:45 2021 +0000
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
Change menu order so 'back' is at the top
commit ce2d1822477e9bc1468fc77f5ce31f4dc850a8cf
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:43:03 2021 +0000
tweak 2v11 firmware mentions
commit 829ee9129a8bcacd443c493e9111166bfaaa4b0e
Merge: 0cb1dfbb 7a1bb02b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:21 2021 +0000
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
commit 0cb1dfbb82afe9a1d3adc96489b8883c70775469
Merge: e0018a49 3baa465f
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 09:06:07 2021 +0000
Merge pull request #982 from rigrig/delete-settings-library
remove Settings module
commit e0018a495c3ea51cce4e3834db0ed899c2fc3872
Merge: 7218acf0 cb8ee706
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Dec 2 08:12:16 2021 +0000
Merge pull request #981 from andrewgoz/master
New icon, improved UI
commit cb8ee706252666bbfd215af26ecd87acc39d077c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:05:36 2021 +0800
Update app.js
commit 012982e910436c5abe2ad6f28f68a96762343a18
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Thu Dec 2 16:03:22 2021 +0800
Update README.md
commit 7a1bb02bced4f0080d838bbe7ca3923b1e8d665f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 21:07:41 2021 +0000
Pebble: updated README
commit bd8bb638d434df8a8cbfab84272f39d1a86b0755
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Dec 1 20:29:34 2021 +0000
Pebble: deploy pebble.settings.js in apps.json
commit 3baa465f01e5df16ff15311ec91c7896eabd345d
Author: Richard de Boer <git@tubul.net>
Date: Wed Dec 1 19:34:52 2021 +0100
remove Settings module
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
commit b848c45ce4618e7d9d737437a30812bf14c1cea0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:42:17 2021 +0800
Improve token display
Limit label length. Reduce digits font size until it fits.
commit 86ea0554b37139afc295437d45b2d85c9b4aee3c
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:26:45 2021 +0800
Colour icon
commit 3305a5db6ab4e40ef45ea54513c656b503195450
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 23:23:44 2021 +0800
Colour icon
commit 26cc978a40ffcf415db086025cc63910f7e8e943
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:29:37 2021 +0800
Update README.md
commit 21961edf42856a2b82f45a8bbbb6751247fa658d
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:26:01 2021 +0800
Update ChangeLog
commit 4d239bf71e5cc8312e3a5c762088c27ad9f20491
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:24:43 2021 +0800
Version 0.03
commit 16f20970d9294d144347cfb02605d1ddc4472be2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:21:21 2021 +0800
Limit scanned label length
Fixed #5
commit d4ddf22399667a2cb98f73c375a98f11869512a3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:15:55 2021 +0800
Try new JSON settings format
commit 60a8c487ad9035780ffbaf0a9a5db88d9743fe99
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 22:05:53 2021 +0800
Support updated settings file
commit 7a9b64a7fd9667181294406de59975ef240a010d
Merge: dfd7a02e 7218acf0
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:28:07 2021 +0800
Merge branch 'espruino:master' into master
commit 7218acf0b470bb6ba2300ed7cc4791ceefe0bcfc
Merge: adca628e a789e0be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 13:26:44 2021 +0000
Merge pull request #980 from myxor/poweroff-icon-color-fix
Poweroff: icon color fix & README improvement
commit dfd7a02e12f977e45699b6a1bbbd49c22a385633
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 21:26:41 2021 +0800
Show placeholder "Calculating"
Fixes #2
commit a789e0bea4945dd4461469b26f25744a9a3dc46d
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:55:25 2021 +0100
Icon white with 1px black border
commit ca6b73e3e48c2a2b1ee157a6d02d166a0195324c
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:54:49 2021 +0100
Icon white with 1px black border
commit 871c345cea41816a167170ef019fd6f041f0ccb0
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:49:25 2021 +0100
Update README.md
commit e2a4428be2a8369d51c30b4b34d367983f35c672
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:48:03 2021 +0100
Fix gramar and link in README
commit 2d190278f224253b969b8a0c742166d4fe193147
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:45:24 2021 +0100
Change app icon color to white
commit f3dffdb3e1d43cce05fde4a1bd31d043c758eedb
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 13:44:12 2021 +0100
Change app icon to white
commit adca628e2ceff835b4fabdd2798b1b7b99ae0d33
Merge: 38c6e160 edec2442
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 12:06:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit edec24429acc747b80c0be6736a5919559bc3f91
Merge: 013d7704 43312a78
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:37:09 2021 +0000
Merge pull request #978 from myxor/mylocation-spelling
Spelling issue in mylocation README
commit 43312a782a58cbbe6cf2f8c4d49ae1d898bc82d5
Author: Marco H <myxor@users.noreply.github.com>
Date: Wed Dec 1 10:23:07 2021 +0100
Update README.md
Fix spelling of the Scottish capital city in the README :)
commit 013d7704a9997079de9f4ef0eee61745504d9e37
Merge: 527bbf8e a9530f64
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:19 2021 +0000
Merge pull request #973 from rigrig/widbars
New widget: Widbars
commit a9530f64ea9b0ed1e96dd1ddf6eac897943ec223
Merge: 8580952e 527bbf8e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 09:00:08 2021 +0000
Merge branch 'master' into widbars
commit 527bbf8e59798bb73f0a7859c3f7f290dc31c111
Merge: 68b73d2e a44d5420
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:59:27 2021 +0000
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
commit 68b73d2e17df1375fd0f6fc5b4172ea484b95444
Merge: 097a3153 1108983c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:35 2021 +0000
Merge pull request #977 from alainsaas/master
New app: A Speech Timer
commit 1108983cbad1f5a8cf2862bb5b03d8592e770303
Merge: 3c7d6b79 097a3153
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:58:30 2021 +0000
Merge branch 'master' into master
commit 097a3153952073b468bd1fdab0029e66cb747fe6
Merge: 3ddd1696 24e2b01e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Wed Dec 1 08:51:48 2021 +0000
Merge pull request #975 from hughbarney/master
Mylocation (APP), Pastel sunrise, sunset, A Pebble Clock to keep the revolution going
commit 3c7d6b795d50aac5d6c3945a4a9af1ee013154ad
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:28:23 2021 +0900
Update apps.json
commit 3507dcde457b78beede4ee033af1f38090a1a71d
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:26:52 2021 +0900
Update apps.json
commit 541adf4c16c7bf2e522c3343b7675831b9e13343
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:22:44 2021 +0900
Update README.md
commit 8f0856d8716af6e1058a9923e0e5850734303d72
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:21:21 2021 +0900
Update README.md
commit 13b01fe82955ca3ba595ed115fd1bfc6acd7a4fc
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:52 2021 +0900
Add files via upload
commit 18c3461e6e4191433897f3b1e10a9f68f7b97fa8
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:20:41 2021 +0900
Create README.md
commit da133e2ccd7ee837d078430095733180929fff4b
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:09:06 2021 +0900
Create ChangeLog
commit 9033db08bf1a56d1f852a60795eb75d2bdee0f70
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:03:45 2021 +0900
Create app-icon.js
commit 673fa8820f779a79bcfa46819990e5717a4d49ba
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:01:48 2021 +0900
Add files via upload
commit 312bed6491d7a9341c7f9de4d1f309e2f85b3fe5
Author: Alain Saas <alainsaas@gmail.com>
Date: Wed Dec 1 15:00:58 2021 +0900
Create app.js
commit 24e2b01e22e8534029bcf8195c8f4e5eba209208
Merge: 7785c7ea 3ddd1696
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:45:24 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 7785c7ea56867250df5985d0a27a7fd35478e501
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:38:29 2021 +0000
Mylocation: make into an app
commit 848ccd2be996e5127d09e36960775e5cb45a4143
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:16:56 2021 +0000
Mylocation: make into an app
commit 8ad8ed15dc8e9fe4091d2f3a5b1faf7b828bb0c5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:15:45 2021 +0000
Mylocation: make into an app
commit 8e56dce22c49a1a80b4dc9142092ea5238ab34ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 23:10:36 2021 +0000
Mylocation: make into an app
commit 4cbd7e8ea63c5aef83f72ceedcad7a2cc811917d
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:46:37 2021 +0000
Mylocation: make into an app
commit e3745f94fc0fd7bf367727a1fa2f43c26bde89b5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 22:43:45 2021 +0000
Mylocation: make into an app
commit a44d542053941c7bb588e3d444aeb02ad6aba676
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 22:30:28 2021 +0100
widbatpc: Fix drawing the bar when charging
commit 8580952e69609f53736089e72e1028117fd5c09f
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 21:06:23 2021 +0100
widbars: comment out HRM/temperature
They didn't seem very useful
commit 7caac64a8653f06f95650228abc98018de8df9b8
Author: Richard de Boer <git@tubul.net>
Date: Tue Nov 30 20:40:33 2021 +0100
widbars: new widget
commit 4669099645a46062a63a9e77771b7ab1cf531ef2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 18:11:08 2021 +0000
MyLocation added mylocation.app.js
commit 3ddd169612095949d6e10a0c11f8f283bdd1fc29
Merge: a20a2e42 31eaeade
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 17:14:26 2021 +0000
Merge pull request #972 from andrewgoz/master
Fix JSON save format
commit 31eaeadee2929e93fdee2ee01974cf2779e5ed13
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:26:39 2021 +0800
Update Authentiwatch version
commit f094cc6e354ada59d50719bd8af60bfe1f258cb3
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:25:00 2021 +0800
Update ChangeLog
commit e1c67cf345cf0b1093caa7c41c8e8981de8f24cb
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:22:23 2021 +0800
Save in new JSON format too
commit 989dc5ccd4ede2fcc8f9bc82d9d5c4ad84981360
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:18:44 2021 +0800
Use new JSON format.
commit 51c91bf9eede044c0093bf265855d149547697d2
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:17:26 2021 +0800
Rename variable
commit f127bef66b9c4c88e8094594a90ac4aad53b26e9
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:14:47 2021 +0800
Load new JSON format
commit 0e3b17be6757527c1f372fa8b9d5bbc8f3985035
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 16:12:47 2021 +0000
Added icon for mylocation
commit c1a48e7b48ddb4087b63171bde681ea1e79ca76f
Author: Andrew Gregory <andrew.gregory@gmail.com>
Date: Wed Dec 1 00:09:52 2021 +0800
Try different JSON format
commit 78c3791c1e6af33dc127418a172a22b0b9c96df9
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:48:20 2021 +0000
Pebble screenshot updated
commit 5b7bbd83db31769a8b255821729d1cad5d5a81c8
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:30:13 2021 +0000
Pebble: added README, battery warning if below 30%
commit 4cf5d860834aed17316a9b02b38539c2f6295bf1
Merge: ac1425ca a20a2e42
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:18:27 2021 +0000
merged upstream
commit ac1425ca7cfaf46041790a3223e1f3383f7a2ae2
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 30 13:07:56 2021 +0000
set mylocation to an app
commit a20a2e4292cef623f15d5408061ebd8463672dd1
Merge: dec4ec8c c30ee355
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:19 2021 +0000
Merge pull request #967 from myxor/poweroff-app
Poweroff app
commit c30ee355bb1f857e42d82c99d8805095e68b88b5
Merge: bd1fa974 dec4ec8c
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:28:14 2021 +0000
Merge branch 'master' into poweroff-app
commit dec4ec8c19d070e9d980a83d564f9ad22425c89a
Merge: c1dd7c6c d2cb4be4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Tue Nov 30 08:27:16 2021 +0000
Merge pull request #966 from reelyactive/master
Added SensiBLE app
commit bd1fa974d18bc8840cdfc8bf61091790a2825df1
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 09:04:43 2021 +0100
Update ChangeLog
commit 31dba4df497d464374237b9617f576d3cda54f15
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:37 2021 +0100
Change icon to black
commit ffd7eebf258636c52f07e82b5fe8fe787c77cb36
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:59:20 2021 +0100
Change icon to black
commit 4a852e713834b4163acff86a1a9edba5cab2f91c
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:47 2021 +0100
Rename Readme.md to README.md
commit a08a8d8a24139b29d091f0c6847d80612066eef4
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:52:29 2021 +0100
Update apps.json
commit 166994311e6bfacbd6b1327a41800a489bf05852
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:46:04 2021 +0100
Add app to apps.json
commit ea10cea706d638de3827202fde9400317412e142
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:44:45 2021 +0100
Update Readme.md
commit f73055253e76284dd520080ad03cefac225b9d18
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:42:30 2021 +0100
Add files via upload
commit eef1569c9900cce4eb7c779aa6b51a7bc60682dc
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:41:49 2021 +0100
Create app-icon.js
commit eeb3206a095f0a9db31c0a95b917b2b2d506f5e0
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:39:36 2021 +0100
Create Readme.md
commit c822b62789b269d9f1732e3e664a4670dd4d233a
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:36:28 2021 +0100
Create app.js
commit 8775a6f3392fedbb2385dde7558254ae5ba559ec
Author: Marco H <myxor@users.noreply.github.com>
Date: Tue Nov 30 08:24:43 2021 +0100
Create ChangeLog
commit d2cb4be4b4dc7e1a0ee50dfd0331815e5469ddc8
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:48:30 2021 -0500
Corrected variable initialisation
commit 4d107148c78d5a7211e2e08664052014059b5371
Author: jeffyactive <jeff@reelyactive.com>
Date: Mon Nov 29 21:31:53 2021 -0500
Added SensiBLE app
commit 6642b216066519d90e1bb0b46c1c8b731ff270b8
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:27:25 2021 +0000
added pebble icon
commit b50faa919a9f8c50687a16435d7db946771b674b
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 20:12:25 2021 +0000
Pebble - long live the rebellion
commit 3fa435e57ddde56b59c75074adc0831f9ae2ba67
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:58:19 2021 +0000
Pastel, MyLocation updated README files
commit 6510e4b7d2965f34404f8973c5d802adfa933d6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 19:02:01 2021 +0000
Pastel added dependancy on widpedom
commit 784f7f84924b2b5bf670086b237c537bc6eac0d7
Merge: 22d06c8c c1dd7c6c
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:57:56 2021 +0000
resolved apps.json conflict
commit 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 29 18:45:44 2021 +0000
Pastel changed dependancy on MyLocation to type app
commit 38c6e16010837c73e32022bb7ce999402f1a44b4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 16:29:34 2021 +0000
new about pixels
commit c1dd7c6cabbfcae7a68ecbead3a9a8a3a7ac7686
Merge: c2b70103 616afad0
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 11:37:02 2021 +0000
Merge pull request #957 from JamesLMilner/minor-style-updates
Tweak styling to give a more aligned and spaced out layout
commit c2b70103a6347d4f41b34c0dcbf20e45cc4bbd47
Merge: cd0de091 3e1c90e4
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:30 2021 +0000
Merge pull request #955 from alainsaas/master
New app: A Clock with Timer, v0.01
commit 3e1c90e48582f548740f2e5c38b10c72e23a62a6
Merge: 17e13a63 cd0de091
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:54:23 2021 +0000
Merge branch 'master' into master
commit cd0de091f3d590ac9eb32008a4a84506dc020807
Merge: 0dd00635 6fc1e738
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:52:43 2021 +0000
Merge pull request #956 from JamesLMilner/mandlebrotclock
Add Mandlebrot Clock app
commit 0dd00635b8f7da9a37c4e5318198c0af1d180c81
Merge: 72d3c44f ba506741
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:50:28 2021 +0000
Merge pull request #959 from dratini0/recorder-fixes
Assorted bugfixes to the recorder apps
commit 72d3c44ffd4896b00a187f926604e4717742ac7c
Merge: 33ce71f2 0d45f2c2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:09:47 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 0d45f2c2e8d57fa50413e0477888159aaa05c4b3
Merge: c4238eba 075d7a84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:08:07 2021 +0000
Merge pull request #962 from myxor/myxor-temperature-app
Update degree Celsius temperature app
commit 33ce71f279162e61bf1be8247ed87c1f12331e89
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:06:21 2021 +0000
fix for sanity test errors
commit c4238ebae7b5e25baced884730d03787f932e497
Merge: d4f1e7d3 10d170d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:01:40 2021 +0000
Merge pull request #950 from jg76379/master
Add new Interval Timer App
commit 10d170d31ebdf744a7eaabada4d0f9f918a05646
Merge: 4f5ec608 d4f1e7d3
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 10:00:29 2021 +0000
Merge branch 'master' into master
commit d4f1e7d3cb2d79bb69405e46300afcf2eedaf4c7
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:52:47 2021 +0000
minor fixes for #952
commit 795d2b83ec1b6bd5bcc26239beda7b56fa3be7b7
Merge: d1534bdc 99ec40cd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:51:51 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit 99ec40cd8ead828bc2572914234a06c554410089
Merge: 30e421e2 6220a88d
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 09:48:20 2021 +0000
Merge pull request #952 from rigrig/locale-12h
locale: Apply 12hour setting to time
commit 075d7a840ca46181a72da0dc6ba667e64787b950
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:43:42 2021 +0100
Update apps.json
commit c9d0a199477bf6c6b39a852c73d71fca666adda2
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:40:32 2021 +0100
Add space after temperature value
Add space after temperature value
commit baba42ae25a9a90cc53aae0d99ad634d7e57df6c
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:36:31 2021 +0100
Fix changelog syntax
commit cd674865479142016b7cb51844b75fbb7f91305f
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:25:14 2021 +0100
Update ChangeLog
commit 765a683c894b1e09e1aae1c450b48a53db5b54a6
Author: Marco H <myxor@users.noreply.github.com>
Date: Mon Nov 29 10:23:54 2021 +0100
Update app.js
Improving messages and added Celsius sign
commit 30e421e225c329423d77f5dae7e1d69a6ba7df73
Merge: 94f8b4bc 918dcba6
Author: Gordon Williams <gw@pur3.co.uk>
Date: Mon Nov 29 08:38:52 2021 +0000
Merge pull request #960 from leer10/master
Add 93 Dub Watchface
commit 918dcba633d7e9cdb6aa6017f0961006afcb0a88
Merge: bb537b17 050b9c2b
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:58:18 2021 -0800
Merge pull request #1 from leer10/style-cleanup
style cleanup
commit 050b9c2b807c5e66405a8549bbfa47e4a1421f33
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:56:18 2021 -0800
Update apps.json
commit ada93e894d76497dd48956020cd3dc3649441dbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:46 2021 -0800
Update ChangeLog
commit 590f022a91c430a832df0d9c64d9cde837b82cdf
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:55:32 2021 -0800
Update ChangeLog
commit f423a6b91bbd698e72fa6a7cc002b068f506e291
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:54:17 2021 -0800
Update app.js
commit bb537b1738573c756207cb883c4ed8fd95256bb0
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:27:14 2021 -0800
Update ChangeLog
commit 656ca2ecaa8288bfc69c9f3a1ebbbdf2b1c56f36
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:25:23 2021 -0800
Update apps.json
added new version in json
commit 438885ae922f25a3927bc5b785f2bba64d6272ee
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:24:18 2021 -0800
Add files via upload
commit b9b7cfb50cfc62401a768653d9b4fd910256840c
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:49 2021 -0800
Delete screenshot.png
commit 36aead94e7683da9aaf46601e28267ccf386a8aa
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:23:24 2021 -0800
Create ChangeLog
commit b2cb4e7c0a84a49abfa0e04d16e2471b829d5b40
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:22:04 2021 -0800
Add files via upload
commit b25ad7573e19ccf6f617381e5ac78260ddeef36a
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:21:57 2021 -0800
Delete screenshot.png
commit c3fac095b83c9936dedef8dad70578b4593923db
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:19:21 2021 -0800
Update app.js
add discominotaur's adjustments (cause a battery on the watchface isn't useful when the widget does the work anyways) maybe i'll do it as a setting later
commit 426ec0350fff5ce87dd2e8a6096c80f2f0e1b448
Author: leer10 <brandon.abbott@charter.net>
Date: Sun Nov 28 14:10:47 2021 -0800
Update README.md
added credits
commit ba50674173c0fae02948c69fb8eaa0098ae4efe3
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:58:26 2021 +0000
Update app versions and changelog
commit 1a118a60374099538f65f24b347907b1ac12ea25
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:44:47 2021 +0000
Recorded: Slightly improve plot altitude if data has NaNs
commit 22fa78ff8d82e3a0512a3538278cc8e0ff735b28
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:43:44 2021 +0000
Even out x axis grid points
commit 466fd2155c81f44cfd30c7e3f15f460f5a8662c0
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 18:18:18 2021 +0000
Remove superfluous semicolon
commit a622781628c35eca58831c36e658e36b9a752712
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 16:46:01 2021 +0000
Make the recorder handle missing coordinates in plot speed
commit 69c6a34ead08410eee37000d7405f287aa416548
Author: Balint Kovacs <dratini0@gmail.com>
Date: Sun Nov 28 15:46:02 2021 +0000
Fix some text overflowing the screen in recorder and gpsrec
On Bangle.js 2
commit 616afad05616b13ca1d3618b5c899add6ab9624b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:10:29 2021 +0000
Title indent again
commit 41c80ae76793e7bce50cd51f09a92cad48551c3b
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:08:30 2021 +0000
Indent logo slightly to line up more accurately
commit 617ed688c532f77bac0e09f3a5d10fcb796d2f77
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 14:05:49 2021 +0000
Use rem
commit a28b3b78e407091fb5880be2c6801686b4f0bec2
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:58:41 2021 +0000
Add spacing to layout, small css tweaks
commit 6fc1e738f1e1bdaaa45bb2ea34b33d97be3f37ee
Author: James <jamesmilner22@hotmail.com>
Date: Sun Nov 28 13:22:42 2021 +0000
Add mandlebrot clock app
commit 89e88e717211d8c80b0e258114be7498722aa783
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 23:39:51 2021 -0800
Update app-icon.js
hopefully fix launcher icon
commit 40d19aad2e4d672171b4feeee6b9c6f4cdbb11a1
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:29:57 2021 -0800
Update apps.json
added screenshot to app store listing
commit d87930e4d37ea5248b7de93825735967e75030b3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:27:51 2021 -0800
Update apps.json
commit 6eb7a844d6839456c13a4402c5212b9bb9dbd3ad
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:26:36 2021 -0800
Update app.js
fix battery graphics
commit da41d04d2681afd5bafe9f39660ca6c8a15a787a
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:20:21 2021 -0800
Update apps.json
commit 47c8edba4f040716d5860b56588a98687914ac36
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:25 2021 -0800
Add files via upload
commit b28986c249a952edaac1b5e4b624ab357dcb81c3
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:19:09 2021 -0800
Delete app.png
commit 9e897dfd50c2ff4cc6c012724305e5e079b02dab
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:13:21 2021 -0800
Update app.js
removed other nonfunctional comment block
commit 6fd7a0eb633ac47eea07c2befe8f0a96bda19a02
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 22:11:06 2021 -0800
Update app.js
battery icon actually works now
commit 4a3e1bbe28e3180ab04685646a4e41de07993cf4
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:52:13 2021 -0800
Update app.js
12 hr/24 hr specific behavior now from settings instead of hardcoded
commit 3d03895b9dc97c6f7bb20f68e64619612b89cf85
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:44:49 2021 -0800
Update README.md
commit 0d5892769d6862ed8a56dcfcf3fd960893cec688
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:42:19 2021 -0800
Add files via upload
add screenshot for 93dub
commit 82e515e0e5c05cd89f871f33fb24654e1e26d5b0
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:39:55 2021 -0800
Create README.md
added dub93's readme
commit 8a3f9f848a4dc98f0f1108c46e406ba8007aa45b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:36:48 2021 -0800
Update app.js
stripped license and info block of text since it's already enclosed in an MIT-licensed repo
commit 4294a27279f7482cb9abe10fe22d254f2a9a7073
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:31:41 2021 -0800
Update apps.json
apps.json updates
commit 251ceb9dd1ee7064f86c4056a280169f299311d9
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:27:35 2021 -0800
Update apps.json
oops comma
commit b49223d5b95c3802ca5b9a7e2478a227ad888652
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:24:09 2021 -0800
Update apps.json
commit 2d21ce74459871c238dc12d2ed04c212bd1d814e
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:21:29 2021 -0800
Add files via upload
commit c0e5d4432eb48ae7c83d1c62f28a8b8abdc1438b
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 21:19:34 2021 -0800
Create app-icon.js
added icon
commit 0d6bfc7c13f024f36e9703dbb4b88289756621f5
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 20:59:32 2021 -0800
Update app.js
redid background, adjusted graphics to look nice on bangle 2
commit 17e13a63253c868ffc16ad6f11a62ac3e2973c9e
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:43:31 2021 +0900
Update apps.json
commit a19da85de7e3c880030397b1d89f3f086a0a4e27
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:41:56 2021 +0900
Update README.md
commit 9d4c251b730c655dec6fd709a29ca4a4d4c861ff
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:39:41 2021 +0900
Update apps.json
commit f9fa4a7df132b5a2bf8c804c4164f5c4afb5798c
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:32:58 2021 +0900
Update apps.json
commit ff95dd3b2c9a74d0173227a88cb1d171639996d1
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:29:06 2021 +0900
Create README.md
commit c23960c12c0460cfb015082799f218d8d7e86859
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:48 2021 +0900
Add files via upload
commit d9d6133559f55421e8b38b2d63eef3e2c549bfd8
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:20:15 2021 +0900
Create ChangeLog
commit de4d744e266a47aa072cd1f07c6f2362d62efd10
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:19:15 2021 +0900
Create app-icon.js
commit de9a526517577136b2060e0d5138b943cc0951fe
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:14:06 2021 +0900
Add files via upload
commit 662963b2089e0e8bc6f0d1548202462833143d46
Author: Alain Saas <alainsaas@gmail.com>
Date: Sun Nov 28 13:06:47 2021 +0900
Create app.js
commit 56f3044e5e5fedbbddffc9810e24135cca7acfbf
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 12:02:34 2021 -0800
Update app.js
background needed redraw after notification
background redraw broke widgets, so temp fix
commit 228a3664c7ab9774a8dad99f05fc1bf3c5570e61
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:41:39 2021 -0800
Update apps.json
commit 33b3e918693959e9828cafa1354b6df3a5a5c90d
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:40:13 2021 -0800
Update apps.json
commit 7d646945df493e7c95a51c7ce6e7224662150090
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:37:56 2021 -0800
Update apps.json
commit dabaa06efbe3698e11afad390bb06d3e48c93f12
Author: leer10 <brandon.abbott@charter.net>
Date: Sat Nov 27 11:33:19 2021 -0800
Create app.js
commit 3fbb46b046c65d8d9f1a37b600bddc0ee1e16e03
Author: hughbarney <hughbarney@googlemail.com>
Date: Sat Nov 27 11:23:03 2021 +0000
Pastel, recalc sunrise,sunset every hour
commit 21fe6e7ea486ee553bd1bac8399d153c50171380
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:52:05 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit b426c479a32595b592acc1eb68a202e3ed5f0c17
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 21:29:46 2021 +0000
Pastel added dependancy on MyLocation app, display sunrise,sunset times
commit 070558a0a62027fc67e9d54b45ef81e2166d6fab
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:48:27 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 6220a88d29ace89e386ae3d7630c112bc8905b73
Author: Richard de Boer <git@tubul.net>
Date: Fri Nov 26 21:29:58 2021 +0100
locale: Apply 12hour setting to time
Fixes #892
commit ce0e50ed949eeffc97bd2ec3db1fdb38830c3e4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Fri Nov 26 20:25:28 2021 +0000
MyLocation - adds menu to set preferred city or setup from GPS
commit 4f5ec608de77dd4febf68db0b6d3aa9703b73b16
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:48:20 2021 -0500
fix formatting in README for interval timer app
commit 2ae9585193c1394bca43a9160dcfbcdd29f14803
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:43:36 2021 -0500
rename intervalTimer.app.js to app.js
commit bff43e662da03dfd1648ef656062195689448236
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:42:13 2021 -0500
Fix url for intervalTimer.app.js in app.json
commit fc6ecaccce783eb5bf6d3571b885bdfcf78912be
Author: James G <me@jgough.net>
Date: Fri Nov 26 12:35:35 2021 -0500
Add new Interval Timer app.
commit d1534bdcbf2281343f023d4c8aada9169283ac84
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 15:05:05 2021 +0000
comment
commit 94f8b4bca79a0b79ad0e3635ad56786722bfa802
Merge: dc8edba0 4cfbe11e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 12:01:01 2021 +0000
Merge pull request #947 from peerdavid/master
[LCARS clock] Alarm works also if clock is closed and opened again.
commit dc8edba00ddf236c79279313f36a05795bf9e3ac
Merge: db1c5b74 fa4fd118
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:41 2021 +0000
Merge pull request #948 from Smooklu/master
Updated fd6fdetect
commit db1c5b74817a3be17f923104138e6f46c03bb514
Merge: a4299586 045251f5
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 11:59:15 2021 +0000
Merge pull request #949 from johan-m-o/master
Update Spirit Level to work on Bangle.js 2
commit 045251f55f9a71f755ffdcdb120e032dc437096a
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:50:19 2021 +0100
Update spiritlevel.js
commit b6e5175675890222b1f23318a2b466dcf6302238
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:44:21 2021 +0100
Update spiritlevel.js
commit 6f300299b55f60098d262c02e0c7ed1a5576fc38
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:34:52 2021 +0100
Update apps.json
commit fe5ca8bc76b9c1a1d28159af6dba92af14fd4e57
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:33:49 2021 +0100
Update spiritlevel.js
commit a89dd4d544b306acb94edeb63de6a90e1e946565
Author: johan-m-o <85756863+johan-m-o@users.noreply.github.com>
Date: Fri Nov 26 11:23:43 2021 +0100
Update ChangeLog
commit a4299586e8055425f1ea638090ac267081845a76
Author: Gordon Williams <gw@pur3.co.uk>
Date: Fri Nov 26 10:04:02 2021 +0000
cscsensor 0.06: Now read wheel rev as well as cadence sensor
Improve connection code
commit fa4fd118e28787458623159617600b4d42432e98
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:20:52 2021 -0600
Update apps.json
commit 43b447f81c3f40b1c042a9551ec71a1f29aa4d91
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:17:35 2021 -0600
Update apps.json
commit 1ea1706e61149214a3d423b2a9eeba7ae1ca1eaf
Merge: 08fd95ab 095165c5
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:40 2021 -0600
Merge branch 'espruino:master' into master
commit 08fd95ab9a3cb50f26605cebb4ae7411c1823c48
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:04:09 2021 -0600
Update README.md
commit bc27677f5ef33bf85d67df951edae6dce437248e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:02:43 2021 -0600
Update apps.json
commit f9286cbee97efeb9c63f2672b520e8976e59e45a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:48 2021 -0600
Update README.md
commit a1a56601c0579d4a9e9756eb83bfcd8a802a9510
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:38 2021 -0600
Update README.md
commit 4cfbe11e45690f31e3010b7234a26e3ec3695dff
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 20:00:36 2021 +0100
Show text for each icon.
commit 4fb4d12ba48dee2869338cf1d4e4675e18a0d86a
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 13:00:28 2021 -0600
Update README.md
commit 6508ed8b3fc99d0a39fb460a47f7d989c6f3eb7b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:57:25 2021 -0600
Update apps.json
commit 85b7115c731479ede76db6c659a071f9390dd352
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:54:33 2021 -0600
Update README.md
commit 6482297881ddfeef3202ae235e1e4a38f1826f9b
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:53:16 2021 -0600
Update ChangeLog
commit f5940b5bdbc0fc3118544821b6508f78f10a59f1
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:52:27 2021 -0600
Update README.md
commit 9f002934015e4bacc43a652703418d9c8ad7c29e
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:50:35 2021 -0600
Update README.md
commit 2818a63e2c6d3116001eca6e0ddf852825dfdd55
Author: Smooklu <37220586+Smooklu@users.noreply.github.com>
Date: Thu Nov 25 12:48:36 2021 -0600
Create README.md
commit 95f845ad4e9408081b9ecf882ad85012bbb4bc7d
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:10:05 2021 +0100
New icon for alarm
commit ca3453440c8171ffb53a9d0a69cdfc516f454e56
Merge: dcee49cd 4a530371
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:24 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit dcee49cdc89867584d140d3cc318b7dabbf930b9
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 19:01:22 2021 +0100
New GPS Icon
commit 4a5303714d952d0d63df60a9d9f64af9e79a97e0
Merge: 93e2a88a 095165c5
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 18:52:23 2021 +0100
Merge branch 'espruino:master' into master
commit 93e2a88a4c42968ab7260a3b56ef0e3a477cf47f
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:51:20 2021 +0100
Updated screenshot
commit d99cea9ae0c280c2d765dd0d9b53d7ad82b5a2ad
Merge: 232dcc4b 7e1b0422
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:46 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit 232dcc4b9df3a85b09f1b296a769fead4ea634cb
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 18:49:44 2021 +0100
Real icons - its an image of the real planet :)
commit 095165c5c9673c3322f2a271528a112d1749878b
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:33:45 2021 +0000
oops - fix uncommitted file!
commit bf964ce3e4ecdea91718f9dc50052c47f7ac97f2
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 16:06:26 2021 +0000
The 'update all' button shouldn't update apps that require 'custom.html' (fix #748)
commit 7e1b04225511997c8e4557b5c3f0e58cef2986d1
Merge: ccce57ae 944b24e6
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 16:56:53 2021 +0100
Merge branch 'espruino:master' into master
commit ccce57ae89a8d2a19d9d171a50bc39c94a673cc6
Merge: a99d9d5e c381e7ef
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:35 2021 +0100
Merge branch 'master' of https://github.com/peerdavid/BangleApps
commit a99d9d5e7c649ab498c1ef5b459c2647f52c5703
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 16:56:32 2021 +0100
Store alarm in settings
commit 944b24e6c34068432786b44343f20c73c56ebf53
Merge: e8264cc8 1b9477be
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:52:25 2021 +0000
Merge branch 'master' of github.com:espruino/BangleApps
commit e8264cc8f8c7cde0e88cef06347c9ca67f8dae9e
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:50:07 2021 +0000
messages 0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
commit 5f5ca64cb4d305094907e368d8f0e344b694e304
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:21:59 2021 +0000
android 0.04: Android icon now goes to settings page with 'find phone'
commit 6aa6bcf17977e127ef1879cfdb11ce3b972b1772
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 15:12:04 2021 +0000
messages 0.06: New messages now go at the start (fix #898)
Answering true/false now exits the messages app if no new messages
Back now marks a message as read
Clicking top-left opens a menu which allows you to delete a message or mark unread
commit 1b9477be5d4c5af923b7ef435ae08b721171b7bf
Merge: e28f9c15 2b7091bd
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 12:19:48 2021 +0000
Merge pull request #945 from nlisgo/improve-ux-add-timer
Cube Scramble: Improved UX and display solve time
commit 2b7091bd6b8c12e3c5bc75244e0eba38f9b223e9
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 11:40:37 2021 +0000
Set default title for showPrompt
commit c381e7ef2196963dcc5414fdf583e179122e0362
Merge: 1ab98707 e28f9c15
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Thu Nov 25 11:41:01 2021 +0100
Merge branch 'espruino:master' into master
commit e28f9c157b2540a87387041f54a35ea50572e8c9
Merge: e040cc4e cb9866ff
Author: Gordon Williams <gw@pur3.co.uk>
Date: Thu Nov 25 08:55:39 2021 +0000
Merge pull request #932 from hughbarney/master
Pastel: created font modules
commit 1ab98707eda9543a4792627c1c91884059345bc0
Author: David Peer <david.peer@outlook.com>
Date: Thu Nov 25 09:17:25 2021 +0100
Minor changes
commit 9940b38bbd0f53640b4a4ea2e0d70691bae04cea
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:13:06 2021 +0000
Force LCD on
commit f175f4c48c149b7b4b6a317db8105790b97a0f6a
Author: nlisgo <nathan@aeopus.com>
Date: Thu Nov 25 00:06:02 2021 +0000
Update screenshots
commit f6c689eeedfa4d349e2f73cdfabbd0a641502735
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:56:47 2021 +0000
Amend app description
commit 3c984f1fee70a8af17476a2b751a5c8b128aec36
Author: nlisgo <nathan@aeopus.com>
Date: Wed Nov 24 23:52:28 2021 +0000
Cube Scramble: Improved UX and display solve time
commit cb9866ffe23bbbff7e6c44edc4ef437a27bdee29
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:11:47 2021 +0000
Pastel: updated screenshots and README
commit 8b46634c9bb7ea17e4824abbdf7c1cb21859e62d
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 21:05:45 2021 +0000
Pastel: updated screenshots and README
commit cbb38ec1ceb54db23826c476e0efdbd496b048a6
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 20:18:29 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit 469c3296404703ca27ce52a55c4a67fc416ca520
Merge: 37ca6251 e040cc4e
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:57 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit 37ca6251742ddce653e5d04819fa16a8efdce29f
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:59:46 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit c6096675fb65d43ef2a037a1325ef160b812fec5
Author: hughbarney <hughbarney@googlemail.com>
Date: Wed Nov 24 19:06:06 2021 +0000
Pastel: added cycle through info items to bottom of screen
commit a537e98116a932422a10c043b001a96911c65d3d
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 18:04:59 2021 +0100
Font improvements
commit 59692c8ca175c17c6ea81f203855cb029baa0ee6
Merge: 657e64b0 e040cc4e
Author: Peer David <4281901+peerdavid@users.noreply.github.com>
Date: Wed Nov 24 17:52:48 2021 +0100
Merge branch 'espruino:master' into master
commit 657e64b078eda64cd6817959cbdc8a3bc71bb580
Author: David Peer <david.peer@outlook.com>
Date: Wed Nov 24 17:52:25 2021 +0100
Added readme also to app.json
commit be3345d1433f3fcd4fd2e5f477c53c0e1d92fe22
Merge: e3310ffc 3ba779ee
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:22:30 2021 +0000
Merge remote-tracking branch 'upstream/master'
commit e3310ffc32e9fab87bcafe96b43894dcecc60cc5
Author: hughbarney <hughbarney@googlemail.com>
Date: Tue Nov 23 13:13:17 2021 +0000
Pastel: architect font module
commit 1a75f0813b5bae3f2b6b7b14dd563a18fa00225f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:50:27 2021 +0000
Pastel: font modules
commit d450758f1ad9aa833f47873cd45c87f15ef151b4
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:09:52 2021 +0000
Pastel: font modules
commit cf66db35a95aabf22dd3be5d77b9264148db1956
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:47 2021 +0000
Pastel: font modules
commit 29ecb8daa20219d1657f2ac8d2c76885d5056753
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 22:08:19 2021 +0000
Pastel: font modules
commit a29bba62cba6037a64286d89304e3f92051cbf2a
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:29:26 2021 +0000
Pastel: f_orbitron font module
commit 8576d90e50c6c1099b78b1fb82808f788aeabba6
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:24:27 2021 +0000
Pastel: f_orbitron font module
commit 723e1a6cb2752d12e1a1d1eed45a39000f50208f
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:17:50 2021 +0000
Pastel: f_orbitron font module
commit ec7f9ac69d012a64c1dd383bd688ab8815fb49ad
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:13:48 2021 +0000
Pastel: f_orbitron font module
commit d68bcf1ff18893e5e7fda5cda55db7ed69502f78
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:05:28 2021 +0000
Pastel: f_orbitron font module
commit ff1d5f2d76ddf8a9cfc4ffea2ea5dcd636851a25
Author: hughbarney <hughbarney@googlemail.com>
Date: Mon Nov 22 21:03:53 2021 +0000
Pastel: f_orbitron font module
commit b51c84229798e7c3665f203c13023d9f6e24eb68
Merge: f4e997d4 d1da165e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 12:20:57 2021 +0000
Merge branch 'Combined' into Base
commit d1da165eb44fa50bea67506097768f1138574c8c
Merge: f927549b 2c257605
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:30:56 2021 +0000
Merge pull request #9 from t0m1o1/scaledlauncher
Update apps.json
commit f927549b2c1e88232f4df2c6ef7e160c3a8e0f7b
Merge: 3cfd575d 411118aa
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:16:59 2021 +0000
Merge pull request #8 from t0m1o1/scaledlauncher
Scaledlauncher
commit 3cfd575da46cf38347bbbb4d37645c0bd72833de
Merge: 9a311219 9d1429ca
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 03:04:17 2021 +0000
Merge pull request #7 from t0m1o1/scaledlauncher
Update settings.js
commit 9a311219b2d3a7d3594ca654c78ae7137a92fb8e
Merge: 43c42711 5b1b752d
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Mon Nov 22 02:56:33 2021 +0000
Merge pull request #6 from t0m1o1/scaledlauncher
Scaledlauncher
commit 43c4271101a4be6dbc28d7e34534d25242c159ae
Merge: dec967f1 084bba39
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 21:18:16 2021 +0000
Merge pull request #5 from t0m1o1/compass-fix
Compass fix
commit dec967f1ac5900e43099ef9bfef3bfbe84e1f8e4
Merge: 21c48263 dfa40407
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 20:56:22 2021 +0000
Merge pull request #4 from t0m1o1/Swipe-Launcher
Stop the swiping coming up if mode is undefined
commit 21c482639aa1f2d391ebb0508701cff3170b45c4
Merge: dea2ec96 4c9d04de
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:19:27 2021 +0000
Merge pull request #3 from t0m1o1/Swipe-Launcher
Update Swiper Clock Launch
commit dea2ec9693855d735662a4d344682e6105533bf2
Merge: 92d156fb 51766844
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:15:16 2021 +0000
Merge pull request #2 from t0m1o1/master
Master
commit 92d156fb398787a068a2f7ed81a78d90ed04bd70
Merge: 100384f2 7d37a9eb
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 05:14:13 2021 +0000
Merge pull request #1 from t0m1o1/Swipe-Launcher
Swipe launcher
commit 51766844e6ff346119739114c28b9d638ca57cbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:49:56 2021 +0000
Update apps.json
commit 6fda7a5f33ec6341d51529e680f5d0caa9c9fdbd
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:37:07 2021 +0000
Update apps.json
commit b7a067234413e2cd9cb531c366371e5d88f6bb21
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:32:09 2021 +0000
Rename hidmsicswipe.app.js to hidmsicswipe.js
commit 97065f1d62d40003eec09a2539d7294fe41bc4e5
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:55 2021 +0000
Delete hidmsicswipe.info
commit 21f184d6c4ad1f977c385d95c3966d95d446bf5c
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:31:10 2021 +0000
Add files via upload
commit 3917f28ae54db0e86b6429489c19a4180be759e0
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:45 2021 +0000
Delete hidmsicswipe.img
commit a65668300fc45082d6897e19c6efff556853f4d9
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:30:18 2021 +0000
Delete hid-music.png
commit 5fce838e8ab7d2b297c05a1ae735abcd4ba76d90
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:29:36 2021 +0000
Add files via upload
commit ffa37f2ab3b1fd2b921783e19ffb48673aad1a6e
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 02:22:38 2021 +0000
Create hidmsicswipe-icon.js
commit b656e5973c302a39f7513364c66094132135bfc4
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:59:19 2021 +0000
Create changelog
commit ad943ca5658e4f68c205996c4ad42aa1ebbeb793
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:58:19 2021 +0000
Add files via upload
commit ac433ac7bd6d586e9b1ca11da924d64bd566ade2
Author: t0m1o1 <94725994+t0m1o1@users.noreply.github.com>
Date: Sat Nov 20 01:57:39 2021 +0000
Create hidmsicswipe.info
2021-12-05 17:14:06 +00:00
} ,
{
"id" : "a_clock_timer" ,
"name" : "A Clock with Timer" ,
"version" : "0.01" ,
"description" : "A Clock with Timer, Map and Time Zones" ,
"icon" : "app.png" ,
"screenshots" : [ { "url" : "screenshot.png" } ] ,
"type" : "clock" ,
"tags" : "clock" ,
"supports" : [ "BANGLEJS2" ] ,
"allow_emulator" : true ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "a_clock_timer.app.js" , "url" : "app.js" } ,
{ "name" : "a_clock_timer.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "intervalTimer" ,
"name" : "Interval Timer" ,
"shortName" : "Interval Timer" ,
"icon" : "app.png" ,
"version" : "0.01" ,
"description" : "Interval Timer for workouts, HIIT, or whatever else." ,
"tags" : "timer, interval, hiit, workout" ,
"readme" : "README.md" ,
"supports" : [ "BANGLEJS2" ] ,
"storage" : [
{ "name" : "intervalTimer.app.js" , "url" : "app.js" } ,
{ "name" : "intervalTimer.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
{ "id" : "93dub" ,
"name" : "93 Dub" ,
"shortName" : "93 Dub" ,
"icon" : "93dub.png" ,
"screenshots" : [ { "url" : "screenshot.png" } ] ,
"version" : "0.03" ,
"description" : "Fan recreation of orviwan's 91 Dub app for the Pebble smartwatch. Uses assets from his 91-Dub-v2.0 repo" ,
"tags" : "clock" ,
"type" : "clock" ,
"supports" : [ "BANGLEJS2" ] ,
"readme" : "README.md" ,
"allow_emulator" : true ,
"storage" : [
{ "name" : "93dub.app.js" , "url" : "app.js" } ,
{ "name" : "93dub.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
{ "id" : "poweroff" ,
"name" : "Poweroff" ,
"shortName" : "Poweroff" ,
"version" : "0.01" ,
"description" : "Simple app to power off your Bangle.js" ,
"icon" : "app.png" ,
"tags" : "poweroff, shutdown" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "poweroff.app.js" , "url" : "app.js" } ,
{ "name" : "poweroff.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "sensible" ,
"name" : "SensiBLE" ,
"shortName" : "SensiBLE" ,
"version" : "0.02" ,
"description" : "Collect, display and advertise real-time sensor data." ,
"icon" : "sensible.png" ,
"type" : "app" ,
"tags" : "tool,sensors" ,
"supports" : [ "BANGLEJS2" ] ,
"allow_emulator" : true ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "sensible.app.js" , "url" : "sensible.js" } ,
{ "name" : "sensible.img" , "url" : "sensible-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "widbars" ,
"name" : "Bars Widget" ,
"version" : "0.01" ,
"description" : "Display several measurements as vertical bars." ,
"icon" : "icon.png" ,
"screenshots" : [ { "url" : "screenshot.png" } ] ,
"readme" : "README.md" ,
"type" : "widget" ,
"tags" : "widget" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
"storage" : [
{ "name" : "widbars.wid.js" , "url" : "widget.js" }
]
} ,
{
"id" : "a_speech_timer" ,
"name" : "A Speech Timer" ,
"icon" : "app.png" ,
"version" : "1.00" ,
"description" : "A timer designed to help keeping your speeches and presentations to time." ,
"tags" : "tool,timer" ,
"readme" : "README.md" ,
"supports" : [ "BANGLEJS2" ] ,
"storage" : [
{ "name" : "a_speech_timer.app.js" , "url" : "app.js" } ,
{ "name" : "a_speech_timer.img" , "url" : "app-icon.js" , "evaluate" : true }
]
} ,
{
"id" : "sensible" ,
"name" : "SensiBLE" ,
"shortName" : "SensiBLE" ,
"version" : "0.02" ,
"description" : "Collect, display and advertise real-time sensor data." ,
"icon" : "sensible.png" ,
"type" : "app" ,
"tags" : "tool,sensors" ,
"supports" : [ "BANGLEJS2" ] ,
"allow_emulator" : true ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "sensible.app.js" , "url" : "sensible.js" } ,
{ "name" : "sensible.img" , "url" : "sensible-icon.js" , "evaluate" : true }
]
} ,
{ "id" : "mylocation" ,
"name" : "My Location" ,
"shortName" : "My Location" ,
"icon" : "mylocation.png" ,
"type" : "app" ,
"screenshots" : [ { "url" : "screenshot_1.png" } ] ,
"version" : "0.01" ,
"description" : "Sets and stores the lat and long of your preferred City or it can be set from the GPS. mylocation.json can be used by other apps that need your main location lat and lon. See README" ,
"readme" : "README.md" ,
"tags" : "tool,utility" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
"storage" : [
{ "name" : "mylocation.app.js" , "url" : "mylocation.app.js" } ,
{ "name" : "mylocation.img" , "url" : "mylocation.icon.js" , "evaluate" : true }
] ,
"data" : [
{ "name" : "mylocation.json" }
]
} ,
{
"id" : "pebble" ,
"name" : "Pebble Clock" ,
"shortName" : "Pebble" ,
"version" : "0.03" ,
"description" : "A pebble style clock to keep the rebellion going" ,
"readme" : "README.md" ,
"icon" : "pebble.png" ,
"screenshots" : [ { "url" : "pebble_screenshot.png" } ] ,
"type" : "clock" ,
"tags" : "clock" ,
"supports" : [ "BANGLEJS2" ] ,
"storage" : [
{ "name" : "pebble.app.js" , "url" : "pebble.app.js" } ,
{ "name" : "pebble.settings.js" , "url" : "pebble.settings.js" } ,
{ "name" : "pebble.img" , "url" : "pebble.icon.js" , "evaluate" : true }
]
} ,
{ "id" : "pooqroman" ,
"name" : "pooq Roman watch face" ,
"shortName" : "pooq Roman" ,
"version" : "0.0.0" ,
"description" : "A classic watch face with a certain dynamicity. Most amusing in 24h mode. Slide up to show more hands, down for less(!). By design does not support standard widgets, sorry!" ,
"icon" : "app.png" ,
"type" : "clock" ,
"tags" : "clock" ,
"supports" : [ "BANGLEJS2" ] ,
"allow_emulator" : true ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "pooqroman.app.js" , "url" : "app.js" } ,
{ "name" : "pooqroman.img" , "url" : "app-icon.js" , "evaluate" : true }
] ,
"data" : [
{ "name" : "pooqroman.json" }
]
2021-11-18 13:58:51 +00:00
}
2021-05-24 18:51:13 +00:00
]