Skip to content

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

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

0.3.11

30 Apr 17:24
Compare
Choose a tag to compare

πŸ› Fixes

  • fix: icon pack selection dialog not opening if the icon pack has been uninstalled

πŸ’¬ Other

  • chore: code cleanup

0.3.10

30 Apr 04:55
Compare
Choose a tag to compare

πŸš€ Features

  • feat: display the pixel launcher package name in summary if it is not the default value

πŸ› Fixes

  • fix: scale task icon using NON_ADAPTIVE_SCALE
  • fix: hook nexus launcher and launcher3 even if launcher package is set to other value

πŸ’¬ Other

  • refactor: PrefEntry instead of just Pair
  • docs: README.md

0.3.9

29 Apr 12:54
Compare
Choose a tag to compare

πŸš€ Features

  • feat: replace icon in task description (for example custom tabs)

πŸ› Fixes

  • fix(ScrollIndicationBox): use DarkGray in light mode
  • fix(Utils): asType does not do type checking
  • fix(task icon): use primary color as background

πŸ’¬ Other

  • refactor: move sources to .source, models to .model
  • refactor: use MethodHookParam as receiver
  • docs: add new translator