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
sir-indy
7bd88bc94f
Update mosaic readme
2022-04-19 09:48:00 +01:00
Stiralbios
ac29417014
remove debug logs
2022-04-18 17:43:05 +02:00
Stiralbios
8daef5459c
change default dismiss delay to see if it solve the issue with changing dismiss delay in settings
2022-04-18 17:34:22 +02:00
Stiralbios
b985b61a3d
fix boot.js (hopefully)
2022-04-18 17:30:57 +02:00
Stiralbios
e00fadcb99
change the file name to respect the 28 char limit
2022-04-18 17:15:01 +02:00
Stiralbios
b9ae26b757
Hopefully fix the bugs
2022-04-18 17:02:20 +02:00
Stiralbios
bedf3fc226
Fix issue in lib.js
2022-04-18 16:44:53 +02:00
Stiralbios
ae35eb27c0
move some function to lib.js
2022-04-18 16:41:57 +02:00
Stiralbios
df3b4240d9
load settings from the right file
2022-04-18 16:34:51 +02:00
Stiralbios
783a55fafa
Code cleanup
2022-04-18 16:28:34 +02:00
Richard de Boer
4f17ed02d6
widcal: fix memory leak
...
Repeated redrawing would create multiple redraw-timeouts
2022-04-18 16:26:01 +02:00
Danny
202dcdd781
removed in progress work on sleepphase
2022-04-18 15:49:21 +02:00
Stiralbios
08c0964527
Increase the step count delay to one min
2022-04-18 15:46:44 +02:00
Stiralbios
6517b926ea
increase the step time a bit to test a bit easier
2022-04-18 15:40:13 +02:00
Danny
1a42e8dcb4
Mrk.Color doesn't reflect the color selected #1706
2022-04-18 15:13:25 +02:00
Stiralbios
a3682c51f0
Fix loadSettings
2022-04-18 15:07:38 +02:00
Stiralbios
43dedbf709
add a lib.js for common operations
2022-04-18 15:05:41 +02:00
Anthony Zhang
50ca27875e
Add README
2022-04-18 04:45:50 -04:00
Anthony Zhang
8a84dc31f7
Add HeartZone app
2022-04-18 04:41:30 -04:00
David Peer
177656f1fe
Logo is now the first info entry.
2022-04-17 09:45:01 +02:00
David Peer
1f445f69df
Refactored info into array for easier maintainability. Use "last" bpm rather than day.
2022-04-17 09:43:44 +02:00
Igor Svehla
6ed20a1e90
lang: added Croatian locale
2022-04-16 20:58:29 +02:00
David Peer
13bebf09b6
Include bangle logo option.
2022-04-16 18:47:57 +02:00
Erik Andresen
ca74fdf501
sleepphasealarm
...
replace setInterval with .on('accel')
2022-04-15 20:45:48 +02:00
David Peer
441f801191
Minor changes
2022-04-15 18:20:02 +02:00
David Peer
74ac267841
Minor changes
2022-04-15 16:05:04 +02:00
David Peer
63ef4e8bca
Performance Improvements
2022-04-15 15:50:16 +02:00
David Peer
a77990b402
Save settings if killed
2022-04-15 15:26:57 +02:00
Alessandro Cocco
bf6d37be92
[pebble] Get steps from built-in step counter instead of pedometer widget
...
See #1697
2022-04-15 10:14:12 +02:00
Alessandro Cocco
dd365cf865
[pebble] Use the "locale" module, add /*LANG*/ placeholders
...
- Use the "locale" module to retrieve the date info instead of splitting the value of the toString()
- Add some /*LANG*/ here and there
- Some code clean up
2022-04-15 10:12:24 +02:00
thyttan
ac3d0acedc
dragboard app added
2022-04-14 22:35:38 +02:00
frigis1
b64a641bea
Update app.js
2022-04-14 02:54:21 -07:00
sir-indy
3738405e68
Add mosaic clock screenshots
2022-04-14 10:07:21 +01:00
sir-indy
995d72c754
Add files via upload
2022-04-14 09:58:40 +01:00
sir-indy
4750a50cb8
Create README.md
2022-04-14 09:57:44 +01:00
frigis1
598dca7a90
Update app.js
2022-04-14 00:21:02 -07:00
Ronin0000
3e7e1c19e5
Update lcars.app.js
2022-04-13 16:17:46 -07:00
Ronin0000
69496ba1a5
Update lcars.app.js
2022-04-13 16:15:49 -07:00
Ronin0000
e272e71841
Update lcars.app.js
2022-04-13 16:12:17 -07:00
Ronin0000
2192e9ff40
Update lcars.app.js
2022-04-13 16:06:42 -07:00
Ronin0000
8396d96e9a
Update lcars.settings.js
2022-04-13 15:56:25 -07:00
Ronin0000
1a74b21163
Update lcars.settings.js
2022-04-13 15:44:21 -07:00
Ronin0000
e67f2fe6c3
Add files via upload
2022-04-13 15:43:14 -07:00
Ronin0000
0ef7237582
Delete bg_right.png
2022-04-13 15:35:07 -07:00
Ronin0000
c4f6ca3824
Delete bg_left_small.png
2022-04-13 15:35:02 -07:00
Ronin0000
ec3291f3cf
Delete bg_left.png
2022-04-13 15:34:56 -07:00
Ronin0000
bfa81d9766
Delete bg_right_small.png
2022-04-13 15:34:50 -07:00
Ronin0000
52a7d85115
Update lcars.app.js
2022-04-13 15:07:38 -07:00
thyttan
3b67746ccd
messagesmusic added.
2022-04-13 19:56:48 +02:00
Eskild Hustvedt
e2e9b69b24
Allow quiet mode to optionally override message auto-open
2022-04-13 19:50:28 +02:00
Ronin0000
75d68269b9
Update ChangeLog
2022-04-13 08:41:27 -07:00
Ronin0000
e82d02df42
Update metadata.json
2022-04-13 08:41:03 -07:00
Ronin0000
544cebf8d0
Create appb2.js
2022-04-13 08:36:49 -07:00
frigis1
c6e5cd79d4
Delete apps/gbalarms directory
2022-04-11 23:04:45 -07:00
David Peer
05e390dea2
Center date correctly
2022-04-11 20:05:48 +02:00
Kevin Whitaker
1c5d0964d6
merge upstream
2022-04-11 13:15:55 -04:00
Kevin Whitaker
ee6825d371
update red7 app for release
2022-04-11 13:13:34 -04:00
Kevin Whitaker
f9838cd101
update drawing code to use rounded rectangles on newer firmware.
2022-04-11 13:10:12 -04:00
Eskild Hustvedt
c3a5f79be1
Added app name for Signal
2022-04-11 16:37:16 +02:00
Ronin0000
3eea59ac5a
Update README.md
2022-04-11 07:35:45 -07:00
Ronin0000
b364c4f266
Update lcars.settings.js
2022-04-11 07:34:14 -07:00
Ronin0000
c5509992b9
Update lcars.app.js
2022-04-11 07:34:03 -07:00
Ronin0000
4e9c59646e
Update lcars.app.js
2022-04-11 07:33:11 -07:00
Ronin0000
d50e525f7f
Update ChangeLog
2022-04-11 07:32:32 -07:00
Ronin0000
56baf7bdc9
Update metadata.json
2022-04-11 07:31:58 -07:00
Ronin0000
267ec35f73
Update app.js
2022-04-11 07:25:49 -07:00
Ronin0000
c722398c76
Update README.md
2022-04-11 07:25:03 -07:00
Ronin0000
9ef1c15372
Update app.js
2022-04-11 07:24:27 -07:00
Ronin0000
b3b4c4b1df
Create ChangeLog
2022-04-11 07:11:21 -07:00
Ronin0000
94c62ae74c
Update metadata.json
2022-04-11 07:10:53 -07:00
Eskild Hustvedt
eee8e231db
apps/locale: nn_NO: mkh->kmt
2022-04-11 12:58:09 +02:00
frigis1
18b7477a16
Update settings.js
2022-04-11 01:45:14 -07:00
frigis1
37aaf5f7cf
Update settings.js
2022-04-11 00:58:35 -07:00
frigis1
263dc969e0
Update boot.js
2022-04-10 22:43:47 -07:00
frigis1
693e672492
Create metadata.json
2022-04-10 21:31:56 -07:00
frigis1
b0b23f3084
Create README.md
2022-04-10 21:31:27 -07:00
frigis1
0e6e0905f0
Add files via upload
2022-04-10 21:31:02 -07:00
frigis1
3b4af09d3e
Create app-icon.js
2022-04-10 21:30:34 -07:00
frigis1
efa744bf25
Create settings.js
2022-04-10 21:30:14 -07:00
frigis1
1038098cf4
Create boot.js
2022-04-10 21:29:52 -07:00