Commit Graph

1754 Commits (a92f617bdd7a92cc6d20bbbaf69207f7829651ba)

Author SHA1 Message Date
Tuukka Ikkala a92f617bdd Fix indentation 2020-05-26 11:08:33 +03:00
Tuukka Ikkala c012d8196d Merge branch 'eslint' into eslint-indent 2020-05-26 11:05:41 +03:00
Tuukka Ikkala b1630cc7dc Merge branch 'master' into eslint 2020-05-26 11:02:16 +03:00
Gordon Williams 799efd80d7
Merge pull request #446 from FransM/ImgClock
Make : between hours and minutes flash
2020-05-26 08:34:28 +01:00
Gordon Williams 4c9335412c
Merge pull request #445 from eska-muc/master
Update Berlin Clock to version 0.3
2020-05-26 08:24:26 +01:00
Gordon Williams 24f611c98d
Merge pull request #444 from msdeibel/master
RandomClockWidget even less invasive
2020-05-26 08:22:07 +01:00
Gordon Williams 16eab939ba
Merge pull request #442 from a-m-brewer/master
Pizza Timer App
2020-05-26 08:21:31 +01:00
Gordon Williams ce30ac1edd
Merge pull request #441 from FransM/GithubLink
Add github link to My Apps
2020-05-26 08:20:13 +01:00
Gordon Williams 9b12fb519d
Merge pull request #443 from nebbishhacker/weather
Improvements to weather app
2020-05-26 08:18:50 +01:00
Gordon Williams 28fc5d3555
Merge pull request #440 from ikkala/master
gpstime 0.04: Fix shown UTC time zone sign
2020-05-26 08:16:09 +01:00
Frans Meulenbroeks 7e92aba454 Make : between hours and minutes flash
Flash the : separator; even seconds off, odd seconds on
2020-05-24 22:41:21 +02:00
Stefan Kuehnel 854cc68313 Correct version number 2020-05-24 18:54:16 +02:00
Stefan Kuehnel 29170c9abe Attempt to fix reference error. 2020-05-24 18:49:30 +02:00
Stefan Kuehnel 42bb0e418e Try/Catch and Stacktrace for debugging 2020-05-24 18:45:38 +02:00
Stefan Kuehnel 10cd2a31e9 Corrected markdown syntax 2020-05-24 18:25:42 +02:00
Stefan Kuehnel 379da3d6db Final changes for new release. 2020-05-24 18:22:44 +02:00
msdeibel a1f1eb4c7f Merge branch 'master' of https://github.com/espruino/BangleApps 2020-05-24 17:58:02 +02:00
msdeibel ef91392a9c RandomClockWidget even less invasive 2020-05-24 17:57:55 +02:00
Stefan Kuehnel 96febe52f1 Changed version. 2020-05-24 17:13:16 +02:00
Stefan Kuehnel a02a3c9edc Changed handling of settings. 2020-05-24 17:12:02 +02:00
Stefan Kuehnel 7a409f74a3 Restructured settings file handling. 2020-05-24 15:40:02 +02:00
Stefan Kuehnel 2818c1049f Changed logic for reading settings 2020-05-24 15:05:11 +02:00
Stefan Kuehnel 6c377eb582 Updated version 2020-05-24 14:48:08 +02:00
Stefan Kuehnel 4f77cb887f Changed settings 2020-05-24 14:47:39 +02:00
Stefan Kuehnel bdd1dc018d Changed code for reading settings. 2020-05-24 14:39:12 +02:00
Stefan Kuehnel ee6171e1ca Commented out date code for debugging purpose. 2020-05-24 14:11:42 +02:00
Stefan Kuehnel bcea5326a5 Replaced template String with concatenation. Performed code indentation. Enabled settings again. 2020-05-24 13:54:32 +02:00
Stefan Kuehnel 17d5e1a1c4 Removed settings from apps.json for test purposes 2020-05-24 13:29:11 +02:00
Ben Whittaker aba59bd2c2 weather: bump version & add change log 2020-05-24 05:37:00 -04:00
Ben Whittaker e0cea37238 weather: general refactoring 2020-05-24 05:25:26 -04:00
Ben Whittaker eed9868b76 weather: delete stale weather data 2020-05-24 05:25:26 -04:00
Ben Whittaker 3693d6ebce weather: show time since last weather update 2020-05-24 05:25:26 -04:00
Ben Whittaker 3e4ac82b90 weather: add semicolons, replace substr with match 2020-05-24 05:25:26 -04:00
Ben Whittaker 18214da1f4 weather: draw widget if needed on LCD on 2020-05-24 05:25:26 -04:00
Ben Whittaker 388e1c792e weather: adjust widget height 2020-05-24 05:25:26 -04: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
Tuukka Ikkala 0a32e40b1a Remove "no-mixed-spaces-and-tabs": "off" and make linter happy 2020-05-23 23:51:24 +03:00
Tuukka Ikkala 894e13bd11 Remove unused "linebreak-style": "off" 2020-05-23 23:46:14 +03:00
Tuukka Ikkala ff18d5c201 Remove "no-extra-semi": "off" and make linter happy 2020-05-23 23:45:56 +03:00
Tuukka Ikkala cb90425fdf For apps, add eslint with baseline .eslintrc.json
Add also npm run target "lint-apps".
2020-05-23 23:34:16 +03:00
Tuukka Ikkala 3eb150792c Revert back buffgym-icon.js semicolon addition
Files to be evaluated must be expressions. Loosen buffgym eslintrc to allow missing semicolons.
2020-05-23 23:29:42 +03:00
Stefan Kuehnel 1bf355c8f0 Temporarily added minor version 2020-05-23 21:48:43 +02:00
Stefan Kuehnel b69c9e0c26 Added json to storage structure 2020-05-23 21:45:25 +02:00
Tuukka Ikkala 9e69fd2e74 buffgym: Code style vs linter
Pass redraw as parameter to Workout, instead of using global variable.
Make code to honor eslint linebreak-style (use Windows linebreak).
Change eslintrc indent rule to match code style.
Add missing semicolons.
2020-05-23 22:41:18 +03:00
Stefan Kuehnel d8489a0e8a Re-Wrote settings 2020-05-23 21:31:16 +02:00
Stefan Kuehnel da05661e34 Fix settings 2020-05-23 21:13:07 +02:00
Stefan Kuehnel 8bc72576a0 Enabled reading of settings. 2020-05-23 20:24:10 +02:00
Stefan Kuehnel e253e9d2c2 Corrected Settings. Set Color for date always to white. 2020-05-23 19:54:24 +02:00
Stefan Kuehnel f8a830c696 try to fix corrupt apps.json 2020-05-23 19:17:42 +02:00
Stefan Kuehnel 013a5e9e2a Corrected problem with apps.json 2020-05-23 19:09:44 +02:00