Proto commits in google-home/sample-apps-for-matter-android

These 6 commits are when the Protocol Buffers files have changed:

Commit:3d06321
Author:Pierre Delisle
Committer:GitHub

Sync the codelab branch with v2.0.0 (#201)

The documentation is generated from this commit.

Commit:6ae3fdb
Author:Pierre Delisle
Committer:GitHub

Convert DeviceFragment to Jetpack Compose. (#186) * Convert DeviceFragment to Jetpack Compose. See https://developer.android.com/codelabs/jetpack-compose-migration#0 for background information. Still in Step 1: very simple migration as a first step. bottom-up approach where we simply migrate the Device screen view subtree that is shown when a device is selected. Also: - Added support for additional device types - gradle 8.1 -> 8.2

The documentation is generated from this commit.

Commit:ee11802
Author:Pierre Delisle
Committer:GitHub

Change structure of the project so we can support multiple sample app… (#153) Change structure of the project so we can support multiple sample applications in the future. The only sample app we current have ("app") is renamed "3p-ecosystem" so that each sample app is given a proper descriptive name.

Commit:2277ed4
Author:Edwin Manhando
Committer:GitHub

read and display vendor name and product name (#137) * read basic information cluster's product name and vendor name attributes * include vendor and product names in devices.proto. display vendor and product names in device fragment

Commit:748a8fe
Author:Pierre Delisle
Committer:GitHub

Adds support to suppress "Halfsheet Notification" (proactive commissi… (#84) * Adds support to suppress "Halfsheet Notification" (proactive commissionable discovery notifications for Matter devices). - New setting "Halfsheet Notification" in the Settings screen. - New package "lifecycle" to encapsulate all processing associated with lifecycle events.

Commit:9308cf4
Author:Pierre Delisle
Committer:Pierre Delisle

Initial code drop without jniLibs/.