From 5526c45713e4297df0739acb031ab94a5f8f3394 Mon Sep 17 00:00:00 2001 From: lilinfeng-z <3211270061@qq.com> Date: Thu, 8 Jul 2021 16:15:38 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9readme,changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++-- README.md | 14 +++++++------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 343e629..125a85d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ +## 0.0.2-SNAPSHOT +修改findbugs问题 + ## 0.0.1-SNAPSHOT ohos 第一个版本,完整实现了原库的全部 api - - diff --git a/README.md b/README.md index 98d3ced..6875b23 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ - 基线版本:Releases v1.1.5 ## 项目演示 - + ## 安装教程 @@ -31,11 +31,11 @@ allprojects { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.har']) - implementation('com.gitee.chinasoft_ohos:annotation:0.0.1-SNAPSHOT') - implementation('com.gitee.chinasoft_ohos:app_module:0.0.1-SNAPSHOT') - implementation('com.gitee.chinasoft_ohos:compiler:0.0.1-SNAPSHOT') - annotationProcessor('com.gitee.chinasoft_ohos:compiler:0.0.1-SNAPSHOT') - implementation('com.gitee.chinasoft_ohos:activityrouter:0.0.1-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:annotation:0.0.2-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:app_module:0.0.2-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:compiler:0.0.2-SNAPSHOT') + annotationProcessor('com.gitee.chinasoft_ohos:compiler:0.0.2-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:activityrouter:0.0.2-SNAPSHOT') …… } ``` @@ -148,7 +148,7 @@ CloudTest代码测试无异常 当前版本demo功能与原组件基本无差异 ## 版本迭代 -- 0.0.1-SNAPSHOT +- 0.0.2-SNAPSHOT ## 版权和许可信息 - Apache License 2.0 \ No newline at end of file -- Gitee From e3fafa6c38efa7ce327e12b877d2befa332c7848 Mon Sep 17 00:00:00 2001 From: lilinfeng-z <3211270061@qq.com> Date: Thu, 8 Jul 2021 16:25:34 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../github/mzule/abilityrouter/MainAbility.java | 14 -------------- .../abilityrouter/slice/DumpExtrasAbility.java | 14 -------------- .../abilityrouter/slice/ErrorStackAbility.java | 14 -------------- .../mzule/abilityrouter/slice/HomeAbility.java | 14 -------------- .../mzule/abilityrouter/slice/HostAbility.java | 14 -------------- .../mzule/abilityrouter/slice/LaunchAbility.java | 14 -------------- .../mzule/abilityrouter/slice/NonUIActions.java | 14 -------------- .../mzule/abilityrouter/slice/NotFoundAbility.java | 14 -------------- .../mzule/abilityrouter/slice/UserAbility.java | 14 -------------- .../abilityrouter/slice/UserCollectionAbility.java | 14 -------------- 10 files changed, 140 deletions(-) diff --git a/entry/src/main/java/com/github/mzule/abilityrouter/MainAbility.java b/entry/src/main/java/com/github/mzule/abilityrouter/MainAbility.java index eaebe99..94b8538 100644 --- a/entry/src/main/java/com/github/mzule/abilityrouter/MainAbility.java +++ b/entry/src/main/java/com/github/mzule/abilityrouter/MainAbility.java @@ -1,17 +1,3 @@ -/* - * Copyright (C) 2021 Huawei Device Co., Ltd. - * 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. - */ package com.github.mzule.abilityrouter; import com.github.mzule.abilityrouter.annotation.Router; diff --git a/entry/src/main/java/com/github/mzule/abilityrouter/slice/DumpExtrasAbility.java b/entry/src/main/java/com/github/mzule/abilityrouter/slice/DumpExtrasAbility.java index 0a3b680..3119f6d 100644 --- a/entry/src/main/java/com/github/mzule/abilityrouter/slice/DumpExtrasAbility.java +++ b/entry/src/main/java/com/github/mzule/abilityrouter/slice/DumpExtrasAbility.java @@ -1,17 +1,3 @@ -/* - * Copyright (C) 2021 Huawei Device Co., Ltd. - * 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. - */ package com.github.mzule.abilityrouter.slice; import com.github.mzule.abilityrouter.ResourceTable; diff --git a/entry/src/main/java/com/github/mzule/abilityrouter/slice/ErrorStackAbility.java b/entry/src/main/java/com/github/mzule/abilityrouter/slice/ErrorStackAbility.java index 78bcc1b..40745de 100644 --- a/entry/src/main/java/com/github/mzule/abilityrouter/slice/ErrorStackAbility.java +++ b/entry/src/main/java/com/github/mzule/abilityrouter/slice/ErrorStackAbility.java @@ -1,17 +1,3 @@ -/* - * Copyright (C) 2021 Huawei Device Co., Ltd. - * 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. - */ package com.github.mzule.abilityrouter.slice; import com.github.mzule.abilityrouter.ResourceTable; diff --git a/entry/src/main/java/com/github/mzule/abilityrouter/slice/HomeAbility.java b/entry/src/main/java/com/github/mzule/abilityrouter/slice/HomeAbility.java index 5297e75..70d466e 100644 --- a/entry/src/main/java/com/github/mzule/abilityrouter/slice/HomeAbility.java +++ b/entry/src/main/java/com/github/mzule/abilityrouter/slice/HomeAbility.java @@ -1,17 +1,3 @@ -/* - * Copyright (C) 2021 Huawei Device Co., Ltd. - * 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. - */ package com.github.mzule.abilityrouter.slice; import com.github.mzule.abilityrouter.annotation.Router; diff --git a/entry/src/main/java/com/github/mzule/abilityrouter/slice/HostAbility.java b/entry/src/main/java/com/github/mzule/abilityrouter/slice/HostAbility.java index 5660ad9..7deb2dc 100644 --- a/entry/src/main/java/com/github/mzule/abilityrouter/slice/HostAbility.java +++ b/entry/src/main/java/com/github/mzule/abilityrouter/slice/HostAbility.java @@ -1,17 +1,3 @@ -/* - * Copyright (C) 2021 Huawei Device Co., Ltd. - * 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. - */ package com.github.mzule.abilityrouter.slice; import com.github.mzule.abilityrouter.annotation.Router; diff --git a/entry/src/main/java/com/github/mzule/abilityrouter/slice/LaunchAbility.java b/entry/src/main/java/com/github/mzule/abilityrouter/slice/LaunchAbility.java index 9847e25..8a8faf2 100644 --- a/entry/src/main/java/com/github/mzule/abilityrouter/slice/LaunchAbility.java +++ b/entry/src/main/java/com/github/mzule/abilityrouter/slice/LaunchAbility.java @@ -1,17 +1,3 @@ -/* - * Copyright (C) 2021 Huawei Device Co., Ltd. - * 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. - */ package com.github.mzule.abilityrouter.slice; import com.github.mzule.abilityrouter.Constant; diff --git a/entry/src/main/java/com/github/mzule/abilityrouter/slice/NonUIActions.java b/entry/src/main/java/com/github/mzule/abilityrouter/slice/NonUIActions.java index 3942e36..0f668b5 100644 --- a/entry/src/main/java/com/github/mzule/abilityrouter/slice/NonUIActions.java +++ b/entry/src/main/java/com/github/mzule/abilityrouter/slice/NonUIActions.java @@ -1,17 +1,3 @@ -/* - * Copyright (C) 2021 Huawei Device Co., Ltd. - * 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. - */ package com.github.mzule.abilityrouter.slice; import com.github.mzule.abilityrouter.annotation.Router; diff --git a/entry/src/main/java/com/github/mzule/abilityrouter/slice/NotFoundAbility.java b/entry/src/main/java/com/github/mzule/abilityrouter/slice/NotFoundAbility.java index c7af4fb..36c2e4b 100644 --- a/entry/src/main/java/com/github/mzule/abilityrouter/slice/NotFoundAbility.java +++ b/entry/src/main/java/com/github/mzule/abilityrouter/slice/NotFoundAbility.java @@ -1,17 +1,3 @@ -/* - * Copyright (C) 2021 Huawei Device Co., Ltd. - * 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. - */ package com.github.mzule.abilityrouter.slice; import com.github.mzule.abilityrouter.ResourceTable; diff --git a/entry/src/main/java/com/github/mzule/abilityrouter/slice/UserAbility.java b/entry/src/main/java/com/github/mzule/abilityrouter/slice/UserAbility.java index cc5e772..e48ee45 100644 --- a/entry/src/main/java/com/github/mzule/abilityrouter/slice/UserAbility.java +++ b/entry/src/main/java/com/github/mzule/abilityrouter/slice/UserAbility.java @@ -1,17 +1,3 @@ -/* - * Copyright (C) 2021 Huawei Device Co., Ltd. - * 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. - */ package com.github.mzule.abilityrouter.slice; import com.github.mzule.abilityrouter.annotation.Router; diff --git a/entry/src/main/java/com/github/mzule/abilityrouter/slice/UserCollectionAbility.java b/entry/src/main/java/com/github/mzule/abilityrouter/slice/UserCollectionAbility.java index 8829a33..e212177 100644 --- a/entry/src/main/java/com/github/mzule/abilityrouter/slice/UserCollectionAbility.java +++ b/entry/src/main/java/com/github/mzule/abilityrouter/slice/UserCollectionAbility.java @@ -1,17 +1,3 @@ -/* - * Copyright (C) 2021 Huawei Device Co., Ltd. - * 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. - */ package com.github.mzule.abilityrouter.slice; import com.github.mzule.abilityrouter.annotation.Router; -- Gitee From 5ed60286268bd2bc7e5adbd51fd0cb056fdb6b0c Mon Sep 17 00:00:00 2001 From: lilinfeng-z <3211270061@qq.com> Date: Thu, 8 Jul 2021 16:42:53 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=B7=BB=E5=8A=A0gif=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6875b23..711c749 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ - 基线版本:Releases v1.1.5 ## 项目演示 - + ## 安装教程 -- Gitee