-
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] Implement using generic IM(invoke,read,write,subscribe) APIs #25956
[Android] Implement using generic IM(invoke,read,write,subscribe) APIs #25956
Conversation
PR #25956: Size comparison from d81d4e3 to b8289df Decreases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
@joonhaengHeo please update the summary to explain the approach taken and how things are used. Ideally reviewers would read the summary to understand what to expect in the PR. |
src/platform/android/java/chip/platform/NsdServiceFinderAndResolver.java
Outdated
Show resolved
Hide resolved
...oid/CHIPTool/app/src/main/java/com/google/chip/chiptool/clusterclient/BasicClientFragment.kt
Outdated
Show resolved
Hide resolved
@andy31415 |
b8289df
to
ceb0659
Compare
ceb0659
to
64ffc4c
Compare
PR #25956: Size comparison from 14ffac0 to 64ffc4c Full report (1 build for cc32xx)
|
64ffc4c
to
1bd7320
Compare
PR #25956: Size comparison from 38580b0 to 1bd7320 Full report (1 build for cc32xx)
|
PR #25956: Size comparison from 2e4064e to f40f8ca Decreases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
PR #25956: Size comparison from e2341d8 to e9b776e Full report (3 builds for mbed, qpg)
|
...id/CHIPTool/app/src/main/java/com/google/chip/chiptool/clusterclient/SensorClientFragment.kt
Outdated
Show resolved
Hide resolved
…ibe) APIs (project-chip#25956)" This reverts commit b51219b because Android CI has been failing ever since it merged (both smoketest and full).
@joonhaengHeo Unfortunately, this is failing Androir CI (probably because of a bad merge against other changes?). #26704 created to revert this so we can get the tree back into a passing-CI state. |
…e,subscribe) APIs (project-chip#25956)" (project-chip#26704)" This reverts commit bfa0580.
Fix #25468
The purpose of this PR is to: