Alpha 20240226_0148A
Pre-release
Pre-release
EmiyaSyahriel
released this
25 Feb 19:15
·
10 commits
to master
since this release
Caution
This release have performance issue as stated in ( #91 ) and also possibly some compatibility issue
It's been a while since CrossLauncher have a release APK (8 months, I think?). And since then, there has been multiple features added, some fixed, codebase quality improvement.
Added
- Hold OK button opens Item Menu
- System Notification Listener
- Media Listing (preliminary)
- Layered Backgrounds
- Menu Background Music
- New Version Check (not fully tested yet)
- Move App to other Category
Fixed
- Wave coldboot and wave surface recreation bg color reset by @Kethen in #69
- Double UI audio playback on PadL by @Kethen in #70
- D-Pad button move the cursor twice and now can continously scroll ( #41 )
Changed
- Default resolution for icons is now unified and is set bigger than the previous 100px, thanks to @Kethen in #71
- Some resources is now loaded using kotlin coroutine instead of thread.
Codebase Changes
- GitHub Action building, thanks to @Quackdoc in #50
- Some function is now moved to a more dedicated class instead of using Kotlin class extension. which is closer to how OOP should be done.
New Contributors
I might not listed all the changes here because there is so much changes in very long time, so for the full change listing (albeit you should also checks the commit messages and not only PRs because I batches the changes), please check the full changelog.
Full Changelog: a_20230702...a_20240226