-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
341 changed files
with
82,072 additions
and
6 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
13 changes: 13 additions & 0 deletions
13
...d/CordovaLib/build/generated/source/buildConfig/debug/org/apache/cordova/BuildConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/** | ||
* Automatically generated file. DO NOT MODIFY | ||
*/ | ||
package org.apache.cordova; | ||
|
||
public final class BuildConfig { | ||
public static final boolean DEBUG = Boolean.parseBoolean("true"); | ||
public static final String APPLICATION_ID = "org.apache.cordova"; | ||
public static final String BUILD_TYPE = "debug"; | ||
public static final String FLAVOR = ""; | ||
public static final int VERSION_CODE = 1; | ||
public static final String VERSION_NAME = ""; | ||
} |
13 changes: 13 additions & 0 deletions
13
...CordovaLib/build/generated/source/buildConfig/release/org/apache/cordova/BuildConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/** | ||
* Automatically generated file. DO NOT MODIFY | ||
*/ | ||
package org.apache.cordova; | ||
|
||
public final class BuildConfig { | ||
public static final boolean DEBUG = false; | ||
public static final String APPLICATION_ID = "org.apache.cordova"; | ||
public static final String BUILD_TYPE = "release"; | ||
public static final String FLAVOR = ""; | ||
public static final int VERSION_CODE = 1; | ||
public static final String VERSION_NAME = ""; | ||
} |
13 changes: 13 additions & 0 deletions
13
...ib/build/generated/source/buildConfig/test/debug/org/apache/cordova/test/BuildConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/** | ||
* Automatically generated file. DO NOT MODIFY | ||
*/ | ||
package org.apache.cordova.test; | ||
|
||
public final class BuildConfig { | ||
public static final boolean DEBUG = Boolean.parseBoolean("true"); | ||
public static final String APPLICATION_ID = "org.apache.cordova.test"; | ||
public static final String BUILD_TYPE = "debug"; | ||
public static final String FLAVOR = ""; | ||
public static final int VERSION_CODE = -1; | ||
public static final String VERSION_NAME = ""; | ||
} |
27 changes: 27 additions & 0 deletions
27
platforms/android/CordovaLib/build/intermediates/bundles/debug/AndroidManifest.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
Licensed to the Apache Software Foundation (ASF) under one | ||
or more contributor license agreements. See the NOTICE file | ||
distributed with this work for additional information | ||
regarding copyright ownership. The ASF licenses this file | ||
to you 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. | ||
--> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="org.apache.cordova" | ||
android:versionCode="1" | ||
android:versionName="1.0" > | ||
|
||
<uses-sdk android:minSdkVersion="10" /> | ||
|
||
</manifest> |
Binary file added
BIN
+117 KB
platforms/android/CordovaLib/build/intermediates/bundles/debug/classes.jar
Binary file not shown.
27 changes: 27 additions & 0 deletions
27
platforms/android/CordovaLib/build/intermediates/bundles/release/AndroidManifest.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
Licensed to the Apache Software Foundation (ASF) under one | ||
or more contributor license agreements. See the NOTICE file | ||
distributed with this work for additional information | ||
regarding copyright ownership. The ASF licenses this file | ||
to you 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. | ||
--> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="org.apache.cordova" | ||
android:versionCode="1" | ||
android:versionName="1.0" > | ||
|
||
<uses-sdk android:minSdkVersion="10" /> | ||
|
||
</manifest> |
Binary file added
BIN
+117 KB
platforms/android/CordovaLib/build/intermediates/bundles/release/classes.jar
Binary file not shown.
Binary file added
BIN
+776 Bytes
...CordovaLib/build/intermediates/classes/debug/org/apache/cordova/AuthenticationToken.class
Binary file not shown.
Binary file added
BIN
+702 Bytes
...android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/BuildConfig.class
Binary file not shown.
Binary file added
BIN
+3.25 KB
...oid/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CallbackContext.class
Binary file not shown.
Binary file added
BIN
+1.84 KB
...orms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/Config.class
Binary file not shown.
Binary file added
BIN
+4.8 KB
...oid/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/ConfigXmlParser.class
Binary file not shown.
Binary file added
BIN
+930 Bytes
...d/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaActivity$1.class
Binary file not shown.
Binary file added
BIN
+1012 Bytes
...d/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaActivity$2.class
Binary file not shown.
Binary file added
BIN
+1.48 KB
...d/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaActivity$3.class
Binary file not shown.
Binary file added
BIN
+1.06 KB
...CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaActivity$4$1.class
Binary file not shown.
Binary file added
BIN
+1.96 KB
...d/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaActivity$4.class
Binary file not shown.
Binary file added
BIN
+10.2 KB
...oid/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaActivity.class
Binary file not shown.
Binary file added
BIN
+2.5 KB
...android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaArgs.class
Binary file not shown.
Binary file added
BIN
+5.33 KB
...droid/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaBridge.class
Binary file not shown.
Binary file added
BIN
+1.39 KB
...vaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaClientCertRequest.class
Binary file not shown.
Binary file added
BIN
+1.19 KB
...dovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaDialogsHelper$1.class
Binary file not shown.
Binary file added
BIN
+1.17 KB
...dovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaDialogsHelper$2.class
Binary file not shown.
Binary file added
BIN
+1.29 KB
...dovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaDialogsHelper$3.class
Binary file not shown.
Binary file added
BIN
+1.19 KB
...dovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaDialogsHelper$4.class
Binary file not shown.
Binary file added
BIN
+1.19 KB
...dovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaDialogsHelper$5.class
Binary file not shown.
Binary file added
BIN
+1.17 KB
...dovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaDialogsHelper$6.class
Binary file not shown.
Binary file added
BIN
+1.29 KB
...dovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaDialogsHelper$7.class
Binary file not shown.
Binary file added
BIN
+1.46 KB
...dovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaDialogsHelper$8.class
Binary file not shown.
Binary file added
BIN
+1.2 KB
...dovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaDialogsHelper$9.class
Binary file not shown.
Binary file added
BIN
+277 Bytes
...ib/build/intermediates/classes/debug/org/apache/cordova/CordovaDialogsHelper$Result.class
Binary file not shown.
Binary file added
BIN
+3.66 KB
...ordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaDialogsHelper.class
Binary file not shown.
Binary file added
BIN
+821 Bytes
...dovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaHttpAuthHandler.class
Binary file not shown.
Binary file added
BIN
+501 Bytes
...id/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaInterface.class
Binary file not shown.
Binary file added
BIN
+1.04 KB
...mediates/classes/debug/org/apache/cordova/CordovaInterfaceImpl$ActivityResultHolder.class
Binary file not shown.
Binary file added
BIN
+4.53 KB
...ordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaInterfaceImpl.class
Binary file not shown.
Binary file added
BIN
+6.03 KB
...droid/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaPlugin.class
Binary file not shown.
Binary file added
BIN
+5.79 KB
.../CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaPreferences.class
Binary file not shown.
Binary file added
BIN
+905 Bytes
...intermediates/classes/debug/org/apache/cordova/CordovaResourceApi$OpenForReadResult.class
Binary file not shown.
Binary file added
BIN
+12.2 KB
.../CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaResourceApi.class
Binary file not shown.
Binary file added
BIN
+2.19 KB
...roid/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaWebView.class
Binary file not shown.
Binary file added
BIN
+549 Bytes
...ib/build/intermediates/classes/debug/org/apache/cordova/CordovaWebViewEngine$Client.class
Binary file not shown.
Binary file added
BIN
+308 Bytes
...uild/intermediates/classes/debug/org/apache/cordova/CordovaWebViewEngine$EngineView.class
Binary file not shown.
Binary file added
BIN
+993 Bytes
...ordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaWebViewEngine.class
Binary file not shown.
Binary file added
BIN
+1.65 KB
...ordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaWebViewImpl$1.class
Binary file not shown.
Binary file added
BIN
+1.52 KB
...ordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaWebViewImpl$2.class
Binary file not shown.
Binary file added
BIN
+1.43 KB
...ordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaWebViewImpl$3.class
Binary file not shown.
Binary file added
BIN
+1.22 KB
.../intermediates/classes/debug/org/apache/cordova/CordovaWebViewImpl$EngineClient$1$1.class
Binary file not shown.
Binary file added
BIN
+1.49 KB
...ld/intermediates/classes/debug/org/apache/cordova/CordovaWebViewImpl$EngineClient$1.class
Binary file not shown.
Binary file added
BIN
+4.83 KB
...uild/intermediates/classes/debug/org/apache/cordova/CordovaWebViewImpl$EngineClient.class
Binary file not shown.
Binary file added
BIN
+15.7 KB
.../CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaWebViewImpl.class
Binary file not shown.
Binary file added
BIN
+1020 Bytes
...droid/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CoreAndroid$1.class
Binary file not shown.
Binary file added
BIN
+741 Bytes
...droid/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CoreAndroid$2.class
Binary file not shown.
Binary file added
BIN
+730 Bytes
...droid/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CoreAndroid$3.class
Binary file not shown.
Binary file added
BIN
+741 Bytes
...droid/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CoreAndroid$4.class
Binary file not shown.
Binary file added
BIN
+1.93 KB
...droid/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CoreAndroid$5.class
Binary file not shown.
Binary file added
BIN
+7.52 KB
...android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CoreAndroid.class
Binary file not shown.
Binary file added
BIN
+442 Bytes
...ndroid/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/ExposedJsApi.class
Binary file not shown.
Binary file added
BIN
+443 Bytes
...aLib/build/intermediates/classes/debug/org/apache/cordova/ICordovaClientCertRequest.class
Binary file not shown.
Binary file added
BIN
+345 Bytes
...rdovaLib/build/intermediates/classes/debug/org/apache/cordova/ICordovaCookieManager.class
Binary file not shown.
Binary file added
BIN
+229 Bytes
...ovaLib/build/intermediates/classes/debug/org/apache/cordova/ICordovaHttpAuthHandler.class
Binary file not shown.
Binary file added
BIN
+3.34 KB
platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/LOG.class
Binary file not shown.
Binary file added
BIN
+814 Bytes
...ld/intermediates/classes/debug/org/apache/cordova/NativeToJsMessageQueue$BridgeMode.class
Binary file not shown.
Binary file added
BIN
+3.89 KB
...ild/intermediates/classes/debug/org/apache/cordova/NativeToJsMessageQueue$JsMessage.class
Binary file not shown.
Binary file added
BIN
+1.55 KB
...ediates/classes/debug/org/apache/cordova/NativeToJsMessageQueue$LoadUrlBridgeMode$1.class
Binary file not shown.
Binary file added
BIN
+1.53 KB
...rmediates/classes/debug/org/apache/cordova/NativeToJsMessageQueue$LoadUrlBridgeMode.class
Binary file not shown.
Binary file added
BIN
+712 Bytes
...ntermediates/classes/debug/org/apache/cordova/NativeToJsMessageQueue$NoOpBridgeMode.class
Binary file not shown.
Binary file added
BIN
+1.37 KB
...es/classes/debug/org/apache/cordova/NativeToJsMessageQueue$OnlineEventsBridgeMode$1.class
Binary file not shown.
Binary file added
BIN
+1.69 KB
...es/classes/debug/org/apache/cordova/NativeToJsMessageQueue$OnlineEventsBridgeMode$2.class
Binary file not shown.
Binary file added
BIN
+499 Bytes
...ordova/NativeToJsMessageQueue$OnlineEventsBridgeMode$OnlineEventsBridgeModeDelegate.class
Binary file not shown.
Binary file added
BIN
+2.56 KB
...ates/classes/debug/org/apache/cordova/NativeToJsMessageQueue$OnlineEventsBridgeMode.class
Binary file not shown.
Binary file added
BIN
+7.23 KB
...dovaLib/build/intermediates/classes/debug/org/apache/cordova/NativeToJsMessageQueue.class
Binary file not shown.
Binary file added
BIN
+1.02 KB
...android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/PluginEntry.class
Binary file not shown.
Binary file added
BIN
+11.9 KB
...droid/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/PluginManager.class
Binary file not shown.
Binary file added
BIN
+1.62 KB
...CordovaLib/build/intermediates/classes/debug/org/apache/cordova/PluginResult$Status.class
Binary file not shown.
Binary file added
BIN
+5.77 KB
...ndroid/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/PluginResult.class
Binary file not shown.
Binary file added
BIN
+3.04 KB
...ordovaLib/build/intermediates/classes/debug/org/apache/cordova/Whitelist$URLPattern.class
Binary file not shown.
Binary file added
BIN
+2.88 KB
...s/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/Whitelist.class
Binary file not shown.
Binary file added
BIN
+1.61 KB
...Lib/build/intermediates/classes/debug/org/apache/cordova/engine/SystemCookieManager.class
Binary file not shown.
Binary file added
BIN
+1.4 KB
...aLib/build/intermediates/classes/debug/org/apache/cordova/engine/SystemExposedJsApi.class
Binary file not shown.
Binary file added
BIN
+1.17 KB
...build/intermediates/classes/debug/org/apache/cordova/engine/SystemWebChromeClient$1.class
Binary file not shown.
Binary file added
BIN
+1.17 KB
...build/intermediates/classes/debug/org/apache/cordova/engine/SystemWebChromeClient$2.class
Binary file not shown.
Binary file added
BIN
+1.23 KB
...build/intermediates/classes/debug/org/apache/cordova/engine/SystemWebChromeClient$3.class
Binary file not shown.
Binary file added
BIN
+1.63 KB
...build/intermediates/classes/debug/org/apache/cordova/engine/SystemWebChromeClient$4.class
Binary file not shown.
Binary file added
BIN
+1.73 KB
...build/intermediates/classes/debug/org/apache/cordova/engine/SystemWebChromeClient$5.class
Binary file not shown.
Binary file added
BIN
+9.57 KB
...b/build/intermediates/classes/debug/org/apache/cordova/engine/SystemWebChromeClient.class
Binary file not shown.
Binary file added
BIN
+2.6 KB
...ordovaLib/build/intermediates/classes/debug/org/apache/cordova/engine/SystemWebView.class
Binary file not shown.
Binary file added
BIN
+9.28 KB
...Lib/build/intermediates/classes/debug/org/apache/cordova/engine/SystemWebViewClient.class
Binary file not shown.
Binary file added
BIN
+1.79 KB
...b/build/intermediates/classes/debug/org/apache/cordova/engine/SystemWebViewEngine$1.class
Binary file not shown.
Binary file added
BIN
+1.02 KB
...b/build/intermediates/classes/debug/org/apache/cordova/engine/SystemWebViewEngine$2.class
Binary file not shown.
Binary file added
BIN
+10.3 KB
...Lib/build/intermediates/classes/debug/org/apache/cordova/engine/SystemWebViewEngine.class
Binary file not shown.
Binary file added
BIN
+776 Bytes
...rdovaLib/build/intermediates/classes/release/org/apache/cordova/AuthenticationToken.class
Binary file not shown.
Binary file added
BIN
+567 Bytes
...droid/CordovaLib/build/intermediates/classes/release/org/apache/cordova/BuildConfig.class
Binary file not shown.
Binary file added
BIN
+3.25 KB
...d/CordovaLib/build/intermediates/classes/release/org/apache/cordova/CallbackContext.class
Binary file not shown.
Binary file added
BIN
+1.84 KB
...ms/android/CordovaLib/build/intermediates/classes/release/org/apache/cordova/Config.class
Binary file not shown.
Binary file added
BIN
+4.8 KB
...d/CordovaLib/build/intermediates/classes/release/org/apache/cordova/ConfigXmlParser.class
Binary file not shown.
Binary file added
BIN
+930 Bytes
...CordovaLib/build/intermediates/classes/release/org/apache/cordova/CordovaActivity$1.class
Binary file not shown.
Binary file added
BIN
+1012 Bytes
...CordovaLib/build/intermediates/classes/release/org/apache/cordova/CordovaActivity$2.class
Binary file not shown.
Binary file added
BIN
+1.48 KB
...CordovaLib/build/intermediates/classes/release/org/apache/cordova/CordovaActivity$3.class
Binary file not shown.
Binary file added
BIN
+1.06 KB
...rdovaLib/build/intermediates/classes/release/org/apache/cordova/CordovaActivity$4$1.class
Binary file not shown.
Binary file added
BIN
+1.96 KB
...CordovaLib/build/intermediates/classes/release/org/apache/cordova/CordovaActivity$4.class
Binary file not shown.
Binary file added
BIN
+10.2 KB
...d/CordovaLib/build/intermediates/classes/release/org/apache/cordova/CordovaActivity.class
Binary file not shown.
Binary file added
BIN
+2.5 KB
...droid/CordovaLib/build/intermediates/classes/release/org/apache/cordova/CordovaArgs.class
Binary file not shown.
Binary file added
BIN
+5.33 KB
...oid/CordovaLib/build/intermediates/classes/release/org/apache/cordova/CordovaBridge.class
Binary file not shown.
Binary file added
BIN
+1.39 KB
...Lib/build/intermediates/classes/release/org/apache/cordova/CordovaClientCertRequest.class
Binary file not shown.
Binary file added
BIN
+1.19 KB
...vaLib/build/intermediates/classes/release/org/apache/cordova/CordovaDialogsHelper$1.class
Binary file not shown.
Binary file added
BIN
+1.17 KB
...vaLib/build/intermediates/classes/release/org/apache/cordova/CordovaDialogsHelper$2.class
Binary file not shown.
Binary file added
BIN
+1.29 KB
...vaLib/build/intermediates/classes/release/org/apache/cordova/CordovaDialogsHelper$3.class
Binary file not shown.
Binary file added
BIN
+1.19 KB
...vaLib/build/intermediates/classes/release/org/apache/cordova/CordovaDialogsHelper$4.class
Binary file not shown.
Binary file added
BIN
+1.19 KB
...vaLib/build/intermediates/classes/release/org/apache/cordova/CordovaDialogsHelper$5.class
Binary file not shown.
Binary file added
BIN
+1.17 KB
...vaLib/build/intermediates/classes/release/org/apache/cordova/CordovaDialogsHelper$6.class
Binary file not shown.
Binary file added
BIN
+1.29 KB
...vaLib/build/intermediates/classes/release/org/apache/cordova/CordovaDialogsHelper$7.class
Binary file not shown.
Binary file added
BIN
+1.46 KB
...vaLib/build/intermediates/classes/release/org/apache/cordova/CordovaDialogsHelper$8.class
Binary file not shown.
Binary file added
BIN
+1.2 KB
...vaLib/build/intermediates/classes/release/org/apache/cordova/CordovaDialogsHelper$9.class
Binary file not shown.
Binary file added
BIN
+277 Bytes
.../build/intermediates/classes/release/org/apache/cordova/CordovaDialogsHelper$Result.class
Binary file not shown.
Binary file added
BIN
+3.66 KB
...dovaLib/build/intermediates/classes/release/org/apache/cordova/CordovaDialogsHelper.class
Binary file not shown.
Binary file added
BIN
+821 Bytes
...vaLib/build/intermediates/classes/release/org/apache/cordova/CordovaHttpAuthHandler.class
Binary file not shown.
Binary file added
BIN
+501 Bytes
.../CordovaLib/build/intermediates/classes/release/org/apache/cordova/CordovaInterface.class
Binary file not shown.
Binary file added
BIN
+1.04 KB
...diates/classes/release/org/apache/cordova/CordovaInterfaceImpl$ActivityResultHolder.class
Binary file not shown.
Binary file added
BIN
+4.53 KB
...dovaLib/build/intermediates/classes/release/org/apache/cordova/CordovaInterfaceImpl.class
Binary file not shown.
Binary file added
BIN
+6.03 KB
...oid/CordovaLib/build/intermediates/classes/release/org/apache/cordova/CordovaPlugin.class
Binary file not shown.
Binary file added
BIN
+5.79 KB
...ordovaLib/build/intermediates/classes/release/org/apache/cordova/CordovaPreferences.class
Binary file not shown.
Binary file added
BIN
+905 Bytes
...termediates/classes/release/org/apache/cordova/CordovaResourceApi$OpenForReadResult.class
Binary file not shown.
Binary file added
BIN
+12.2 KB
...ordovaLib/build/intermediates/classes/release/org/apache/cordova/CordovaResourceApi.class
Binary file not shown.
Binary file added
BIN
+2.19 KB
...id/CordovaLib/build/intermediates/classes/release/org/apache/cordova/CordovaWebView.class
Binary file not shown.
Binary file added
BIN
+549 Bytes
.../build/intermediates/classes/release/org/apache/cordova/CordovaWebViewEngine$Client.class
Binary file not shown.
Binary file added
BIN
+308 Bytes
...ld/intermediates/classes/release/org/apache/cordova/CordovaWebViewEngine$EngineView.class
Binary file not shown.
Binary file added
BIN
+993 Bytes
...dovaLib/build/intermediates/classes/release/org/apache/cordova/CordovaWebViewEngine.class
Binary file not shown.
Binary file added
BIN
+1.65 KB
...dovaLib/build/intermediates/classes/release/org/apache/cordova/CordovaWebViewImpl$1.class
Binary file not shown.
Binary file added
BIN
+1.52 KB
...dovaLib/build/intermediates/classes/release/org/apache/cordova/CordovaWebViewImpl$2.class
Binary file not shown.
Binary file added
BIN
+1.43 KB
...dovaLib/build/intermediates/classes/release/org/apache/cordova/CordovaWebViewImpl$3.class
Binary file not shown.
Binary file added
BIN
+1.22 KB
...ntermediates/classes/release/org/apache/cordova/CordovaWebViewImpl$EngineClient$1$1.class
Binary file not shown.
Binary file added
BIN
+1.49 KB
.../intermediates/classes/release/org/apache/cordova/CordovaWebViewImpl$EngineClient$1.class
Binary file not shown.
Binary file added
BIN
+4.83 KB
...ld/intermediates/classes/release/org/apache/cordova/CordovaWebViewImpl$EngineClient.class
Binary file not shown.
Binary file added
BIN
+15.7 KB
...ordovaLib/build/intermediates/classes/release/org/apache/cordova/CordovaWebViewImpl.class
Binary file not shown.
Binary file added
BIN
+1020 Bytes
...oid/CordovaLib/build/intermediates/classes/release/org/apache/cordova/CoreAndroid$1.class
Binary file not shown.
Binary file added
BIN
+741 Bytes
...oid/CordovaLib/build/intermediates/classes/release/org/apache/cordova/CoreAndroid$2.class
Binary file not shown.
Binary file added
BIN
+730 Bytes
...oid/CordovaLib/build/intermediates/classes/release/org/apache/cordova/CoreAndroid$3.class
Binary file not shown.
Binary file added
BIN
+741 Bytes
...oid/CordovaLib/build/intermediates/classes/release/org/apache/cordova/CoreAndroid$4.class
Binary file not shown.
Binary file added
BIN
+1.93 KB
...oid/CordovaLib/build/intermediates/classes/release/org/apache/cordova/CoreAndroid$5.class
Binary file not shown.
Binary file added
BIN
+7.52 KB
...droid/CordovaLib/build/intermediates/classes/release/org/apache/cordova/CoreAndroid.class
Binary file not shown.
Binary file added
BIN
+442 Bytes
...roid/CordovaLib/build/intermediates/classes/release/org/apache/cordova/ExposedJsApi.class
Binary file not shown.
Binary file added
BIN
+443 Bytes
...ib/build/intermediates/classes/release/org/apache/cordova/ICordovaClientCertRequest.class
Binary file not shown.
Binary file added
BIN
+345 Bytes
...ovaLib/build/intermediates/classes/release/org/apache/cordova/ICordovaCookieManager.class
Binary file not shown.
Binary file added
BIN
+229 Bytes
...aLib/build/intermediates/classes/release/org/apache/cordova/ICordovaHttpAuthHandler.class
Binary file not shown.
Binary file added
BIN
+3.34 KB
...forms/android/CordovaLib/build/intermediates/classes/release/org/apache/cordova/LOG.class
Binary file not shown.
Binary file added
BIN
+814 Bytes
.../intermediates/classes/release/org/apache/cordova/NativeToJsMessageQueue$BridgeMode.class
Binary file not shown.
Binary file added
BIN
+3.89 KB
...d/intermediates/classes/release/org/apache/cordova/NativeToJsMessageQueue$JsMessage.class
Binary file not shown.
Binary file added
BIN
+1.55 KB
...iates/classes/release/org/apache/cordova/NativeToJsMessageQueue$LoadUrlBridgeMode$1.class
Binary file not shown.
Binary file added
BIN
+1.53 KB
...ediates/classes/release/org/apache/cordova/NativeToJsMessageQueue$LoadUrlBridgeMode.class
Binary file not shown.
Binary file added
BIN
+712 Bytes
...ermediates/classes/release/org/apache/cordova/NativeToJsMessageQueue$NoOpBridgeMode.class
Binary file not shown.
Binary file added
BIN
+1.37 KB
.../classes/release/org/apache/cordova/NativeToJsMessageQueue$OnlineEventsBridgeMode$1.class
Binary file not shown.
Binary file added
BIN
+1.69 KB
.../classes/release/org/apache/cordova/NativeToJsMessageQueue$OnlineEventsBridgeMode$2.class
Binary file not shown.
Binary file added
BIN
+499 Bytes
...ordova/NativeToJsMessageQueue$OnlineEventsBridgeMode$OnlineEventsBridgeModeDelegate.class
Binary file not shown.
Binary file added
BIN
+2.56 KB
...es/classes/release/org/apache/cordova/NativeToJsMessageQueue$OnlineEventsBridgeMode.class
Binary file not shown.
Binary file added
BIN
+7.23 KB
...vaLib/build/intermediates/classes/release/org/apache/cordova/NativeToJsMessageQueue.class
Binary file not shown.
Binary file added
BIN
+1.02 KB
...droid/CordovaLib/build/intermediates/classes/release/org/apache/cordova/PluginEntry.class
Binary file not shown.
Binary file added
BIN
+11.9 KB
...oid/CordovaLib/build/intermediates/classes/release/org/apache/cordova/PluginManager.class
Binary file not shown.
Binary file added
BIN
+1.62 KB
...rdovaLib/build/intermediates/classes/release/org/apache/cordova/PluginResult$Status.class
Binary file not shown.
Binary file added
BIN
+5.77 KB
...roid/CordovaLib/build/intermediates/classes/release/org/apache/cordova/PluginResult.class
Binary file not shown.
Binary file added
BIN
+3.04 KB
...dovaLib/build/intermediates/classes/release/org/apache/cordova/Whitelist$URLPattern.class
Binary file not shown.
Binary file added
BIN
+2.88 KB
...android/CordovaLib/build/intermediates/classes/release/org/apache/cordova/Whitelist.class
Binary file not shown.
Binary file added
BIN
+1.61 KB
...b/build/intermediates/classes/release/org/apache/cordova/engine/SystemCookieManager.class
Binary file not shown.
Binary file added
BIN
+1.4 KB
...ib/build/intermediates/classes/release/org/apache/cordova/engine/SystemExposedJsApi.class
Binary file not shown.
Binary file added
BIN
+1.17 KB
...ild/intermediates/classes/release/org/apache/cordova/engine/SystemWebChromeClient$1.class
Binary file not shown.
Binary file added
BIN
+1.17 KB
...ild/intermediates/classes/release/org/apache/cordova/engine/SystemWebChromeClient$2.class
Binary file not shown.
Binary file added
BIN
+1.23 KB
...ild/intermediates/classes/release/org/apache/cordova/engine/SystemWebChromeClient$3.class
Binary file not shown.
Binary file added
BIN
+1.63 KB
...ild/intermediates/classes/release/org/apache/cordova/engine/SystemWebChromeClient$4.class
Binary file not shown.
Binary file added
BIN
+1.73 KB
...ild/intermediates/classes/release/org/apache/cordova/engine/SystemWebChromeClient$5.class
Binary file not shown.
Binary file added
BIN
+9.57 KB
...build/intermediates/classes/release/org/apache/cordova/engine/SystemWebChromeClient.class
Binary file not shown.
Binary file added
BIN
+2.6 KB
...dovaLib/build/intermediates/classes/release/org/apache/cordova/engine/SystemWebView.class
Binary file not shown.
Binary file added
BIN
+9.28 KB
...b/build/intermediates/classes/release/org/apache/cordova/engine/SystemWebViewClient.class
Binary file not shown.
Binary file added
BIN
+1.79 KB
...build/intermediates/classes/release/org/apache/cordova/engine/SystemWebViewEngine$1.class
Binary file not shown.
Binary file added
BIN
+1.02 KB
...build/intermediates/classes/release/org/apache/cordova/engine/SystemWebViewEngine$2.class
Binary file not shown.
Binary file added
BIN
+10.3 KB
...b/build/intermediates/classes/release/org/apache/cordova/engine/SystemWebViewEngine.class
Binary file not shown.
Binary file added
BIN
+717 Bytes
...rdovaLib/build/intermediates/classes/test/debug/org/apache/cordova/test/BuildConfig.class
Binary file not shown.
Binary file added
BIN
+5 Bytes
platforms/android/CordovaLib/build/intermediates/incremental/aidl/debug/dependency.store
Binary file not shown.
Binary file added
BIN
+5 Bytes
platforms/android/CordovaLib/build/intermediates/incremental/aidl/release/dependency.store
Binary file not shown.
Binary file added
BIN
+5 Bytes
...forms/android/CordovaLib/build/intermediates/incremental/aidl/test/debug/dependency.store
Binary file not shown.
2 changes: 2 additions & 0 deletions
2
platforms/android/CordovaLib/build/intermediates/incremental/mergeAssets/debug/merger.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<merger version="3"><dataSet config="main"><source path="/Users/Parry/Desktop/GuGuJianKong/GuGuJianKongApp/platforms/android/CordovaLib/assets"/></dataSet><dataSet config="debug"><source path="/Users/Parry/Desktop/GuGuJianKong/GuGuJianKongApp/platforms/android/CordovaLib/src/debug/assets"/></dataSet></merger> |
2 changes: 2 additions & 0 deletions
2
platforms/android/CordovaLib/build/intermediates/incremental/mergeAssets/release/merger.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<merger version="3"><dataSet config="main"><source path="/Users/Parry/Desktop/GuGuJianKong/GuGuJianKongApp/platforms/android/CordovaLib/assets"/></dataSet><dataSet config="release"><source path="/Users/Parry/Desktop/GuGuJianKong/GuGuJianKongApp/platforms/android/CordovaLib/src/release/assets"/></dataSet></merger> |
2 changes: 2 additions & 0 deletions
2
...orms/android/CordovaLib/build/intermediates/incremental/mergeAssets/test/debug/merger.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<merger version="3"><dataSet config="debug"><source path="/Users/Parry/Desktop/GuGuJianKong/GuGuJianKongApp/platforms/android/CordovaLib/build/intermediates/bundles/debug/assets"/></dataSet><dataSet config="main"><source path="/Users/Parry/Desktop/GuGuJianKong/GuGuJianKongApp/platforms/android/CordovaLib/src/androidTest/assets"/></dataSet></merger> |
2 changes: 2 additions & 0 deletions
2
...s/android/CordovaLib/build/intermediates/incremental/mergeResources/test/debug/merger.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<merger version="3"><dataSet config="debug"><source path="/Users/Parry/Desktop/GuGuJianKong/GuGuJianKongApp/platforms/android/CordovaLib/build/intermediates/bundles/debug/res"/></dataSet><dataSet config="main"><source path="/Users/Parry/Desktop/GuGuJianKong/GuGuJianKongApp/platforms/android/CordovaLib/src/androidTest/res"/><source path="/Users/Parry/Desktop/GuGuJianKong/GuGuJianKongApp/platforms/android/CordovaLib/build/generated/res/rs/test/debug"/><source path="/Users/Parry/Desktop/GuGuJianKong/GuGuJianKongApp/platforms/android/CordovaLib/build/generated/res/generated/test/debug"/></dataSet><mergedItems/></merger> |
2 changes: 2 additions & 0 deletions
2
...orms/android/CordovaLib/build/intermediates/incremental/packageResources/debug/merger.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<merger version="3"><dataSet config="main"><source path="/Users/Parry/Desktop/GuGuJianKong/GuGuJianKongApp/platforms/android/CordovaLib/res"/><source path="/Users/Parry/Desktop/GuGuJianKong/GuGuJianKongApp/platforms/android/CordovaLib/build/generated/res/rs/debug"/><source path="/Users/Parry/Desktop/GuGuJianKong/GuGuJianKongApp/platforms/android/CordovaLib/build/generated/res/generated/debug"/></dataSet><dataSet config="debug"><source path="/Users/Parry/Desktop/GuGuJianKong/GuGuJianKongApp/platforms/android/CordovaLib/src/debug/res"/></dataSet><mergedItems/></merger> |
2 changes: 2 additions & 0 deletions
2
...ms/android/CordovaLib/build/intermediates/incremental/packageResources/release/merger.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<merger version="3"><dataSet config="main"><source path="/Users/Parry/Desktop/GuGuJianKong/GuGuJianKongApp/platforms/android/CordovaLib/res"/><source path="/Users/Parry/Desktop/GuGuJianKong/GuGuJianKongApp/platforms/android/CordovaLib/build/generated/res/rs/release"/><source path="/Users/Parry/Desktop/GuGuJianKong/GuGuJianKongApp/platforms/android/CordovaLib/build/generated/res/generated/release"/></dataSet><dataSet config="release"><source path="/Users/Parry/Desktop/GuGuJianKong/GuGuJianKongApp/platforms/android/CordovaLib/src/release/res"/></dataSet><mergedItems/></merger> |
20 changes: 20 additions & 0 deletions
20
platforms/android/CordovaLib/build/intermediates/manifests/test/debug/AndroidManifest.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="org.apache.cordova.test" > | ||
|
||
<uses-sdk | ||
android:minSdkVersion="10" | ||
android:targetSdkVersion="10" /> | ||
|
||
<instrumentation | ||
android:name="android.test.InstrumentationTestRunner" | ||
android:functionalTest="false" | ||
android:handleProfiling="false" | ||
android:label="Tests for org.apache.cordova.test" | ||
android:targetPackage="org.apache.cordova.test" /> | ||
|
||
<application> | ||
<uses-library android:name="android.test.runner" /> | ||
</application> | ||
|
||
</manifest> |
16 changes: 16 additions & 0 deletions
16
...ndroid/CordovaLib/build/intermediates/manifests/tmp/manifestMerger3371843037866663904.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="org.apache.cordova.test"> | ||
|
||
<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="10" /> | ||
|
||
<application> | ||
<uses-library android:name="android.test.runner" /> | ||
</application> | ||
|
||
<instrumentation android:name="android.test.InstrumentationTestRunner" | ||
android:targetPackage="org.apache.cordova.test" | ||
android:handleProfiling="false" | ||
android:functionalTest="false" | ||
android:label="Tests for org.apache.cordova.test"/> | ||
</manifest> |
Binary file added
BIN
+758 Bytes
platforms/android/CordovaLib/build/intermediates/res/resources-debug-test.ap_
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions
2
platforms/android/CordovaLib/build/tmp/packageDebugJar/MANIFEST.MF
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Manifest-Version: 1.0 | ||
|
2 changes: 2 additions & 0 deletions
2
platforms/android/CordovaLib/build/tmp/packageReleaseJar/MANIFEST.MF
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Manifest-Version: 1.0 | ||
|
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
19 changes: 19 additions & 0 deletions
19
platforms/android/assets/www/lib/angular-animate/.bower.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"name": "angular-animate", | ||
"version": "1.3.13", | ||
"main": "./angular-animate.js", | ||
"ignore": [], | ||
"dependencies": { | ||
"angular": "1.3.13" | ||
}, | ||
"homepage": "https://github.com/angular/bower-angular-animate", | ||
"_release": "1.3.13", | ||
"_resolution": { | ||
"type": "version", | ||
"tag": "v1.3.13", | ||
"commit": "f18cb98590471ad9c1e5ae0e57178e9ecb8d384c" | ||
}, | ||
"_source": "git://github.com/angular/bower-angular-animate.git", | ||
"_target": "1.3.13", | ||
"_originalSource": "angular-animate" | ||
} |
77 changes: 77 additions & 0 deletions
77
platforms/android/assets/www/lib/angular-animate/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
# packaged angular-animate | ||
|
||
This repo is for distribution on `npm` and `bower`. The source for this module is in the | ||
[main AngularJS repo](https://github.com/angular/angular.js/tree/master/src/ngAnimate). | ||
Please file issues and pull requests against that repo. | ||
|
||
## Install | ||
|
||
You can install this package either with `npm` or with `bower`. | ||
|
||
### npm | ||
|
||
```shell | ||
npm install angular-animate | ||
``` | ||
|
||
Add a `<script>` to your `index.html`: | ||
|
||
```html | ||
<script src="/node_modules/angular-animate/angular-animate.js"></script> | ||
``` | ||
|
||
Then add `ngAnimate` as a dependency for your app: | ||
|
||
```javascript | ||
angular.module('myApp', ['ngAnimate']); | ||
``` | ||
|
||
Note that this package is not in CommonJS format, so doing `require('angular-animate')` will | ||
return `undefined`. | ||
|
||
### bower | ||
|
||
```shell | ||
bower install angular-animate | ||
``` | ||
|
||
Then add a `<script>` to your `index.html`: | ||
|
||
```html | ||
<script src="/bower_components/angular-animate/angular-animate.js"></script> | ||
``` | ||
|
||
Then add `ngAnimate` as a dependency for your app: | ||
|
||
```javascript | ||
angular.module('myApp', ['ngAnimate']); | ||
``` | ||
|
||
## Documentation | ||
|
||
Documentation is available on the | ||
[AngularJS docs site](http://docs.angularjs.org/api/ngAnimate). | ||
|
||
## License | ||
|
||
The MIT License | ||
|
||
Copyright (c) 2010-2012 Google, Inc. http://angularjs.org | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. |
Oops, something went wrong.