Skip to content

Commit a3c06f3

Browse files
author
thyttan
committed
Merge branch 'my-setup' into app-loader
2 parents d7a3fe5 + d6ba0a8 commit a3c06f3

16 files changed

+130
-0
lines changed

apps/anotherconf/ChangeLog

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

apps/anotherconf/README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Another Default Config
2+
3+
A different default set of apps and configurations. Brings many quality of life improvements. Opinionated based on the creators taste. Read more below before installing.
4+
5+
## Usage
6+
7+
Before installing do this:
8+
9+
1. Backup your current setup (via the "More..." tab of the App Loader) so you can restore it later if you want.
10+
2. Factory reset the watch.
11+
3. Remove all apps via the "More..." tab in the App Loader.
12+
4. Make sure minification is turned off on the App Loader.
13+
5. Then install.
14+
6. Try it out, switch out apps to your favorites and tweak to your liking!
15+
16+
## Features
17+
18+
There will not be a trace of a "Another Default Config" app on your watch after installation. Only the apps it installed and the configurations.
19+
20+
On the clock face:
21+
- Swipe right on the screen to open the launcher (Desktop Launcher) - or press the hardware button.
22+
- Swipe left to open a flashlight app.
23+
- Swipe up to open the messages.
24+
- Swipe down for quick access to music and podcast controls.
25+
- (Do a subsequent left or right swipe to enter the listed apps)
26+
- (Check out the "Quick Launch" app readme for more info)
27+
28+
## Requests
29+
30+
Add to the espruino/BangleApps issue tracker and mention @thyttan for bug reports and suggestions. Or do a pull request!
31+
32+
## Creator
33+
34+
thyttan

apps/anotherconf/app.png

1.75 KB
Loading

apps/anotherconf/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/anotherconf/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/anotherconf/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("anotherconf.info");
3+
require("Storage").erase("anotherconf.boot.js");
4+
load();
5+
}

apps/anotherconf/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"}
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":true,"showWeather":false,"stepGoal":10000,"stepBar":true,"weekBar":true,"mondayFirst":true,"dayBar":true,"redrawOnStep":false}

apps/anotherconf/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/anotherconf/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}

0 commit comments

Comments
 (0)