Skip to content

Latest commit

 

History

History
70 lines (45 loc) · 3.46 KB

CHANGELOG.md

File metadata and controls

70 lines (45 loc) · 3.46 KB

February 12, 2024 - v0.9.38

  • Moves CI from CircleCI to GitHub Actions. Upgrades CI so that when a new tag is created:
    • A new version of the library is sent to Maven Central
    • A new release is created on GitHub
  • App initialization is done via App Startup(Fixes #217)
  • Adds ability to filter Shared Preferences Files and Records in specific files by key
  • (Hyperion-Recorder) Updates recorder to start its own service and posts separate foreground service notification action to stop recording.
  • Updates target Android to 14 (no user-facing changes) )(Fixes #262#263 and #264)
  • (Hyperion-Core) Adds disable/enable functions to no-op variant (Fixes #259)
  • Fixes potential NPEs in SharedPreferencesDetailAdapter

February 22, 2023 - v0.9.37

  • No user-facing functionality, this version is just a swap to a new publishing plugin with a new gpg key

August 15, 2022 - v0.9.36

  • Allows for customization where Hyperion will launch, e.g. it can now be embedded in a new Activity or a BottomSheetFragment.
  • Fixes two memory leaks: one with how activities are destroyed, and the other is a leak in HyperionService described in #224. (Fixes #224)

September 29, 2021 - v0.9.34

  • Fixes PendingIntent flag crash when targeting API 31+ (Fixes #228)

June 24, 2021 - v0.9.33

  • Fixes NPE caused by hyperion service disconnect (Fixes #225)

March 26, 2021 - v0.9.32

  • Fixes memory leak caused by dangling hyperion service connections (Fixes #220)

January 25, 2021 - v0.9.31

  • Increment target SDK version to 30 (Fixes #191)

October 13, 2020 - v0.9.30

  • Update Core plugins to Androidx / Jetpack

August 18, 2020 - v0.9.29

  • Fixes CI publish script
  • Updates AGP and gradle versions

August 18, 2020 - v0.9.28

January 4, 2019 - v0.9.27

  • Support private variables in BuildConfig (Enabled test coverage to demonstrate private field in sample)
  • Support basic printing of arrays in BuildConfig
  • Added try/catch to prevent a blank screen on any future unsupported fields in the BuildConfig

December 10, 2018 - v0.9.26

  • Fixes Recorder Plugin menu layout
  • Adds button to Timber Plugin to share logs

November 26, 2018 - v0.9.25

  • Fixes foreground permission issue on Android P