Skip to content

Releases: imknown/AndroidLowLevelDetector

Re-write the whole app architecture

25 Jan 09:35
Compare
Choose a tag to compare
  • Refactor using Google JetPack MVVM Architecture (Lifecycle, ViewModel, LiveData, etc.)
  • Fix the wrong color result of Android build id when local build id is higher than lld json config
  • Fix Toolbar subtitle blink
  • Add distributor and installer
  • Update built-in data version
  • Performance improvement
  • Minor bugs fixed

Re-write the whole app architecture

23 Jan 16:23
Compare
Choose a tag to compare
Pre-release
  • Refactor using Google JetPack MVVM Architecture (Lifecycle, ViewModel, LiveData, etc.)
  • Fix the wrong color result of Android build id when local build id is higher than lld json config
  • Fix Toolbar subtitle blink
  • Add distributor and installer
  • Update built-in data version
  • Performance improvement
  • Minor bugs fixed

Improve a little

04 Jan 02:19
Compare
Choose a tag to compare
  • Simplify built-in data and update the version
  • Performance improvement
  • Minor bugs fixed

Improve a little

29 Dec 04:10
Compare
Choose a tag to compare
  • Simplify built-in data and update the version
  • Performance improvement
  • Minor bugs fixed

Improve

22 Dec 12:54
Compare
Choose a tag to compare
  • Speed up tabs switching
  • Add French(Franch) language
  • Let system manage process always by default
  • Improve linux detecting logic
  • Simplify built-in data and update the version
  • Performance improvement
  • Minor bugs fixed

😸 Big change

13 Dec 06:07
Compare
Choose a tag to compare
  • 🎉 App now is deployed on the Google Play Store
  • Add detect Vendor security patch level
  • Add detect Android build ids
  • Add detect outdated targetSdkVersion apk
  • Add privacy policy
  • Update built-in data version
  • Show detail home data errors
  • Fix scroll bar style does not change
  • Performance improvement
  • Minor bugs fixed

Re-design

08 Dec 14:40
Compare
Choose a tag to compare
  • Re-design the whole app. Make it more modern.
  • Show the detail result
  • Add process manager
  • Add detect WebView
  • Add detect VNDK lite
  • Minor bugs fixed

Bugfix

30 Nov 15:12
Compare
Choose a tag to compare
  • Fix check up dialog crash
  • Fix app dark mode loads multi times home list data when system is light mode
  • Minor bugs fixed

Improve a little

29 Nov 06:38
Compare
Choose a tag to compare
  • Add raw build.prop switch
  • Allow refresh 'others' manually
  • Rewrite Kotlin coroutines logic
  • Minor bugs fixed

Bugfix and beautify.

20 Nov 03:27
Compare
Choose a tag to compare
  • Fix
    • BottomNavigationView memory leaks.
    • Crash when network callbacked after app already closed.
    • Crash when fragments not attacted.
  • Force release memory of SDK leaking after app closed.
  • Redesign
    • Show error messages when online data fetching failed.
    • Migrate theme from AppCompat to MaterialComponents Bridge.
    • Fade out system bars' color when daytime.
    • Flattening the card.
    • Add theme chooser.
    • ScrollBar chooser (WIP)
  • Improve
    • Security patch level logic.
    • Toybox logic.
  • Upgrade bundle local data.
  • Minor bugs fixed.