Commit Graph

243 Commits (6bf66d5fa2c689b47366b81b1ad496b3d61f559b)

Author SHA1 Message Date
David Peer eb4279d2ce Better error handling 2022-01-14 14:34:46 +01:00
David Peer ae68361bd4 Stability improvements for data 2022-01-14 14:29:31 +01:00
David Peer ebb35f75aa Stability improvement for alt. 2022-01-14 13:13:49 +01:00
David Peer a746510f0b Included altitude. 2022-01-14 13:05:17 +01:00
Adam Schmalhofer 3de7692e2c Merge branch 'master' into jekyll-apps.json 2022-01-13 21:41:39 +01:00
David Peer fbbb0bb367 New version. 2022-01-13 18:24:30 +01:00
David Peer 5dbca35e2a Improved battery visualization 2022-01-13 18:22:13 +01:00
David Peer 2e564e0691 Created V0.12 2022-01-12 07:20:52 +01:00
David Peer dfd04df0f3 Fixed weather 2022-01-12 07:20:08 +01:00
David Peer 1f06e6cfc5 Added humidity 2022-01-11 21:24:23 +01:00
Adam Schmalhofer 81aac6f020 Merge 'master' into jekyll-apps.json 2022-01-11 18:33:56 +01:00
David Peer 755f44cf3f Bugfix: Alarm not working. 2022-01-11 18:20:53 +01:00
David Peer 2d06208e33 Updated screenshot. 2022-01-11 18:11:49 +01:00
David Peer 5de8ca8184 Updated changelog, readme, screenshots etc. More consistent naming of datapoints. 2022-01-11 18:10:05 +01:00
David Peer 1cdcedc997 Bugfix: If the weather module does not exist, an exception was thrown. Now its hidden in a function. 2022-01-11 17:41:02 +01:00
David Peer d260e7c507 Merge remote-tracking branch 'upstream/master' 2022-01-11 17:27:45 +01:00
David Peer 7b1c19f67f Removed swipe gestures to be compatible with the ecosystem 2022-01-11 17:22:17 +01:00
Jon Warrington 2855ace46e Incrementing the version number 2022-01-10 13:47:50 -07:00
Jon Warrington 78dc343afa Fixing a problem with the lcars settings 2022-01-10 11:48:57 -07:00
Jon Warrington 05215fab73 Updating version info for lcars 2022-01-10 11:38:26 -07:00
Jon Warrington 0f2a58ddde Adding current weather to lcars 2022-01-10 11:31:37 -07:00
David Peer 677cd16f8b Fixed bug that clock is unresponsive 2022-01-07 17:26:34 +01:00
Adam Schmalhofer cec31972b5 Merge remote-tracking branch 'upstream/master' into jekyll-apps.json
Ported all of apps.json to metadata.json
2022-01-06 12:47:26 +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
David Peer 6cd9167565 Fixed 100% battery level. 2022-01-05 17:49:05 +01:00
David Peer 9bd1127ebc Design adaptions. 2022-01-05 17:17:41 +01:00
David Peer 793e8c8246 Show battery grey 2022-01-05 14:30:43 +01:00
David Peer e0130c4510 Minor changes. 2022-01-05 12:30:31 +01:00
David Peer 5e00b6d136 Minor changes 2022-01-05 11:54:56 +01:00
David Peer 8b89d41e69 Minor changes 2022-01-05 11:51:16 +01:00
David Peer 154dc0a315 Created version 0.09 2022-01-05 10:35:58 +01:00
David Peer 47b93192b2 Open luncher on touch. 2022-01-05 10:33:58 +01:00
David Peer 34b73682ed Design improvements 2022-01-05 10:30:10 +01:00
David Peer 26854f8fba Minor improvements. 2022-01-04 18:37:18 +01:00
David Peer a614a398cc Minor design improvements 2022-01-04 09:05:31 +01:00
David Peer 85d4ca6eb8 Updated readme 2022-01-04 08:47:23 +01:00
David Peer 12977ca3e4 Design chnges 2022-01-04 08:45:23 +01:00
David Peer 0e167ada67 Lower line as battery indicator 2022-01-04 08:05:59 +01:00
David Peer a58f32b042 Performane improvements 2022-01-03 19:33:49 +01:00
David Peer 9ecfb20fbc Updated colors 2022-01-03 17:56:10 +01:00
David Peer 4856788e9e Minor color changes 2022-01-03 17:48:57 +01:00
David Peer 9551f77510 Show large text for alarm 2022-01-03 17:38:02 +01:00
David Peer b04578840b Added vref to settings 2022-01-03 17:19:48 +01:00
David Peer 402a2fc6b4 Updated contributors 2022-01-03 17:07:17 +01:00
Peer David d684280f81
Merge pull request #1 from adamschmalhofer/lcars-master
lcars: Show "0" on timer
2022-01-03 17:01:51 +01:00
David Peer 92dde29d45 Left align date and time 2021-12-29 09:26:49 +01:00
David Peer b8959f7335 Wrong icon. 2021-12-29 09:25:06 +01:00
Adam Schmalhofer 421681fec9 lcars: Show "0" on timer
Sometimes when my watch buzzes, I look at it and am puzzled why. Until
I remember that I had a timer set. This now shows a timer of "0".
2021-12-28 14:43:53 +01:00
Adam Schmalhofer 4769a1dc07 lcars: Add implicit semicolons 2021-12-28 14:42:39 +01:00
David Peer 5e596f4945 Show disconnect immideately. 2021-12-28 14:36:23 +01:00
David Peer 53e3713205 Updated screenshot 2021-12-28 14:24:41 +01:00
David Peer cdaeab27f8 Minor changes 2021-12-28 14:24:06 +01:00
David Peer 6fab0c8c87 Moved state icon into middle of lower screen. 2021-12-28 14:21:21 +01:00
David Peer e75960ab11 Updated icon and screenshots 2021-12-28 14:18:35 +01:00
David Peer f7256c011d Show planet for one hour instead of one minute. 2021-12-28 14:08:45 +01:00
David Peer 90d1df2ca0 Typo 2021-12-28 13:51:18 +01:00
David Peer ee63b2630e Week - k steps, dax,steps. 2021-12-28 13:50:48 +01:00
David Peer abd761bff9 Minor improvements 2021-12-28 13:43:23 +01:00
David Peer 6c7fd262b7 Minor improvement 2021-12-23 14:17:05 +01:00
David Peer fdcc1f50db Show BT status. 2021-12-23 14:10:21 +01:00
David Peer e81b97dc6f Minor change 2021-12-23 10:08:22 +01:00
David Peer 1cf197df6f Sitch between month / 24h 2021-12-22 12:28:01 +01:00
David Peer 0de5a23736 Fix: Gadgedbridge freezes screen 2021-12-22 08:45:13 +01:00
David Peer e8909dd57e Minor design improvements. 2021-12-19 22:52:05 +01:00
David Peer 23ac531008 Removed unused code. 2021-12-19 22:49:18 +01:00
David Peer 6252dc8982 Use health app also for steps overview. 2021-12-19 22:42:47 +01:00
David Peer 91a3b5feef Updated readme. 2021-12-19 22:30:40 +01:00
David Peer 0038f0bd15 Updated readme 2021-12-19 22:25:55 +01:00
David Peer f6a5bc563e Use health library to display data. 2021-12-19 22:22:28 +01:00
David Peer 2bc8c672e0 Dynamically select y range of graphs 2021-12-19 21:09:26 +01:00
David Peer d34cdfbe13 Compute HRM hour average 2021-12-19 20:56:52 +01:00
David Peer 6203407e13 Removed comments. 2021-12-19 20:09:49 +01:00
David Peer e1b8d8c669 Set data to zero at 00:00 2021-12-19 20:07:28 +01:00
David Peer c2f3a46145 Minor change for HRM 2021-12-19 20:00:52 +01:00
David Peer bb05677ded Updated changelog 2021-12-19 19:57:55 +01:00
David Peer 75948ee04a Updated readme 2021-12-19 19:56:34 +01:00
David Peer 170a31580b Minor fixes 2021-12-19 19:54:40 +01:00
David Peer f0cbe07d1d Two screens 2021-12-19 19:52:05 +01:00
David Peer 1b92b2bbc4 New version 2021-12-19 13:01:58 +01:00
David Peer 3dd4351567 Minor changes 2021-12-19 12:54:13 +01:00
David Peer a2afacfca0 Minor performance improvements (no logo) 2021-12-19 12:22:36 +01:00
David Peer a6d87a561c Minor improvements 2021-12-19 12:06:20 +01:00
David Peer 9faaca3214 Performance improvements: Render left side + lines. Also new designed colors. 2021-12-19 11:38:27 +01:00
David Peer 8948e9f2ae Updated screenshot 2021-12-17 16:32:08 +01:00
David Peer 2d192f486d Updated changelog 2021-12-17 16:27:36 +01:00
David Peer e09baafafa Set settings for each row 2021-12-17 16:24:05 +01:00
David Peer fa3541079e Minor changes 2021-11-26 21:00:30 +01:00
David Peer ab6ec5d8db Minor changes 2021-11-26 20:42:18 +01:00
David Peer ee7b7e4839 Minor changes 2021-11-26 19:01:12 +01:00
David Peer 4cfbe11e45 Show text for each icon. 2021-11-25 20:00:36 +01:00
David Peer 95f845ad4e New icon for alarm 2021-11-25 19:10:05 +01:00
David Peer dcee49cdc8 New GPS Icon 2021-11-25 19:01:22 +01:00
David Peer 93e2a88a4c Updated screenshot 2021-11-25 18:51:20 +01:00
David Peer 232dcc4b9d Real icons - its an image of the real planet :) 2021-11-25 18:49:44 +01:00
David Peer a99d9d5e7c Store alarm in settings 2021-11-25 16:56:32 +01:00
David Peer 1ab98707ed Minor changes 2021-11-25 09:17:25 +01:00
David Peer a537e98116 Font improvements 2021-11-24 18:04:59 +01:00
David Peer 43b38cc8ab New screenshot. Updated version. 2021-11-24 13:40:47 +01:00
David Peer 34c6589f06 Minor improvement 2021-11-24 13:37:07 +01:00
David Peer c403a5af67 New design. Removed png icon files - only converted icons are needed. 2021-11-24 13:36:21 +01:00
David Peer 274b705c1e More lcars style 2021-11-24 13:22:37 +01:00
David Peer 559e820880 Minor design change 2021-11-24 07:14:04 +01:00
David Peer d24b8c80da Minor design chnges 2021-11-24 07:12:25 +01:00
David Peer cd93a201f8 Moved logo 2021-11-23 17:15:15 +01:00
David Peer d20f5e597e Updated screenshot 2021-11-23 14:53:27 +01:00
David Peer a283cf58fb Included lcars logo 2021-11-23 14:51:55 +01:00
David Peer 9600f16671 Updated changelog 2021-11-23 11:19:48 +01:00
David Peer 1ccabca0c6 No hrm icon - its shown too much. 2021-11-23 11:18:50 +01:00
David Peer 2e18795c57 Fixed string 2021-11-23 11:11:33 +01:00
David Peer 36edd449c5 Minor change 2021-11-23 11:10:33 +01:00
David Peer 930cfa1331 New HRM Icon 2021-11-23 09:43:24 +01:00
David Peer 7f3f7b9eee Currently, no confidence > 80 is reached... 2021-11-23 08:26:37 +01:00
David Peer 1fb861b82c HRM confidence of 80 to display 2021-11-23 08:25:11 +01:00
David Peer 7d95221e16 Minor change 2021-11-23 08:24:15 +01:00
David Peer 6d8d98fb03 Show HRM 2021-11-23 08:21:41 +01:00
David Peer a0cc4c633e Minor changes 2021-11-23 08:10:00 +01:00
David Peer d3538a03f1 Added raster 2021-11-22 19:12:50 +01:00
David Peer 20310fdb75 Smaller icons 2021-11-22 19:02:27 +01:00
David Peer 5d8c13a7e6 Updated screenshot accordingly 2021-11-22 17:56:29 +01:00
David Peer 21134a1dcd Better background 2021-11-22 17:55:21 +01:00
David Peer cab3d43085 Better alarm - shown only in icon so we can display more data. 2021-11-22 17:39:48 +01:00
David Peer db22bac0ec Use correct alarm icon 2021-11-22 17:11:15 +01:00
David Peer dc24ae9bfb Better HRM Icon 2021-11-22 17:10:58 +01:00
David Peer c720fc314b New alarm icon 2021-11-22 17:03:21 +01:00
David Peer 75fbd6882d Added icon for alarm 2021-11-22 16:37:48 +01:00
David Peer eb20f15537 Compeletely new design with icons for GPS, HRM and Compass. All Icons are open source and mentioned in the Readme.md file. 2021-11-22 16:33:42 +01:00
David Peer 1a03cb98f6 Minor design change 2021-11-22 07:15:42 +01:00
David Peer a5901f82e8 Minor design change. 2021-11-21 20:02:09 +01:00
David Peer 5a43e16cf2 Show more data, LCARS Font 2021-11-21 13:35:47 +01:00
David Peer 7d34f834cd Show whether the bangle is charging or not. 2021-11-20 13:12:49 +01:00
David Peer f5eb53f503 Updated readme. 2021-11-20 10:57:28 +01:00
David Peer e768158043 Compute steps using the pedometer widget 2021-11-20 10:56:00 +01:00
David Peer 228635fefb Better handling of alarm and drawing state. 2021-11-20 10:42:06 +01:00
David Peer 25399e5a2a Minor improvement 2021-11-19 18:58:30 +01:00
David Peer 19dcd2721a Correct number of minutes 2021-11-19 18:57:28 +01:00
David Peer b4a355cfe1 Added alarm via swipe left/right. 2021-11-19 18:19:16 +01:00
David Peer a0d14f5e58 Typo 2021-11-18 16:38:03 +01:00
David Peer 835c103e18 Added readme and changelog. Fixed invalid img. 2021-11-18 16:26:34 +01:00
David Peer 67e80d1870 Updated icon design 2021-11-18 16:20:26 +01:00
David Peer 68129be53b Renamings 2021-11-18 16:16:04 +01:00
David Peer deefd0a1d0 Added lcars clock 2021-11-18 16:07:16 +01:00
David Peer 40d954dc70 Minor changes 2021-11-18 15:57:07 +01:00
David Peer 5aab684644 First implementation of lcars clock 2021-11-18 07:48:11 +01:00