This repository has been archived by the owner on Mar 30, 2024. It is now read-only.
Proof-of-Concept, version 9
v9:
- implement extended metadata caching done via Tencent’s MMKV (ultra fast, but adds to the APK size)
- implement storage manager screen
- various under-the-hood fixes and improvements
- change icons to rounded style
- slightly improve Now Playing
- updated libraries
v8:
- rewritten navigation system (slight performance improvements)
- major performance improvements in navigation bar offset calculation
- fixed autofill (proper focus + correctly fills both fields)
- support rootlist (liked playlists) pub/sub updates
- migrate remaining ExtendedMetadata requests to new SpMetadataRequester API (more stabler + metadata will be cacheable in the future)
- other fixes and improvements