Version 1.0 is here! 🎉
I've incremented to version 1.0 as I think it is unlikely for the core systems to undergo more major overhauls at this point. It had to hit version 1 some day :)
Overhaul launcher.py! (FINALLY)
- overhauled scrolling graphics to use a framebuffer, now the statusbar and scrollbar don't blink out on scroll
- broke code up into smaller functions to save memory (and make it easier to read!)
- added quite a few constants to improve readability (and save ram!)
- added custom 'st7789hybrid.py' for launcher-specific use
- replaced bitmap icons with vector icons to save memory
- added support for app icons
Added log output on launch failure to main.py
Improved copy/paste in Files app
Added 'smartkeyboard' to lib (which is now used by some built-in apps)
General bugfixes for HyDE