popcon: note about potential app slowdown
parent
988945f0dc
commit
945c7ca70a
|
|
@ -2,3 +2,7 @@ Popcon
|
||||||
======
|
======
|
||||||
|
|
||||||
Display apps sorted by regular use. No config - install the app and all your launchers will sort apps by most popular, based off launch counts within the last month, and then sort them by the most recently launched app.
|
Display apps sorted by regular use. No config - install the app and all your launchers will sort apps by most popular, based off launch counts within the last month, and then sort them by the most recently launched app.
|
||||||
|
|
||||||
|
:warning: Warning: this app overrides [`Storage.readJSON`], so may slow down your watch when using apps that perform I/O.
|
||||||
|
|
||||||
|
[`Storage.readJSON`]: https://www.espruino.com/ReferenceBANGLEJS2#l_Storage_readJSON
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
"name": "Popcon Launcher",
|
"name": "Popcon Launcher",
|
||||||
"shortName": "Popcon",
|
"shortName": "Popcon",
|
||||||
"version": "0.01",
|
"version": "0.01",
|
||||||
"description": "Launcher modification - your launchers will display your favourite (popular) apps first",
|
"description": "Launcher modification - your launchers will display your favourite (popular) apps first. Overrides `readJSON`, may slow down your watch",
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"type": "bootloader",
|
"type": "bootloader",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue