Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

12 hr clock setting doesn't work #892

Closed
eyecreate opened this issue Nov 18, 2021 · 7 comments · Fixed by #952
Closed

12 hr clock setting doesn't work #892

eyecreate opened this issue Nov 18, 2021 · 7 comments · Fixed by #952

Comments

@eyecreate
Copy link
Contributor

I changed my locale to en_US and went to locale menu and changed clock to 12hr. Anton clock should be able to handle since it asks locale module for time, but it still shows up as 24hr time.

@gfwilliams
Copy link
Member

Thanks - I'll check on that. Hopefully it's just an update to the locale module

@jg76379
Copy link

jg76379 commented Nov 19, 2021

I took a look at the locales module and it doesn't looks like it is reading setting.json to get the 12 hour time setting.

It seems like it should be doing something like the following to get the setting:

const storage = require('Storage');
var settings = storage.readJSON('setting.json', 1);
var time12Hr = settings['12hour'];

And then modifying the time format, but i'm not sure how to implement this because of the way that the locale module is setup. Since that code within locale.html is running in the browser to generate the actual locale code that is sent to the device. Where would you check the settings to adjust the time format?

@Izaic
Copy link

Izaic commented Nov 23, 2021

Hopefully it's an easy fix

rigrig added a commit to rigrig/BangleApps that referenced this issue Nov 26, 2021
@hexpunk
Copy link

hexpunk commented Nov 30, 2021

This seems to still be an issue. Maybe because the build failed?

@eyecreate
Copy link
Contributor Author

I'm running build 2v10.234 and it's working. Are you running a different build or have you tried a factory reset?

@hexpunk
Copy link

hexpunk commented Nov 30, 2021

Ah, good call. I'm on 2v10.219. I didn't realize this update required a firmware update.

@hexpunk
Copy link

hexpunk commented Nov 30, 2021

After I updated the firmware, it works as expected. Thank you!

t0m1o1 added a commit to t0m1o1/BangleApps that referenced this issue Dec 5, 2021
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.githu…
t0m1o1 added a commit to t0m1o1/BangleApps that referenced this issue Dec 5, 2021
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>
 …
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants