radsvvid
c0e38a8185
Add files via upload
2021-05-28 01:08:43 +02:00
radsvvid
799738f85b
Delete app.png
2021-05-28 01:07:22 +02:00
radsvvid
b0e768c0f0
Delete app.js
2021-05-28 01:07:11 +02:00
radsvvid
5ab3a32a29
Delete app-icon.js
2021-05-28 01:07:04 +02:00
radsvvid
dcca6f043d
Update README.md
2021-05-28 01:05:03 +02:00
radsvvid
a29614c88a
Update README.md
2021-05-28 01:02:50 +02:00
radsvvid
9137797665
Delete screenshot1.jpg
2021-05-28 01:02:19 +02:00
radsvvid
7161b62531
Update README.md
2021-05-28 01:01:40 +02:00
radsvvid
f6973a6ab5
Create README.md
2021-05-28 01:00:11 +02:00
radsvvid
a10792af7f
Add files via upload
2021-05-28 00:50:50 +02:00
radsvvid
994ea1298b
Create ChangeLog
2021-05-28 00:50:30 +02:00
Gordon Williams
7f80cb1625
Added super simple clock
...
Ensure pedometer uses system colour scheme
2021-05-26 21:06:48 +01:00
Gordon Williams
6d1ac3b7c6
Add 'Bangle.setUI' polyfill and use it from launcher
2021-05-26 20:21:28 +01:00
Gordon Williams
1dca641ff0
boot 0.23: Move to a precalculated .boot0 file which should speed up load time
...
setting 0.25: Move boot.js code into 'boot' app itself
launch 0.05: Use g.theme for colours
widbat 0.06: Use 'g.theme' (requires bootloader 0.23)
widlock: new widget
2021-05-26 16:21:52 +01:00
Gordon Williams
03d580160d
bump version
2021-05-26 08:28:34 +01:00
Gordon Williams
02b6a7c0aa
Merge pull request #747 from neshanjo/cliock-locale
...
cliock - using locale for internationalization
2021-05-26 08:27:27 +01:00
Johannes Schneider
35daeafe17
cliock - using locale for internationalization
2021-05-25 21:15:20 +02:00
Johannes Schneider
c146cfb6cb
multiclock - Added localisation to digi.js and timedat.js
...
- using the locale module for language-specific time and date formats
- in timdat.js, a special date format consisting of day of week, month and day of month is used that is not available as a date pattern. Hence, it's built in place.
- in timedat.js, some unused variables have been removed and lastmin now uses the number returned by the Date object directly
2021-05-24 16:58:12 +02:00
Gordon Williams
b6cc5fa45b
Merge pull request #744 from awkirk71/master
...
Font Clock: Initial Version
2021-05-24 09:20:19 +01:00
adrian w kirk
1fc24b9fe7
font clock bug fix: Transition on vecotor 4 clock between roman numerals and digits not clearing
2021-05-23 23:03:38 +01:00
adrian w kirk
658b10fed3
font clock.
...
- Took out old code
- Code now too complexed for emulator so took it off
- Added ROman Numerals to vector fonts
2021-05-23 22:29:08 +01:00
adrian w kirk
1647352838
font clock bug fix: not saving settings when background is changed
2021-05-23 15:04:32 +01:00
adrian w kirk
739ab474d5
font clock - added new icons
2021-05-23 00:28:03 +01:00
adrian w kirk
8ec3572119
fontclock: changed black background second hand to yellow
2021-05-22 13:31:41 +01:00
adrian w kirk
0692ae20aa
Intial version of font clock
2021-05-22 00:38:30 +01:00
Gordon Williams
994c923c1d
Merge pull request #743 from awkirk71/master
...
Sweep Clock: reduced memory footprint
2021-05-18 08:02:09 +01:00
adrian w kirk
e029071678
sweepclock: touching README.md file to get the git App Loader site working
2021-05-17 13:41:06 +01:00
adrian w kirk
193b880ffb
sweepclock: Added a memory printout to the console so the memory usage can be followed when connected
2021-05-16 20:04:32 +01:00
adrian w kirk
a2ba365a07
sweepclock: fixing README page
2021-05-16 14:45:34 +01:00
awkirk71
6c20f9c96a
Merge branch 'espruino:master' into master
2021-05-16 14:22:40 +01:00
adrian w kirk
3730e6a6ba
Sweep clock: memory effeciency part 2. Changing out JSON maps for switch statements in Fonts to save another 8% of memory
2021-05-16 12:04:40 +01:00
adrian w kirk
3fe4cd2515
SweepClock - uppped version number
2021-05-15 20:30:57 +01:00
adrian w kirk
e10a7527fe
Sweep clock - reduce memory footprint
2021-05-15 20:27:33 +01:00
numerist
051f2cb71b
Merge branch 'master' into master
2021-05-14 11:47:09 -04:00
numerist
459f2b2133
Update app.js
2021-05-14 10:27:48 -04:00
numerist
811cc510ff
Update app.js
2021-05-14 10:13:59 -04:00
Gordon Williams
2b356a22f5
Merge pull request #741 from rigrig/gbmusic
...
gbmusic: Setting to disable double/triple press control, remove touch controls setting, reduce fadeout flicker
2021-05-13 15:56:03 +01:00
Gordon Williams
b3a3dae04f
Merge pull request #740 from awkirk71/master
...
Sweep Clock: Adding date to clock face
2021-05-13 15:55:33 +01:00
Richard de Boer
d642ad5c80
gbmusic: `Simple button` setting to disable double/triple pressing
...
For music players which handle multiple button presses themselves.
see http://forum.espruino.com/comments/15984222/
2021-05-13 15:48:41 +02:00
Richard de Boer
14c4bfdb8b
gbmusic: Remove touch controls setting
...
Firmware 2v10 will disable touch/swipe while the LCD is off anyway, so
just enable them always. (but keeps the check that the LCD is on until
the whole world has upgraded their firmware)
2021-05-13 15:21:24 +02:00
Richard de Boer
195f5928f6
gbmusic: Simplify touch controls setting
...
Firmware 2v10 will disable touch/swipe while the LCD is off anyway.
(Next commit will just remove this setting altogether, but just in case)
2021-05-13 15:16:45 +02:00
Richard de Boer
da8dc6cd57
gbmusic: reduce fadeout flicker, clean comments
2021-05-13 15:00:03 +02:00
Gordon Williams
51fe73152d
fix 'npm test' version warnings, add README
2021-05-13 08:20:46 +01:00
Gordon Williams
193e24e844
Merge pull request #739 from numerist/master
...
Dozenal Time
2021-05-13 08:16:43 +01:00
adrian w kirk
d6d8747a2e
Sweep clock - added documentation for the date button
2021-05-13 00:45:21 +01:00
adrian w kirk
1e68caf22d
sweep clock. Added date placement with bitton 4
2021-05-12 18:56:15 +01:00
numerist
a50816a4a5
Update app.js
2021-05-12 09:06:07 -04:00
numerist
a29a202a4a
Update app.js
2021-05-12 08:01:16 -04:00
numerist
08f998b0c8
Update app.js
2021-05-12 07:58:07 -04:00
numerist
7b68fc8ddf
Update app.js
2021-05-12 07:56:15 -04:00
numerist
636fb40fea
Update app.js
2021-05-12 07:53:53 -04:00
numerist
c613035f74
Update app.js
2021-05-12 07:49:43 -04:00
numerist
8480daf4fa
Update app.js
2021-05-12 07:48:55 -04:00
numerist
f1bf9cc598
Update app.js
2021-05-12 07:44:17 -04:00
numerist
f96f52c756
Update app.js
2021-05-12 07:42:39 -04:00
numerist
df94ad0b6d
Update app.js
2021-05-12 07:41:23 -04:00
numerist
e80a4dd54d
Update app-icon.js
2021-05-11 21:20:43 -04:00
numerist
6fe2e59128
Add files via upload
2021-05-11 21:18:21 -04:00
numerist
d198b5deb2
Update app.js
2021-05-11 19:30:49 -04:00
numerist
48004d81d7
Rename doztime.app.js to app.js
2021-05-11 18:54:31 -04:00
numerist
476efccd7d
Rename doztime-icon.js to app-icon.js
2021-05-11 18:54:12 -04:00
numerist
7c60245063
Rename app.js to doztime.app.js
2021-05-11 16:48:49 -04:00
numerist
628376eb41
Rename app-icon.js to doztime-icon.js
2021-05-11 16:40:50 -04:00
numerist
c9a706589d
Update app-icon.js
2021-05-11 16:23:54 -04:00
numerist
cf1ee75e8d
Update app.js
2021-05-11 16:10:31 -04:00
numerist
2500242e04
Create app-icon.js
2021-05-11 12:10:01 -04:00
numerist
288be35478
Update app.js
2021-05-10 22:41:39 -04:00
numerist
8973ebe7a8
Create app.js
2021-05-10 22:24:27 -04:00
numerist
40ee87674d
Delete app.js
2021-05-10 22:19:49 -04:00
numerist
18e443ec08
Add files via upload
2021-05-10 21:59:50 -04:00
numerist
1c2d59b1a8
Create app.js
2021-05-10 21:55:00 -04:00
hughbarney
41dde5ff2d
kitchen: added trip counter to stepo, revertd to direct screen writes to avoid mem errors
2021-05-10 20:32:02 +01:00
hughbarney
1c7fd13cba
corrected apps.json for data setting for kitchen, missed a comma before data
2021-05-10 20:05:09 +01:00
hughbarney
785fd175b8
Merge remote-tracking branch 'upstream/master'
2021-05-10 20:00:03 +01:00
adrian w kirk
9aced63de9
Added date to sweep clock face
2021-05-10 16:23:54 +01:00
hughbarney
061766e470
added debug object to write to debug.log
2021-05-08 19:42:41 +01:00
dapgo
17b8e77b72
Update ChangeLog
2021-05-08 17:21:16 +02:00
dapgo
5c670d9fcb
v006 improvements
2021-05-08 17:19:52 +02:00
hughbarney
9a4c90da69
kitchen: added screenshots for heart and swatch, updated README
2021-05-08 14:14:02 +01:00
hughbarney
68c24811c5
kitchen: Added basic heart rate monitor watch face
2021-05-08 13:32:37 +01:00
hughbarney
c82d06e573
Merge remote-tracking branch 'upstream/master'
2021-04-30 18:08:07 +01:00
hughbarney
2a40de9f4c
improved handling of missing firmware features
2021-04-30 18:07:43 +01:00
Richard de Boer
366f7899ba
gbmusic: setting to disable touch controls
2021-04-29 22:17:21 +02:00
Richard de Boer
546b5e819a
gbmusic: fix dynamic track/album colors
...
Not really broken, just didn't do what it said
2021-04-29 21:48:06 +02:00
hughbarney
40851ec0c4
Merge remote-tracking branch 'upstream/master'
2021-04-28 22:47:09 +01:00
hughbarney
6a2f47f035
added error codes to kicthen combo to warn of missing dependancy
2021-04-28 22:46:26 +01:00
adrian w kirk
78899b2063
Slding Clock - prepared version no and ChangeLog for new version
2021-04-27 15:57:51 +01:00
adrian w kirk
8ba61f44ef
Merge branch 'master' of https://github.com/awkirk71/BangleApps
2021-04-27 12:06:54 +01:00
adrian w kirk
09194a31b4
BUGFIX: Pedometer interferes with sliding text clock by aletering font alignment
2021-04-27 12:05:39 +01:00
Gordon Williams
302d63a985
Merge pull request #731 from rigrig/gbmusic
...
Gadgetbridge Music Controls: only auto-start from clock apps, auto close after 1 hour of inactivity
2021-04-26 09:15:04 +01:00
Gordon Williams
88618bad2a
Merge pull request #730 from awkirk71/master
...
SlidingText Clock: Added German Language
2021-04-26 08:32:34 +01:00
Richard de Boer
2ca3ccfaa0
gbmusic: auto close after double song duration (or 1 hour) of inactivity
...
Because some phones don't end an update when the music simply finished.
2021-04-25 16:21:59 +02:00
Richard de Boer
ca394e3ff7
gbmusic: reformat widget code
2021-04-25 15:28:38 +02:00
Richard de Boer
94fe988b08
gbmusic: only auto-start from clock apps
2021-04-25 15:28:38 +02:00
adrian w kirk
5a1b564249
liding text clock: updated change log
2021-04-23 22:54:38 +01:00
adrian w kirk
8277958349
Sliding text clock: changed README photos
2021-04-23 22:44:25 +01:00
adrian w kirk
88211e1b03
Sliding Text clock: spelling mistake in French clock
2021-04-22 22:30:13 +01:00
adrian w kirk
5e39c9a8a8
Sliding Text Clock changing to German characters
2021-04-22 21:48:30 +01:00
adrian w kirk
a916652a89
Sliding text clock - Reducing no of languages loadable as a memory limit has been hit
2021-04-22 15:46:32 +01:00
adrian w kirk
4efe461dfe
sliding text clock adding new languages to REAMDME
2021-04-22 13:00:36 +01:00