Skip to content

Latest commit

 

History

History
209 lines (128 loc) · 3.38 KB

CHANGELOG.md

File metadata and controls

209 lines (128 loc) · 3.38 KB

Change Log

Version 1.3.1

2023-08-28

  • Fix log file provider authorities in code.

Version 1.3.0

2023-07-21

  • Fix log file provider authorities.

Version 1.2.9

2023-07-18

  • Update dependencies.
  • Persist logs to disk.

Version 1.2.8

2023-05-28

  • Fix a bug in BroadcastReceiverTrigger for USB and Airplane mode triggers.
  • Update dependencies.

Version 1.2.7

2023-04-07

  • Add metadata to no-op.

Version 1.2.6

2023-04-04

  • Add initializer for easy no-op implementation purposes.

Version 1.2.5

2023-04-04

  • Change initializer visibility for chained initialization.

Version 1.2.4

2023-04-03

  • Replace Koin with Kotlin Inject.
  • Filter out non Bundle keys in Bundle size monitor.
  • Add support for explicit trigger declarations in manifest.

Version 1.2.3

2023-03-21

  • Update Kotlin to 1.8.10.
  • Make shake trigger editable for transportation testing purposes.
  • Disable auto start of Bundle monitor.
  • Add package installer information in application data.
  • Fix serialization of log entries in Timber tool.
  • Fix concurrency of log entries in Timber tool.
  • Update Gradle wrapper.
  • Update dependencies.

Version 1.2.2

2022-11-15

  • Update Kotlin to 1.7.21.
  • Fix Android 13 compatibility issues.

Version 1.2.1

2022-08-05

  • Update Kotlin to 1.7.10.
  • Add Material3 design.

Version 1.2.0

2022-03-19

  • Implement tag filtering in Timber tool.
  • Update Gradle wrapper.
  • Update dependencies.

Version 1.1.9

2022-01-14

  • Implement screen information in Device tab.
  • Implement font scale information in Device tab.
  • Implement Proximity sensor trigger.
  • Add Timber tool.
  • Add Certificates tool.

Version 1.1.8

2022-01-06

  • Implement root check row in Device tab.
  • Implement crash monitor for uncaught exceptions and ANRs.

Version 1.1.7

2021-12-31

  • Update Kotlin to 1.6.10.
  • Update Gradle wrapper to 7.3.3.
  • Implement Android 12 compatibility.
  • Implement copy to clipboard for all values.
  • Implement preferences editor.

Version 1.1.6

2021-08-23

  • Update Kotlin to 1.5.21.
  • Fix R8 collisions on obfuscated class names.
  • Add Huawei AppGallery tool.
  • Add LeakCanary tool.

Version 1.1.5

2021-07-09

  • Update Kotlin to 1.5.20.

Version 1.1.4

2021-05-24

  • Update Kotlin to 1.5.10.
  • Prepare for Android 12.

Version 1.0.8

2021-02-12

  • Fix shake trigger regression bug.

Version 1.0.7

2021-02-11

  • Update dependencies to stable versions.

Version 1.0.6

2021-02-09

  • Move project to MavenCentral.

Version 1.0.5

2021-01-29

  • Enable Kotlin explicit mode.
  • Fix crash on Lifecycle 2.3.0
  • Update Chucker.
  • Update DbInspector.
  • Update Collar.

Version 1.0.4

2020-09-04

  • Add no op tool stubs.
  • Update Chucker.

Version 1.0.3

2020-09-04

  • Replace ContentProvider with AndroidX Startup Initializer.
  • Update Build tools 30.0.2.
  • Update Gradle to 6.6.1.
  • Update compile and target SDK to 30.

Version 1.0.2

2020-08-15

  • Update Kotlin to 1.4.0.
  • Update Gradle to 6.6.
  • Update dependencies.
  • Promote settings screen to full screen Activity.
  • Replace BottomAppBar with BottomNavigationView.
  • Replace Executors with Coroutines.
  • Cleanup resources.
  • Implement build.properties.

Version 1.0.1

2020-07-06

  • Update Gradle.
  • Update dependencies.
  • Add no-op tool classes to no-op package.

Version 1.0.0

2020-04-20

  • Initial public release.