1
0
Fork 0
Commit Graph

7076 Commits (d3b923bafd31ac2146e77867494c29593d1be71a)

Author SHA1 Message Date
Dirk Hillbrecht (home) d36743032c Anton clock: Smaller seconds, weekday with seconds, seconds without colon, cleaner configuration 2022-01-05 22:23:44 +01:00
Adam Schmalhofer 7c833a21cb Cleanup
remove unneeded layout definition in apps.json
2022-01-05 21:40:49 +01:00
Adam Schmalhofer 03d6a50580 Let apps.json be generated by Liquid template
Instead of plugin as tried first.

Turns out github doesn't allow own plugins (unlike gitlab). It is the
simpler and more elegant solution any how.
2022-01-05 21:40:40 +01:00
Adam Schmalhofer 01d3615663 Let apps.json be generated by jekyll
Reading

https://github.com/espruino/BangleApps/issues/1020
https://github.com/espruino/BangleApps/issues/46

My understanding is that the requirement for a splitt apps.json solution
is:

  - work seemlessly with github pages (no manually calling a script)

  - single (or at most a few) apps.json for the browser to load for the
    store so the store page is fast

As the github pages already use jekyll to build the store page this can
be solved by a minimal jekyll plugin. This is a proof of concept of
that. If the concept is accepted in a next step, I will create the
splitt files for mmore that just the two here.
2022-01-05 21:39:45 +01:00
Marco Heiming c15b700ef6 Fix widget drawing 2022-01-05 19:50:07 +01:00
Marco Heiming 9a5937a3eb Improve widget visibility 2022-01-05 19:38:18 +01:00
Marco Heiming c87d1d1650 Fix settings default values 2022-01-05 19:28:32 +01:00
Gordon Williams 1906dd2839
Merge pull request #1220 from Athemis/calendar-font
calendar: Use a larger font for dates
2022-01-05 17:01:07 +00:00
Gordon Williams bf5f5f6832 updated as per https://github.com/espruino/BangleApps/pull/1143#issuecomment-1005894992 2022-01-05 16:56:12 +00:00
Ronin0000 485fb4a3c2
Update apps.json 2022-01-05 08:54:56 -08:00
Ronin0000 3cfc5a8345
Update apps.json 2022-01-05 08:53:08 -08:00
Ronin0000 1adeef592b
Create bootb2.js 2022-01-05 08:51:42 -08:00
Ronin0000 91896bf9d6
Merge branch 'espruino:master' into master 2022-01-05 08:49:44 -08:00
Ronin0000 d290578af1
Update apps.json 2022-01-05 08:49:36 -08:00
Gordon Williams 8ce8f374a7 Merge branch 'master' of github.com:espruino/BangleApps 2022-01-05 16:47:19 +00:00
Gordon Williams 18fda77af8 Merge branch 'numerist-master' 2022-01-05 16:46:51 +00:00
Gordon Williams 37eac55854 merge dozenal time into one app 2022-01-05 16:46:09 +00:00
Gordon Williams 8e666f00e1 Merge branch 'master' of https://github.com/numerist/BangleApps into numerist-master 2022-01-05 16:37:57 +00:00
Gordon Williams 896508e7a2 docs 2022-01-05 16:37:24 +00:00
Gordon Williams 109bf15c91 boot 0.40: Bootloader now rebuilds for new firmware versions 2022-01-05 16:37:18 +00:00
Gordon Williams 2624588c9f
Merge pull request #1199 from 7kasper/master
Presentor App release 3.0
2022-01-05 16:35:49 +00:00
Gordon Williams b63471c948
Merge pull request #1213 from peerdavid/master
[LCARS clock] Show Launcher
2022-01-05 16:31:57 +00:00
Alexander Minges 9a1543c171 calendar: Update screenshot 2022-01-05 17:26:32 +01:00
Alexander Minges af187929ea calendar: Use larger font for dates 2022-01-05 17:25:07 +01:00
David Peer 9bd1127ebc Design adaptions. 2022-01-05 17:17:41 +01:00
Gordon Williams 722ac51468
Merge pull request #1218 from dirkhillbrecht/puzzle15
Puzzle15
2022-01-05 16:16:39 +00:00
Dirk Hillbrecht (home) 7829af0ef2 Anton clock: Switch between vector and 6x8 font for date and day of week 2022-01-05 15:52:14 +01:00
Dirk Hillbrecht (home) 322a3a0b5a Anton clock: README added 2022-01-05 15:52:09 +01:00
Dirk Hillbrecht (home) a245fa748d Anton clock: Coloured seconds, date format config, small enhancements
Result of the feedback on the first version.
2022-01-05 15:51:30 +01:00
Dirk Hillbrecht (home) 0b34ffefd5 Anton clock: Update with optional seconds and ISO-8601 date 2022-01-05 15:51:12 +01:00
Marco Heiming 801237b2cf Let's only register HRM and battery events when respective circle is visible 2022-01-05 15:35:01 +01:00
Dirk Hillbrecht (home) cabb0c2d7d Puzzle15: v0.05: Central game end function 2022-01-05 15:31:51 +01:00
Dirk Hillbrecht (home) 3633078a46 Puzzle15: v0.04 with settings, formatting changes, about screen 2022-01-05 15:31:51 +01:00
Dirk Hillbrecht (home) 46286e13b5 Puzzle15: v0.03 with splash screen and working menu system 2022-01-05 15:31:51 +01:00
Dirk Hillbrecht (home) 43e87247d7 Puzzle15: v0.02 with shuffled board init, menu-based control flow etc.
Now it actually starts making sense…
2022-01-05 15:31:51 +01:00
Dirk Hillbrecht (home) d5a4e7b93e Puzzle15: v0.01, initial integration into the app loader 2022-01-05 15:31:49 +01:00
Dirk Hillbrecht (home) f1c923d4b5 Puzzle15: First playable version of the 15-puzzle 2022-01-05 15:30:36 +01:00
Marco Heiming 639bc1962e Allow widgets to detect this is a clock 2022-01-05 15:28:18 +01:00
7kasper 382bc6a35f
Merge branch 'master' into master 2022-01-05 15:27:10 +01:00
Gordon Williams f1559632ac
Merge pull request #1214 from rigrig/weather-widget-fix
weather: fix widget icon
2022-01-05 13:49:55 +00:00
Gordon Williams 1b70c9eb9d Fix error message - ref https://github.com/espruino/BangleApps/issues/1198 2022-01-05 13:40:46 +00:00
Gordon Williams b21a2bcf84 mclockplus 0.03: Allow widgets to detect this is a clock 2022-01-05 13:40:41 +00:00
David Peer 793e8c8246 Show battery grey 2022-01-05 14:30:43 +01:00
Marco Heiming 3ba696ed0e Fix settings 2022-01-05 14:30:02 +01:00
Marco Heiming ad371e9678 Update changelog and bump version 2022-01-05 14:21:01 +01:00
Marco Heiming f174cb56fb Update README 2022-01-05 14:14:56 +01:00
Marco Heiming 3538c6024f Configuration of stepDistanceGoal and stepLength 2022-01-05 14:14:47 +01:00
Marco Heiming ee252a3a97 Fix position, default settings and add green step distance icon 2022-01-05 14:04:04 +01:00
Marco Heiming 766d3cc189 Make the types of the circles configurable 2022-01-05 13:27:50 +01:00
David Peer e0130c4510 Minor changes. 2022-01-05 12:30:31 +01:00