Gordon Williams
4f9d3e7794
New 'espruinotools' which fixes pretokenise issue when ID follows ID ( fix #416 )
2020-05-14 16:24:14 +01:00
Gordon Williams
7bf0e57882
Bootloader: Don't modify beep/buzz behaviour if firmware does it automatically
2020-05-14 11:42:24 +01:00
Gordon Williams
36009ed212
tweaks to allow `appinfo` to work under node.js
2020-05-14 11:42:10 +01:00
Gordon Williams
28059d51c4
Merge branch 'master' of github.com:espruino/BangleApps
2020-05-13 11:40:41 +01:00
Gordon Williams
b3e189ad87
Fix alignment of sort tab
2020-05-13 11:40:33 +01:00
Gordon Williams
116635b20d
minor tweak for systems without node-legacy
2020-05-13 11:27:04 +01:00
Gordon Williams
cb8fbd55a1
Merge branch 'master' of github.com:espruino/BangleApps
2020-05-13 11:25:22 +01:00
Gordon Williams
746ea6c129
Allow sorting by modified as well as created date
2020-05-13 11:25:08 +01:00
Gordon Williams
d6f03a49e1
Merge pull request #415 from msdeibel/master
...
Add Random Clock Loader widget
2020-05-13 07:39:05 +01:00
Gordon Williams
3a1d413c0e
Merge pull request #414 from nebbishhacker/mclock-12h
...
mclock: support 12h time
2020-05-13 07:38:12 +01:00
msdeibel
069d663253
Add Random Clock Loader widget
2020-05-12 23:10:14 +02:00
Gordon Williams
d03fb00f2d
* URL fetch is now async
...
* Adding '#search' after the URL (when not the name of a 'filter' chip) will set up search for that term
* If `bin/pre-publish.sh` has been run and recent.csv created, add 'Sort By' chip* URL fetch is now async
2020-05-12 22:01:22 +01:00
Ben Whittaker
187798da70
mclock: support 12h time
2020-05-12 12:37:57 -04:00
Gordon Williams
7a46ac82c8
Merge branch 'master' of github.com:espruino/BangleApps
2020-05-12 11:05:12 +01:00
Gordon Williams
b7ef9e424c
Added app for reading from bluetooth plan moisture sensors
2020-05-12 11:05:07 +01:00
Gordon Williams
e611505b87
Merge pull request #413 from jl-cs/feature/app-sorting
...
Switch from writeJSON to write to possibly mitigate memory leak in writeJSON
2020-05-12 09:08:30 +01:00
jl
9d48b5ddee
fix: use "write" instead of "writeJSON" to mitigate possible memory leak
2020-05-12 09:52:59 +02:00
Gordon Williams
ea2962a226
Merge pull request #408 from msdeibel/master
...
BatteryChart 0.10
2020-05-12 08:16:51 +01:00
Gordon Williams
4391b48aeb
Tweaks to appease the sanity checker
2020-05-12 08:08:19 +01:00
Gordon Williams
30e982f06a
Merge pull request #407 from hopkira/master
...
Time Traveller's Wrist Watch (revised pull)
2020-05-12 07:58:54 +01:00
Gordon Williams
2c6248c031
Merge branch 'master' into master
2020-05-12 07:58:38 +01:00
Gordon Williams
7363cda5bf
Merge pull request #410 from nebbishhacker/en_ca-locale
...
Update en_CA locale units
2020-05-12 07:56:21 +01:00
Gordon Williams
cfd4c2ff1d
Merge pull request #411 from nebbishhacker/imgclock-12hour
...
Add 12 hour time to imgclock
2020-05-12 07:54:37 +01:00
Ben Whittaker
7b0f5beb2c
Add 12 hour time to imgclock
2020-05-11 23:30:07 -04:00
Ben Whittaker
74564e23cc
Update en_CA locale units
...
We're pretty inconsistent when it comes to units here, but we are
theoretically a metric nation.
2020-05-11 19:54:30 -04:00
msdeibel
4dd102a906
BatteryChart 0.10
2020-05-11 20:48:50 +02:00
Richard Hopkins
883147bc00
Speed up drawing
2020-05-11 17:05:27 +01:00
Richard Hopkins
38a3922a9e
Re-merging apps.json
2020-05-11 17:00:06 +01:00
Gordon Williams
3c92b64bde
Merge pull request #405 from v1nc/patch-2
...
Add wifi QR code generation
2020-05-11 13:50:22 +01:00
v1nc
58b0ce31b5
fix typo, change event back to "change"
2020-05-11 11:52:26 +00:00
v1nc
237bf48583
change "change" to "click" event for radio inputs
...
I dont get why it doesnt work with change event..
2020-05-11 11:41:58 +00:00
v1nc
8386f0ba9d
make url default, add event for radio onchange
2020-05-11 11:29:00 +00:00
v1nc
5456a10f65
bump app version
2020-05-11 11:22:41 +00:00
v1nc
312ba418a5
add changelog
2020-05-11 11:21:45 +00:00
v1nc
f79e7e5222
change label, connect radio boxes
2020-05-11 11:18:50 +00:00
Richard Hopkins
9f52fe4a91
Default option fixes
2020-05-11 12:15:59 +01:00
v1nc
21e3d659c9
fix typo, remove label
2020-05-11 11:15:09 +00:00
v1nc
8e5c1202d9
fix typo, add radio input, display ssid on device
2020-05-11 11:10:00 +00:00
Richard Hopkins
0b8fa574d2
Bug fixes
2020-05-11 12:05:18 +01:00
Richard Hopkins
2495df581f
Bug fix and tidy
2020-05-11 11:57:31 +01:00
Richard Hopkins
cefaa93bc1
Bug fix
2020-05-11 11:53:03 +01:00
v1nc
45a76871be
replace jquery inArray
2020-05-11 10:51:24 +00:00
Richard Hopkins
d13d64c0dd
Bug fix
2020-05-11 11:47:48 +01:00
v1nc
de6cc1bd90
fix typo
2020-05-11 10:47:07 +00:00
Richard Hopkins
64684680b2
Bug fix
2020-05-11 11:44:31 +01:00
v1nc
dc4bc9860a
implement wifi qr code
...
add input for ssid, password, encryption type and if wifi is hidden.
generate wifi qr code.
2020-05-11 10:43:25 +00:00
Richard Hopkins
d76f3e859d
Bug fix
2020-05-11 11:27:08 +01:00
Richard Hopkins
b96e6ad416
Tweaks
2020-05-11 11:23:13 +01:00
Gordon Williams
2e709b4f83
files: Tweaks to help with memory usage
2020-05-11 11:20:50 +01:00
Richard Hopkins
1a94d84845
Enable menu options
2020-05-11 11:20:22 +01:00