1
0
Fork 0
BangleApps/apps/iconlaunch
Martin Boonk 145bde8240 iconlaunch - Modify changelog 2022-10-13 22:41:20 +02:00
..
ChangeLog iconlaunch - Modify changelog 2022-10-13 22:41:20 +02:00
README.md iconlaunch - Update readme 2022-10-13 22:26:09 +02:00
app.js iconlaunch - Remove redundant check 2022-10-13 22:26:33 +02:00
app.png iconlaunch: Change icon to one by icons8 2022-05-24 22:54:16 +10:00
metadata.json iconlaunch - Bump version and changelog 2022-10-06 20:08:21 +02:00
screenshot1.png iconlaunch: Release app 2022-05-24 10:18:26 +10:00
screenshot2.png iconlaunch: Release app 2022-05-24 10:18:26 +10:00
settings.js iconlaunch - Adds setting for fast loading apps 2022-10-13 22:09:51 +02:00

README.md

Icon launcher

A launcher inspired by smartphones, with an icon-only scrollable menu.

This launcher shows 9 apps per screen, making it much faster to navigate versus the default launcher.

A screenshot Another screenshot

Technical note

The app uses E.showScroller's code in the app but not the function itself because E.showScroller doesn't report the position of a press to the select function.

Fastload option

Fastload clears up the memory used by the launcher and directly evals the code of the app to load. This means if widgets are loaded (fullscreen option) it is possible that widgets stay loaded in apps not expecting that and the widgets may draw over the app.