Ephraim Amiel Yusi
f3f5da0cd2
Update app.js
2020-05-27 15:21:03 +10:00
Ephraim Amiel Yusi
5e7299ad59
Added styling changes.
2020-05-27 14:58:21 +10:00
Ephraim Amiel Yusi
ec683cecad
Added touch to open launcher
2020-05-27 14:44:45 +10:00
Ephraim Amiel Yusi
49a83ee65f
Updated watch face for hour
2020-05-27 14:12:45 +10:00
Ephraim Amiel Yusi
baa1ee2a2a
App icon
2020-05-27 14:01:28 +10:00
Ephraim Amiel Yusi
65ce1ff1bd
Photo of app
2020-05-27 13:59:44 +10:00
Ephraim Amiel Yusi
c6a5b7fd59
Main App Repo.
2020-05-27 13:58:47 +10:00
Gordon Williams
5530b80ca8
Start GPS after loading app, just in case widgets affect it ( #449 )
2020-05-26 17:02:10 +01:00
Tuukka Ikkala
2a81ad52f9
Revert back the latest formatting of berlin-clock author.
2020-05-26 18:16:29 +03:00
Tuukka Ikkala
593a9240d7
eslint: Updated globals based on https://banglejs.com/reference
2020-05-26 15:10:34 +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
9b12fb519d
Merge pull request #443 from nebbishhacker/weather
...
Improvements to weather app
2020-05-26 08:18:50 +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
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
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
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
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
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
cc78c352ac
Merge branch 'berlin-clock-update'
2020-05-23 19:07:22 +02:00
Stefan Kuehnel
64a7a8f147
Added settings. Changed size to better fit the screen of the physical device. Added date display.
2020-05-23 18:42:52 +02:00