Skip to content

Commit 16c8572

Browse files
author
thyttan
committed
mysetup: set up watch to my preference
1 parent c2ca0ca commit 16c8572

15 files changed

+110
-0
lines changed

apps/mysetup/ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
0.01: New App!
2+
0.02: update to my current preferences.

apps/mysetup/README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# App Name
2+
3+
Describe the app...
4+
5+
Add screen shots (if possible) to the app folder and link then into this file with ![](<name>.png)
6+
7+
## Usage
8+
9+
Before installing this do:
10+
11+
1. Factory reset the watch.
12+
2. Remove all apps via the "More..." tab in the App Loader.
13+
3. Make sure minification is turned off on the App Loader.
14+
15+
## Features
16+
17+
Name the function
18+
19+
## Controls
20+
21+
Name the buttons and what they are used for
22+
23+
## Requests
24+
25+
Name who should be contacted for support/update requests
26+
27+
## Creator
28+
29+
thyttan

apps/mysetup/app-icon.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
require("heatshrink").decompress(atob("mEwwJC/AH4A/AH4AgA=="))

apps/mysetup/app.png

1.58 KB
Loading

apps/mysetup/autoreset.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"mode":0,"apps":[{"name":"Run+","src":"runplus.app.js","files":"runplus.info,runplus.app.js,runplus.img,runplus.settings.js,runplus_karvonen"}],"timeout":10}

apps/mysetup/backswipe.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"mode":0,"apps":[{"name":"Calculator","src":"calculator.app.js"},{"name":"SleepLog","src":"sleeplog.app.js"},{"name":"Messages","sortorder":-9,"src":"messagegui.app.js"},{"name":"Messages","sortorder":-9,"src":"messagegui.app.js","files":"messagegui.info,messagegui,messagegui.app.js,messagegui.new.js,messagegui.boot.js,messagegui.img"}],"standardNumSwipeHandlers":4,"standardNumDragHandlers":1}

apps/mysetup/dtlaunch.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"showClocks":true,"showLaunchers":true,"direct":false,"swipeExit":false,"timeOut":"15s"}

apps/mysetup/fastload.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{useAppHistory:true,disregardQuicklaunch:true,hideLoading:true}

apps/mysetup/lightswitch.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"colors":"011","image":"heart","touchOn":"always","oversize":7,"dragDelay":500,"minValue":0.01,"tapToLock":false,"unlockSide":"","tapSide":"","tapOn":"always","tOut":2000,"minFlash":0.2,"isOn":true,"value":0.9109}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{vibrateTimeout:10,vibrate:":",vibrateCalls:":::",flash:false}

0 commit comments

Comments
 (0)