Skip to content

Releases: infinum/android-sentinel

1.5.1

31 Mar 13:43
a2b325d

Choose a tag to compare

  • Hotfix: add targetedPreferences property to no-op

1.5.0

11 Mar 12:26
3e59292

Choose a tag to compare

  • Add feature to show only predefined preferences

1.4.2

24 Jan 13:11
0e7711e

Choose a tag to compare

  • Bump compileSdk and targetSdk to 35
  • Bump Chucker to version 4.1.0
  • Bump AGP to 8.7.3
  • Support for edge to edge

1.4.1

21 Aug 14:33
c2bf8d5

Choose a tag to compare

Hotfix for #76 (can't install multiple variants of app with Sentinel)

1.4.0

18 Jul 10:54
1d22f19

Choose a tag to compare

  • UX improvements for SharedPreferences tool
  • Improvement for exported logs - datetime now in human-readable format
  • Fix WorkManager initialization bug that could crash apps

1.3.3

20 May 18:04
969fa94

Choose a tag to compare

  • Update dependencies
  • Fix AGP 8.3.0 support (duplicated resources resolved)
  • Remove desugaring
    • due to AGP changes
    • CertificateTool is now only supported on devices running API 26 or newer

1.3.3-alpha01

22 Apr 07:22
58526d1

Choose a tag to compare

1.3.3-alpha01 Pre-release
Pre-release
  • Fix AGP 8.3.0 support (duplicated resources resolved)
  • Clients need to enable coreLibraryDesugaring due to AGP changes (should be resolved for full release)
  • Update dependencies

1.3.2

06 Mar 12:06
e22b5de

Choose a tag to compare

Fixes:

  • Android 13 notification permissions #45
  • Triggers activating even though they were disabled by the user in manifest #46

1.3.1

28 Aug 18:57

Choose a tag to compare

  • Fix log file provider authorities in code.

1.3.0

21 Jul 13:45
91e2e6b

Choose a tag to compare

  • Update dependencies.
  • Persist logs to disk.
  • Fix log file provider authorities. Thanks @MrPranklin for your contribution!