Jason Dekarske
3d3919f9d9
use course ids as filenames
2022-05-05 11:30:25 -07:00
Jason Dekarske
6f48d9119f
populate courses in spectre tiles
2022-05-05 10:51:10 -07:00
nxdefiant
048f4dedd8
Merge branch 'espruino:master' into master
2022-05-05 18:56:05 +02:00
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
Gordon Williams
00090a9c0f
Merge pull request #1730 from hughbarney/master
...
dtlaunch, make left to right swipe exit optional
2022-04-25 12:07:45 +01:00
Gordon Williams
09cfe9bf37
Merge pull request #1745 from alessandrococco/fix-missing-module-call-after-merge
...
[Alarms & Timers] Fix #1735
2022-04-25 12:06:36 +01:00
Gordon Williams
d740a2bdf3
Merge branch 'master' into sched-update-settings
2022-04-25 12:00:40 +01:00
Gordon Williams
9e697c80cf
Merge pull request #1742 from frigis1/mtnclock
...
New clock - Mountain Pass Clock
2022-04-25 11:59:26 +01:00
Gordon Williams
1a99a89e65
Merge pull request #1736 from thyttan/thyttan-dragboard
...
[New app] [Dragboard] A draging/swiping keyboard
2022-04-25 11:54:57 +01:00
Gordon Williams
858307f483
Merge pull request #1734 from alessandrococco/lang-health
...
[Health Tracking] Add LANG placeholders, minor tweaks
2022-04-25 11:54:29 +01:00
Gordon Williams
7917c8f284
Merge pull request #1731 from barakplasma/hebrew-calendar-v7
...
[hebrew calendar] major renovation
2022-04-25 11:49:56 +01:00
Gordon Williams
bca890eb30
Merge pull request #1726 from sir-indy/master
...
[fuzzyw] Moving translations for Fuzzy Work Clock
2022-04-25 11:49:09 +01:00
Gordon Williams
29e3516fa2
Merge pull request #1728 from storm64/master
...
[Sched] Correct decodeTime(t) rounding
2022-04-25 11:47:56 +01:00
Gordon Williams
90155cb8d8
Merge pull request #1727 from Rarder44/master
...
[gbmusic] fix get font size
2022-04-25 11:47:33 +01:00
Gordon Williams
acdbdd81dc
oops
2022-04-25 11:45:45 +01:00
Gordon Williams
39598a2d1f
Add Bluetooth multimeter support
2022-04-25 11:45:06 +01:00
Alessandro Cocco
65f8e20575
[Alarms & Timers] Add missing require("sched")
2022-04-24 21:36:17 +02:00
Stiralbios
3a7e67d56b
remove debug logs
2022-04-24 19:57:18 +02:00
Stiralbios
cbbab7c04c
Fix settings bug
2022-04-24 19:42:35 +02:00
Stiralbios
d63eb7e003
Fix settings issue
2022-04-24 19:35:50 +02:00
Stiralbios
2f67e5c0ed
Try to fix the settings issue
2022-04-24 19:25:11 +02:00
Stiralbios
a9d8d52beb
add logs for debug
2022-04-24 19:15:57 +02:00
Stiralbios
ad4a99a04c
First commit for the next version of ActivityReminder: tweaking some values
2022-04-24 18:50:29 +02:00
Alessandro Cocco
1eab970caa
[Scheduler] Add "Default Repeat" to settings
2022-04-24 16:26:30 +02:00
frigis1
4fb46cb367
Add files via upload
2022-04-24 00:58:14 -07:00
frigis1
9cbe9ed4cc
Create app.js
2022-04-24 00:57:51 -07:00
frigis1
033a2a4f6e
Update README.md
2022-04-24 00:47:55 -07:00
frigis1
2c15afece1
Merge branch 'espruino:master' into tapkb2
2022-04-24 00:47:06 -07:00
frigis1
7a0d47b4d8
Add files via upload
2022-04-24 00:46:44 -07:00
frigis1
d412842220
Create lib.js
2022-04-24 00:46:21 -07:00
frigis1
d5489c7fef
Update README.md
2022-04-24 00:26:39 -07:00
frigis1
bbd90e0869
Update metadata.json
2022-04-24 00:25:39 -07:00
frigis1
6c5ab23c9d
Update ChangeLog
2022-04-24 00:25:20 -07:00
frigis1
9df3354a49
Update settings.js
2022-04-24 00:25:03 -07:00
frigis1
98f199105e
Update boot.js
2022-04-24 00:24:43 -07:00
thyttan
8c537c6f7e
Consider widget field for marker positioning
2022-04-23 18:42:06 +02:00
thyttan
c03aac5470
Merge branch 'espruino:master' into thyttan-dragboard
2022-04-23 15:46:13 +02:00
thyttan
e7450f6bc6
adjusted README.md
2022-04-23 15:41:07 +02:00
thyttan
d55280b940
update README.md after v0.05 fixes
2022-04-23 15:28:41 +02:00
thyttan
37204e9446
remove some files
2022-04-23 15:24:08 +02:00
thyttan
78ec6d34b4
dragboard v0.05
2022-04-23 15:22:01 +02:00
Alessandro Cocco
5525d467fc
[Health Tracking] Add LANG placeholder, minor tweaks
...
- Update getSettings() function
- Fix some labels
- The increment in the daily step goal now is 250 instead of 100
2022-04-23 15:09:00 +02:00
hughbarney
a1baaceb91
Mylocation - renamed source files to preferred standard
2022-04-22 22:05:29 +01:00
hughbarney
4d5cc23d44
Mylocation - renamed source files to preferred standard
2022-04-22 21:59:13 +01:00
hughbarney
21243f5f76
Flipper fixed dark theme color
2022-04-22 21:38:11 +01:00
hughbarney
0239503983
Mylocation fixed back button
2022-04-22 21:21:52 +01:00
Erik Andresen
02c4a1b9b7
sleepphasealarm
...
add logging, display with chart.js
2022-04-22 13:06:42 +02:00
Michael Salaverry
34f02fd1da
feat: use customizer to more accurately generate calendar data file
...
feat: brand new UI to display upcoming/current calendar events
feat: add holidays, shabbat torah readings, and time display to clock
2022-04-22 09:35:52 +03:00
hughbarney
51c1e86d49
dtlaunch, make left to right swipe exit optional
2022-04-22 00:34:04 +01:00
storm64
052c1694d2
[Sched] Correct `decodeTime(t)` rounding
...
Correct `decodeTime(t)` to return a more likely expected time:
- before: `require("sched").decodeTime(60*60*1000-1)` returns: `{ hrs: 0, mins: 60 }`
- after: `require("sched").decodeTime(60*60*1000-1)` returns: `{ hrs: 1, mins: 0 }`
2022-04-21 23:01:39 +02:00
storm64
662581bff0
[sched] Update lib.js
...
Correct `decodeTime(t)` to return a more likely expected time:
- before: `require("sched").decodeTime(60*60*1000-1)` returns: `{ hrs: 0, mins: 60 }`
- after: `require("sched").decodeTime(60*60*1000-1)` returns: `{ hrs: 1, mins: 0 }`
2022-04-21 22:05:12 +02:00
Rarder44
a6991560c3
fix get font size
2022-04-21 22:00:24 +02:00
sir-indy
9133345ec7
Updated Readme
2022-04-21 17:14:16 +01:00
sir-indy
ecb0c372f0
Merge branch 'espruino:master' into master
2022-04-21 17:08:32 +01:00
sir-indy
9c2e1987e2
remove fuzzy strings, add translations to lang files
2022-04-21 17:06:32 +01:00
sir-indy
bdcd253e6c
remove fuzzyw.settings.js
2022-04-21 16:35:54 +01:00
Erik Andresen
856164a58e
alarm
...
update version to 0.22
2022-04-21 11:56:39 +02:00
nxdefiant
0e0415fefa
Merge branch 'master' into master
2022-04-21 11:56:11 +02:00
Gordon Williams
fbdcb8da83
Merge pull request #1723 from alessandrococco/1676-on-new-alarm-time-is-reset-on-dow-change
...
[Alarms & Timers] Fix #1676
2022-04-21 10:38:40 +01:00
Gordon Williams
af8dc7d7ac
Merge pull request #1724 from alessandrococco/patch-2
...
[Launcher] Add README
2022-04-21 10:37:49 +01:00
Gordon Williams
971fcb2f67
Merge pull request #1725 from myxor/patch-1
...
Fix typo in activity reminder
2022-04-21 10:37:18 +01:00
Gordon Williams
b9e76dd293
messages 0.34: Don't buzz for 'map' update messages
2022-04-21 10:29:10 +01:00
Alessandro Cocco
85268b8f82
[Alarms & Timers] Avoid time reset after a dow change
2022-04-21 11:17:55 +02:00
Marco H
3ab7add1ef
Fix typo
2022-04-21 10:45:04 +02:00
Alessandro Cocco
109ef4f417
[Launcher] Add README
2022-04-21 10:09:54 +02:00
frigis1
baa2313649
Delete apps/mtnclock directory
2022-04-20 21:44:50 -07:00
frigis1
8aeab136bc
Add files via upload
2022-04-20 21:32:55 -07:00
frigis1
ca91e7876a
Create app-icon.js
2022-04-20 21:32:36 -07:00
sir-indy
6c77b7bc64
Fuzzyw translation ( #3 )
...
* Update metadata.json
* Update ChangeLog
* Update fuzzyw.app.js
* Update de_DE.json
* Update de_DE.json
2022-04-20 22:01:54 +01:00
Erik Andresen
5e847a56fd
sched: fix formatTime reference
2022-04-20 20:26:06 +02:00
Erik Andresen
8c048f321c
Refactor some methods to scheduling library
2022-04-20 19:32:23 +02:00
David Peer
088453d8ce
HRM as default
2022-04-20 17:24:50 +02:00
David Peer
f8a2c280fe
Show last healt status for HRM
2022-04-20 17:24:11 +02:00
David Peer
8ff06301a7
Merge branch 'master' of https://github.com/peerdavid/BangleApps
2022-04-20 17:15:12 +02:00
David Peer
945bc31b36
Fix info alignment
2022-04-20 17:15:10 +02:00
Peer David
66a8f4dcb8
Merge branch 'espruino:master' into master
2022-04-20 17:10:05 +02:00
David Peer
058beeae94
Better stability for weather
2022-04-20 17:09:33 +02:00
David Peer
a02e6d79c4
Use same data for settings otherwise settings change after first save.
2022-04-20 17:05:05 +02:00
Gordon Williams
bade1586ab
Merge pull request #1715 from sir-indy/master
...
Another pedometer widget
2022-04-20 16:03:44 +01:00
David Peer
d8bfad06ae
LCARS V0.22 - Fixed alarm and use build in steps function as fallback.
2022-04-20 17:03:15 +02:00
Gordon Williams
944cbb1136
Merge pull request #1719 from zerodogg/messagesTimeoutMsgRemoval
...
Allow timeouts to run on the message list screen
2022-04-20 15:36:18 +01:00
sir-indy
f59f2872e6
Update widstep.wid.js
...
Remove stray print statement!
2022-04-20 15:16:19 +01:00
sir-indy
09bd9bb252
Update widstep.wid.js
...
Looks like reload was never being called, so just read in the important setting at the top of the file.
2022-04-20 15:15:55 +01:00
Eskild Hustvedt
a7bab80dc3
Allow timeouts to run on the message list screen
...
Stops the app from displaying a message that then gets removed and after that
permanently "hanging" on the message screen.
2022-04-20 15:39:11 +02:00
sir-indy
c377a4f194
Update app.js
2022-04-20 14:32:23 +01:00
Alessandro Cocco
7c96e04d05
[Launcher] Update metadata & changelog
2022-04-20 15:20:36 +02:00
Alessandro Cocco
c2a5d13bd6
[Launcher] Load & draw widgets iff not in fullscreen mode
2022-04-20 15:20:22 +02:00
Alessandro Cocco
7afa90710f
[Launcher] Add new "fullscreen" option
2022-04-20 15:20:07 +02:00
Alessandro Cocco
2e5f198d66
[Launcher] Update labels
...
- Shorten settings title
- Change menu items to Camel Case
2022-04-20 15:19:51 +02:00
Alessandro Cocco
cfff375e56
[Alarms & Timers] Update metadata & changelog
2022-04-20 14:35:51 +02:00
Alessandro Cocco
c5e28b96ec
[Alarms & Timers] Integrate with new 'sched' factories
...
Minor code clean up (let instead of var, whitespaces between operators, etc.)
2022-04-20 14:35:51 +02:00
Alessandro Cocco
bcae05d257
[Alarms & Timers] Update labels and add LANG placeholders
2022-04-20 14:35:51 +02:00
Alessandro Cocco
cb0913468f
[Scheduler] Update metadata & changelog
2022-04-20 14:35:51 +02:00
Alessandro Cocco
9c9b48ce39
[Scheduler] Integrate the new settings into the code
2022-04-20 14:35:51 +02:00
Alessandro Cocco
a84c1d4f77
[Scheduler] Add Settings page
2022-04-20 14:35:50 +02:00
Alessandro Cocco
b0a43413c8
[Scheduler] Export new functions
...
- newDefaultAlarm
- newDefaultTimer
- get/setSettings
2022-04-20 14:35:50 +02:00
sir-indy
7bfe23d809
Update widstep.wid.js
2022-04-20 12:48:28 +01:00
sir-indy
7621776a83
Update app.js
2022-04-20 12:39:41 +01:00
sir-indy
51c285b39c
Update widstep.wid.js
2022-04-20 12:38:09 +01:00
Gordon Williams
810624d1f8
Merge pull request #1703 from Ronin0000-Github-Bangle-js-Fork-2/master
...
LCARS clock custom theming
2022-04-20 10:30:37 +01:00
Ronin0000
5a86b8e4d0
Update lcars.settings.js
2022-04-19 16:46:04 -07:00
Ronin0000
beff9975fc
Update metadata.json
2022-04-19 16:38:03 -07:00
Ronin0000
fd7d0db7e9
Update ChangeLog
2022-04-19 16:37:54 -07:00
Ronin0000
2db18d6678
Update appb2.js
2022-04-19 16:37:24 -07:00
thyttan
1bc9329014
dragboard v0.04
2022-04-19 23:33:09 +02:00
thyttan
fcbb05753b
Merge branch 'espruino:master' into thyttan-dragboard
2022-04-19 23:07:20 +02:00
thyttan
9e78afb1b1
dragboard v0.03
2022-04-19 23:03:59 +02:00
sir-indy
f0ba8ac6ea
Update app.js
2022-04-19 20:35:04 +01:00
sir-indy
4a96043048
Update app.js
2022-04-19 17:04:56 +01:00
sir-indy
aedb3a0b26
Update app.js
2022-04-19 16:36:17 +01:00
sir-indy
20f9f2ad86
Update README.md
2022-04-19 16:26:56 +01:00
sir-indy
ea95dbfbf4
Update widstep.wid.js
2022-04-19 16:20:01 +01:00
sir-indy
702cd09f79
Update widstep.wid.js
2022-04-19 16:19:05 +01:00
Ronin0000
fbbb441bdd
Merge branch 'espruino:master' into master
2022-04-19 07:29:35 -07:00
sir-indy
e04f574f92
Update README.md
2022-04-19 15:28:04 +01:00
sir-indy
c74cd9bf36
Update app.js
2022-04-19 15:25:58 +01:00
sir-indy
f318fb005d
Update ChangeLog
2022-04-19 15:25:35 +01:00
sir-indy
08045075cc
Update metadata.json
2022-04-19 15:25:08 +01:00
sir-indy
beb81356bc
Update app.js
2022-04-19 15:24:32 +01:00
sir-indy
207dfadc58
Update README.md
2022-04-19 15:14:38 +01:00
sir-indy
a8a08bebc2
Update metadata.json
2022-04-19 15:10:51 +01:00
sir-indy
7250f80d58
Merge branch 'espruino:master' into master
2022-04-19 15:08:08 +01:00
Gordon Williams
229de954d9
Merge pull request #1701 from zerodogg/messagesVeryQuietMode
...
Allow quiet mode to optionally override message auto-open
2022-04-19 14:14:20 +01:00
sir-indy
c4529d5c0a
Step counter widget ( #2 )
...
* Create README.md
* Add files via upload
* Update metadata.json
2022-04-19 13:22:53 +01:00
Eskild Hustvedt
6c0f16a45f
Bumped to 0.32 for quiet mode auto-open setting
2022-04-19 14:09:52 +02:00
Gordon Williams
746aee3042
fix changelog formatting for test
2022-04-19 10:52:56 +01:00
Gordon Williams
af378662d1
remove accidental commit
2022-04-19 10:51:10 +01:00
Gordon Williams
0d0c2517eb
Merge pull request #1702 from thyttan/messagesmusic
...
[New app] [Messages Music] Pushes message to open Messages music controls.
2022-04-19 10:50:50 +01:00
Gordon Williams
2384a23534
Merge pull request #1704 from sir-indy/master
...
New clock face - mosaic
2022-04-19 10:44:16 +01:00
Gordon Williams
2a6f881517
minor tweak for new test code (maybe we should improve the test code)
2022-04-19 10:38:46 +01:00
Gordon Williams
10979542f1
Merge pull request #1709 from Uberi/master
...
Add HeartZone app
2022-04-19 10:35:35 +01:00
Gordon Williams
1aead3716e
Merge pull request #1710 from DDDanny/timecal-fix-tdyMrkClr-#1706
...
app-timecal fix tdy mrk clr #1706
2022-04-19 10:32:46 +01:00
Gordon Williams
df808092f7
Merge pull request #1713 from rigrig/fix-widcal
...
widcal: fix memory leak
2022-04-19 10:30:19 +01:00
Gordon Williams
d120ae6373
Merge pull request #1714 from Stiralbios/master
...
New app: Activity reminder
2022-04-19 10:29:44 +01:00
Gordon Williams
d019ec111c
Merge pull request #1688 from zerodogg/langTagsBootLoading
...
Tagging bootloader messages, and all "Loading..." messages
2022-04-19 10:26:57 +01:00
Gordon Williams
d8576ee717
Merge pull request #1708 from wespen/translation-cro
...
lang: added Croatian locale
2022-04-19 10:21:59 +01:00
Gordon Williams
1ffd6acafc
Merge pull request #1693 from eyecreate/red7game
...
Red7game
2022-04-19 10:20:01 +01:00
Gordon Williams
dfd048fab0
Merge pull request #1700 from Ronin0000-Github-Bangle-js-Fork-4/master
...
Choozi Support Bangle.js 2
2022-04-19 10:19:07 +01:00
Gordon Williams
31c53f05a3
Merge pull request #1684 from thyttan/patch-2
...
[dtlaunch, b2] Change swipe direction to UpDown
2022-04-19 10:15:12 +01:00
Gordon Williams
17e4c16f57
Merge pull request #1705 from alessandrococco/pebble-request-using-built-in-step-counter
...
[Pebble Clock] Support for internationalization / Get steps from built-in step counter
2022-04-19 10:13:46 +01:00
Gordon Williams
1e6398bfba
Merge pull request #1685 from peerdavid/master
...
[BW Clock] Minor improvements
2022-04-19 10:11:51 +01:00
Gordon Williams
efdeb02761
Merge pull request #1691 from Ronin0000-Github-Bangle-js-Fork-3/master
...
Fix MTG Watchface dark mode
2022-04-19 10:11:13 +01:00
Gordon Williams
bfa3055477
Merge pull request #1678 from jdekarske/master
...
New app. Golf View
2022-04-19 10:10:25 +01:00
Gordon Williams
111071a60a
Merge pull request #1692 from zerodogg/iosAppNames
...
Add pushover and signal app names to ios app
2022-04-19 10:10:13 +01:00
Gordon Williams
1b7aeb62dd
Merge pull request #1679 from nxdefiant/master
...
sleepphasealarm
2022-04-19 10:06:04 +01:00
Gordon Williams
1e09140515
check icons is a bit more resilient
2022-04-19 10:03:46 +01:00
sir-indy
a526e590ac
Merge branch 'espruino:master' into master
2022-04-19 09:56:04 +01:00
Gordon Williams
35b6267a9f
Merge pull request #1681 from thyttan/patch-1
...
Update apps/kbswipe/lib.js (Swipe keyboard)
2022-04-19 09:55:37 +01:00
Gordon Williams
6154b52149
Merge pull request #1672 from zerodogg/nynorskLang
...
lang/: Added nynorsk translations
2022-04-19 09:53:32 +01:00
Gordon Williams
9f71222f44
Merge pull request #1675 from storm64/master
...
sched: `getTimeToAlarm` check next dow if t<now
2022-04-19 09:52:56 +01:00
Gordon Williams
f5bc45d83b
Merge pull request #1677 from frigis1/master
...
Noteify app
2022-04-19 09:51:35 +01:00