Skip to content

Commit

Permalink
Merge branch 'my-setup' into app-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
thyttan committed Jan 29, 2025
2 parents d7a3fe5 + 05e80cf commit bef8b23
Show file tree
Hide file tree
Showing 16 changed files with 123 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/mysetup/ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
0.01: New App!
0.02: update to my current preferences.
0.03: update app list
29 changes: 29 additions & 0 deletions apps/mysetup/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# App Name

Describe the app...

Add screen shots (if possible) to the app folder and link then into this file with ![](<name>.png)

## Usage

Before installing this do:

1. Factory reset the watch.
2. Remove all apps via the "More..." tab in the App Loader.
3. Make sure minification is turned off on the App Loader.

## Features

Name the function

## Controls

Name the buttons and what they are used for

## Requests

Name who should be contacted for support/update requests

## Creator

thyttan
Binary file added apps/mysetup/app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/mysetup/autoreset.json
Original file line number Diff line number Diff line change
@@ -0,0 +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}
1 change: 1 addition & 0 deletions apps/mysetup/backswipe.json
Original file line number Diff line number Diff line change
@@ -0,0 +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}
5 changes: 5 additions & 0 deletions apps/mysetup/boot.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
require("Storage").erase("mysetup.info");
require("Storage").erase("mysetup.boot.js");
load();
}
1 change: 1 addition & 0 deletions apps/mysetup/dtlaunch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"showClocks":true,"showLaunchers":true,"direct":false,"swipeExit":false,"timeOut":"15s"}
1 change: 1 addition & 0 deletions apps/mysetup/edgeclk.settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"buzzOnCharge":true,"monthFirst":true,"twentyFourH":true,"showAmPm":false,"showSeconds":true,"showWeather":false,"stepGoal":10000,"stepBar":true,"weekBar":true,"mondayFirst":true,"dayBar":true,"redrawOnStep":false}
1 change: 1 addition & 0 deletions apps/mysetup/fastload.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{useAppHistory:true,disregardQuicklaunch:true,hideLoading:true}
1 change: 1 addition & 0 deletions apps/mysetup/lightswitch.json
Original file line number Diff line number Diff line change
@@ -0,0 +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}
1 change: 1 addition & 0 deletions apps/mysetup/messages.settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{vibrateTimeout:10,vibrate:":",vibrateCalls:":::",flash:false}
75 changes: 75 additions & 0 deletions apps/mysetup/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
{ "id": "mysetup",
"name": "My Setup",
"version":"0.03",
"description": "Setup the Bangle.js watch as I want it.",
"icon": "app.png",
"type": "settings",
"tags": "system,clkinfo",
"supports" : ["BANGLEJS2"],
"readme": "README.md",
"dependencies" : {
"sched":"app",
"kbedgewrite":"app",
"messageicons":"app",
"widmsggrid":"app",
"msgwakefup":"app",
"msgtwscr":"app",
"notify":"app",
"health":"app",
"widminbate":"app",
"podadrem":"app",
"spotrem":"app",
"android":"app",
"widanclk":"app",
"backswipe":"app",
"torch":"app",
"calculator":"app",
"widbt_notify":"app",
"clock_info":"app",
"smpltmr":"app",
"clkinfostopw":"app",
"runplus":"app",
"dtlaunch":"app",
"quicklaunch":"app",
"forge":"app",
"kineticscroll":"app",
"alarm":"app",
"recorder":"app",
"bthrm":"app",
"agenda":"app",
"edgeclk":"app",
"twenties":"app",
"autoreset":"app",
"chargent":"app",
"setting":"app",
"fastload":"app",
"boot":"app",
"gbdiscon":"app",
"ateatimer":"app",
"delaylock":"app"
},
"storage": [
{"name":"backswipe.json",
"url":"backswipe.json"},
{"name":"autoreset.json",
"url":"autoreset.json"},
{"name":"dtlaunch.json",
"url":"dtlaunch.json"},
{"name":"fastload.json",
"url":"fastload.json"},
{"name":"quicklaunch.json",
"url":"quicklaunch.json"},
{"name":"messages.settings.json",
"url":"messages.settings.json"},
{"name":"widbt_notify.json",
"url":"widbt_notify.json"},
{"name":"recorder.json",
"url":"recorder.json"},
{"name":"edgeclk.settings.json",
"url":"edgeclk.settings.json"},
{"name":"setting.json",
"url":"setting.json"},
{"name":"mysetup.boot.js",
"url":"boot.js"}
]
}
1 change: 1 addition & 0 deletions apps/mysetup/quicklaunch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{lapp:{name:"Show Launcher",sortorder:-12,src:"no source"},rapp:{name:"Extension",type:"app",sortorder:-11,src:"quicklaunch.app.js"},uapp:{name:"Messages",sortorder:-9,src:"messagegui.app.js"},dapp:{name:"Extension",type:"app",sortorder:-11,src:"quicklaunch.app.js"},tapp:{name:""},dlapp:{name:"PA Remote",src:"podadrem.app.js"},drapp:{name:"Remote for Spotify",src:"spotrem.app.js"},duapp:{name:""},ddapp:{name:"Extension",type:"app",sortorder:-11,src:"quicklaunch.app.js"},dtapp:{name:""},ddlapp:{name:"Alarms",src:"alarm.app.js"},ddrapp:{name:"Run+",src:"runplus.app.js"},dduapp:{name:""},dddapp:{name:"Agenda",src:"agenda.app.js"},ddtapp:{name:""},rlapp:{name:""},rrapp:{name:""},ruapp:{name:""},rdapp:{name:""},rtapp:{name:""},trace:"dr"}
1 change: 1 addition & 0 deletions apps/mysetup/recorder.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{recording:false,period:10,record:["gps","hrm","steps"],file:"recorder.log0.csv"}
1 change: 1 addition & 0 deletions apps/mysetup/setting.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ble:true,blerepl:true,log:false,quiet:0,timeout:10,vibrate:true,beep:true,timezone:2,HID:false,clock:"edgeclk.app.js","12hour":false,firstDayOfWeek:1,brightness:0.5,options:{wakeOnBTN1:true,wakeOnBTN2:true,wakeOnBTN3:true,wakeOnFaceUp:false,wakeOnTouch:false,wakeOnTwist:false,twistThreshold:819.2,twistMaxY:-800,twistTimeout:1000,btnLoadTimeout:700},theme:{fg:65535,bg:0,fg2:65535,bg2:8,fgH:65535,bgH:31,dark:true},clockHasWidgets:true,launcher:"dtlaunch.app.js",touch:{x1:6,y1:14,x2:197,y2:178}}
1 change: 1 addition & 0 deletions apps/mysetup/widbt_notify.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{showWidget:true,buzzOnConnect:false,buzzOnLoss:false,hideConnected:false,showMessage:false,nextBuzz:30000}

0 comments on commit bef8b23

Please sign in to comment.