diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f013c6093503024be42020828c9c6da7994bca6..97a7a23234a47a045228c5ccae0774d7c172ea52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,6 @@ ohos第一个版本 * 实现了原库基本功能 -部分效果未实现 +* 因系统本身不具备此特性,TextField密码掩码为* -​ 1.TextField密码掩码为*,原项目为●,该效果为原项目系统自带特性,openharmony无该特性 - -​ 2.TextField被选中时无复制、粘贴等弹窗,此效果为原项目系统自带特性,openharmony暂无该特性 \ No newline at end of file +* 因系统本身不具备此特性,TextField被选中时无复制、粘贴等弹窗 \ No newline at end of file diff --git a/README.md b/README.md index 129b4d9b8e874918a7f4b8a58a887b3bc8db3ee1..54e62697316d3344cee99f5c27ea523a55330cbc 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,8 @@ CloudTest代码测试无异常 #### 版权和许可信息 +```txt Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - +``` diff --git a/build.gradle b/build.gradle index ffb7d0b2406a4957aad77fd38996e79c00dccab6..c486f4fa743e3fdc292dce1c3ac21dd95549f54f 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'com.huawei.ohos.app' //For instructions on signature configuration, see https://developer.harmonyos.com/cn/docs/documentation/doc-guides/ide_debug_device-0000001053822404#section1112183053510 ohos { - compileSdkVersion 5 + compileSdkVersion 6 defaultConfig { compatibleSdkVersion 5 } diff --git a/entry/build.gradle b/entry/build.gradle index f5b00e8242ab4faa2787633b619a8b16ff498e9d..278f24c224cae4560527ec51963e29ea094b01d0 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.huawei.ohos.hap' apply plugin: 'com.huawei.ohos.decctest' //For instructions on signature configuration, see https://developer.harmonyos.com/cn/docs/documentation/doc-guides/ide_debug_device-0000001053822404#section1112183053510 ohos { - compileSdkVersion 5 + compileSdkVersion 6 defaultConfig { compatibleSdkVersion 5 } diff --git a/entry/src/ohosTest/java/com/wrapp/example/floatlabelededittext/ExampleOhosTest.java b/entry/src/ohosTest/java/com/wrapp/example/floatlabelededittext/ExampleOhosTest.java index b641008c19719fe88eb67cda1970aebefb691603..76c8f4d49f14294471c659a12519e00c313c9f7b 100644 --- a/entry/src/ohosTest/java/com/wrapp/example/floatlabelededittext/ExampleOhosTest.java +++ b/entry/src/ohosTest/java/com/wrapp/example/floatlabelededittext/ExampleOhosTest.java @@ -6,6 +6,7 @@ import org.junit.Test; import static org.junit.Assert.assertEquals; public class ExampleOhosTest { + // entry下需要context,无法进行单元测试 @Test public void testBundleName() { final String actualBundleName = AbilityDelegatorRegistry.getArguments().getTestBundleName();