io.appium.settings 4.0.1 → 4.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/NOTICE.txt ADDED
@@ -0,0 +1,416 @@
1
+ Uiautomator Unicode Input Helper
2
+ Copyright 2013 TOYAMA Sumio <jun.nama@gmail.com>
3
+
4
+ This product includes software written by
5
+ TOYAMA Sumio <jun.nama@gmail.com>
6
+
7
+ =========================================================================
8
+ == NOTICE file for the jutf7 (Java UTF-7 Charset support) License. ==
9
+ =========================================================================
10
+
11
+ This software contains jutf7 (Java UTF-7 Charset support), which is available at
12
+ http://sourceforge.net/projects/jutf7/ and licensed under a MIT license as follows:
13
+
14
+ Copyright (c) 2006 J.T. Beetstra
15
+
16
+ Permission is hereby granted, free of charge, to any person obtaining
17
+ a copy of this software and associated documentation files (the
18
+ "Software"), to deal in the Software without restriction, including
19
+ without limitation the rights to use, copy, modify, merge, publish,
20
+ distribute, sublicense, and/or sell copies of the Software, and to
21
+ permit persons to whom the Software is furnished to do so, subject to
22
+ the following conditions:
23
+
24
+ The above copyright notice and this permission notice shall be
25
+ included in all copies or substantial portions of the Software.
26
+
27
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
28
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
29
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
30
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
31
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
32
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
33
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
34
+
35
+ =========================================================================
36
+ == NOTICE file corresponding to the section 4 d of ==
37
+ == the Apache License, Version 2.0, ==
38
+ == in this case for the Android-specific code. ==
39
+ =========================================================================
40
+
41
+ Android Code
42
+ Copyright 2005-2008 The Android Open Source Project
43
+
44
+ This product includes software developed as part of
45
+ The Android Open Source Project (http://source.android.com).
46
+
47
+ =========================================================================
48
+ == NOTICE file corresponding to the section 4 d of ==
49
+ == the Apache License, Version 2.0, ==
50
+ == in this case for the Apache Harmony distribution. ==
51
+ =========================================================================
52
+
53
+ Apache Harmony
54
+ Copyright 2006 The Apache Software Foundation
55
+
56
+ This product includes software developed at
57
+ The Apache Software Foundation (http://www.apache.org/).
58
+
59
+ Portions of Harmony were originally developed by
60
+ Intel Corporation and are licensed to the Apache Software
61
+ Foundation under the "Software Grant and Corporate Contribution
62
+ License Agreement", informally known as the "Intel Harmony CLA".
63
+
64
+
65
+ =========================================================================
66
+ == NOTICE file for the ICU License. ==
67
+ =========================================================================
68
+
69
+ Copyright (c) 1995-2009 International Business Machines Corporation and others
70
+
71
+ All rights reserved.
72
+
73
+ Permission is hereby granted, free of charge, to any person obtaining
74
+ a copy of this software and associated documentation files (the
75
+ "Software"), to deal in the Software without restriction, including
76
+ without limitation the rights to use, copy, modify, merge, publish,
77
+ distribute, and/or sell copies of the Software, and to permit persons
78
+ to whom the Software is furnished to do so, provided that the above
79
+ copyright notice(s) and this permission notice appear in all copies of
80
+ the Software and that both the above copyright notice(s) and this
81
+ permission notice appear in supporting documentation.
82
+
83
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
84
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
85
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
86
+ OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
87
+ HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY
88
+ SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
89
+ RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
90
+ CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
91
+ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
92
+
93
+ Except as contained in this notice, the name of a copyright holder
94
+ shall not be used in advertising or otherwise to promote the sale, use
95
+ or other dealings in this Software without prior written authorization
96
+ of the copyright holder.
97
+
98
+ All trademarks and registered trademarks mentioned herein are the
99
+ property of their respective owners.
100
+
101
+
102
+ =========================================================================
103
+ == NOTICE file for the JUnit License. ==
104
+ =========================================================================
105
+
106
+ Common Public License - v 1.0
107
+
108
+ THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON
109
+ PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF
110
+ THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
111
+
112
+ 1. DEFINITIONS
113
+
114
+ "Contribution" means:
115
+
116
+ a) in the case of the initial Contributor, the initial code and
117
+ documentation distributed under this Agreement, and
118
+ b) in the case of each subsequent Contributor:
119
+
120
+ i) changes to the Program, and
121
+
122
+ ii) additions to the Program;
123
+
124
+ where such changes and/or additions to the Program originate
125
+ from and are distributed by that particular Contributor. A
126
+ Contribution 'originates' from a Contributor if it was added to
127
+ the Program by such Contributor itself or anyone acting on such
128
+ Contributor's behalf. Contributions do not include additions to
129
+ the Program which: (i) are separate modules of software
130
+ distributed in conjunction with the Program under their own
131
+ license agreement, and (ii) are not derivative works of the
132
+ Program.
133
+
134
+ "Contributor" means any person or entity that distributes the Program.
135
+
136
+ "Licensed Patents " mean patent claims licensable by a Contributor
137
+ which are necessarily infringed by the use or sale of its Contribution
138
+ alone or when combined with the Program.
139
+
140
+ "Program" means the Contributions distributed in accordance with this
141
+ Agreement.
142
+
143
+ "Recipient" means anyone who receives the Program under this
144
+ Agreement, including all Contributors.
145
+
146
+ 2. GRANT OF RIGHTS
147
+
148
+ a) Subject to the terms of this Agreement, each Contributor
149
+ hereby grants Recipient a non-exclusive, worldwide, royalty-free
150
+ copyright license to reproduce, prepare derivative works of,
151
+ publicly display, publicly perform, distribute and sublicense
152
+ the Contribution of such Contributor, if any, and such
153
+ derivative works, in source code and object code form.
154
+
155
+ b) Subject to the terms of this Agreement, each Contributor
156
+ hereby grants Recipient a non-exclusive, worldwide, royalty-free
157
+ patent license under Licensed Patents to make, use, sell, offer
158
+ to sell, import and otherwise transfer the Contribution of such
159
+ Contributor, if any, in source code and object code form. This
160
+ patent license shall apply to the combination of the
161
+ Contribution and the Program if, at the time the Contribution is
162
+ added by the Contributor, such addition of the Contribution
163
+ causes such combination to be covered by the Licensed Patents.
164
+ The patent license shall not apply to any other combinations
165
+ which include the Contribution. No hardware per se is licensed
166
+ hereunder.
167
+
168
+ c) Recipient understands that although each Contributor grants
169
+ the licenses to its Contributions set forth herein, no
170
+ assurances are provided by any Contributor that the Program does
171
+ not infringe the patent or other intellectual property rights of
172
+ any other entity. Each Contributor disclaims any liability to
173
+ Recipient for claims brought by any other entity based on
174
+ infringement of intellectual property rights or otherwise. As a
175
+ condition to exercising the rights and licenses granted
176
+ hereunder, each Recipient hereby assumes sole responsibility to
177
+ secure any other intellectual property rights needed, if any.
178
+ For example, if a third party patent license is required to
179
+ allow Recipient to distribute the Program, it is Recipient's
180
+ responsibility to acquire that license before distributing the
181
+ Program.
182
+
183
+ d) Each Contributor represents that to its knowledge it has
184
+ sufficient copyright rights in its Contribution, if any, to
185
+ grant the copyright license set forth in this Agreement.
186
+
187
+ 3. REQUIREMENTS
188
+
189
+ A Contributor may choose to distribute the Program in object code form
190
+ under its own license agreement, provided that:
191
+
192
+ a) it complies with the terms and conditions of this Agreement; and
193
+
194
+ b) its license agreement:
195
+
196
+ i) effectively disclaims on behalf of all Contributors all
197
+ warranties and conditions, express and implied, including
198
+ warranties or conditions of title and non-infringement, and
199
+ implied warranties or conditions of merchantability and fitness
200
+ for a particular purpose;
201
+
202
+ ii) effectively excludes on behalf of all Contributors all
203
+ liability for damages, including direct, indirect, special,
204
+ incidental and consequential damages, such as lost profits;
205
+
206
+ iii) states that any provisions which differ from this Agreement
207
+ are offered by that Contributor alone and not by any other
208
+ party; and
209
+
210
+ iv) states that source code for the Program is available from
211
+ such Contributor, and informs licensees how to obtain it in a
212
+ reasonable manner on or through a medium customarily used for
213
+ software exchange.
214
+
215
+ When the Program is made available in source code form:
216
+
217
+ a) it must be made available under this Agreement; and
218
+
219
+ b) a copy of this Agreement must be included with each copy of
220
+ the Program.
221
+
222
+ Contributors may not remove or alter any copyright notices contained
223
+ within the Program.
224
+
225
+ Each Contributor must identify itself as the originator of its
226
+ Contribution, if any, in a manner that reasonably allows subsequent
227
+ Recipients to identify the originator of the Contribution.
228
+
229
+ 4. COMMERCIAL DISTRIBUTION
230
+
231
+ Commercial distributors of software may accept certain
232
+ responsibilities with respect to end users, business partners and the
233
+ like. While this license is intended to facilitate the commercial use
234
+ of the Program, the Contributor who includes the Program in a
235
+ commercial product offering should do so in a manner which does not
236
+ create potential liability for other Contributors. Therefore, if a
237
+ Contributor includes the Program in a commercial product offering,
238
+ such Contributor ("Commercial Contributor") hereby agrees to defend
239
+ and indemnify every other Contributor ("Indemnified Contributor")
240
+ against any losses, damages and costs (collectively "Losses") arising
241
+ from claims, lawsuits and other legal actions brought by a third party
242
+ against the Indemnified Contributor to the extent caused by the acts
243
+ or omissions of such Commercial Contributor in connection with its
244
+ distribution of the Program in a commercial product offering. The
245
+ obligations in this section do not apply to any claims or Losses
246
+ relating to any actual or alleged intellectual property infringement.
247
+ In order to qualify, an Indemnified Contributor must: a) promptly
248
+ notify the Commercial Contributor in writing of such claim, and b)
249
+ allow the Commercial Contributor to control, and cooperate with the
250
+ Commercial Contributor in, the defense and any related settlement
251
+ negotiations. The Indemnified Contributor may participate in any such
252
+ claim at its own expense.
253
+
254
+ For example, a Contributor might include the Program in a commercial
255
+ product offering, Product X. That Contributor is then a Commercial
256
+ Contributor. If that Commercial Contributor then makes performance
257
+ claims, or offers warranties related to Product X, those performance
258
+ claims and warranties are such Commercial Contributor's responsibility
259
+ alone. Under this section, the Commercial Contributor would have to
260
+ defend claims against the other Contributors related to those
261
+ performance claims and warranties, and if a court requires any other
262
+ Contributor to pay any damages as a result, the Commercial Contributor
263
+ must pay those damages.
264
+
265
+ 5. NO WARRANTY
266
+
267
+ EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
268
+ PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
269
+ KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY
270
+ WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
271
+ OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
272
+ responsible for determining the appropriateness of using and
273
+ distributing the Program and assumes all risks associated with its
274
+ exercise of rights under this Agreement, including but not limited to
275
+ the risks and costs of program errors, compliance with applicable
276
+ laws, damage to or loss of data, programs or equipment, and
277
+ unavailability or interruption of operations.
278
+
279
+ 6. DISCLAIMER OF LIABILITY
280
+
281
+ EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR
282
+ ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
283
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
284
+ WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
285
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
286
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
287
+ DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
288
+ HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
289
+
290
+ 7. GENERAL
291
+
292
+ If any provision of this Agreement is invalid or unenforceable under
293
+ applicable law, it shall not affect the validity or enforceability of
294
+ the remainder of the terms of this Agreement, and without further
295
+ action by the parties hereto, such provision shall be reformed to the
296
+ minimum extent necessary to make such provision valid and enforceable.
297
+
298
+ If Recipient institutes patent litigation against a Contributor with
299
+ respect to a patent applicable to software (including a cross-claim or
300
+ counterclaim in a lawsuit), then any patent licenses granted by that
301
+ Contributor to such Recipient under this Agreement shall terminate as
302
+ of the date such litigation is filed. In addition, if Recipient
303
+ institutes patent litigation against any entity (including a
304
+ cross-claim or counterclaim in a lawsuit) alleging that the Program
305
+ itself (excluding combinations of the Program with other software or
306
+ hardware) infringes such Recipient's patent(s), then such Recipient's
307
+ rights granted under Section 2(b) shall terminate as of the date such
308
+ litigation is filed.
309
+
310
+ All Recipient's rights under this Agreement shall terminate if it
311
+ fails to comply with any of the material terms or conditions of this
312
+ Agreement and does not cure such failure in a reasonable period of
313
+ time after becoming aware of such noncompliance. If all Recipient's
314
+ rights under this Agreement terminate, Recipient agrees to cease use
315
+ and distribution of the Program as soon as reasonably practicable.
316
+ However, Recipient's obligations under this Agreement and any licenses
317
+ granted by Recipient relating to the Program shall continue and
318
+ survive.
319
+
320
+ Everyone is permitted to copy and distribute copies of this Agreement,
321
+ but in order to avoid inconsistency the Agreement is copyrighted and
322
+ may only be modified in the following manner. The Agreement Steward
323
+ reserves the right to publish new versions (including revisions) of
324
+ this Agreement from time to time. No one other than the Agreement
325
+ Steward has the right to modify this Agreement. IBM is the initial
326
+ Agreement Steward. IBM may assign the responsibility to serve as the
327
+ Agreement Steward to a suitable separate entity. Each new version of
328
+ the Agreement will be given a distinguishing version number. The
329
+ Program (including Contributions) may always be distributed subject to
330
+ the version of the Agreement under which it was received. In addition,
331
+ after a new version of the Agreement is published, Contributor may
332
+ elect to distribute the Program (including its Contributions) under
333
+ the new version. Except as expressly stated in Sections 2(a) and 2(b)
334
+ above, Recipient receives no rights or licenses to the intellectual
335
+ property of any Contributor under this Agreement, whether expressly,
336
+ by implication, estoppel or otherwise. All rights in the Program not
337
+ expressly granted under this Agreement are reserved.
338
+
339
+ This Agreement is governed by the laws of the State of New York and
340
+ the intellectual property laws of the United States of America. No
341
+ party to this Agreement will bring a legal action under this Agreement
342
+ more than one year after the cause of action arose. Each party waives
343
+ its rights to a jury trial in any resulting litigation.
344
+
345
+
346
+ =========================================================================
347
+ == NOTICE file for the KXML License. ==
348
+ =========================================================================
349
+
350
+ Copyright (c) 2002,2003, Stefan Haustein, Oberhausen, Rhld., Germany
351
+
352
+ Permission is hereby granted, free of charge, to any person obtaining
353
+ a copy of this software and associated documentation files (the
354
+ "Software"), to deal in the Software without restriction, including
355
+ without limitation the rights to use, copy, modify, merge, publish,
356
+ distribute, sublicense, and/or sell copies of the Software, and to
357
+ permit persons to whom the Software is furnished to do so, subject to
358
+ the following conditions:
359
+
360
+ The above copyright notice and this permission notice shall be
361
+ included in all copies or substantial portions of the Software.
362
+
363
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
364
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
365
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
366
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
367
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
368
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
369
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
370
+
371
+
372
+ =========================================================================
373
+ == NOTICE file for the SQLite Java Wrapper License. ==
374
+ =========================================================================
375
+
376
+ This software is copyrighted by Christian Werner <chw@ch-werner.de>
377
+ and others. The following terms apply to all files associated with the
378
+ software unless explicitly disclaimed in individual files.
379
+
380
+ The authors hereby grant permission to use, copy, modify, distribute,
381
+ and license this software and its documentation for any purpose, provided
382
+ that existing copyright notices are retained in all copies and that this
383
+ notice is included verbatim in any distributions. No written agreement,
384
+ license, or royalty fee is required for any of the authorized uses.
385
+ Modifications to this software may be copyrighted by their authors
386
+ and need not follow the licensing terms described here, provided that
387
+ the new terms are clearly indicated on the first page of each file where
388
+ they apply.
389
+
390
+ IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
391
+ FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
392
+ ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
393
+ DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
394
+ POSSIBILITY OF SUCH DAMAGE.
395
+
396
+ THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
397
+ INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
398
+ FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE
399
+ IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
400
+ NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
401
+ MODIFICATIONS.
402
+
403
+
404
+ =========================================================================
405
+ == NOTICE file for the W3C License. ==
406
+ =========================================================================
407
+
408
+ Copyright (c) 2000 World Wide Web Consortium, (Massachusetts Institute
409
+ of Technology, Institut National de Recherche en Informatique et en
410
+ Automatique, Keio University). All Rights Reserved. This program is
411
+ distributed under the W3C's Software Intellectual Property License.
412
+ This program is distributed in the hope that it will be useful, but
413
+ WITHOUT ANY WARRANTY; without even the implied warranty of
414
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
415
+
416
+ See W3C License http://www.w3.org/Consortium/Legal/ for more details.
Binary file
package/app/build.gradle CHANGED
@@ -6,8 +6,8 @@ android {
6
6
  defaultConfig {
7
7
  minSdkVersion 18
8
8
  targetSdkVersion 30
9
- versionCode 34
10
- versionName "4.0.1"
9
+ versionCode 35
10
+ versionName "4.0.2"
11
11
  applicationId "io.appium.settings"
12
12
  }
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "io.appium.settings",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "description": "App for dealing with Android settings",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -30,7 +30,8 @@
30
30
  "app/build.gradle",
31
31
  "app/src/",
32
32
  "gradle/",
33
- "!.DS_Store"
33
+ "!.DS_Store",
34
+ "NOTICE.txt"
34
35
  ],
35
36
  "author": "https://github.com/appium",
36
37
  "license": "Apache-2.0",