pancake
5161b91a7d
Initial import of the tabanchi watch/app
2022-05-06 19:47:11 +02:00
Gordon Williams
d1873ad166
Merge pull request #1796 from nxdefiant/master
...
miclock2: Redraw only when seconds change
2022-05-06 09:02:17 +01:00
Gordon Williams
23c6233561
Merge pull request #1797 from jdekarske/course-search
...
[GolfView] Course search
2022-05-06 09:01:45 +01:00
sir-indy
4fe623caf9
Delete screenshot.png
2022-05-06 08:38:26 +01:00
sir-indy
e5b09c3d0d
Update metadata.json
2022-05-06 08:38:10 +01:00
sir-indy
5be2e72030
Update README.md
2022-05-06 08:37:50 +01:00
sir-indy
ed624f3e6b
Add files via upload
2022-05-06 08:37:18 +01:00
sir-indy
aaa3338f99
Merge branch 'espruino:master' into master
2022-05-05 21:16:32 +01:00
sir-indy
3681fd3c92
New keyboard app
2022-05-05 21:16:06 +01:00
Jason Dekarske
3dda60ee7a
metadata version
2022-05-05 11:50:37 -07:00
Jason Dekarske
a6d8f65bf8
changelog
2022-05-05 11:36:22 -07:00
Jason Dekarske
505be54ceb
clarify some wording
2022-05-05 11:31:00 -07:00
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