Long time, no see! For the last four months or so I've been rewriting the application almost completely from the ground up. Here's what's new.
Features:
- Scan files more than twice as fast
- Cache app lists to json and instantly reload them on next run without having to rescan
- Cache app icons for instantly reloading menus
- Sort list by categories (name, path, author, size, category)
- Sort list ascending or descending
- Group sorted lists by category (none, author, category, from appstore)
- Groundwork for language localization
- Groundwork for multiple view styles (icon grid and icon list coming soon)
- Welcome Page and Introduction for first run
- Settings is now a categorized json
- Pin Favorite apps to the top of the list
- Move Settings and Updater into their own panels accessible by list or main screen
- Delete folder if deleting app and it's the only thing in the folder
- Basically every other aspect rewritten for speed and stability
Frameworks:
- Updated nlohmann json
- Updated libnx
- Updated borealis ui
- Updated curl