Skip to content

Releases: patrickfav/under-the-hood

v0.7.0

13 Jun 22:23
v0.7.0
76a12c7
Compare
Choose a tag to compare
  • update to SDK 29 and Android Gradle Plugin v4
  • do not plant Timber tree anymore and fix error log issues
  • support RTL
  • Migrate to AndroidX

v0.6.0

19 Oct 21:38
82f37ba
Compare
Choose a tag to compare
  • update to SDK26
  • add new default for section TrafficStats
  • add new createDataMap feature creating a key-value map from pages object

v0.5.3

26 Jul 22:17
c9a23d3
Compare
Choose a tag to compare
Update changelog

v0.5.2

12 May 17:56
c3b69bc
Compare
Choose a tag to compare
  • removes allow backup and support rtl from lib manifests

v0.5.1

27 Feb 21:19
4385c6f
Compare
Choose a tag to compare
  • adds spacer element in HoodApi
  • error in single package assembler type will not prevent other types from being shown
  • fix bug where vibrator would not be checked if any existed in shake debug feature
  • adds obfuscate and shorten feature
  • adds apk signature context ref feature

v0.5.0

03 Feb 22:56
992db91
Compare
Choose a tag to compare
  • adds feature to disable logging for entries or entire pages
  • adds feature to get log of pages as StringBuilder
  • fix showing null if uses-feature requires glEsVersion and has no name (used often for Google Maps)

Migration from v0.4.x

  • Use PageEntry.disableLogging() instead of Hood.get().createHeaderEntry(String,bool) to disable it in logging

v0.4.4

30 Jan 17:55
Compare
Choose a tag to compare
  • minor demo app layout fix
  • build script fixes
  • deploy noop fix

v0.4.3

30 Jan 08:38
Compare
Choose a tag to compare
  • fixes toolbar tinting/coloring regression

v0.4.2

29 Jan 22:41
Compare
Choose a tag to compare
  • adds feature to be able to theme toolbar text & icons
  • adds playstore link default

v0.4.1

26 Jan 22:43
Compare
Choose a tag to compare
  • fixes bug in demo activity were application context was used in shake detector to start activity