Releases: infinum/android-sentinel
Releases · infinum/android-sentinel
1.4.2
- 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
Hotfix for #76 (can't install multiple variants of app with Sentinel)
1.4.0
- 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
- 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
- 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
Fixes:
- Android 13 notification permissions #45
- Triggers activating even though they were disabled by the user in manifest #46
1.3.1
- Fix log file provider authorities in code.
1.3.0
- Update dependencies.
- Persist logs to disk.
- Fix log file provider authorities. Thanks @MrPranklin for your contribution!
1.2.8
- Fix a bug in BroadcastReceiverTrigger for USB and Airplane mode triggers.
- Update dependencies.
- Add metadata to no-op.
- Add initializer for easy no-op implementation purposes.
- Change initializer visibility for chained initialization.
1.2.4
- Replace Koin with Kotlin Inject.
- Filter out non Bundle keys in Bundle size monitor.
- Add support for explicit trigger declarations in manifest.