Gordon Williams
fe53d9e8b7
fix custom/interface after refactoring
2020-08-24 11:59:52 +01:00
Tuukka Ikkala
c6fd71be03
Force indent to 2 spaces
...
Based on http://www.espruino.com/Code+Style
2020-05-24 00:32:33 +03:00
Gordon Williams
80ff424ac9
stopwatch: Ensure seconds counter is in sync with subseconds ( fix #341 )
2020-04-23 10:53:09 +01:00
Gordon Williams
bb42044aa9
Show elapsed time, and tweak stopwatch so lap times don't overlap the bottom widget area
2020-04-16 10:25:13 +01:00
Red-The-Hunter
0f20176280
Update interface.html
2020-04-15 19:22:51 +08:00
Red-The-Hunter
02aaf2dd16
Update interface.html
2020-04-15 19:22:07 +08:00
Red-The-Hunter
70e9c23c54
Update interface.html
2020-04-15 19:17:03 +08:00
Red-The-Hunter
5d588d6d69
Update interface.html
2020-04-15 19:11:54 +08:00
Red-The-Hunter
9a03c9bcce
Update ChangeLog
2020-04-15 18:57:52 +08:00
Red-The-Hunter
24d35eca2c
Update stopwatch.js
2020-04-15 18:54:29 +08:00
Gordon Williams
fc2060e7f0
tweaks and docs for readme file
2020-04-07 08:59:24 +01:00
Gordon Williams
fbce9aaa7c
stopwatch - Added widgets
2020-04-03 15:24:09 +01:00
Gordon Williams
f66aab5823
Add page to export files from Stopwatch, save files in better format and with better filename
2020-04-03 15:15:06 +01:00
Gordon Williams
7ff958ad2c
Fixing sanitycheck errors from recent PRs
2020-03-30 16:23:45 +01:00
Red-The-Hunter
7bbc2e7eb1
Update ChangeLog
2020-03-28 12:21:58 +08:00
Red-The-Hunter
06b98f0043
Update stopwatch.js
...
Fixed bug where one could reset lap log even though timer is running
2020-03-28 12:14:40 +08:00
Red-The-Hunter
be539e5993
Update stopwatch.js
...
-Swapped functions of BN1 and BN3
2020-03-28 12:12:22 +08:00
Red-The-Hunter
661eaa7c3a
Update ChangeLog
2020-03-28 11:57:32 +08:00
Red-The-Hunter
2c5983e3c1
Update stopwatch.js
...
- Remove ability to lap while stopped
- Added ability to save log of laps as dated json array while stopped
2020-03-28 11:07:14 +08:00
Red-The-Hunter
4696f7e4ec
Create ChangeLog
...
Changelog for updated Lap logging feature
2020-03-28 01:10:45 +08:00
Red-The-Hunter
ad67db1a4a
Update stopwatch.js
...
Made lap entries count up from 1
Made lap entries scroll to 2nd column after 18th entry to allow for 36 lap entries before scrolling off-screen
2020-03-28 01:07:24 +08:00
Red-The-Hunter
b47b5f5a4f
Update stopwatch.js
2020-03-28 01:00:49 +08:00
Gordon Williams
50e3c852fb
MASSIVE REFACTOR
...
New Bangle.js firmwares remove 8 char name restriction so we're ditching the first char -> file type and using normal file extensions
Took the opportunity to remove code for older Bangle.js (since the new stuff won't work anyway)
Also removed the need for an 'app.json' - it's now renamed 'app.info' on the watch, and we just auto-generate it
Renamed a few apps so widgets all start with 'wid'
2020-02-28 11:44:25 +00:00
ra100
da1d4d768c
🚚 Move apps to subfolders #46
2019-11-17 23:43:58 +01:00