Skip to content

Releases: LibChecker/LibChecker

2.2.6

14 May 09:34
Compare
Choose a tag to compare
  • Fix bugs

Full Changelog: zhaobozhen/LibChecker@2.2.5...2.2.6

2.2.5

07 May 16:50
Compare
Choose a tag to compare

2.2.5

  • Made the application details page and APK analysis page more consistent
  • Now supports detecting if Jetpack Compose is used
  • Added a way to detect Kotlin plugin versions
  • Now for metadata, if the value may be an Android resource ID, it can be converted to the original value
  • Fixed the inability to view Splits APK for disabled apps
  • Optimized the refresh logic of the app list
  • Updated the dependency

2.2.4

24 Apr 04:37
e31633a
Compare
Choose a tag to compare

2.2.4

  • Supported themed app icons on Tiramisu
  • Enabled dialog-style details page for new-installed and deleted apps
  • Enabled dialog behind blur effect on Android 12+
  • Optimized chart styles
  • Added minSdkVersion version statistics to the chart
  • Now support saving snapshot by URL Scheme
  • Now supports statistics by "Package" and "Shared UID"
  • Updated dependencies
  • Fixed some bugs

2.2.3

10 Apr 07:15
Compare
Choose a tag to compare

2.2.3

  • Disabled apps are now identified on the app list page
  • Update dependencies
  • Optimized implementation

2.2.2

23 Mar 15:04
Compare
Choose a tag to compare
  • Fix Gitee API requests
  • Fix bugs
  • Update dependencies
  • Fixed some issues
  • The marked library is now available as an SDK. This means that you can easily integrate the rules come from LibChecker into your application. (For details, see: https://github.com/zhaobozhen/LibChecker-Rules-Bundle)

2.2.1

21 Jan 06:09
Compare
Choose a tag to compare

2.2.1

  • Support long-pressing the app icon on the details page to copy it to the clipboard
  • Enable dynamic colors in Material 3 theme (Alpha) on Android 12+
  • Support search filter components in details page
  • Updated Russian translation
  • Fixed some issues

2.2.0

08 Jan 05:17
Compare
Choose a tag to compare

2.2.0

  • Snapshots support recording the size of the application package
  • Snapshot comparison is now triggered if the package size changes
  • Statistics page supports permissions and metadata, and speeds up the loading speed of entering secondary pages
  • Snapshot details page now supports generating text reports
  • Added a prompt about android:extractNativeLibs in the application details page
  • Fixed some issues

2.1.14

25 Dec 09:52
Compare
Choose a tag to compare
  • Supports Android 12 SplashScreen API
  • Reduces initialization time
  • Adjustes the layout of the details page

2.1.13

12 Dec 06:01
Compare
Choose a tag to compare
  • Support Android 12L Activity Embeding API
  • Support sharing apk to LibChecker
  • Bug fix

2.0.11

14 Nov 14:12
Compare
Choose a tag to compare
  • Now the snapshot can record metadata changes
  • Optimize performance and fix bugs