Skip to content

Commit 1726b2e

Browse files
author
thyttan
committed
Merge branch 'my-setup' into app-loader
2 parents 154f351 + 288f7ad commit 1726b2e

17 files changed

+122
-0
lines changed

apps/mysetup/ChangeLog

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

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":5,"standardNumDragHandlers":1}

apps/mysetup/boot.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
require("Storage").erase("mysetup.info");
3+
require("Storage").erase("mysetup.boot.js");
4+
load();
5+
}

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/edgeclk.settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"buzzOnCharge":true,"monthFirst":true,"twentyFourH":true,"showAmPm":false,"showSeconds":false,"showWeather":false,"stepGoal":10000,"stepBar":true,"weekBar":true,"mondayFirst":true,"dayBar":true}

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}

0 commit comments

Comments
 (0)