Skip to content

Releases: Xposed-Modules-Repo/com.richardluo.globalIconPack

0.4.7

22 Jul 18:28
Compare
Choose a tag to compare
0.4.7 Pre-release
Pre-release

πŸ› Fixes

  • fix(AppIconListVM): distinct and sort items by icon
  • fix(AppIconListPage): edge to edge for IconList
  • fix: appIconEntry not being changed
  • perf: distinctBy only when app changes
  • fix(InstanceManager): cache lock
  • fix: db early error
  • fix: remove unnecessary mapLatest

πŸ’¬ Other

  • build: some commits are not included
  • refactor: ConsumablePadding
  • refactor: simplify WorldPreference

0.4.6

21 Jul 13:09
Compare
Choose a tag to compare

πŸš€ Features

  • feat: compatible with android >= 8 (#102) @Mickmick21

πŸ› Fixes

  • fix: reset db permission in provider mode
  • fix: remove duplicate debounceInput
  • perf(AppIconList): stop and lazy restart flow as needed
  • fix: change min sdk to 27. SQLite won't work otherwise.
  • fix: PIXEL_LAUNCHER_PACKAGE pref will use TextFieldDialogContent
  • fix: u:object_r:magisk_file does not work for ksu android 16
  • fix: double the icon cache size
  • fix(AppIconListVM): flow is not started as intended

πŸ’¬ Other

  • chore: cleanup

0.4.5

19 Jul 07:36
Compare
Choose a tag to compare

πŸš€ Features

  • feat: radio button in merger base pack selection
  • feat: use broken_image.xml to represent missing icons
  • feat(Merger): ripple round corner
  • feat: auto fill missing icons from other icon packs

πŸ› Fixes

  • fix: deoptimize system ui methods
  • perf: minus assign instead of filterKeys
  • fix(AutoFill): move draggable handle to drag indicator icon, to avoid conflict with lazy column
  • perf(IconPackApps): flow stops after a timeout

πŸ’¬ Other

  • chore: code cleanup
  • chore: upgrade dependencies
  • refactor: object Apps
  • docs: add missing licenses
  • chore: cleanup

0.4.4

22 Jun 08:01
Compare
Choose a tag to compare

πŸš€ Features

  • feat: add com.google.android.apps.wellbeing to xposed scope

πŸ› Fixes

  • fix: android 15 qpr2
  • fix: > android 15 r20 and fallback icon may be processed twice

0.4.3

07 Jun 08:53
Compare
Choose a tag to compare

πŸš€ Features

  • feat: add progress report to icon pack creator

πŸ› Fixes

  • fix: probably uninitialized prefFlow before setup.
  • fix(Merger): correct bottom padding for fab and nav pill
  • fix(create_icon_pack.sh): wording

πŸ’¬ Other

  • build: upgrade dependency
  • docs: add OTA instruction

0.4.2

23 May 14:11
Compare
Choose a tag to compare

πŸš€ Features

  • feat: improved page transition and shared bounds between pages

πŸ’¬ Other

  • build: match fix(a.xml): xxx

0.4.1

21 May 09:54
Compare
Choose a tag to compare

πŸš€ Features

  • feat: override with shape and disable foreground

0.4.0

14 May 16:47
Compare
Choose a tag to compare

πŸš€ Features

  • feat: add loading dialog for import and export
  • feat: set icons for activities
  • feat: generate fallback icon for sym_def_app_icon

πŸ› Fixes

  • fix: read closed cursor
  • fix(IconVariant): the sdk unflattenFromString can not handle empty classname

0.3.13

11 May 16:32
Compare
Choose a tag to compare

πŸš€ Features

  • feat: auto refresh app list when new app is installed

πŸ› Fixes

  • fix: reset permission each time in share mode

πŸ’¬ Other

  • chore: update dependency
  • docs: uninstallation in share mode instruction

0.3.12

01 May 16:10
Compare
Choose a tag to compare

πŸ› Fixes

  • fix: restart pixel launcher will now restart user defined launcher
  • fix: not work for some highly optimized systems

πŸ’¬ Other