Commit Graph

17031 Commits (f9f50dc72a8a580d758c6268b8ed3afff2a4d4cb)

Author SHA1 Message Date
frederic wagner f9f50dc72a gipy: removing footways 2023-11-07 16:44:20 +01:00
frederic wagner d2f612bb39 gipy: waypoints autodetect fix for loops 2023-11-07 11:20:21 +01:00
frederic wagner dafd4a0121 gipy: interface and ui tweaks 2023-10-16 11:40:09 +02:00
frederic wagner 86dd2801f2 gipy: interface changes + waypoints treshold change 2023-10-06 11:38:52 +02:00
frederic wagner ab8d103a8b gipy: waypoints magic 2023-10-05 14:52:18 +02:00
frederic wagner 539d687fd8 gipy: quickfix for heights position 2023-09-21 18:36:53 +02:00
frederic wagner 7f91bceb5c gipy: fix for nearest segment detection 2023-09-21 16:50:49 +02:00
frederic wagner e753efbd47 gipy: rust changes 2023-09-21 14:43:23 +02:00
frederic wagner a7a845fae4 gipy: better position in elevation profiles 2023-09-21 11:44:29 +02:00
frederic wagner 88f45b6714 gipy: powersaving disabled by default + setting
you can enable it by default in the settings
2023-09-21 11:32:39 +02:00
Gordon Williams e1f57fca92
Merge pull request #3021 from joyrider3774/add_waternet
Add Waternet game
2023-09-20 16:27:33 +01:00
Willems Davy 98cdd1f361 update metadata.json 2023-09-20 12:06:53 +02:00
Willems Davy b42c679aef update README.md 2023-09-20 11:55:31 +02:00
Willems Davy b86f382ce5 disable all debugmodes 2023-09-20 11:50:35 +02:00
Willems Davy 0c03c7f55e Update README.md and Screenshots 2023-09-20 11:46:16 +02:00
Willems Davy 9c297817d9
Merge branch 'espruino:master' into add_waternet 2023-09-20 11:27:19 +02:00
Gordon Williams eab1c32e77
Merge pull request #3001 from lauzonhomeschool/alarm_type_and_settings
Alarm type and settings; fix drag keyboards colors settings
2023-09-19 08:28:13 +01:00
Gordon Williams 2c6209ecca
Ensure values are bools 2023-09-19 08:27:42 +01:00
Gordon Williams d5889ebf8d
Quick tweak after recent default value changes 2023-09-19 08:27:11 +01:00
lauzonhomeschool 279ee5d292
[alarm] default settings at the top; upd metadata 2023-09-18 17:38:17 -04:00
Gordon Williams abc6b6776f
Merge pull request #3008 from xxDUxx/master
ContourClock 0.31
2023-09-18 13:57:51 +01:00
Gordon Williams 08afc6a9e8 When adding translations, switch to using our own toJSON implementation which will escape any chars that fall into the UTF8 character start range. Fixes https://github.com/espruino/Espruino/issues/2417 2023-09-18 13:43:42 +01:00
Gordon Williams d58c29f8d0 semicolons 2023-09-18 13:42:32 +01:00
Gordon Williams 92ddfe9403
Merge pull request #3019 from notEvil/pomoplus6
pomoplus: new setting and minor changes
2023-09-18 09:12:52 +01:00
Willems Davy 55be2892e4 fix hide position of cursors + fix a few tiles (in image) 2023-09-18 00:45:36 +02:00
notEvil 713a6582e5 - changed buzz pattern before long break 2023-09-16 19:07:35 +02:00
notEvil d9de3d8b3e - first version 2023-09-16 13:54:50 +02:00
Gordon Williams df0253f532
Merge pull request #3016 from ticalc-travis/layout_button_colors
Layout: Allow consistent rendering of buttons with custom BG color
2023-09-15 08:30:37 +01:00
Gordon Williams 6c7213ec92
Merge pull request #3017 from hughbarney/master
widhrt - improved image for widget to a full heart, color changes to red if HRM is on
2023-09-15 08:26:23 +01:00
Willems Davy 05142fc8cf
Merge branch 'espruino:master' into add_waternet 2023-09-15 04:28:14 +02:00
Willems Davy 003a307280 Add C alternatives for generateLevel and random functions but keep the javascript ones for the emulator + put certain functions always in ram 2023-09-15 04:18:40 +02:00
Travis Evans 7dfd7dde54 Rename public `btnBorder` and `btnFace` fields to `btnBorderCol` and `btnFaceCol`, respectively 2023-09-14 16:19:45 -05:00
Travis Evans 45f07db370 Fix selected button color on Bangle.js 1 2023-09-14 15:39:50 -05:00
Willems Davy 6d47b4d994 switch global variables and images section, grab memstart as early as possible to get more correct info on ram use 2023-09-14 21:46:08 +02:00
Willems Davy d49ea7333e Remove some unused globals & functions, add back functionality to help screens, fix some "else" statements, remove some unused commented code, 2023-09-14 21:16:49 +02:00
Hugh Barney b1f5b821a3 Merge remote-tracking branch 'upstream/master' 2023-09-14 17:56:04 +01:00
Hugh Barney 48757ffc6c updated image to a fuller red heart so easier to see 2023-09-14 17:55:47 +01:00
Hugh Barney 86cb19a64e updated image to a fuller red heart so easier to see 2023-09-14 17:53:35 +01:00
xxDUxx 6e608e09fe
Merge branch 'espruino:master' into master 2023-09-14 14:04:35 +02:00
xxDUxx e0b262249b
Update app.js 2023-09-14 14:04:15 +02:00
Gordon Williams 6ff61b917e Add saveFile function, and ensure it uses data: URI not blobs (because they don't work in Gadgetbridge)
Reduce duplication to make custom/interface use .saveFile where possible (avoiding Blob)
2023-09-14 12:43:38 +01:00
Gordon Williams cc1d369f28 Add option for driving on left (affects roundabout icons in navigation)
plus docs on message options
2023-09-14 10:40:48 +01:00
Gordon Williams eddf7da1bf update bootloader signature and suggested firmware 2023-09-14 10:40:48 +01:00
Willems Davy c1043379f2 Make theming optional 2023-09-14 01:58:46 +02:00
Travis Evans 6b2bcc61ba Update documentation 2023-09-13 17:41:17 -05:00
Travis Evans e098d0fc9e Implement separate colors for button background (face) and “actual” background (outside border) 2023-09-13 17:10:15 -05:00
Willems Davy ce7ef61df4 switch back to const for images, palettes can still be changed it seems 2023-09-13 23:29:58 +02:00
Willems Davy 57048389aa disable debugmode, remove unneeded setcolor, remove debug comment 2023-09-13 22:42:47 +02:00
Willems Davy 0f9d2021c8 fix options partial draw bug + switch to 2bpp paletted images + adjust to theme colors 2023-09-13 22:33:00 +02:00
Gordon Williams 03e9d0feed
Merge pull request #2977 from glemco/cards
Add loyalty cards app
2023-09-13 16:40:03 +01:00