Commit Graph

8274 Commits (d8e0b56993fff1e2301a31374dc584f4dcf1daac)

Author SHA1 Message Date
Erik Andresen 24181f65bb miclock2: Redraw only when seconds change 2022-05-05 18:52:23 +02:00
Gordon Williams 5dd232d7c9
Merge pull request #1791 from peerdavid/master
[NotAnalog Clock] Use Bangle.getHealthStatus("day").steps as fallback if no widget is installed.
2022-05-05 14:10:58 +01:00
Gordon Williams fa3f187ea9
Merge pull request #1792 from nxdefiant/master
sched: add day of week check to getActiveAlarms()
2022-05-05 14:10:34 +01:00
Jeffrey Adair 5152e68c80 Fix bug in valid word detection
The valid word detection did not account for the fact that a valid word
could exist twice in the list: once at a non-multiple-of-five index
because it is the end of one word and the start of another, and again at
a multiple-of-five index for the word itself. An example is aglow agony
contains wagon. This prevented wagon from being considered a valid word
(even though it could be selected as the target word).

This fix loops through all detections of the word in the dictionary to
see if any are at a multiple-of-five index.
2022-05-04 23:52:07 -04:00
Erik Andresen 500309e217 calendar
- Do not register as watch, manually start clock on button
  (Compatibility with Quick Launch)
- Read start of week from new system settings instead of own
  configuration
2022-05-04 23:55:15 +02:00
Erik Andresen 6fafba454d calendar
- Do not register as watch, manually start clock on button
  (Compatibility with Quick Launch)
- Read start of week from new system settings instead of own
  configuration
2022-05-04 23:49:59 +02:00
Erik Andresen 43d696e90b sched: Fix typo 2022-05-04 23:09:04 +02:00
Erik Andresen 1d22050dc6 sched: add day of week check to getActiveAlarms() 2022-05-04 22:58:45 +02:00
David Peer d4ecf16616 FIrst queue draw... 2022-05-04 22:31:11 +02:00
David Peer 2a0b354b05 Use Bangle.getHealthStatus("day").steps as fallback. 2022-05-04 22:25:56 +02:00
Gordon Williams 537744bcf7
Merge pull request #1788 from sir-indy/master
[layout & smpltmr] New interface for Simple Timer, and changes to layout to make it work.
2022-05-04 11:16:38 +01:00
sir-indy ffcba2a8fe
Update app.js
Tweak colours
2022-05-04 10:19:59 +01:00
Gordon Williams 8d499a10b4 minor tweak 2022-05-04 09:42:27 +01:00
Alessandro Cocco 00ccc21fe7 [Alarms & Timers] Code quality fix
https://github.com/espruino/BangleApps/pull/1773#pullrequestreview-961431288
2022-05-04 10:34:34 +02:00
Gordon Williams 0ac5822d7a update readme for https://github.com/espruino/BangleApps/pull/1773 2022-05-04 08:33:40 +01:00
Alessandro Cocco 4d4eccb821 [Alarms & Timers] Update metadata and changelog 2022-05-03 23:22:50 +02:00
Alessandro Cocco ea70f01185 [Alarms & Timers] Add support for Monday as first day of the week 2022-05-03 23:22:50 +02:00
Alessandro Cocco 7abb4c780c [Settings] Update metadata and changelog 2022-05-03 23:22:50 +02:00
Alessandro Cocco fdcb965b5e [Settings] Improve the "Date & Time" menu
- Use month name instead of month number
- Move the "time" options after the "date" options
2022-05-03 23:22:50 +02:00
Alessandro Cocco ec4ba0d0a7 [Settings] Fix the time zone format
A positive value is shown as '+X' instead of 'X'
2022-05-03 23:22:50 +02:00
Alessandro Cocco 74db2585d7 [Settings] Add new option for selecting the first day of the week 2022-05-03 23:22:50 +02:00
sir-indy 7d5aa89c21
Update app.js
Fix layout button uninitialised if timer already running.
2022-05-03 12:54:34 +01:00
sir-indy aad0a48a88
Update app.js
Whoops
2022-05-03 12:33:12 +01:00
sir-indy fd5e0bf45c
Update app.js
Fix onTouch while timerRunning. Previously briefly showed timer picker numbers.
2022-05-03 12:30:50 +01:00
Gordon Williams a5cb8e6970
Merge pull request #1782 from nxdefiant/master
Changes to gpsautotime / sleepphasealarm
2022-05-03 09:33:30 +01:00
Gordon Williams f795a46bac
Merge pull request #1781 from thyttan/thyttan-kbtouch
[Touch keyboard] Introduce settings for changing layout and functionality
2022-05-03 09:25:56 +01:00
Gordon Williams f8aae3e639
Merge pull request #1776 from myxor/widbaroalarm003
Widget barometeralarm: Fix potential crash
2022-05-03 09:22:03 +01:00
Gordon Williams e9bf775780 link in screenshots 2022-05-03 09:21:13 +01:00
Gordon Williams 82fdc15394
Merge pull request #1774 from berkenbu/master
Add screenshots to SciCalc app
2022-05-03 09:18:35 +01:00
Gordon Williams 0460948541
Merge pull request #1785 from nxdefiant/waypointer
waypointer
2022-05-03 09:17:26 +01:00
Gordon Williams d8ee49bf5d
Merge pull request #1786 from nxdefiant/alarmeta
Add new widget alarmeta
2022-05-03 09:16:33 +01:00
Gordon Williams e07d7c0c2c
Merge pull request #1778 from myxor/activity_quiet_mode
ActivityReminder: Obey system quiet mode & extend allowed dismiss delay
2022-05-03 09:12:46 +01:00
sir-indy cf060cfe3e
Update app.js 2022-05-03 09:12:28 +01:00
Erik Andresen f52ad2e834 alarmeta widget renamed to widalarmeta 2022-05-03 07:25:55 +02:00
Erik Andresen 4105f2a65d Add new widget alarmeta
This widget displays the time to the next Alarm or Timer in hours and minutes.
2022-05-02 21:39:10 +02:00
Erik Andresen cc8a606fd5 waypointe
fallback to built in compass heading
2022-05-02 21:33:00 +02:00
sir-indy c5e1adc7a2 Add screenshots to metadata.json 2022-05-02 12:33:22 +01:00
sir-indy 51807e2b9a Update onTouch to work properly 2022-05-02 12:31:57 +01:00
sir-indy 832fa83598 updated readme 2022-05-02 12:30:18 +01:00
sir-indy a95af8225b Added screenshots 2022-05-02 12:30:07 +01:00
sir-indy ba0a1be373 Tweak Readme.md 2022-05-02 11:32:57 +01:00
sir-indy d49980291c correct onTouch if timerRunning 2022-05-02 11:14:35 +01:00
sir-indy 072ce2444d Change timerRunning to a function, and other bits 2022-05-02 10:59:07 +01:00
Erik Andresen 1398cea7b8 gpsautotime: Add missing settings.js 2022-05-02 07:29:09 +02:00
thyttan 0f47f91746
Update lib.js 2022-05-02 02:13:38 +02:00
thyttan d32735c686
Update lib.js 2022-05-02 02:11:27 +02:00
thyttan d0f57e9b2f
Update README.md 2022-05-02 01:43:51 +02:00
thyttan cfb737e1c0
kbtouch v0.02 - introduce settings for layout...
...and functionality.
2022-05-02 01:36:24 +02:00
Erik Andresen 7c0b0e978b sleepphasealarm: check for day of week 2022-05-01 22:24:29 +02:00
Erik Andresen 73f976c86b gpsautotime: Add setting to hide the widget 2022-05-01 22:22:52 +02:00
sir-indy bbb4a92383 Set timer running properly 2022-05-01 20:58:10 +01:00
sir-indy cebdf1453c True False to true false 2022-05-01 18:45:52 +01:00
sir-indy 4ee8b843be Update to select running mode 2022-05-01 18:38:49 +01:00
sir-indy ea0d17afeb Fix start time 2022-05-01 18:25:55 +01:00
sir-indy 31b821137a Merge branch 'master' of https://github.com/sir-indy/BangleApps 2022-05-01 18:21:06 +01:00
sir-indy d42afd7f9e Tweak to button 2022-05-01 18:20:59 +01:00
sir-indy a94bb2a0a8
Merge branch 'espruino:master' into master 2022-05-01 18:11:24 +01:00
sir-indy eca76d78ba Update to button press 2022-05-01 18:11:00 +01:00
sir-indy 2e8744ca22 Move changes to smpltmr 2022-05-01 18:02:15 +01:00
Jason Dekarske c6e2651180 start using spectre properly 2022-04-30 18:25:04 -07:00
Jason Dekarske 4aa5de663b nominatim course search 2022-04-30 17:56:41 -07:00
Marco H c4ec72004e Add notice 2022-04-30 11:19:01 +02:00
Marco H 124ab84e4c Obey system quiet mode & extend allowed dismiss delay 2022-04-29 20:40:22 +02:00
boski1987 a558d33985
Update boot.js
edit uncodeRemap to map polish characters to characters supported by Bangle.
2022-04-29 19:02:01 +02:00
Marco H 0dae17cf70 Fix potential crash 2022-04-29 15:45:16 +02:00
marko 31a1312c7d Formatting 2022-04-29 08:59:55 -04:00
marko 4b8912ad49 Add screenshots 2022-04-29 08:55:02 -04:00
sir-indy f60d0f22a2
Update timersimple.app.js 2022-04-29 12:33:42 +01:00
sir-indy f114923305
Update README.md 2022-04-29 11:27:43 +01:00
sir-indy b840a92f5a
Update timersimple.app.js 2022-04-29 11:20:26 +01:00
sir-indy c69fe8e2c4
Update timersimple.app.js 2022-04-29 11:17:27 +01:00
Marco H dd3f7e47fe
Update ChangeLog 2022-04-29 11:41:33 +02:00
Marco H 321617ad7b
Update metadata.json 2022-04-29 11:41:14 +02:00
Marco H 673bb38cd1
Update boot.js
Do not alarm while charging
2022-04-29 11:40:50 +02:00
sir-indy 5e42476f29
Merge branch 'espruino:master' into master 2022-04-29 10:26:55 +01:00
Gordon Williams ab02f42503
Merge pull request #1771 from nxdefiant/master
stopwatch: Do not register as watch
2022-04-29 10:01:19 +01:00
Gordon Williams 9d758075da Add extra checks for app type and dependencies, document available types, and fix invalid app types 2022-04-29 09:29:02 +01:00
Erik Andresen 2a0cf8e44e stopwatch: Do not register as watch
manually start clock on button, avoids conflict with quicklaunch which
otherwise believes that a clock is running and reacts on touch events
2022-04-29 10:06:47 +02:00
Gordon Williams 86106131e3
Merge pull request #1764 from frigis1/master
[Quick Launch] Update 0.02
2022-04-29 08:48:42 +01:00
Gordon Williams 9b458168e3
Merge pull request #1769 from nxdefiant/master
sleepphasealarm: Add logging
2022-04-29 08:46:51 +01:00
marko 51aa4ac12a Enable emulator 2022-04-28 19:56:09 -04:00
marko 31ef7c3d97 Fix tabs, again, sigh... 2022-04-28 19:48:24 -04:00
marko 7ec3b149b1 Fix more spaces/tabs 2022-04-28 19:45:37 -04:00
marko 06581584a6 Typo in metadata.json 2022-04-28 19:42:43 -04:00
marko 2675dd6c2d New app scicalc 2022-04-28 19:40:33 -04:00
marko 3032376af7 Fix spaces/tabs issue 2022-04-28 19:38:34 -04:00
frigis1 4d6c037f2e
Update metadata.json 2022-04-28 16:09:23 -07:00
marko 1dbcbd47f8 Fix true wind computation bug, add swipe gesture to pause GPS 2022-04-28 17:57:39 -04:00
Erik Andresen 35631a9266 Merge remote-tracking branch 'upstream/master' 2022-04-28 16:23:05 +02:00
sir-indy bb0aa17d4a
Changes after feedback
Feedback in forum here: http://forum.espruino.com/conversations/375342
2022-04-28 12:08:06 +01:00
Gordon Williams a8392e34f5
Merge pull request #1765 from nomusictuesdays/master
Bradbury Watch
2022-04-28 11:52:39 +01:00
Gordon Williams 34f36f1c04
Merge pull request #1763 from storm64/master
[alarm] Fix redrawing entry inside its submenu
2022-04-28 11:31:15 +01:00
xxDUxx 7ff18188d7
Update ChangeLog 2022-04-28 12:12:54 +02:00
xxDUxx 7369b7f943
Update metadata.json 2022-04-28 12:11:41 +02:00
xxDUxx ae691eda8b
Update app.js 2022-04-28 12:11:11 +02:00
Erik Andresen 8636dc9ce8 sleepphasealarm
use readStorage instead of readStorageFile
2022-04-28 11:45:13 +02:00
nomusictuesdays 88762c8fbf
Update metadata.json 2022-04-28 01:54:08 -07:00
nomusictuesdays c7f8527719
Update app.js
added ability to toggle widgets by touchscreen
2022-04-28 01:53:14 -07:00
nomusictuesdays 222a9ccdb4
Update app.js 2022-04-28 01:40:37 -07:00
nomusictuesdays 53956667b8
Update app.js 2022-04-28 01:27:10 -07:00
Erik Andresen edaa4da5b3 sleepphasealarm
add README.md
2022-04-28 10:21:54 +02:00
storm64 e79decdb3e [alarm] Revert check-mark changes
see espruino/BangleApps#1750
2022-04-28 09:28:57 +02:00
frigis1 80f32ea7f3
Update metadata.json 2022-04-28 00:12:29 -07:00
frigis1 5b5ded5c56
Update ChangeLog 2022-04-28 00:11:39 -07:00
frigis1 4c100e77e4
Add files via upload 2022-04-28 00:10:50 -07:00
frigis1 9bf2ea6b39
Delete app.js 2022-04-28 00:09:54 -07:00
frigis1 d320b91a30
Delete app-icon.js 2022-04-28 00:09:48 -07:00
storm64 31df8ffeff [alarm] Increase dow submenu delay 2022-04-28 02:24:17 +02:00
storm64 dade894294 [alarm] Fix redrawing entry inside dow submenu
Apply redrawing fix to dow submenu, too.
2022-04-28 02:17:46 +02:00
storm64 89b4a6b02c [alarm] Fix redrawing entry inside edit submenu
- Fix redrawing selected Alarm/Timer entry inside edit submenu through opening the menu after a short timeout.
- Removing the obsolete check-mark images.
- Removing format on boolean values to use new check-marks
2022-04-28 02:11:08 +02:00
sir-indy 8cef58b110 Rename Readme to README 2022-04-27 20:45:30 +01:00
sir-indy ed71d95f65 Added screenshots 2022-04-27 20:44:06 +01:00
sir-indy bcc30cadae First commit for this app 2022-04-27 20:28:42 +01:00
Erik Andresen d1d50bb965 Merge branch 'master' of github.com:nxdefiant/BangleApps 2022-04-27 21:22:56 +02:00
Erik Andresen 4b1dd4f71f sleepphasealarm
use Layout library and display ETA
2022-04-27 21:22:33 +02:00
Gordon Williams b7f00b1ee9 0.36: Ensure a new message plus an almost immediate deletion of that message doesn't load the messages app (fix #1362) 2022-04-27 16:28:11 +01:00
nomusictuesdays 2215e487a0
Update metadata.json 2022-04-26 17:27:50 -07:00
nomusictuesdays fcb8db0095
Update metadata.json 2022-04-26 17:21:40 -07:00
nxdefiant 56bd728d83
Merge branch 'espruino:master' into master 2022-04-26 21:08:20 +02:00
nomusictuesdays 2461218ad1
Update app-icon.js 2022-04-26 11:55:27 -07:00
Richard de Boer ff0dac7e33
settings: Add some Bangle 1 colours to theme customizer
orange, purple and grey seemed distinct enough to be nice additions
2022-04-26 18:46:50 +02:00
Gordon Williams 0b08f84293 Merge branch 'master' of github.com:espruino/BangleApps 2022-04-26 15:05:47 +01:00
Gordon Williams f572c66a8a accellog 0.04: Localisation, change Exit->Back to allow back-arrow to appear on 2v13 firmware 2022-04-26 15:05:42 +01:00
Gordon Williams d9bbf00a58
Merge pull request #1754 from myxor/patch-2
Activity Reminder: Minor improvements
2022-04-26 12:24:39 +01:00
Gordon Williams e474aa74b5
Merge pull request #1748 from alessandrococco/alarms-new-features
[Alarms & Timers] "Save on Back", bulk actions
2022-04-26 12:00:10 +01:00
Gordon Williams 5d3d0b6e2c 0.16: Ability to append to existing track (fix #1712) 2022-04-26 11:28:07 +01:00
Alessandro Cocco f07ef11f3e [Alarms & Timers] Update changelog and metadata 2022-04-26 12:03:34 +02:00
Alessandro Cocco 6c8c3805bf [Alarms & Timers] Automatically save the alarm/timer when the user returns to the main menu using the back arrow 2022-04-26 12:03:30 +02:00
Marco H 3a9b8dab29
Fix typo and add format for settings which have minutes as unit 2022-04-26 11:51:49 +02:00
Marco H 4f812cd33c
Fix typos 2022-04-26 11:48:14 +02:00
Gordon Williams 68b9e7992f just doc changes 2022-04-26 10:31:29 +01:00
Gordon Williams b9c46444e6 Merge branch 'locale-patch-1' of https://github.com/alessandrococco/BangleApps into alessandrococco-locale-patch-1 2022-04-26 10:30:22 +01:00
Gordon Williams 40f1c88d0a
Merge pull request #1744 from Stiralbios/master
[Terminal Clock + Activity reminder] Fix settings bugs
2022-04-26 09:59:19 +01:00
Gordon Williams 34c9c82465
Merge pull request #1741 from frigis1/tapkb2
New app - Tap Keyboard
2022-04-26 09:58:37 +01:00
Gordon Williams 2033d2eb3d
Merge pull request #1749 from Ronin0000-Github-Bangle-js-Fork-2/master
Fix some version numbers
2022-04-26 09:57:58 +01:00
Gordon Williams 48f01ae708 eset graphics colors before rendering a message (possibly fix #1752) 2022-04-26 09:42:41 +01:00
Alessandro Cocco 4e23f4953c [locale] Add dowAll(), improve dow() 2022-04-26 10:26:31 +02:00
Jason Dekarske fa448837b8 prototype course search 2022-04-25 22:55:58 -07:00
nomusictuesdays 1214ac4c6c
Update metadata.json 2022-04-25 20:15:16 -07:00
nomusictuesdays 045f97faa9
Update metadata.json 2022-04-25 20:14:48 -07:00
nomusictuesdays f80bfaaf05
Update metadata.json 2022-04-25 20:06:06 -07:00
nomusictuesdays 6624b61b87
Update metadata.json 2022-04-25 20:05:48 -07:00
nomusictuesdays 5e59d3c225
Update metadata.json 2022-04-25 20:04:51 -07:00
nomusictuesdays f6c9e78277
Update metadata.json 2022-04-25 20:04:21 -07:00
nomusictuesdays b0dcbb0b0b
Update metadata.json 2022-04-25 20:03:29 -07:00
nomusictuesdays 0bd4950018
Update metadata.json 2022-04-25 20:01:53 -07:00
nomusictuesdays 1718a5a985
Update metadata.json 2022-04-25 20:01:06 -07:00
nomusictuesdays 210c55e214
Update metadata.json 2022-04-25 19:59:36 -07:00
nomusictuesdays e9bf15f66a
Update metadata.json 2022-04-25 19:58:13 -07:00
nomusictuesdays ce773d6f15
Update metadata.json 2022-04-25 19:56:22 -07:00
nomusictuesdays 7ec8ff4fdb
Update metadata.json 2022-04-25 19:56:04 -07:00
nomusictuesdays 11165dd2e7
Update metadata.json 2022-04-25 19:55:06 -07:00
nomusictuesdays 471b2db4d2
Update metadata.json 2022-04-25 19:53:45 -07:00
nomusictuesdays 0530caa755
Update metadata.json 2022-04-25 19:52:21 -07:00
nomusictuesdays 0a73ca53da
Update metadata.json 2022-04-25 19:47:07 -07:00
nomusictuesdays 3398686687
Update metadata.json 2022-04-25 19:28:23 -07:00
nomusictuesdays 730d9a0e8b
Add files via upload 2022-04-25 19:28:04 -07:00
nomusictuesdays a378d0375e
Update metadata.json 2022-04-25 19:24:54 -07:00
nomusictuesdays 8fbd6fb233
Delete bradbury_icon.png 2022-04-25 19:07:02 -07:00
nomusictuesdays ad93ac191b
Update metadata.json 2022-04-25 19:06:29 -07:00
nomusictuesdays e9846aec05
Update metadata.json 2022-04-25 19:05:26 -07:00
nomusictuesdays 62f9b9cb81
Add files via upload 2022-04-25 19:02:58 -07:00
nomusictuesdays 156c22e501
Update metadata.json 2022-04-25 19:02:47 -07:00
nomusictuesdays 888f1be0ee
Delete bradbury_icon.png 2022-04-25 19:02:22 -07:00
nomusictuesdays 001cbe87fe
Add files via upload 2022-04-25 19:01:08 -07:00
nomusictuesdays 88f263aec5
Update metadata.json 2022-04-25 18:55:46 -07:00
nomusictuesdays 79136c5027
Update metadata.json 2022-04-25 18:47:19 -07:00
nomusictuesdays 103b800dc0
Update metadata.json 2022-04-25 18:45:20 -07:00
nomusictuesdays f90e2b8787
Create metadata.json 2022-04-25 18:42:41 -07:00
nomusictuesdays 801ffed177
Delete metadata.json 2022-04-25 18:39:23 -07:00
nomusictuesdays 5347b4c5e5
Create metadata.json 2022-04-25 18:17:23 -07:00
nomusictuesdays e3ca5d217a
Update app.js 2022-04-25 18:11:02 -07:00
nomusictuesdays 3fc8f407ff
Create app-icon.js 2022-04-25 18:03:07 -07:00
nomusictuesdays 48c60ecc87
Create app.js 2022-04-25 17:58:33 -07:00
nomusictuesdays 3bd52a4ed6
Delete app.js 2022-04-25 17:57:56 -07:00
nomusictuesdays 51e569b22c
Delete Tigger4.gif 2022-04-25 17:44:06 -07:00
nomusictuesdays 93d8a2e17d
Add files via upload 2022-04-25 17:37:32 -07:00
nomusictuesdays 4a8247c433
Add files via upload 2022-04-25 17:35:06 -07:00
nomusictuesdays 87e7291095
Create app.js
A watch face based on the classic Seiko model worn by one of my favorite authors. I didn't follow the original lcd layout exactly, opting for larger font for more easily readable time, and adding date, battery level, and step count read from the device.
2022-04-25 17:34:25 -07:00
nomusictuesdays 876d842c80
Delete brabury
let's try again...
2022-04-25 17:33:44 -07:00
nomusictuesdays 7621a14276
Create brabury
A watch face based on the classic Seiko model worn by one of my favorite authors. I didn't follow the original lcd layout exactly, opting for larger font for more easily readable time, and adding date, battery level, and step count read from the device.
2022-04-25 17:30:38 -07:00
frigis1 370c9e87aa
Update lib.js 2022-04-25 17:17:22 -07:00
Ronin0000 961bec2d8d
Update metadata.json 2022-04-25 11:08:56 -07:00
Ronin0000 38bde1bdcb
Update ChangeLog 2022-04-25 11:08:33 -07:00
Ronin0000 f9f91baa6d
Update metadata.json 2022-04-25 11:07:36 -07:00
Ronin0000 a296a4ff5c
Update ChangeLog 2022-04-25 11:07:18 -07:00
Ronin0000 78deec623d
Update ChangeLog 2022-04-25 11:06:20 -07:00
Ronin0000 ef50fc7b7f
Update metadata.json 2022-04-25 11:06:03 -07:00
Stiralbios 20c8fdfa7f fix data section 2022-04-25 19:46:37 +02:00
Alessandro Cocco a2c4e59037 [Alarms & Timers] Add bulk actions 2022-04-25 18:37:31 +02:00
Gordon Williams 22bd782ffe tweaks for last PR - re-add settings menu item 2022-04-25 15:11:01 +01:00
Gordon Williams 385e9a71ed flipper isn't a game 2022-04-25 15:10:44 +01:00
Gordon Williams 6a6973d986
Merge pull request #1747 from alessandrococco/health-settings
[Health Tracking] Move settings
2022-04-25 15:08:06 +01:00
Gordon Williams b7817ae825 add key 2022-04-25 14:34:49 +01:00
Gordon Williams dac9410b04 kbswipe 0.04: Fix issue if going back without typing. 2022-04-25 14:20:34 +01:00
Gordon Williams d04674305e Quick tweaks for recent PR 2022-04-25 14:02:12 +01:00
Alessandro Cocco dfc31ec962 [Health Tracking] Move settings 2022-04-25 14:52:29 +02:00
Gordon Williams a5927ae2b5 Minor tweaks to PR to help with RAM usage 2022-04-25 13:42:00 +01:00
Gordon Williams 40c8257ac7
Merge pull request #1740 from frigis1/gbalarms
[Android] Add handling of GB alarms
2022-04-25 13:33:20 +01:00
Gordon Williams 3136bf3cbb Merge branch 'master' of github.com:espruino/BangleApps 2022-04-25 12:08:23 +01:00