Skip to content
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] Add Android Matter Device App for automation testing #27799

Merged
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
ceeba48
st-device-app: Add st-device-app for automation test with Android device
Jaehoon-You Jul 7, 2023
bf03bba
st-device-app: Add gradle-wrapper.jar file
Jaehoon-You Jul 7, 2023
e6bc84e
st-device-app: Remove brand icon after reviewing
Jaehoon-You Jul 10, 2023
bbb0777
Update examples/st-device-app/android/.gn
chulspro Jul 11, 2023
f35a75d
Update examples/st-device-app/android/java/src/com/samsung/matter/std…
chulspro Jul 11, 2023
cf9cca7
Update examples/st-device-app/android/java/src/com/samsung/matter/std…
chulspro Jul 11, 2023
3cbafd2
Update examples/st-device-app/st-device-common/include/CHIPProjectApp…
chulspro Jul 11, 2023
07aad11
Update examples/st-device-app/st-device-common/BUILD.gn
chulspro Jul 11, 2023
3714147
Update examples/st-device-app/android/java/src/com/samsung/matter/std…
chulspro Jul 11, 2023
fc5254b
Update examples/st-device-app/android/java/src/com/samsung/matter/std…
chulspro Jul 11, 2023
e79841e
Update examples/st-device-app/android/java/src/com/samsung/matter/std…
chulspro Jul 11, 2023
5b4999f
st-device-app: Change the hexadecimal format in string xml
Jaehoon-You Jul 13, 2023
a8aaced
st-device-app: Update .zap/.matter for supporting required attributes
Jaehoon-You Jul 13, 2023
8705f51
st-device-app: Resolve spelling check issue
Jaehoon-You Jul 13, 2023
95fb360
scripts: fix merge conflicts
chulspro Jul 19, 2023
adb6cd3
docs: add virtual-device-app and fix merge conflicts
chulspro Jul 19, 2023
041fd9b
Restyled by whitespace
restyled-commits Jul 14, 2023
e21944a
Restyled by google-java-format
restyled-commits Jul 14, 2023
1928edb
Restyled by clang-format
restyled-commits Jul 14, 2023
b847dc8
Restyled by gn
restyled-commits Jul 14, 2023
81a4da4
Restyled by prettier-markdown
restyled-commits Jul 14, 2023
3590097
Restyled by shellharden
restyled-commits Jul 14, 2023
531c25d
Restyled by shfmt
restyled-commits Jul 14, 2023
9e276ac
Restyled by shellharden
restyled-commits Jul 14, 2023
1be6845
st-device-app: Format kotlin files
Jaehoon-You Jul 14, 2023
bc4727e
scritps: fix merge conflicts
chulspro Jul 20, 2023
e977d82
virtual-device-app: chmod for gradle
Jaehoon-You Jul 17, 2023
f6da08a
virtual-device-app: apply common build script
Jaehoon-You Jul 17, 2023
918fcfc
virtual-device-app: Use out_dir from build script
Jaehoon-You Jul 17, 2023
2647e1b
virtual-device-app: Remove unused chip args
Jaehoon-You Jul 17, 2023
1a19a06
virtual-device-app: Update device config
Jaehoon-You Jul 17, 2023
9ea68f3
Restyled by google-java-format
restyled-commits Jul 17, 2023
7aca097
Restyled by clang-format
restyled-commits Jul 17, 2023
0197ed6
Restyled by gn
restyled-commits Jul 17, 2023
9279568
Restyled by prettier-markdown
restyled-commits Jul 17, 2023
92b3176
virtual-device-app: Change OnOff revision to 5
Jaehoon-You Jul 19, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
virtual-device-app: Remove unused chip args
Signed-off-by: Jaehoon You <[email protected]>
Signed-off-by: Charles Kim <[email protected]>
  • Loading branch information
Jaehoon-You authored and chulspro committed Jul 20, 2023
commit 2647e1be117decec0158c57685a2d51b6a7002d1
2 changes: 0 additions & 2 deletions examples/virtual-device-app/android/args.gni
Original file line number Diff line number Diff line change
@@ -24,6 +24,4 @@ chip_project_config_include_dirs =
[ "${chip_root}/examples/virtual-device-app/virtual-device-common/include" ]
chip_project_config_include_dirs += [ "${chip_root}/config/standalone" ]

chip_build_libshell = true

chip_config_network_layer_ble = true