Commit Graph

4572 Commits (42f943e03bd701500b1c6337cbf72ad383275322)

Author SHA1 Message Date
Ronin0000 42f943e03b
Rename promenuIcon.png to promenuIcon.js 2021-12-20 15:52:02 -08:00
Ronin0000 13a28d2a5f
Update ChangeLog 2021-12-20 15:51:16 -08:00
Ronin0000 38f6797994
Create ChangeLog 2021-12-20 07:50:35 -08:00
Ronin0000 621866352b
Create README.md 2021-12-20 07:50:21 -08:00
Ronin0000 2527cb9476
Create promenuIcon.png 2021-12-20 07:49:39 -08:00
Ronin0000 63bfaf308d
Create boot.js 2021-12-20 07:39:40 -08:00
Ronin0000 8992899047
Create app.js 2021-12-20 07:29:32 -08:00
Ronin0000 90230f7d13
Merge branch 'espruino:master' into master 2021-12-19 07:58:20 -08:00
Gordon Williams d9d5926416
Merge pull request #1126 from Athemis/calendar
calendar: improve legibility on Bangle2 and localize strings
2021-12-17 19:34:46 +00:00
Gordon Williams 7357f0e601
Merge pull request #1127 from peerdavid/master
[LCARS Clock] Added Settings
2021-12-17 19:34:25 +00:00
Richard de Boer d8398d73a3 qmsched: fix #1117
Properly check WIDGETS is set before redrawing the widget
2021-12-17 17:42:53 +01:00
David Peer 1c554e3a14 Merge branch 'master' of https://github.com/peerdavid/BangleApps 2021-12-17 16:32:11 +01:00
David Peer 8948e9f2ae Updated screenshot 2021-12-17 16:32:08 +01:00
Peer David 0b087d86c4
Merge branch 'espruino:master' into master 2021-12-17 16:28:06 +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
Gordon Williams ff13a72b27 link in readme 2021-12-17 14:11:38 +00:00
Gordon Williams 72c2a9e9d4 Merge branch 'master' of https://github.com/elrod16/BangleApps into elrod16-master 2021-12-17 14:08:07 +00:00
Minges, Alexander Ralph Michael (almin100) 22c5f2281c calendar: compress app icon 2021-12-17 14:51:12 +01:00
Minges, Alexander Ralph Michael (almin100) d56f9e3a8b calendar: shorten settings to prevent clipping 2021-12-17 14:42:47 +01:00
Minges, Alexander Ralph Michael (almin100) a67ef83bd8 calendar: use hardware version to set color scheme 2021-12-17 14:21:26 +01:00
Minges, Alexander Ralph Michael (almin100) bae67ecf6d calendar: use non-dithering colors by default;
localize strings; remove unused variables
2021-12-17 14:05:52 +01:00
Gordon Williams e67f15710d Merge branch 'master' of github.com:espruino/BangleApps 2021-12-17 11:26:38 +00:00
Gordon Williams df810fc7bb screenshot 2021-12-17 11:26:34 +00:00
Gordon Williams 62900059ad thermom 0.05: Use temperature from current locale
+      Update every 10s, average last 5 readings
+      Changes based on #1092
2021-12-17 11:24:46 +00:00
Gordon Williams a8fa6faafa
Merge pull request #1106 from RomanistHere/master
Feat: added new app (fork of Pebble clock) with new functionality.
2021-12-17 09:17:44 +00:00
Gordon Williams c78818eb3e
Merge pull request #1120 from hughbarney/master
Setting: restructed menus as per forum discussion
2021-12-17 09:16:51 +00:00
Gordon Williams d848871a7f
Merge pull request #1123 from nebbishhacker/messages
messages: Hide widget when all unread messages are dismissed
2021-12-17 09:15:54 +00:00
Gordon Williams 9b429fff22 health 0.09: Fix file naming so months are 1-based (not 0) (fix #1119) 2021-12-17 09:09:33 +00:00
Gordon Williams 70924cb17a trying to fix the worst sanity check errors that have crept in 2021-12-17 08:55:09 +00:00
Gordon Williams 8c7e02610d
Merge pull request #1108 from xxDUxx/master
Update app.js
2021-12-17 08:27:56 +00:00
Gordon Williams 9d717f9ca9
Merge pull request #1118 from stephenPspackman/roman-autolight
Update README.md
2021-12-17 08:24:36 +00:00
Gordon Williams 4d2312d585
Merge pull request #1111 from myxor/locale-german
Update locales: de_DE, de_AT and es_ES
2021-12-17 08:24:17 +00:00
Marco Heiming 1a6ff78b71 Update README 2021-12-17 08:37:59 +01:00
Marco Heiming 622c94b1e8 Color battery text and icon in green when charging
Color battery icon in red when battery low
2021-12-17 08:34:28 +01:00
Ronin0000 163c0e3abd
Update README.md 2021-12-16 17:05:53 -08:00
Ronin0000 21e77411ca
Update README.md 2021-12-16 17:05:27 -08:00
Ronin0000 c319979366
Update README.md 2021-12-16 17:05:12 -08:00
Ben Whittaker 66e75055a4 messages: Hide widget when all unread messages are dismissed 2021-12-16 19:39:45 -05:00
elrod16 45521e9fe5
Update readme.md
Added content about new revisions.
2021-12-16 18:15:43 -05:00
hughbarney aa365bc1de Setting: restructed menus as per forum discussion 2021-12-16 21:11:51 +00:00
stephenPspackman 4f6a2452fb
Merge branch 'espruino:master' into roman-autolight 2021-12-16 12:25:26 -08:00
stephenPspackman 0984dfb463
Update README.md
Clarify that the autobacklight is only needed for older firmware.
2021-12-16 12:22:34 -08:00
elrod16 b192f75b55
Have it average readings
After 10 consecutive readings it starts averaging the temp displayed from a FIFO cache. It slows down the responsiveness but delivers better figures over time instead of jumping degrees +/-.
2021-12-16 14:44:52 -05:00
Marco H a49513d18a
Delete Changelog 2021-12-16 20:03:00 +01:00
Marco Heiming 47706cf172 Fixed name of ChangeLog file 2021-12-16 18:08:12 +01:00
Marco Heiming 696d46e717 Bump version to v0.02 2021-12-16 17:56:31 +01:00
Marco Heiming ace239047b Resize icon to 48x48 2021-12-16 17:55:39 +01:00
Marco Heiming 3ce407caf4 Add setting for battery warn level and color battery text red if below level 2021-12-16 17:26:52 +01:00
Marco H e3e2ee9ea0
Fix missing ampm in de_AT 2021-12-16 16:19:00 +01:00