Commit 5b39391
authored
Fix tags missing for compose view hierarchies (#4275)
* Fix tags missing for compose view hierarchies
* Update Changelog
* Extract Jetpack Compose Tag extraction into a single method
* Cache internal fields
* Transfer Compose Helper to Compose library, Kotlin-ify
* Improve bounds calculation for ViewHierarchy and Gesture Target location
* Fix formatting
* Fix tests
* Minor cleanup
* Fix lint + Kotlin compiler warnings1 parent 087248f commit 5b39391
File tree
23 files changed
+651
-576
lines changed- sentry-android-core
- sentry-android-integration-tests/sentry-uitest-android
- sentry-bom
- sentry-compose-helper
- api
- src
- jvmMain/java/io/sentry/compose
- gestures
- viewhierarchy
- jvmTest/java/io/sentry/compose/viewhierarchy
- sentry-compose
- api/android
- src
- androidMain/kotlin/io/sentry/compose
- gestures
- viewhierarchy
- androidUnitTest/kotlin/io/sentry/compose
- viewhierarchy
- sentry-samples/sentry-samples-android
23 files changed
+651
-576
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | 84 | | |
86 | 85 | | |
87 | 86 | | |
| |||
109 | 108 | | |
110 | 109 | | |
111 | 110 | | |
112 | | - | |
| 111 | + | |
113 | 112 | | |
114 | 113 | | |
115 | 114 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | 100 | | |
102 | 101 | | |
103 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
Lines changed: 0 additions & 41 deletions
This file was deleted.
sentry-compose-helper/src/jvmMain/java/io/sentry/compose/gestures/ComposeGestureTargetLocator.java
Lines changed: 0 additions & 162 deletions
This file was deleted.
0 commit comments