Commit Graph

10050 Commits (5a86b8e4d09454ac951136aad1333ad64cdb45c7)

Author SHA1 Message Date
frigis1 7037dc2310
Create settings.js 2022-04-09 15:14:01 -07:00
frigis1 79149dad96
Create boot.js 2022-04-09 15:13:47 -07:00
frigis1 65b848a9c0
Update metadata.json 2022-04-09 12:55:52 -07:00
frigis1 84eb9ed4bc
Update app.js 2022-04-09 12:36:32 -07:00
frigis1 008c19d177
Update metadata.json 2022-04-09 12:34:49 -07:00
frigis1 51e077acbd
Update app.js 2022-04-09 12:32:36 -07:00
frigis1 3647cc0e44
Update app.js 2022-04-09 12:22:24 -07:00
Eskild Hustvedt 0514c7dbd1 Added app name for Pushover 2022-04-09 20:11:59 +02:00
thyttan e6f49639be
Update lib.js to not clear the trace of user input
Change the way the display is updated as to keep user input trace intact until they lift their finger from the screen. 
Now only the marker is updated every second as opposed to the whole screen.
To achieve this the marker is reimplemented outside the wrapString-method with g.fillRect() and g.clearRect() as well as a newly introduced function findMarker().
2022-04-09 19:49:16 +02:00
David Peer 815c781d70 Merge branch 'master' of https://github.com/peerdavid/BangleApps 2022-04-09 14:49:55 +02:00
David Peer 66e0f944cd Version 0.06 of BW Clock 2022-04-09 14:49:52 +02:00
storm64 c4b7c798d2 sched: Ensure dow wrap, Sa(6)+1 = Su(0) 2022-04-09 14:46:08 +02:00
Danny 9ce4883e78 Merge remote-tracking branch 'upstream/master' 2022-04-09 12:29:49 +02:00
Erik Andresen 614d73adda sleepphasealarm
- Read alarms from new scheduling library
- account for higher acceleration sensor noise on Bangle.js 2
2022-04-09 11:22:51 +02:00
marko 83fbed1f59 Bump version, add Changelog 2022-04-08 21:26:31 -04:00
Jason Dekarske 0eb1c5fe0c fix description 2022-04-08 18:25:15 -07:00
Jason Dekarske a06068315c Merge branch 'master' of https://github.com/jdekarske/BangleApps 2022-04-08 18:20:51 -07:00
Jason Dekarske 8613b6662f osm attribution 2022-04-08 18:20:49 -07:00
Jason Dekarske 273dbe3507
Merge branch 'espruino:master' into master 2022-04-08 18:12:48 -07:00
marko 06356f0304 Better support for themes. 2022-04-08 20:58:40 -04:00
Jason Dekarske 65679f0f3b typo 2022-04-08 17:53:36 -07:00
frigis1 66ed02a193
Create widget.js 2022-04-08 17:47:44 -07:00
frigis1 31b9dd32ec
Update app.js 2022-04-08 17:47:20 -07:00
frigis1 6e68c64623
Update metadata.json 2022-04-08 17:46:54 -07:00
Jason Dekarske e3a5617277 app name :P 2022-04-08 17:36:54 -07:00
Jason Dekarske 0f0f6c9d53 clean up readme 2022-04-08 17:36:13 -07:00
Jason Dekarske 66fbc48a10 add a course id search and some docs 2022-04-08 17:30:34 -07:00
frigis1 f7405471cd
Add files via upload 2022-04-08 16:57:42 -07:00
frigis1 bfb9cae3d5
Delete menu.png 2022-04-08 16:57:27 -07:00
frigis1 dd022b1634
Delete keypad.png 2022-04-08 16:57:21 -07:00
frigis1 b77c7c6f78
Delete timer-alert.png 2022-04-08 16:57:16 -07:00
frigis1 e363f4998e
Update README.md 2022-04-08 16:55:07 -07:00
frigis1 0614d5b4a1
Update metadata.json 2022-04-08 16:41:20 -07:00
frigis1 00bf50a5a8
Update metadata.json 2022-04-08 16:33:11 -07:00
frigis1 246d38d4de
Merge branch 'espruino:master' into master 2022-04-08 15:53:40 -07:00
Jason Dekarske bbcf98edad draw the user when gps fixed 2022-04-08 15:19:36 -07:00
storm64 9ab2fcdf31 sched: `getTimeToAlarm` check next dow if t<now
Fix undefined output of `getTimeToAlarm` on an alarm that is already in the past to check for the next dow instead of the actual dow.
>> add +1 to time.getDay() if alarm.t < currentTime
2022-04-08 21:24:24 +02:00
marko 0352d0582c Fix settings 2022-04-08 14:06:20 -04:00
marko 23f2a08c5a Add categories 'outdoors' and 'gps' to metadata 2022-04-08 13:37:48 -04:00
marko 63ddc4f4b7 Add missing comma in settings.js 2022-04-08 13:30:22 -04:00
marko 28cd5e07a9 New app "OpenWind" 2022-04-08 13:28:03 -04:00
Eskild Hustvedt 8a88f2e1b3 lang/: Added nynorsk translations 2022-04-08 17:51:01 +02:00
Eskild Hustvedt adb053ef1c Let language_scan optionally add stubbed translations
This lets it refresh existing languages with the latest strings, without using
the auto-translate feature. The strings will all simply be the English
equivalent.
2022-04-08 16:50:41 +02:00
Gordon Williams dc273a7a12
Merge pull request #1670 from johandalabacka/swedish-speed-abbreviation
Swedish abbreviations for speed
2022-04-08 11:59:43 +01:00
Johan Dahl 1c535cd77c
Swedish abbreviations for speed
The Swedish abbreviation for speed is km/tim (even if km/h often is used) but NOT kmh
2022-04-08 12:40:36 +02:00
Gordon Williams 79f440093c
Merge pull request #1669 from storm64/master
sched: Fix `getTimeToAlarm` for timers
2022-04-08 09:07:25 +01:00
Jason Dekarske 0fea3dd850 test with another course 2022-04-07 23:04:48 -07:00
frigis1 26a90a3910
Update metadata.json 2022-04-07 22:56:09 -07:00
frigis1 5930571f65
Update metadata.json 2022-04-07 22:21:52 -07:00
Jason Dekarske 8acf1dea36 gps works I think 2022-04-07 21:09:58 -07:00