diff --git a/NOTICE.md b/NOTICE.md index 8f8f410..047be4e 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -250,6 +250,16 @@ limitations under the License. > Apache License 2.0: http://www.apache.org/licenses/LICENSE-2.0 +## commonmark-java + +> https://github.com/atlassian/commonmark-java + +Copyright (c) 2015-2019 Atlassian and others. + +BSD (2-clause) licensed, see LICENSE.txt file. + +> BSD (2-clause): https://opensource.org/licenses/BSD-2-Clause + ## logger > https://github.com/orhanobut/logger diff --git a/README.md b/README.md index e62750d..9cc1417 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ ![录制回放](assets/replay.gif) -**[游戏录制回放使用视频](videos/游戏自动化.mp4)** +**[游戏录制回放使用视频](https://gw.alipayobjects.com/mdn/rms_e29b5f/afts/file/A*ym07T6nACDIAAAAAAAAAAABkARQnAQ)** -**[Native应用录制回放使用视频](videos/垃圾邮件处理.mov)** +**[Native应用录制回放使用视频](https://gw.alipayobjects.com/os/basement_prod/3472d35c-bd57-4c82-8112-5dcde42fcb32.mov)** Soloπ拥有录制操作的能力,用户只需要通过Soloπ执行用例步骤,Soloπ就能够将用户的操作记录下来,并且支持在各个设备上进行回放,这一切都能够在手机上独立完成。详见[录制回放](../../wikis/RecordCase)一篇。 @@ -21,9 +21,9 @@ Soloπ拥有录制操作的能力,用户只需要通过Soloπ执行用例步 ![性能工具](assets/performance.gif) -**[性能工具使用视频](videos/性能工具.mov)** +**[性能工具使用视频](https://gw.alipayobjects.com/os/basement_prod/1996390b-9ec8-4046-8ce8-459afa05d6c5.mov)** -**[响应耗时计算使用视频](videos/响应耗时计算.mov)** +**[响应耗时计算使用视频](https://gw.alipayobjects.com/os/basement_prod/4e82ca85-13fc-4de2-82ff-a9079344f5ef.mov)** Soloπ能够记录待测应用的各项指标,你可以在悬浮窗中观察实时更新的数据,也可以对性能数据进行录制,在录制结束后查看图表;同时,Soloπ还支持性能加压,能够对CPU、内存与网络环境进行限制,复现应用在性能较差、网络环境不佳场景下的表现。 @@ -33,7 +33,7 @@ Soloπ能够记录待测应用的各项指标,你可以在悬浮窗中观察 ![一机多控](assets/oneToMany.gif) -**[一机多控使用视频](videos/一机多控.mov)** +**[一机多控使用视频](https://gw.alipayobjects.com/os/basement_prod/971b5467-3db0-4781-86e3-15b3907323f6.mov)** Soloπ支持通过操作一台主机设备来控制多台从机设备,不需要在各个设备上分别进行重复冗杂的兼容性测试,能够极大提升兼容性测试的效率。详见[一机多控](../../wikis/OneToMany)一篇。 diff --git a/licenses/COPY.BSD2CLAUSE b/licenses/COPY.BSD2CLAUSE new file mode 100644 index 0000000..1e01141 --- /dev/null +++ b/licenses/COPY.BSD2CLAUSE @@ -0,0 +1,23 @@ +Copyright (c) 2015-2016, Atlassian Pty Ltd +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/src/app/build.gradle b/src/app/build.gradle index 965c8ad..44760c6 100644 --- a/src/app/build.gradle +++ b/src/app/build.gradle @@ -67,6 +67,7 @@ dependencies { implementation 'com.liulishuo.filedownloader:library:1.7.6' implementation 'com.hyman:flowlayout-lib:1.1.2' implementation 'com.yydcdut:sdlv:0.7.6' + implementation 'com.atlassian.commonmark:commonmark:0.13.0' implementation('com.theartofdev.edmodo:android-image-cropper:2.5.1') { exclude group: "com.android.support" diff --git a/src/app/src/main/assets/NOTICE.html b/src/app/src/main/assets/NOTICE.html index 1c0fe84..1229933 100644 --- a/src/app/src/main/assets/NOTICE.html +++ b/src/app/src/main/assets/NOTICE.html @@ -739,45 +739,45 @@ 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.
Apache License 2.0: http://www.apache.org/licenses/LICENSE-2.0
Copyright (C) 2012-2017 Markus Junginger, greenrobot (http://greenrobot.org)
greenDAO binaries and source code can be used according to the Apache License, Version 2.0.
Apache License 2.0: http://www.apache.org/licenses/LICENSE-2.0
Copyright 2017 David Lázaro
Licensed under the Apache License, Version 2.0 (the "License"); +limitations under the License.
Apache License 2.0: http://www.apache.org/licenses/LICENSE-2.0
Copyright (C) 2012-2017 Markus Junginger, greenrobot (http://greenrobot.org)
greenDAO binaries and source code can be used according to the Apache License, Version 2.0.
Apache License 2.0: http://www.apache.org/licenses/LICENSE-2.0
Copyright 2017 David Lázaro
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.
Apache License 2.0: http://www.apache.org/licenses/LICENSE-2.0
Copyright (c) 2015 LingoChamp Inc.
Licensed under the Apache License, Version 2.0 (the "License"); +limitations under the License.
Apache License 2.0: http://www.apache.org/licenses/LICENSE-2.0
Copyright (c) 2015 LingoChamp Inc.
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.
Apache License 2.0: http://www.apache.org/licenses/LICENSE-2.0
Dual licensed under either the terms of Simplified BSD License, or alternatively under the terms of The Apache Software License, Version 2.0
Apache License 2.0: http://www.apache.org/licenses/LICENSE-2.0
BSD-3-Clause: https://opensource.org/licenses/BSD-3-Clause
Copyright © 2003-2018 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License"); +limitations under the License.
Apache License 2.0: http://www.apache.org/licenses/LICENSE-2.0
Dual licensed under either the terms of Simplified BSD License, or alternatively under the terms of The Apache Software License, Version 2.0
Apache License 2.0: http://www.apache.org/licenses/LICENSE-2.0
BSD-3-Clause: https://opensource.org/licenses/BSD-3-Clause
Copyright © 2003-2018 The Apache Software Foundation
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.
Apache License 2.0: http://www.apache.org/licenses/LICENSE-2.0
Copyright 2018 Orhan Obut
Licensed under the Apache License, Version 2.0 (the "License"); +limitations under the License.
Apache License 2.0: http://www.apache.org/licenses/LICENSE-2.0
Copyright (c) 2015-2019 Atlassian and others.
BSD (2-clause) licensed, see LICENSE.txt file.
BSD (2-clause): https://opensource.org/licenses/BSD-2-Clause
Copyright 2018 Orhan Obut
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.
Apache License 2.0: http://www.apache.org/licenses/LICENSE-2.0
Copyright 2015 yydcdut
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.
Apache License 2.0: http://www.apache.org/licenses/LICENSE-2.0
Copyright 2015 hongyangAndroid
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.
Apache License 2.0: http://www.apache.org/licenses/LICENSE-2.0
Originally forked from edmodo/cropper.
Copyright 2016, Arthur Teplitzki, 2013, Edmodo, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or 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.
Apache License 2.0: http://www.apache.org/licenses/LICENSE-2.0
Copyright 2013, Edmodo, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or 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.
Apache License 2.0: http://www.apache.org/licenses/LICENSE-2.0
Copyright (c) 2014 Yrom Wang http://www.yrom.net
Licensed under the Apache License, Version 2.0 (the "License"); +limitations under the License.
Apache License 2.0: http://www.apache.org/licenses/LICENSE-2.0
Copyright 2015 yydcdut
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.
Apache License 2.0: http://www.apache.org/licenses/LICENSE-2.0
Copyright 2015 hongyangAndroid
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.
Apache License 2.0: http://www.apache.org/licenses/LICENSE-2.0
Originally forked from edmodo/cropper.
Copyright 2016, Arthur Teplitzki, 2013, Edmodo, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or 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.
Apache License 2.0: http://www.apache.org/licenses/LICENSE-2.0
Copyright 2013, Edmodo, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or 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.
Apache License 2.0: http://www.apache.org/licenses/LICENSE-2.0
Copyright (c) 2014 Yrom Wang http://www.yrom.net
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.
Apache License 2.0: http://www.apache.org/licenses/LICENSE-2.0
Copyright (C) 2007 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License"); +limitations under the License.
Apache License 2.0: http://www.apache.org/licenses/LICENSE-2.0
Copyright (C) 2007 The Android Open Source Project
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.
Apache License 2.0: http://www.apache.org/licenses/LICENSE-2.0
By downloading, copying, installing or using the software you agree to this license. If you do not agree to this license, do not download, install, copy or use the software.
License Agreement +limitations under the License.
Apache License 2.0: http://www.apache.org/licenses/LICENSE-2.0
By downloading, copying, installing or using the software you agree to this license. If you do not agree to this license, do not download, install, copy or use the software.
License Agreement For Open Source Computer Vision Library -(3-clause BSD License)
Copyright (C) 2000-2019, Intel Corporation, all rights reserved.Copyright (C) 2009-2011, Willow Garage Inc., all rights reserved.Copyright (C) 2009-2016, NVIDIA Corporation, all rights reserved.Copyright (C) 2010-2013, Advanced Micro Devices, Inc., all rights reserved.Copyright (C) 2015-2016, OpenCV Foundation, all rights reserved.Copyright (C) 2015-2016, Itseez Inc., all rights reserved.Third party copyrights are property of their respective owners.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
This software is provided by the copyright holders and contributors "as is" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall copyright holders or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.
BSD-3-Clause: https://opensource.org/licenses/BSD-3-Clause
Copyright (C) 2016 Fabrice Bellard
This library is free software; you can redistribute it and/or +(3-clause BSD License)
Copyright (C) 2000-2019, Intel Corporation, all rights reserved.Copyright (C) 2009-2011, Willow Garage Inc., all rights reserved.Copyright (C) 2009-2016, NVIDIA Corporation, all rights reserved.Copyright (C) 2010-2013, Advanced Micro Devices, Inc., all rights reserved.Copyright (C) 2015-2016, OpenCV Foundation, all rights reserved.Copyright (C) 2015-2016, Itseez Inc., all rights reserved.Third party copyrights are property of their respective owners.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
This software is provided by the copyright holders and contributors "as is" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall copyright holders or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.
BSD-3-Clause: https://opensource.org/licenses/BSD-3-Clause
Copyright (C) 2016 Fabrice Bellard
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, @@ -785,13 +785,13 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
LGPL 2.1: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
Copyright © 2013 CyberAgent, Inc. +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
LGPL 2.1: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
Copyright © 2013 CyberAgent, Inc. Copyright © 2016 The OpenSTF Project
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.
Apache License 2.0: http://www.apache.org/licenses/LICENSE-2.0
+limitations under the License.
Apache License 2.0: http://www.apache.org/licenses/LICENSE-2.0