Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Proof-of-Concept, version 9

Compare
Choose a tag to compare
@iTaysonLab iTaysonLab released this 06 Jun 13:58
· 40 commits to master since this release
5140d6d

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