-
Notifications
You must be signed in to change notification settings - Fork 108
Improve visualizer usability #1382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+1,370
−5,119
Merged
Changes from 40 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
e3b81f3
Complete reset when changing trace files
wenli-cai cbcea20
Fix naming for node current and past state
wenli-cai 9c1fc6a
Enumerate the specific changes for each node and color them accordingly
wenli-cai 25d04a4
Move away from using reflection for accessing node fields
wenli-cai 1ce9943
Change node data being visualized
wenli-cai b5d3b16
Remove unnecessary frame tracking in main composable
wenli-cai 6dddf94
Add legend for the colors used in the frame
wenli-cai 6d2d31b
Group unaffected and affected children separately
wenli-cai e71a870
Separate composable components and change workflow UI pattern
wenli-cai 18c3b6f
Don't apply simple/nested pattern for unaffected children group
wenli-cai 5646d10
Add file dump functionality from live tracing mode
wenli-cai 18f82cd
Fix NPE when enabling live view without a connected device
japplin 07ab5fd
Enable compose hot reload
japplin 58c58a9
Change sample/tutorial module's agp version
wenli-cai 2aaa120
WIP text diff
wenli-cai 5ec8a18
Add text-diff functionality
wenli-cai 82eae8b
Fix compose violations
wenli-cai 1633f4c
Merge branch 'main' into wenli/improve-visualizer
wenli-cai 1e1da90
Apply changes from dependencyGuardBaseline --refresh-dependencies
wenli-cai 8fbeab4
Apply changes from artifactsDump
workflow-pr-fixer[bot] a50f9a5
Fix merge bugs
wenli-cai c4fe05e
Allow device selection
wenli-cai 6687f04
Manual api dump
wenli-cai cdfbc82
Remove compose hot reload changes
wenli-cai 5d3e3f4
Apply changes from dependencyGuardBaseline --refresh-dependencies
wenli-cai fdf2253
Apply changes from apiDump
workflow-pr-fixer[bot] 5280f84
Apply changes from artifactsDump
workflow-pr-fixer[bot] a2c98ae
Clean up
wenli-cai 325b239
Add search box for available nodes in the specified frame
wenli-cai 688688e
Refactor directories
wenli-cai 24fae61
Improve error handling
wenli-cai cc40120
Make app window snap to the specific node when it is being searched.
wenli-cai a9a44e9
Fix zooming for sandbox
wenli-cai 4f9f92b
Replace color legend with tooltip display on node hover
wenli-cai 418abf1
New frame selector format
wenli-cai f2b5169
Fill background of info panel arrow
wenli-cai 7b7b41a
Usage guide gifs
wenli-cai a489f00
Improve readme
wenli-cai 03c505d
Fix reset state
wenli-cai 08f412c
Cleanup code for review
wenli-cai 543258b
Revert dependencies classpath
wenli-cai 4a8d29d
Add remaining internal modifiers
wenli-cai 6a056ca
Fix PR comments
wenli-cai d3645e1
Fix more PR comments
wenli-cai 4a6ca5b
Merge branch 'main' into wenli/improve-visualizer
wenli-cai 989766d
Apply changes from apiDump
wenli-cai File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
com.squareup.okio:okio-jvm:3.3.0 | ||
com.squareup.okio:okio:3.3.0 | ||
org.jetbrains.kotlin:kotlin-bom:2.1.21 | ||
org.jetbrains.kotlin:kotlin-stdlib-common:2.1.21 | ||
org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.21 | ||
org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.21 | ||
org.jetbrains.kotlin:kotlin-stdlib:2.1.21 | ||
org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 | ||
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 | ||
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 | ||
org.jetbrains.kotlin:kotlin-bom:2.2.0 | ||
org.jetbrains.kotlin:kotlin-stdlib-common:2.2.0 | ||
org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.2.0 | ||
org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.2.0 | ||
org.jetbrains.kotlin:kotlin-stdlib:2.2.0 | ||
org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0 | ||
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.9.0 | ||
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 | ||
org.jetbrains:annotations:23.0.0 |
31 changes: 21 additions & 10 deletions
31
workflow-runtime/dependencies/jvmMainRuntimeClasspath.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,22 @@ | ||
com.squareup.okio:okio-jvm:3.3.0 | ||
com.squareup.okio:okio:3.3.0 | ||
org.jetbrains.kotlin:kotlin-bom:2.1.21 | ||
org.jetbrains.kotlin:kotlin-stdlib-common:2.1.21 | ||
org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.21 | ||
org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.21 | ||
org.jetbrains.kotlin:kotlin-stdlib:2.1.21 | ||
org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 | ||
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 | ||
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 | ||
com.fasterxml.jackson.core:jackson-annotations:2.12.7 | ||
com.fasterxml.jackson.core:jackson-core:2.12.7 | ||
com.fasterxml.jackson.core:jackson-databind:2.12.7.1 | ||
com.fasterxml.jackson.module:jackson-module-kotlin:2.12.7 | ||
com.fasterxml.jackson:jackson-bom:2.12.7 | ||
org.freemarker:freemarker:2.3.32 | ||
org.jetbrains.dokka:all-modules-page-plugin:2.0.0 | ||
org.jetbrains.dokka:analysis-markdown:2.0.0 | ||
org.jetbrains.dokka:dokka-base:2.0.0 | ||
org.jetbrains.dokka:templating-plugin:2.0.0 | ||
org.jetbrains.kotlin:kotlin-bom:2.2.0 | ||
org.jetbrains.kotlin:kotlin-reflect:2.2.0 | ||
org.jetbrains.kotlin:kotlin-stdlib-common:2.2.0 | ||
org.jetbrains.kotlin:kotlin-stdlib:2.2.0 | ||
org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0 | ||
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.9.0 | ||
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 | ||
org.jetbrains.kotlinx:kotlinx-html-jvm:0.9.1 | ||
org.jetbrains:annotations:23.0.0 | ||
org.jetbrains:markdown-jvm:0.7.3 | ||
org.jetbrains:markdown:0.7.3 | ||
org.jsoup:jsoup:1.16.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we can update these dependencies to 2.2.0 until Register is on it. At any rate, it's better to do major dependency updates separately from feature changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I missed some things when reverting the dependencies, fixed.