Skip to content

Releases: YvesCheung/UInspector

2.0.20

30 Jul 03:02
Compare
Choose a tag to compare

Remove kotlin-reflect depedency

2.0.19

05 Sep 03:54
Compare
Choose a tag to compare

Use 'lzyzsd/AndroidRandomColor' source code as dependency

2.0.18

01 Jun 08:59
Compare
Choose a tag to compare

androidx.startup.Initializer requires compileSdkVersion 30, and many projects fail to meet this requirement.
So use ContentProvider instead.

2.0.17

11 May 15:03
Compare
Choose a tag to compare

Fix situation that Barrier dosen't exist below ConstraintLayout v2.x

2.0.16

11 May 11:12
Compare
Choose a tag to compare

Counter bytedance Horae hook

2.0.15

11 May 09:18
Compare
Choose a tag to compare
  1. compileOnly AutoService annotation so that it can be used in bytedance project
  2. Fix NoSuchMethodError when androidx.core version is too old

2.0.14

05 May 05:16
Compare
Choose a tag to compare

Using R.bool.uinspector_dimension_dp property to determine the unit

2.0.13

05 May 02:30
Compare
Choose a tag to compare

Use TYPE_PHONE instead of TYPE_SYSTEM_OVERLAY. Fix #8

2.0.12

29 Apr 09:57
Compare
Choose a tag to compare

Fix crash caused by 'permission denied for window type 2038' on android api23-26 : #8

2.0.11

23 Feb 06:49
Compare
Choose a tag to compare

Add FLAG_IMMUTABLE to PendingIntent for android M and above, see #6