-
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]Enable OTA Provider in Android controller #28316
[Android]Enable OTA Provider in Android controller #28316
Conversation
4fd7aff
to
4095edb
Compare
b7bc3ae
to
385556e
Compare
PR #28316: Size comparison from aed2bcd to 385556e Increases (1 build for telink)
Decreases (1 build for efr32)
Full report (65 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #28316: Size comparison from aed2bcd to 76678ba Increases (11 builds for bl702, bl702l, cc32xx, psoc6, telink)
Decreases (2 builds for efr32, telink)
Full report (65 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #28316: Size comparison from aed2bcd to 4481c1b Increases above 0.2%:
Increases (44 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, psoc6, qpg, telink)
Decreases (5 builds for linux, psoc6, telink)
Full report (65 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
4481c1b
to
5a570e8
Compare
PR #28316: Size comparison from d453502 to 5a570e8 Decreases (2 builds for efr32, telink)
Full report (65 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
5a570e8
to
d43ee4a
Compare
d43ee4a
to
64cbbbb
Compare
64cbbbb
to
66143dc
Compare
PR #28316: Size comparison from d104699 to 66143dc Decreases (1 build for efr32)
Full report (65 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #28316: Size comparison from d104699 to 4bf48cb Increases above 0.2%:
Increases (10 builds for bl602, bl702, bl702l, cc32xx, linux)
Decreases (24 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, k32w, linux, mbed, nrfconnect, qpg)
Full report (24 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, k32w, linux, mbed, nrfconnect, qpg)
|
PR #28316: Size comparison from d104699 to ea0befa Increases above 0.2%:
Increases (28 builds for bl702, bl702l, cc32xx, efr32, esp32, linux, psoc6, telink)
Decreases (64 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
Full report (65 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #28316: Size comparison from d104699 to 8314edd Increases above 0.2%:
Increases (31 builds for bl702, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, psoc6, telink)
Decreases (63 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
Full report (65 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
* move MTRIMDispatch.mm and MTRControllerAccessControl * Add dynamic dispatcher and access control for Android controller * Fix spelling of "controller". * Make Matter.framework work with the new setup. * address comment * Restyled by gn --------- Co-authored-by: Boris Zbarsky <[email protected]> Co-authored-by: Restyled.io <[email protected]>
--Move MTRIMDispatcher to general src/app/dynamic_server/DynamicDispatcher.cpp
--Move MTRControllerAccessControl to general src/app/dynamic_server/AccessControl.cpp
--Update the Java controller to link the dispatcher to enable OTA Provider capability.
#26868