This version has added a new mode called Share mode. With this mode, the app is no longer required to run in the background, and hooked apps should be more performant.
🚀 Features
- feat: create_icon_pack.sh will prompt whether you want to download android sdk
- feat: add a share mode which loads from a shared database
- feat: add first time setup dialog
🐛 Fixes
- fix: export
${pack}.xml - perf: hook abstract onAppIconChanged
- perf: batch icon queries
- fix: the application info inside activity info is not replaced
- fix(RemoteIconPack): if query returns null, set all misses to null
- perf(RemoteIconPack): use column index and add fallback if it is a fallback
- fix: add class to list replacer
- fix(db): in case result order goes wrong
- fix: MergeCursor can not accept a empty cursor list
- fix(MainVM): throw error when pack name is empty
- fix: avoid duplicate loading on search
- fix: hit enter will no longer send a \n
- fix: default to local mode so during first time setup there will not be exceptions
💬 Other
- ci: use pre release and should be able to push to xposed repo
- chore: cleanup
- chore: rename PackResources
- refactor: extract Map.getOrPut(list)
- ci: seperate owner and repo