-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[Android] Custom CommissioningFlow Implementation #11101
[Android] Custom CommissioningFlow Implementation #11101
Conversation
PR #11101: Size comparison from c335ced to 94e3942 Increases (1 build for esp32)
Full report (37 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
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.
You'll have to sign the CLA before reviewers automatically get added.
Also, this is failing the Android check; I think you need to add a volley dependency in app/build.gradle
.
src/android/CHIPTool/app/src/main/java/com/google/chip/chiptool/CHIPToolActivity.kt
Outdated
Show resolved
Hide resolved
src/android/CHIPTool/app/src/main/java/com/google/chip/chiptool/SelectActionFragment.kt
Outdated
Show resolved
Hide resolved
.../app/src/main/java/com/google/chip/chiptool/setuppayloadscanner/CHIPDeviceDetailsFragment.kt
Outdated
Show resolved
Hide resolved
.../app/src/main/java/com/google/chip/chiptool/setuppayloadscanner/CHIPDeviceDetailsFragment.kt
Outdated
Show resolved
Hide resolved
.../app/src/main/java/com/google/chip/chiptool/setuppayloadscanner/CHIPLedgerDetailsFragment.kt
Outdated
Show resolved
Hide resolved
.../app/src/main/java/com/google/chip/chiptool/setuppayloadscanner/CHIPLedgerDetailsFragment.kt
Outdated
Show resolved
Hide resolved
94e3942
to
d4a7e4d
Compare
d4a7e4d
to
98c9027
Compare
afc3cd0
to
06081ad
Compare
PR #11101: Size comparison from 551ba65 to 06081ad Full report (37 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
Fast tracking, this is a platform specific implementation proposed by a platform vendor. |
* Add Commissioning Flow = 2 (Custom) in Android app * Resolve PR comments by austinh0
Problem
Change overview
Testing
What is next