Skip to content

Commit 721efce

Browse files
committed
APL-VH-Android: August 2022 Release of APL 2022.1 compliant Viewhost (2022.2.1)
1 parent d0c90c5 commit 721efce

File tree

1,327 files changed

+200558
-9926
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,327 files changed

+200558
-9926
lines changed

CODE_OF_CONDUCT.md

-4
This file was deleted.

apl/src/main/java/com/amazon/apl/android/component/MultiChildViewAdapter.java

-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ public void onDisplayedChildrenChanged(MultiChildComponent component, APLAbsolut
152152
* This invalidate is a performance hit vs. just doing the early return.
153153
* It will be revisited in quieter times for a potential performance gain.
154154
*/
155-
layout.requestLayout();
156155
layout.invalidate();
157156
return;
158157
}

apl/src/test/java/com/amazon/apl/android/component/MultiChildViewAdapterTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,6 @@ public void test_refresh_displayedChildren_noChildrenChanged_doesntModifyViews()
380380

381381
verify(mockView, never()).detachAllViews();
382382
verify(mockView, never()).attachView(any());
383-
verify(mockView).requestLayout();
384383
verify(mockView).invalidate();
385384
}
386385

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"allAbis": [
3+
"armeabi-v7a",
4+
"arm64-v8a",
5+
"x86",
6+
"x86_64"
7+
],
8+
"validAbis": [
9+
"X86"
10+
]
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[
2+
{
3+
"level": "INFO",
4+
"message": "ABIs [x86,armeabi-v7a,armeabi] set by \u0027android.injected.build.abi\u0027 gradle flag contained \u0027ARMEABI\u0027 not targeted by this project."
5+
}
6+
]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"ndkHandlerSupportedAbis": [
3+
"ARMEABI_V7A",
4+
"ARM64_V8A",
5+
"X86",
6+
"X86_64"
7+
],
8+
"ndkHandlerDefaultAbis": [
9+
"ARMEABI_V7A",
10+
"ARM64_V8A",
11+
"X86",
12+
"X86_64"
13+
],
14+
"externalNativeBuildAbiFilters": [],
15+
"ndkConfigAbiFilters": [],
16+
"splitsFilterAbis": [],
17+
"ideBuildOnlyTargetAbi": true,
18+
"ideBuildTargetAbi": "x86,armeabi-v7a,armeabi"
19+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"allAbis": [
3+
"armeabi-v7a",
4+
"arm64-v8a",
5+
"x86",
6+
"x86_64"
7+
],
8+
"validAbis": [
9+
"ARMEABI_V7A",
10+
"ARM64_V8A",
11+
"X86",
12+
"X86_64"
13+
]
14+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"ndkHandlerSupportedAbis": [
3+
"ARMEABI_V7A",
4+
"ARM64_V8A",
5+
"X86",
6+
"X86_64"
7+
],
8+
"ndkHandlerDefaultAbis": [
9+
"ARMEABI_V7A",
10+
"ARM64_V8A",
11+
"X86",
12+
"X86_64"
13+
],
14+
"externalNativeBuildAbiFilters": [],
15+
"ndkConfigAbiFilters": [],
16+
"splitsFilterAbis": [],
17+
"ideBuildOnlyTargetAbi": true
18+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"allAbis": [
3+
"armeabi-v7a",
4+
"arm64-v8a",
5+
"x86",
6+
"x86_64"
7+
],
8+
"validAbis": [
9+
"X86"
10+
]
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"ndkHandlerSupportedAbis": [
3+
"ARMEABI_V7A",
4+
"ARM64_V8A",
5+
"X86",
6+
"X86_64"
7+
],
8+
"ndkHandlerDefaultAbis": [
9+
"ARMEABI_V7A",
10+
"ARM64_V8A",
11+
"X86",
12+
"X86_64"
13+
],
14+
"externalNativeBuildAbiFilters": [],
15+
"ndkConfigAbiFilters": [],
16+
"splitsFilterAbis": [],
17+
"ideBuildOnlyTargetAbi": true,
18+
"ideBuildTargetAbi": "x86"
19+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"allAbis": [
3+
"armeabi-v7a",
4+
"arm64-v8a",
5+
"x86",
6+
"x86_64"
7+
],
8+
"validAbis": [
9+
"ARMEABI_V7A"
10+
]
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[
2+
{
3+
"level": "INFO",
4+
"message": "ABIs [armeabi-v7a,armeabi] set by \u0027android.injected.build.abi\u0027 gradle flag contained \u0027ARMEABI\u0027 not targeted by this project."
5+
}
6+
]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"ndkHandlerSupportedAbis": [
3+
"ARMEABI_V7A",
4+
"ARM64_V8A",
5+
"X86",
6+
"X86_64"
7+
],
8+
"ndkHandlerDefaultAbis": [
9+
"ARMEABI_V7A",
10+
"ARM64_V8A",
11+
"X86",
12+
"X86_64"
13+
],
14+
"externalNativeBuildAbiFilters": [],
15+
"ndkConfigAbiFilters": [],
16+
"splitsFilterAbis": [],
17+
"ideBuildOnlyTargetAbi": true,
18+
"ideBuildTargetAbi": "armeabi-v7a,armeabi"
19+
}
0 Bytes
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# ninja log v5
2-
0 369 1654647032 CMakeFiles/common-jni.dir/src/main/cpp/jninativeowner.cpp.o 1674e66d401cb769
3-
370 452 1654647032 ../../../../build/intermediates/cmake/debug/obj/arm64-v8a/libcommon-jni.so c14fa649d1d79212
2+
0 760 1660607518 CMakeFiles/common-jni.dir/src/main/cpp/jninativeowner.cpp.o 1674e66d401cb769
3+
762 926 1660607519 ../../../../build/intermediates/cmake/debug/obj/arm64-v8a/libcommon-jni.so c14fa649d1d79212

common/.cxx/cmake/debug/arm64-v8a/CMakeCache.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This is the CMakeCache file.
2-
# For build in directory: /Users/pranavsu/github/apl-viewhost-android/common/.cxx/cmake/debug/arm64-v8a
2+
# For build in directory: /Users/pranavsu/Documents/Test_open_source/apl-viewhost-android/common/.cxx/cmake/debug/arm64-v8a
33
# It was generated by CMake: /Users/pranavsu/Library/Android/sdk/cmake/3.10.2.4988404/bin/cmake
44
# You can edit this file to change values found and used by cmake.
55
# If you do not want to change any of the values, simply exit the editor.
@@ -114,13 +114,13 @@ CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
114114
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=ON
115115

116116
//No help, variable specified on the command line.
117-
CMAKE_FIND_ROOT_PATH:UNINITIALIZED=/Users/pranavsu/github/apl-viewhost-android/common/.cxx/cmake/debug/prefab/arm64-v8a/prefab
117+
CMAKE_FIND_ROOT_PATH:UNINITIALIZED=/Users/pranavsu/Documents/Test_open_source/apl-viewhost-android/common/.cxx/cmake/debug/prefab/arm64-v8a/prefab
118118

119119
//Install path prefix, prepended onto install directories.
120120
CMAKE_INSTALL_PREFIX:PATH=/usr/local
121121

122122
//No help, variable specified on the command line.
123-
CMAKE_LIBRARY_OUTPUT_DIRECTORY:UNINITIALIZED=/Users/pranavsu/github/apl-viewhost-android/common/build/intermediates/cmake/debug/obj/arm64-v8a
123+
CMAKE_LIBRARY_OUTPUT_DIRECTORY:UNINITIALIZED=/Users/pranavsu/Documents/Test_open_source/apl-viewhost-android/common/build/intermediates/cmake/debug/obj/arm64-v8a
124124

125125
//Path to a program.
126126
CMAKE_LINKER:FILEPATH=CMAKE_LINKER-NOTFOUND
@@ -214,13 +214,13 @@ CMAKE_TOOLCHAIN_FILE:FILEPATH=/Users/pranavsu/Library/Android/sdk/ndk/23.0.75998
214214
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
215215

216216
//Value Computed by CMake
217-
common-jni_BINARY_DIR:STATIC=/Users/pranavsu/github/apl-viewhost-android/common/.cxx/cmake/debug/arm64-v8a
217+
common-jni_BINARY_DIR:STATIC=/Users/pranavsu/Documents/Test_open_source/apl-viewhost-android/common/.cxx/cmake/debug/arm64-v8a
218218

219219
//Dependencies for the target
220220
common-jni_LIB_DEPENDS:STATIC=general;/Users/pranavsu/Library/Android/sdk/ndk/23.0.7599858/toolchains/llvm/prebuilt/darwin-x86_64/sysroot/usr/lib/aarch64-linux-android/22/liblog.so;
221221

222222
//Value Computed by CMake
223-
common-jni_SOURCE_DIR:STATIC=/Users/pranavsu/github/apl-viewhost-android/common
223+
common-jni_SOURCE_DIR:STATIC=/Users/pranavsu/Documents/Test_open_source/apl-viewhost-android/common
224224

225225
//Path to a library.
226226
log-lib:FILEPATH=/Users/pranavsu/Library/Android/sdk/ndk/23.0.7599858/toolchains/llvm/prebuilt/darwin-x86_64/sysroot/usr/lib/aarch64-linux-android/22/liblog.so
@@ -233,7 +233,7 @@ log-lib:FILEPATH=/Users/pranavsu/Library/Android/sdk/ndk/23.0.7599858/toolchains
233233
//ADVANCED property for variable: CMAKE_AR
234234
CMAKE_AR-ADVANCED:INTERNAL=1
235235
//This is the directory where this CMakeCache.txt was created
236-
CMAKE_CACHEFILE_DIR:INTERNAL=/Users/pranavsu/github/apl-viewhost-android/common/.cxx/cmake/debug/arm64-v8a
236+
CMAKE_CACHEFILE_DIR:INTERNAL=/Users/pranavsu/Documents/Test_open_source/apl-viewhost-android/common/.cxx/cmake/debug/arm64-v8a
237237
//Major version of cmake used to create the current loaded cache
238238
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
239239
//Minor version of cmake used to create the current loaded cache
@@ -300,7 +300,7 @@ CMAKE_GENERATOR_PLATFORM:INTERNAL=
300300
CMAKE_GENERATOR_TOOLSET:INTERNAL=
301301
//Source directory with the top level CMakeLists.txt file for this
302302
// project
303-
CMAKE_HOME_DIRECTORY:INTERNAL=/Users/pranavsu/github/apl-viewhost-android/common
303+
CMAKE_HOME_DIRECTORY:INTERNAL=/Users/pranavsu/Documents/Test_open_source/apl-viewhost-android/common
304304
//Install .so files without execute permission.
305305
CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0
306306
//ADVANCED property for variable: CMAKE_LINKER

common/.cxx/cmake/debug/arm64-v8a/CMakeFiles/3.10.2/CMakeSystem.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
set(CMAKE_HOST_SYSTEM "Darwin-20.6.0")
1+
set(CMAKE_HOST_SYSTEM "Darwin-21.4.0")
22
set(CMAKE_HOST_SYSTEM_NAME "Darwin")
3-
set(CMAKE_HOST_SYSTEM_VERSION "20.6.0")
3+
set(CMAKE_HOST_SYSTEM_VERSION "21.4.0")
44
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
55

66
include("/Users/pranavsu/Library/Android/sdk/ndk/23.0.7599858/build/cmake/android.toolchain.cmake")

0 commit comments

Comments
 (0)