基础版本
authorqiaowei <jov123@163.com>
Wed, 10 Jul 2019 08:04:20 +0000 (16:04 +0800)
committerqiaowei <jov123@163.com>
Wed, 10 Jul 2019 08:05:04 +0000 (16:05 +0800)
commitf044a7453be1c367b9ff0f1707f5080fb8f8ef2e
treebfb146cc360dbc7a03e62046f8d01c963fb544e8
parent7934b52ecb846cb0b7f1ea18a4d2866142b100ba
基础版本
1910 files changed:
.gitignore [new file with mode: 0644]
config.xml [new file with mode: 0644]
hooks/README.md [new file with mode: 0644]
icon.png [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
platforms/android/.gitignore [new file with mode: 0644]
platforms/android/CordovaLib/AndroidManifest.xml [new file with mode: 0755]
platforms/android/CordovaLib/build.gradle [new file with mode: 0644]
platforms/android/CordovaLib/cordova.gradle [new file with mode: 0644]
platforms/android/CordovaLib/project.properties [new file with mode: 0644]
platforms/android/CordovaLib/src/org/apache/cordova/AuthenticationToken.java [new file with mode: 0644]
platforms/android/CordovaLib/src/org/apache/cordova/BuildHelper.java [new file with mode: 0644]
platforms/android/CordovaLib/src/org/apache/cordova/CallbackContext.java [new file with mode: 0644]
platforms/android/CordovaLib/src/org/apache/cordova/CallbackMap.java [new file with mode: 0644]
platforms/android/CordovaLib/src/org/apache/cordova/Config.java [new file with mode: 0644]
platforms/android/CordovaLib/src/org/apache/cordova/ConfigXmlParser.java [new file with mode: 0644]
platforms/android/CordovaLib/src/org/apache/cordova/CordovaActivity.java [new file with mode: 0755]
platforms/android/CordovaLib/src/org/apache/cordova/CordovaArgs.java [new file with mode: 0644]
platforms/android/CordovaLib/src/org/apache/cordova/CordovaBridge.java [new file with mode: 0644]
platforms/android/CordovaLib/src/org/apache/cordova/CordovaClientCertRequest.java [new file with mode: 0644]
platforms/android/CordovaLib/src/org/apache/cordova/CordovaDialogsHelper.java [new file with mode: 0644]
platforms/android/CordovaLib/src/org/apache/cordova/CordovaHttpAuthHandler.java [new file with mode: 0644]
platforms/android/CordovaLib/src/org/apache/cordova/CordovaInterface.java [new file with mode: 0755]
platforms/android/CordovaLib/src/org/apache/cordova/CordovaInterfaceImpl.java [new file with mode: 0644]
platforms/android/CordovaLib/src/org/apache/cordova/CordovaPlugin.java [new file with mode: 0644]
platforms/android/CordovaLib/src/org/apache/cordova/CordovaPreferences.java [new file with mode: 0644]
platforms/android/CordovaLib/src/org/apache/cordova/CordovaResourceApi.java [new file with mode: 0644]
platforms/android/CordovaLib/src/org/apache/cordova/CordovaWebView.java [new file with mode: 0644]
platforms/android/CordovaLib/src/org/apache/cordova/CordovaWebViewEngine.java [new file with mode: 0644]
platforms/android/CordovaLib/src/org/apache/cordova/CordovaWebViewImpl.java [new file with mode: 0644]
platforms/android/CordovaLib/src/org/apache/cordova/CoreAndroid.java [new file with mode: 0755]
platforms/android/CordovaLib/src/org/apache/cordova/ExposedJsApi.java [new file with mode: 0644]
platforms/android/CordovaLib/src/org/apache/cordova/ICordovaClientCertRequest.java [new file with mode: 0644]
platforms/android/CordovaLib/src/org/apache/cordova/ICordovaCookieManager.java [new file with mode: 0644]
platforms/android/CordovaLib/src/org/apache/cordova/ICordovaHttpAuthHandler.java [new file with mode: 0644]
platforms/android/CordovaLib/src/org/apache/cordova/LOG.java [new file with mode: 0755]
platforms/android/CordovaLib/src/org/apache/cordova/NativeToJsMessageQueue.java [new file with mode: 0755]
platforms/android/CordovaLib/src/org/apache/cordova/PermissionHelper.java [new file with mode: 0644]
platforms/android/CordovaLib/src/org/apache/cordova/PluginEntry.java [new file with mode: 0755]
platforms/android/CordovaLib/src/org/apache/cordova/PluginManager.java [new file with mode: 0755]
platforms/android/CordovaLib/src/org/apache/cordova/PluginResult.java [new file with mode: 0644]
platforms/android/CordovaLib/src/org/apache/cordova/ResumeCallback.java [new file with mode: 0644]
platforms/android/CordovaLib/src/org/apache/cordova/Whitelist.java [new file with mode: 0644]
platforms/android/CordovaLib/src/org/apache/cordova/engine/SystemCookieManager.java [new file with mode: 0644]
platforms/android/CordovaLib/src/org/apache/cordova/engine/SystemExposedJsApi.java [new file with mode: 0755]
platforms/android/CordovaLib/src/org/apache/cordova/engine/SystemWebChromeClient.java [new file with mode: 0755]
platforms/android/CordovaLib/src/org/apache/cordova/engine/SystemWebView.java [new file with mode: 0644]
platforms/android/CordovaLib/src/org/apache/cordova/engine/SystemWebViewClient.java [new file with mode: 0755]
platforms/android/CordovaLib/src/org/apache/cordova/engine/SystemWebViewEngine.java [new file with mode: 0755]
platforms/android/android.json [new file with mode: 0644]
platforms/android/app/build.gradle [new file with mode: 0644]
platforms/android/app/src/main/AndroidManifest.xml [new file with mode: 0644]
platforms/android/app/src/main/assets/www/bill.html [new file with mode: 0644]
platforms/android/app/src/main/assets/www/billdetail.html [new file with mode: 0644]
platforms/android/app/src/main/assets/www/bindcard.html [new file with mode: 0644]
platforms/android/app/src/main/assets/www/card.html [new file with mode: 0644]
platforms/android/app/src/main/assets/www/cordova-js-src/android/nativeapiprovider.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/cordova-js-src/android/promptbasednativeapi.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/cordova-js-src/exec.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/cordova-js-src/platform.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/cordova-js-src/plugin/android/app.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/cordova.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/cordova_plugins.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/css/aui-iconfont.ttf [new file with mode: 0755]
platforms/android/app/src/main/assets/www/css/aui.css [new file with mode: 0644]
platforms/android/app/src/main/assets/www/css/index.css [new file with mode: 0644]
platforms/android/app/src/main/assets/www/css/jquery-weui.min.css [new file with mode: 0755]
platforms/android/app/src/main/assets/www/css/weui.min.css [new file with mode: 0755]
platforms/android/app/src/main/assets/www/dobind.html [new file with mode: 0644]
platforms/android/app/src/main/assets/www/error.html [new file with mode: 0644]
platforms/android/app/src/main/assets/www/findpwd.html [new file with mode: 0644]
platforms/android/app/src/main/assets/www/img/icon_auth.png [new file with mode: 0644]
platforms/android/app/src/main/assets/www/img/icon_bill.png [new file with mode: 0644]
platforms/android/app/src/main/assets/www/img/icon_car.png [new file with mode: 0644]
platforms/android/app/src/main/assets/www/img/icon_card.png [new file with mode: 0644]
platforms/android/app/src/main/assets/www/img/icon_header.png [new file with mode: 0644]
platforms/android/app/src/main/assets/www/img/icon_meal.png [new file with mode: 0644]
platforms/android/app/src/main/assets/www/img/icon_ok.png [new file with mode: 0644]
platforms/android/app/src/main/assets/www/img/icon_qrcode.png [new file with mode: 0644]
platforms/android/app/src/main/assets/www/img/icon_scan.png [new file with mode: 0644]
platforms/android/app/src/main/assets/www/img/icon_securty.png [new file with mode: 0644]
platforms/android/app/src/main/assets/www/img/icon_water.png [new file with mode: 0644]
platforms/android/app/src/main/assets/www/img/scanner.svg [new file with mode: 0644]
platforms/android/app/src/main/assets/www/index.html [new file with mode: 0644]
platforms/android/app/src/main/assets/www/js/bill.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/js/billdetail.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/js/bindcard.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/js/card.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/js/db.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/js/index.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/js/lib/aui-actionsheet.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/js/lib/aui-collapse.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/js/lib/aui-dialog.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/js/lib/aui-lazyload.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/js/lib/aui-list-swipe-backup.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/js/lib/aui-list-swipe.js [new file with mode: 0755]
platforms/android/app/src/main/assets/www/js/lib/aui-popup-new.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/js/lib/aui-popup.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/js/lib/aui-pull-refresh.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/js/lib/aui-range.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/js/lib/aui-scroll.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/js/lib/aui-sharebox.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/js/lib/aui-skin.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/js/lib/aui-slide.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/js/lib/aui-tab.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/js/lib/aui-toast.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/js/lib/city-picker.js [new file with mode: 0755]
platforms/android/app/src/main/assets/www/js/lib/city-picker.min.js [new file with mode: 0755]
platforms/android/app/src/main/assets/www/js/lib/jquery-2.1.4.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/js/lib/jquery-weui.js [new file with mode: 0755]
platforms/android/app/src/main/assets/www/js/lib/jquery-weui.min.js [new file with mode: 0755]
platforms/android/app/src/main/assets/www/js/lib/jquery.mobile-1.4.5.min.js [new file with mode: 0755]
platforms/android/app/src/main/assets/www/js/lib/qrcode.min.js [new file with mode: 0755]
platforms/android/app/src/main/assets/www/js/lib/swiper.js [new file with mode: 0755]
platforms/android/app/src/main/assets/www/js/lib/swiper.min.js [new file with mode: 0755]
platforms/android/app/src/main/assets/www/js/login.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/js/main.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/js/mobile.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/js/paypwdset.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/js/pwdset.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/js/qrcode.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/js/register.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/js/scan.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/js/security.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/js/server.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/js/signxy.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/js/uxy.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/login.html [new file with mode: 0644]
platforms/android/app/src/main/assets/www/login1.html [new file with mode: 0644]
platforms/android/app/src/main/assets/www/main.html [new file with mode: 0644]
platforms/android/app/src/main/assets/www/main1.html [new file with mode: 0644]
platforms/android/app/src/main/assets/www/mobileui/css/alert.min.css [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/css/base.min.css [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/css/button.min.css [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/css/chart-bar.min.css [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/css/chartist-plugin-tooltip.min.css [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/css/chartist.min.css [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/css/chartjs.min.css [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/css/cover.min.css [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/css/fonts/ionicons.woff [new file with mode: 0644]
platforms/android/app/src/main/assets/www/mobileui/css/fonts/roboto.woff2 [new file with mode: 0644]
platforms/android/app/src/main/assets/www/mobileui/css/fonts/robotoblack.woff2 [new file with mode: 0644]
platforms/android/app/src/main/assets/www/mobileui/css/fonts/robotolight.woff2 [new file with mode: 0644]
platforms/android/app/src/main/assets/www/mobileui/css/gfont.css [new file with mode: 0644]
platforms/android/app/src/main/assets/www/mobileui/css/grid.min.css [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/css/header.min.css [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/css/horizontal-scroll.min.css [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/css/imports.css [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/css/include.min.css [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/css/input.min.css [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/css/list.min.css [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/css/loading.min.css [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/css/menu.min.css [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/css/mobileui-colors.min.css [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/css/mobileuijs.min.css [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/css/page.min.css [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/css/popover.min.css [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/css/progress-circle.min.css [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/css/progress-circular.min.css [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/css/progress-semicircle.min.css [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/css/progressbarjs.min.css [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/css/swiper.min.css [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/css/tab.min.css [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/css/timeline.min.css [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/css/toast.min.css [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/js/alert.min.js [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/js/base.min.js [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/js/button.min.js [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/js/chart-bar.min.js [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/js/chartist-plugin-tooltip.min.js [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/js/chartist.min.js [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/js/chartjs.min.js [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/js/include.min.js [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/js/input.min.js [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/js/jquery.min.js [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/js/loading.min.js [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/js/menu.min.js [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/js/mobileui-colors.min.js [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/js/mobileuijs.min.js [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/js/momentjs.min.js [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/js/page.min.js [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/js/popover.min.js [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/js/progress-circle.min.js [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/js/progress-circular.min.js [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/js/progress-semicircle.min.js [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/js/progressbarjs.min.js [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/js/pulltorefresh.min.js [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/js/swiper.min.js [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/js/tab.min.js [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/js/toast.min.js [new file with mode: 0755]
platforms/android/app/src/main/assets/www/mobileui/mobileui.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/mobileui/style.css [new file with mode: 0644]
platforms/android/app/src/main/assets/www/paypwdset.html [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-advanced-http/www/advanced-http.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-advanced-http/www/cookie-handler.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-advanced-http/www/global-configs.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-advanced-http/www/helpers.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-advanced-http/www/js-util.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-advanced-http/www/local-storage-store.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-advanced-http/www/lodash.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-advanced-http/www/messages.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-advanced-http/www/public-interface.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-advanced-http/www/umd-tough-cookie.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-advanced-http/www/url-util.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-camera/www/Camera.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-camera/www/CameraConstants.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-camera/www/CameraPopoverHandle.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-camera/www/CameraPopoverOptions.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-device/www/device.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-file/www/DirectoryEntry.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-file/www/DirectoryReader.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-file/www/Entry.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-file/www/File.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-file/www/FileEntry.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-file/www/FileError.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-file/www/FileReader.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-file/www/FileSystem.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-file/www/FileUploadOptions.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-file/www/FileUploadResult.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-file/www/FileWriter.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-file/www/Flags.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-file/www/LocalFileSystem.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-file/www/Metadata.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-file/www/ProgressEvent.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-file/www/android/FileSystem.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-file/www/browser/isChrome.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-file/www/fileSystemPaths.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-file/www/fileSystems-roots.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-file/www/fileSystems.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-file/www/requestFileSystem.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-file/www/resolveLocalFileSystemURI.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-fingerprint-aio/www/Fingerprint.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-inappbrowser/www/inappbrowser.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-qrscanner/www/www.min.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-splashscreen/www/splashscreen.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-statusbar/www/statusbar.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-themeablebrowser/www/themeablebrowser.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/plugins/cordova-plugin-touch-id/www/TouchID.js [new file with mode: 0644]
platforms/android/app/src/main/assets/www/pwdset.html [new file with mode: 0644]
platforms/android/app/src/main/assets/www/qrcode.html [new file with mode: 0644]
platforms/android/app/src/main/assets/www/register.html [new file with mode: 0644]
platforms/android/app/src/main/assets/www/scan.html [new file with mode: 0644]
platforms/android/app/src/main/assets/www/security.html [new file with mode: 0644]
platforms/android/app/src/main/assets/www/signxy.html [new file with mode: 0644]
platforms/android/app/src/main/assets/www/uxy.html [new file with mode: 0644]
platforms/android/app/src/main/java/com/bitpay/cordova/qrscanner/QRScanner.java [new file with mode: 0755]
platforms/android/app/src/main/java/com/initialxy/cordova/themeablebrowser/InAppChromeClient.java [new file with mode: 0644]
platforms/android/app/src/main/java/com/initialxy/cordova/themeablebrowser/ThemeableBrowser.java [new file with mode: 0644]
platforms/android/app/src/main/java/com/initialxy/cordova/themeablebrowser/ThemeableBrowserDialog.java [new file with mode: 0644]
platforms/android/app/src/main/java/com/initialxy/cordova/themeablebrowser/ThemeableBrowserUnmarshaller.java [new file with mode: 0644]
platforms/android/app/src/main/java/com/silkimen/cordovahttp/CordovaClientAuth.java [new file with mode: 0644]
platforms/android/app/src/main/java/com/silkimen/cordovahttp/CordovaHttpBase.java [new file with mode: 0644]
platforms/android/app/src/main/java/com/silkimen/cordovahttp/CordovaHttpDownload.java [new file with mode: 0644]
platforms/android/app/src/main/java/com/silkimen/cordovahttp/CordovaHttpOperation.java [new file with mode: 0644]
platforms/android/app/src/main/java/com/silkimen/cordovahttp/CordovaHttpPlugin.java [new file with mode: 0644]
platforms/android/app/src/main/java/com/silkimen/cordovahttp/CordovaHttpResponse.java [new file with mode: 0644]
platforms/android/app/src/main/java/com/silkimen/cordovahttp/CordovaHttpUpload.java [new file with mode: 0644]
platforms/android/app/src/main/java/com/silkimen/cordovahttp/CordovaServerTrust.java [new file with mode: 0644]
platforms/android/app/src/main/java/com/silkimen/http/HttpBodyDecoder.java [new file with mode: 0644]
platforms/android/app/src/main/java/com/silkimen/http/HttpRequest.java [new file with mode: 0644]
platforms/android/app/src/main/java/com/silkimen/http/JsonUtils.java [new file with mode: 0644]
platforms/android/app/src/main/java/com/silkimen/http/KeyChainKeyManager.java [new file with mode: 0644]
platforms/android/app/src/main/java/com/silkimen/http/OkConnectionFactory.java [new file with mode: 0644]
platforms/android/app/src/main/java/com/silkimen/http/TLSConfiguration.java [new file with mode: 0644]
platforms/android/app/src/main/java/com/silkimen/http/TLSSocketFactory.java [new file with mode: 0644]
platforms/android/app/src/main/java/com/supwisdom/dlapp/MainActivity.java [new file with mode: 0644]
platforms/android/app/src/main/java/de/niklasmerz/cordova/fingerprint/Fingerprint.java [new file with mode: 0644]
platforms/android/app/src/main/java/de/niklasmerz/cordova/fingerprint/FingerprintAuthenticationDialogFragment.java [new file with mode: 0644]
platforms/android/app/src/main/java/de/niklasmerz/cordova/fingerprint/FingerprintUiHelper.java [new file with mode: 0644]
platforms/android/app/src/main/java/org/apache/cordova/camera/CameraLauncher.java [new file with mode: 0644]
platforms/android/app/src/main/java/org/apache/cordova/camera/CordovaUri.java [new file with mode: 0644]
platforms/android/app/src/main/java/org/apache/cordova/camera/ExifHelper.java [new file with mode: 0644]
platforms/android/app/src/main/java/org/apache/cordova/camera/FileHelper.java [new file with mode: 0644]
platforms/android/app/src/main/java/org/apache/cordova/camera/FileProvider.java [new file with mode: 0644]
platforms/android/app/src/main/java/org/apache/cordova/device/Device.java [new file with mode: 0644]
platforms/android/app/src/main/java/org/apache/cordova/file/AssetFilesystem.java [new file with mode: 0644]
platforms/android/app/src/main/java/org/apache/cordova/file/ContentFilesystem.java [new file with mode: 0644]
platforms/android/app/src/main/java/org/apache/cordova/file/DirectoryManager.java [new file with mode: 0644]
platforms/android/app/src/main/java/org/apache/cordova/file/EncodingException.java [new file with mode: 0644]
platforms/android/app/src/main/java/org/apache/cordova/file/FileExistsException.java [new file with mode: 0644]
platforms/android/app/src/main/java/org/apache/cordova/file/FileUtils.java [new file with mode: 0644]
platforms/android/app/src/main/java/org/apache/cordova/file/Filesystem.java [new file with mode: 0644]
platforms/android/app/src/main/java/org/apache/cordova/file/InvalidModificationException.java [new file with mode: 0644]
platforms/android/app/src/main/java/org/apache/cordova/file/LocalFilesystem.java [new file with mode: 0644]
platforms/android/app/src/main/java/org/apache/cordova/file/LocalFilesystemURL.java [new file with mode: 0644]
platforms/android/app/src/main/java/org/apache/cordova/file/NoModificationAllowedException.java [new file with mode: 0644]
platforms/android/app/src/main/java/org/apache/cordova/file/PendingRequests.java [new file with mode: 0644]
platforms/android/app/src/main/java/org/apache/cordova/file/TypeMismatchException.java [new file with mode: 0644]
platforms/android/app/src/main/java/org/apache/cordova/inappbrowser/InAppBrowser.java [new file with mode: 0644]
platforms/android/app/src/main/java/org/apache/cordova/inappbrowser/InAppBrowserDialog.java [new file with mode: 0644]
platforms/android/app/src/main/java/org/apache/cordova/inappbrowser/InAppChromeClient.java [new file with mode: 0644]
platforms/android/app/src/main/java/org/apache/cordova/statusbar/StatusBar.java [new file with mode: 0644]
platforms/android/app/src/main/java/org/apache/cordova/whitelist/WhitelistPlugin.java [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-hdpi/back.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-hdpi/close.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-hdpi/ic_action_next_item.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-hdpi/ic_action_previous_item.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-hdpi/ic_action_remove.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-hdpi/ic_fp_40px.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-hdpi/icon.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-land-hdpi/screen.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-land-ldpi/screen.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-land-mdpi/screen.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-land-xhdpi/screen.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-land-xxhdpi/screen.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-land-xxxhdpi/screen.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-ldpi/icon.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-mdpi/back.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-mdpi/close.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-mdpi/ic_action_next_item.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-mdpi/ic_action_previous_item.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-mdpi/ic_action_remove.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-mdpi/ic_fp_40px.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-mdpi/icon.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-nodpi/android_robot.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-port-hdpi/screen.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-port-ldpi/screen.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-port-mdpi/screen.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-port-xhdpi/screen.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-port-xxhdpi/screen.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-port-xxxhdpi/screen.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-xhdpi/back.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-xhdpi/close.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-xhdpi/ic_action_next_item.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-xhdpi/ic_action_previous_item.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-xhdpi/ic_action_remove.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-xhdpi/ic_fp_40px.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-xhdpi/icon.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-xxhdpi/back.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-xxhdpi/close.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-xxhdpi/ic_action_next_item.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-xxhdpi/ic_action_previous_item.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-xxhdpi/ic_action_remove.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-xxhdpi/ic_fp_40px.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-xxhdpi/icon.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-xxxhdpi/ic_fp_40px.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable-xxxhdpi/icon.png [new file with mode: 0644]
platforms/android/app/src/main/res/drawable/ic_fingerprint_error.xml [new file with mode: 0644]
platforms/android/app/src/main/res/drawable/ic_fingerprint_success.xml [new file with mode: 0644]
platforms/android/app/src/main/res/drawable/icon.png [new file with mode: 0644]
platforms/android/app/src/main/res/layout/fingerprint_dialog_container.xml [new file with mode: 0644]
platforms/android/app/src/main/res/layout/fingerprint_dialog_content.xml [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-hdpi-v26/back.png [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-hdpi-v26/close.png [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-hdpi-v26/ic_launcher.xml [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-hdpi-v26/ic_launcher_background.png [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-hdpi-v26/ic_launcher_foreground.png [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-hdpi/back.png [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-hdpi/close.png [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-hdpi/ic_launcher.png [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-hdpi/icon.png [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-ldpi-v26/ic_launcher.xml [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-ldpi-v26/ic_launcher_background.png [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-ldpi-v26/ic_launcher_foreground.png [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-ldpi/ic_launcher.png [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-ldpi/icon.png [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-mdpi-v26/back.png [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-mdpi-v26/close.png [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-mdpi-v26/ic_launcher.xml [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-mdpi-v26/ic_launcher_background.png [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-mdpi-v26/ic_launcher_foreground.png [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-mdpi/back.png [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-mdpi/close.png [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-mdpi/ic_launcher.png [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-mdpi/icon.png [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-xhdpi-v26/ic_launcher.xml [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-xhdpi-v26/ic_launcher_background.png [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-xhdpi-v26/ic_launcher_foreground.png [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-xhdpi/back.png [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-xhdpi/close.png [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-xhdpi/icon.png [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-xxhdpi-v26/ic_launcher.xml [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-xxhdpi-v26/ic_launcher_background.png [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-xxhdpi-v26/ic_launcher_foreground.png [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-xxhdpi/back.png [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-xxhdpi/close.png [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-xxhdpi/icon.png [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-xxxhdpi-v26/ic_launcher.xml [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-xxxhdpi-v26/ic_launcher_background.png [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-xxxhdpi-v26/ic_launcher_foreground.png [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png [new file with mode: 0644]
platforms/android/app/src/main/res/mipmap-xxxhdpi/icon.png [new file with mode: 0644]
platforms/android/app/src/main/res/values-da/fpauth-strings.xml [new file with mode: 0644]
platforms/android/app/src/main/res/values-de/fpauth-strings.xml [new file with mode: 0644]
platforms/android/app/src/main/res/values-el/fpauth-strings.xml [new file with mode: 0644]
platforms/android/app/src/main/res/values-es/fpauth-strings.xml [new file with mode: 0644]
platforms/android/app/src/main/res/values-fr/fpauth-strings.xml [new file with mode: 0644]
platforms/android/app/src/main/res/values-it/fpauth-strings.xml [new file with mode: 0644]
platforms/android/app/src/main/res/values-nl/fpauth-strings.xml [new file with mode: 0644]
platforms/android/app/src/main/res/values-pt/fpauth-strings.xml [new file with mode: 0644]
platforms/android/app/src/main/res/values-zh-rTW/fpauth-strings.xml [new file with mode: 0644]
platforms/android/app/src/main/res/values-zh/fpauth-strings.xml [new file with mode: 0644]
platforms/android/app/src/main/res/values/fpauth-colors.xml [new file with mode: 0644]
platforms/android/app/src/main/res/values/fpauth-strings.xml [new file with mode: 0644]
platforms/android/app/src/main/res/values/strings.xml [new file with mode: 0644]
platforms/android/app/src/main/res/xml/camera_provider_paths.xml [new file with mode: 0644]
platforms/android/app/src/main/res/xml/config.xml [new file with mode: 0644]
platforms/android/build.gradle [new file with mode: 0644]
platforms/android/cordova-plugin-qrscanner/dlapp-qrscanner.gradle [new file with mode: 0644]
platforms/android/cordova/Api.js [new file with mode: 0644]
platforms/android/cordova/android_sdk_version [new file with mode: 0755]
platforms/android/cordova/android_sdk_version.bat [new file with mode: 0644]
platforms/android/cordova/build [new file with mode: 0755]
platforms/android/cordova/build.bat [new file with mode: 0644]
platforms/android/cordova/check_reqs [new file with mode: 0755]
platforms/android/cordova/check_reqs.bat [new file with mode: 0644]
platforms/android/cordova/clean [new file with mode: 0755]
platforms/android/cordova/clean.bat [new file with mode: 0644]
platforms/android/cordova/defaults.xml [new file with mode: 0644]
platforms/android/cordova/lib/Adb.js [new file with mode: 0644]
platforms/android/cordova/lib/AndroidManifest.js [new file with mode: 0644]
platforms/android/cordova/lib/AndroidProject.js [new file with mode: 0644]
platforms/android/cordova/lib/android_sdk.js [new file with mode: 0755]
platforms/android/cordova/lib/build.js [new file with mode: 0644]
platforms/android/cordova/lib/builders/ProjectBuilder.js [new file with mode: 0644]
platforms/android/cordova/lib/builders/builders.js [new file with mode: 0644]
platforms/android/cordova/lib/check_reqs.js [new file with mode: 0644]
platforms/android/cordova/lib/config/GradlePropertiesParser.js [new file with mode: 0644]
platforms/android/cordova/lib/device.js [new file with mode: 0644]
platforms/android/cordova/lib/emulator.js [new file with mode: 0644]
platforms/android/cordova/lib/getASPath.bat [new file with mode: 0644]
platforms/android/cordova/lib/install-device [new file with mode: 0755]
platforms/android/cordova/lib/install-device.bat [new file with mode: 0644]
platforms/android/cordova/lib/install-emulator [new file with mode: 0755]
platforms/android/cordova/lib/install-emulator.bat [new file with mode: 0644]
platforms/android/cordova/lib/list-devices [new file with mode: 0755]
platforms/android/cordova/lib/list-devices.bat [new file with mode: 0644]
platforms/android/cordova/lib/list-emulator-images [new file with mode: 0755]
platforms/android/cordova/lib/list-emulator-images.bat [new file with mode: 0644]
platforms/android/cordova/lib/list-started-emulators [new file with mode: 0755]
platforms/android/cordova/lib/list-started-emulators.bat [new file with mode: 0644]
platforms/android/cordova/lib/log.js [new file with mode: 0644]
platforms/android/cordova/lib/plugin-build.gradle [new file with mode: 0644]
platforms/android/cordova/lib/pluginHandlers.js [new file with mode: 0644]
platforms/android/cordova/lib/prepare.js [new file with mode: 0644]
platforms/android/cordova/lib/retry.js [new file with mode: 0644]
platforms/android/cordova/lib/run.js [new file with mode: 0644]
platforms/android/cordova/lib/start-emulator [new file with mode: 0755]
platforms/android/cordova/lib/start-emulator.bat [new file with mode: 0644]
platforms/android/cordova/log [new file with mode: 0755]
platforms/android/cordova/log.bat [new file with mode: 0644]
platforms/android/cordova/loggingHelper.js [new file with mode: 0644]
platforms/android/cordova/run [new file with mode: 0755]
platforms/android/cordova/run.bat [new file with mode: 0644]
platforms/android/cordova/version [new file with mode: 0755]
platforms/android/cordova/version.bat [new file with mode: 0644]
platforms/android/gradle.properties [new file with mode: 0644]
platforms/android/platform_www/cordova-js-src/android/nativeapiprovider.js [new file with mode: 0644]
platforms/android/platform_www/cordova-js-src/android/promptbasednativeapi.js [new file with mode: 0644]
platforms/android/platform_www/cordova-js-src/exec.js [new file with mode: 0644]
platforms/android/platform_www/cordova-js-src/platform.js [new file with mode: 0644]
platforms/android/platform_www/cordova-js-src/plugin/android/app.js [new file with mode: 0644]
platforms/android/platform_www/cordova.js [new file with mode: 0644]
platforms/android/platform_www/cordova_plugins.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-advanced-http/www/advanced-http.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-advanced-http/www/cookie-handler.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-advanced-http/www/global-configs.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-advanced-http/www/helpers.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-advanced-http/www/js-util.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-advanced-http/www/local-storage-store.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-advanced-http/www/lodash.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-advanced-http/www/messages.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-advanced-http/www/public-interface.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-advanced-http/www/umd-tough-cookie.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-advanced-http/www/url-util.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-camera/www/Camera.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-camera/www/CameraConstants.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-camera/www/CameraPopoverHandle.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-camera/www/CameraPopoverOptions.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-device/www/device.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-file/www/DirectoryEntry.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-file/www/DirectoryReader.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-file/www/Entry.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-file/www/File.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-file/www/FileEntry.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-file/www/FileError.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-file/www/FileReader.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-file/www/FileSystem.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-file/www/FileUploadOptions.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-file/www/FileUploadResult.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-file/www/FileWriter.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-file/www/Flags.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-file/www/LocalFileSystem.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-file/www/Metadata.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-file/www/ProgressEvent.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-file/www/android/FileSystem.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-file/www/browser/isChrome.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-file/www/fileSystemPaths.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-file/www/fileSystems-roots.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-file/www/fileSystems.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-file/www/requestFileSystem.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-file/www/resolveLocalFileSystemURI.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-fingerprint-aio/www/Fingerprint.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-inappbrowser/www/inappbrowser.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-qrscanner/www/www.min.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-splashscreen/www/splashscreen.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-statusbar/www/statusbar.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-themeablebrowser/www/themeablebrowser.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-touch-id/www/TouchID.js [new file with mode: 0644]
platforms/android/project.properties [new file with mode: 0644]
platforms/android/settings.gradle [new file with mode: 0644]
platforms/android/wrapper.gradle [new file with mode: 0644]
platforms/browser/browser.json [new file with mode: 0644]
platforms/browser/config.xml [new file with mode: 0644]
platforms/browser/cordova/Api.js [new file with mode: 0644]
platforms/browser/cordova/browser_handler.js [new file with mode: 0644]
platforms/browser/cordova/browser_parser.js [new file with mode: 0644]
platforms/browser/cordova/build [new file with mode: 0755]
platforms/browser/cordova/build.bat [new file with mode: 0644]
platforms/browser/cordova/clean [new file with mode: 0644]
platforms/browser/cordova/clean.bat [new file with mode: 0644]
platforms/browser/cordova/defaults.xml [new file with mode: 0644]
platforms/browser/cordova/lib/build.js [new file with mode: 0644]
platforms/browser/cordova/lib/check_reqs.js [new file with mode: 0644]
platforms/browser/cordova/lib/clean.js [new file with mode: 0644]
platforms/browser/cordova/lib/run.js [new file with mode: 0644]
platforms/browser/cordova/log [new file with mode: 0755]
platforms/browser/cordova/run [new file with mode: 0755]
platforms/browser/cordova/run.bat [new file with mode: 0644]
platforms/browser/cordova/version [new file with mode: 0755]
platforms/browser/cordova/version.bat [new file with mode: 0644]
platforms/browser/platform_www/cordova-js-src/confighelper.js [new file with mode: 0644]
platforms/browser/platform_www/cordova-js-src/exec.js [new file with mode: 0644]
platforms/browser/platform_www/cordova-js-src/platform.js [new file with mode: 0644]
platforms/browser/platform_www/cordova.js [new file with mode: 0644]
platforms/browser/platform_www/cordova_plugins.js [new file with mode: 0644]
platforms/browser/platform_www/favicon.ico [new file with mode: 0644]
platforms/browser/platform_www/manifest.json [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-advanced-http/src/browser/cordova-http-plugin.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-advanced-http/www/advanced-http.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-advanced-http/www/cookie-handler.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-advanced-http/www/global-configs.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-advanced-http/www/helpers.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-advanced-http/www/js-util.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-advanced-http/www/local-storage-store.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-advanced-http/www/lodash.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-advanced-http/www/messages.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-advanced-http/www/public-interface.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-advanced-http/www/umd-tough-cookie.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-advanced-http/www/url-util.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-camera/src/browser/CameraProxy.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-camera/www/Camera.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-camera/www/CameraConstants.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-camera/www/CameraPopoverOptions.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-device/src/browser/DeviceProxy.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-device/www/device.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-file/src/browser/FileProxy.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-file/www/DirectoryEntry.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-file/www/DirectoryReader.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-file/www/Entry.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-file/www/File.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-file/www/FileEntry.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-file/www/FileError.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-file/www/FileReader.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-file/www/FileSystem.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-file/www/FileUploadOptions.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-file/www/FileUploadResult.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-file/www/FileWriter.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-file/www/Flags.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-file/www/LocalFileSystem.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-file/www/Metadata.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-file/www/ProgressEvent.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-file/www/browser/FileSystem.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-file/www/browser/Preparing.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-file/www/browser/isChrome.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-file/www/fileSystemPaths.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-file/www/fileSystems.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-file/www/requestFileSystem.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-file/www/resolveLocalFileSystemURI.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-fingerprint-aio/www/Fingerprint.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-inappbrowser/src/browser/InAppBrowserProxy.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-inappbrowser/www/inappbrowser.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-qrscanner/src/browser/plugin.min.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-qrscanner/www/www.min.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-splashscreen/src/browser/SplashScreenProxy.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-splashscreen/www/splashscreen.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-statusbar/src/browser/StatusBarProxy.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-statusbar/www/statusbar.js [new file with mode: 0644]
platforms/browser/platform_www/plugins/cordova-plugin-touch-id/www/TouchID.js [new file with mode: 0644]
platforms/ios/.gitignore [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Private/CDVDebug.h [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Private/CDVJSON_private.h [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Private/CDVJSON_private.m [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Private/CDVPlugin+Private.h [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Private/Plugins/CDVGestureHandler/CDVGestureHandler.h [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Private/Plugins/CDVGestureHandler/CDVGestureHandler.m [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Private/Plugins/CDVHandleOpenURL/CDVHandleOpenURL.h [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Private/Plugins/CDVHandleOpenURL/CDVHandleOpenURL.m [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Private/Plugins/CDVIntentAndNavigationFilter/CDVIntentAndNavigationFilter.h [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Private/Plugins/CDVIntentAndNavigationFilter/CDVIntentAndNavigationFilter.m [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Private/Plugins/CDVLocalStorage/CDVLocalStorage.h [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Private/Plugins/CDVLocalStorage/CDVLocalStorage.m [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Private/Plugins/CDVLogger/CDVLogger.h [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Private/Plugins/CDVLogger/CDVLogger.m [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Private/Plugins/CDVUIWebViewEngine/CDVUIWebViewDelegate.h [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Private/Plugins/CDVUIWebViewEngine/CDVUIWebViewDelegate.m [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Private/Plugins/CDVUIWebViewEngine/CDVUIWebViewEngine.h [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Private/Plugins/CDVUIWebViewEngine/CDVUIWebViewEngine.m [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Private/Plugins/CDVUIWebViewEngine/CDVUIWebViewNavigationDelegate.h [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Private/Plugins/CDVUIWebViewEngine/CDVUIWebViewNavigationDelegate.m [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Public/CDV.h [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Public/CDVAppDelegate.h [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Public/CDVAppDelegate.m [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Public/CDVAvailability.h [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Public/CDVAvailabilityDeprecated.h [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Public/CDVCommandDelegate.h [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Public/CDVCommandDelegateImpl.h [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Public/CDVCommandDelegateImpl.m [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Public/CDVCommandQueue.h [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Public/CDVCommandQueue.m [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Public/CDVConfigParser.h [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Public/CDVConfigParser.m [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Public/CDVInvokedUrlCommand.h [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Public/CDVInvokedUrlCommand.m [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Public/CDVPlugin+Resources.h [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Public/CDVPlugin+Resources.m [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Public/CDVPlugin.h [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Public/CDVPlugin.m [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Public/CDVPluginResult.h [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Public/CDVPluginResult.m [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Public/CDVScreenOrientationDelegate.h [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Public/CDVTimer.h [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Public/CDVTimer.m [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.h [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Public/CDVUserAgentUtil.h [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Public/CDVUserAgentUtil.m [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Public/CDVViewController.h [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Public/CDVViewController.m [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Public/CDVWebViewEngineProtocol.h [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Public/CDVWhitelist.h [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Public/CDVWhitelist.m [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Public/NSDictionary+CordovaPreferences.h [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Public/NSDictionary+CordovaPreferences.m [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Public/NSMutableArray+QueueAdditions.h [new file with mode: 0644]
platforms/ios/CordovaLib/Classes/Public/NSMutableArray+QueueAdditions.m [new file with mode: 0644]
platforms/ios/CordovaLib/CordovaLib.xcodeproj/project.pbxproj [new file with mode: 0644]
platforms/ios/CordovaLib/CordovaLib_Prefix.pch [new file with mode: 0644]
platforms/ios/CordovaLib/VERSION [new file with mode: 0644]
platforms/ios/CordovaLib/cordova.js [new file with mode: 0644]
platforms/ios/Podfile [new file with mode: 0644]
platforms/ios/cordova/Api.js [new file with mode: 0755]
platforms/ios/cordova/apple_ios_version [new file with mode: 0755]
platforms/ios/cordova/apple_osx_version [new file with mode: 0755]
platforms/ios/cordova/apple_xcode_version [new file with mode: 0755]
platforms/ios/cordova/build [new file with mode: 0755]
platforms/ios/cordova/build-debug.xcconfig [new file with mode: 0755]
platforms/ios/cordova/build-extras.xcconfig [new file with mode: 0755]
platforms/ios/cordova/build-release.xcconfig [new file with mode: 0755]
platforms/ios/cordova/build.bat [new file with mode: 0755]
platforms/ios/cordova/build.xcconfig [new file with mode: 0755]
platforms/ios/cordova/check_reqs [new file with mode: 0755]
platforms/ios/cordova/check_reqs.bat [new file with mode: 0755]
platforms/ios/cordova/clean [new file with mode: 0755]
platforms/ios/cordova/clean.bat [new file with mode: 0755]
platforms/ios/cordova/defaults.xml [new file with mode: 0755]
platforms/ios/cordova/lib/BridgingHeader.js [new file with mode: 0755]
platforms/ios/cordova/lib/Podfile.js [new file with mode: 0755]
platforms/ios/cordova/lib/PodsJson.js [new file with mode: 0755]
platforms/ios/cordova/lib/build.js [new file with mode: 0755]
platforms/ios/cordova/lib/check_reqs.js [new file with mode: 0755]
platforms/ios/cordova/lib/clean.js [new file with mode: 0755]
platforms/ios/cordova/lib/list-devices [new file with mode: 0755]
platforms/ios/cordova/lib/list-emulator-build-targets [new file with mode: 0755]
platforms/ios/cordova/lib/list-emulator-images [new file with mode: 0755]
platforms/ios/cordova/lib/list-started-emulators [new file with mode: 0755]
platforms/ios/cordova/lib/plugman/pluginHandlers.js [new file with mode: 0755]
platforms/ios/cordova/lib/prepare.js [new file with mode: 0755]
platforms/ios/cordova/lib/projectFile.js [new file with mode: 0755]
platforms/ios/cordova/lib/run.js [new file with mode: 0755]
platforms/ios/cordova/lib/spawn.js [new file with mode: 0755]
platforms/ios/cordova/lib/start-emulator [new file with mode: 0755]
platforms/ios/cordova/lib/versions.js [new file with mode: 0755]
platforms/ios/cordova/log [new file with mode: 0755]
platforms/ios/cordova/log.bat [new file with mode: 0755]
platforms/ios/cordova/loggingHelper.js [new file with mode: 0755]
platforms/ios/cordova/run [new file with mode: 0755]
platforms/ios/cordova/run.bat [new file with mode: 0755]
platforms/ios/cordova/version [new file with mode: 0755]
platforms/ios/cordova/version.bat [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Info.plist [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/AppIcon20x20@2x.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/AppIcon20x20@2x~ipad.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/AppIcon20x20@3x.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/AppIcon20x20~ipad.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/AppIcon29x29.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/AppIcon29x29@2x.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/AppIcon29x29@2x~ipad.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/AppIcon29x29@3x.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/AppIcon29x29~ipad.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/AppIcon40x40@2x.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/AppIcon40x40@2x~ipad.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/AppIcon40x40@3x.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/AppIcon40x40~ipad.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/AppIcon50x50@2x~ipad.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/AppIcon50x50~ipad.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/AppIcon57x57.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/AppIcon57x57@2x.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/AppIcon60x60@2x.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/AppIcon60x60@3x.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/AppIcon72x72@2x~ipad.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/AppIcon72x72~ipad.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/AppIcon76x76@2x~ipad.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/AppIcon76x76~ipad.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/AppIcon83.5x83.5@2x~ipad.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/Assets.car [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/CDVLaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/CDVLaunchScreen.storyboardc/Info.plist [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/CDVLaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/Frameworks/libswiftAVFoundation.dylib [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/Frameworks/libswiftCore.dylib [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/Frameworks/libswiftCoreAudio.dylib [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/Frameworks/libswiftCoreFoundation.dylib [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/Frameworks/libswiftCoreGraphics.dylib [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/Frameworks/libswiftCoreImage.dylib [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/Frameworks/libswiftCoreMedia.dylib [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/Frameworks/libswiftDarwin.dylib [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/Frameworks/libswiftDispatch.dylib [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/Frameworks/libswiftFoundation.dylib [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/Frameworks/libswiftMetal.dylib [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/Frameworks/libswiftObjectiveC.dylib [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/Frameworks/libswiftQuartzCore.dylib [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/Frameworks/libswiftSwiftOnoneSupport.dylib [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/Frameworks/libswiftUIKit.dylib [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/Frameworks/libswiftos.dylib [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/Frameworks/libswiftsimd.dylib [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/Info.plist [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/LaunchImage-1100-Landscape-2436h@3x.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/LaunchImage-1100-Portrait-2436h@3x.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/LaunchImage-568h@2x.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/LaunchImage-700-568h@2x.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/LaunchImage-700@2x.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/LaunchImage-800-667h@2x.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/LaunchImage-800-Landscape-736h@3x.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/LaunchImage-800-Portrait-736h@3x.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/LaunchImage.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/LaunchImage@2x.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/MainViewController.nib [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/PkgInfo [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/_CodeSignature/CodeResources [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/config.xml [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/dlapp [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/embedded.mobileprovision [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/bill.html [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/billdetail.html [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/bindcard.html [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/card.html [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/cardinfor.html [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/cordova-js-src/exec.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/cordova-js-src/platform.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/cordova-js-src/plugin/ios/console.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/cordova-js-src/plugin/ios/logger.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/cordova.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/cordova_plugins.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/css/aui-iconfont.ttf [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/css/aui.css [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/css/index.css [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/css/jquery-weui.min.css [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/css/weui.min.css [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/dobind.html [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/editpaypwd.html [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/editpwd.html [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/error.html [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/findpaypwd.html [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/findpwd.html [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/img/back.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/img/close.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/img/close_1.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/img/icon_auth.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/img/icon_bill.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/img/icon_car.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/img/icon_card.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/img/icon_header.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/img/icon_meal.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/img/icon_ok.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/img/icon_qrcode.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/img/icon_scan.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/img/icon_securty.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/img/icon_water.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/img/light.png [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/img/scanner.svg [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/index.html [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/bill.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/billdetail.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/bindcard.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/card.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/cardinfor.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/db.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/editpaypwd.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/editpwd.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/findpaypwd.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/findpwd.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/index.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/lib/aui-actionsheet.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/lib/aui-collapse.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/lib/aui-dialog.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/lib/aui-lazyload.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/lib/aui-list-swipe-backup.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/lib/aui-list-swipe.js [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/lib/aui-popup-new.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/lib/aui-popup.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/lib/aui-pull-refresh.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/lib/aui-range.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/lib/aui-scroll.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/lib/aui-sharebox.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/lib/aui-skin.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/lib/aui-slide.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/lib/aui-tab.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/lib/aui-toast.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/lib/city-picker.js [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/lib/city-picker.min.js [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/lib/jquery-2.1.4.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/lib/jquery-weui.js [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/lib/jquery-weui.min.js [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/lib/jquery.mobile-1.4.5.min.js [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/lib/qrcode.min.js [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/lib/swiper.js [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/lib/swiper.min.js [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/login.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/main.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/mobile.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/paypwdmng.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/paypwdset.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/pwdset.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/qrcode.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/register.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/scan.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/security.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/server.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/signxy.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/signxycheck.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/js/uxy.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/login.html [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/login1.html [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/main.html [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/main1.html [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/css/alert.min.css [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/css/base.min.css [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/css/button.min.css [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/css/chart-bar.min.css [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/css/chartist-plugin-tooltip.min.css [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/css/chartist.min.css [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/css/chartjs.min.css [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/css/cover.min.css [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/css/fonts/ionicons.woff [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/css/fonts/roboto.woff2 [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/css/fonts/robotoblack.woff2 [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/css/fonts/robotolight.woff2 [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/css/gfont.css [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/css/grid.min.css [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/css/header.min.css [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/css/horizontal-scroll.min.css [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/css/imports.css [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/css/include.min.css [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/css/input.min.css [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/css/list.min.css [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/css/loading.min.css [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/css/menu.min.css [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/css/mobileui-colors.min.css [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/css/mobileuijs.min.css [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/css/page.min.css [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/css/popover.min.css [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/css/progress-circle.min.css [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/css/progress-circular.min.css [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/css/progress-semicircle.min.css [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/css/progressbarjs.min.css [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/css/swiper.min.css [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/css/tab.min.css [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/css/timeline.min.css [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/css/toast.min.css [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/js/alert.min.js [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/js/base.min.js [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/js/button.min.js [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/js/chart-bar.min.js [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/js/chartist-plugin-tooltip.min.js [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/js/chartist.min.js [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/js/chartjs.min.js [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/js/include.min.js [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/js/input.min.js [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/js/jquery.min.js [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/js/loading.min.js [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/js/menu.min.js [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/js/mobileui-colors.min.js [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/js/mobileuijs.min.js [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/js/momentjs.min.js [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/js/page.min.js [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/js/popover.min.js [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/js/progress-circle.min.js [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/js/progress-circular.min.js [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/js/progress-semicircle.min.js [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/js/progressbarjs.min.js [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/js/pulltorefresh.min.js [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/js/swiper.min.js [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/js/tab.min.js [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/js/toast.min.js [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/mobileui.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/mobileui/style.css [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/paypwdmng.html [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/paypwdset.html [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-advanced-http/www/advanced-http.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-advanced-http/www/cookie-handler.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-advanced-http/www/global-configs.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-advanced-http/www/helpers.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-advanced-http/www/js-util.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-advanced-http/www/local-storage-store.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-advanced-http/www/lodash.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-advanced-http/www/messages.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-advanced-http/www/public-interface.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-advanced-http/www/umd-tough-cookie.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-advanced-http/www/url-util.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-camera/www/Camera.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-camera/www/CameraConstants.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-camera/www/CameraPopoverOptions.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-camera/www/ios/CameraPopoverHandle.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-device/www/device.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-file/www/DirectoryEntry.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-file/www/DirectoryReader.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-file/www/Entry.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-file/www/File.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-file/www/FileEntry.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-file/www/FileError.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-file/www/FileReader.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-file/www/FileSystem.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-file/www/FileUploadOptions.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-file/www/FileUploadResult.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-file/www/FileWriter.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-file/www/Flags.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-file/www/LocalFileSystem.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-file/www/Metadata.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-file/www/ProgressEvent.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-file/www/browser/isChrome.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-file/www/fileSystemPaths.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-file/www/fileSystems-roots.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-file/www/fileSystems.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-file/www/ios/FileSystem.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-file/www/requestFileSystem.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-file/www/resolveLocalFileSystemURI.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-fingerprint-aio/www/Fingerprint.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-inappbrowser/www/inappbrowser.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-qrscanner/www/www.min.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-statusbar/www/statusbar.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-themeablebrowser/www/themeablebrowser.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/plugins/cordova-plugin-touch-id/www/TouchID.js [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/pwdset.html [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/qrcode.html [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/register.html [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/scan.html [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/security.html [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/signxy.html [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/signxycheck.html [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/Products/Applications/dlapp.app/www/uxy.html [new file with mode: 0644]
platforms/ios/dlapp.xcarchive/SwiftSupport/iphoneos/libswiftAVFoundation.dylib [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/SwiftSupport/iphoneos/libswiftCore.dylib [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/SwiftSupport/iphoneos/libswiftCoreAudio.dylib [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/SwiftSupport/iphoneos/libswiftCoreFoundation.dylib [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/SwiftSupport/iphoneos/libswiftCoreGraphics.dylib [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/SwiftSupport/iphoneos/libswiftCoreImage.dylib [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/SwiftSupport/iphoneos/libswiftCoreMedia.dylib [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/SwiftSupport/iphoneos/libswiftDarwin.dylib [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/SwiftSupport/iphoneos/libswiftDispatch.dylib [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/SwiftSupport/iphoneos/libswiftFoundation.dylib [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/SwiftSupport/iphoneos/libswiftMetal.dylib [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/SwiftSupport/iphoneos/libswiftObjectiveC.dylib [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/SwiftSupport/iphoneos/libswiftQuartzCore.dylib [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/SwiftSupport/iphoneos/libswiftSwiftOnoneSupport.dylib [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/SwiftSupport/iphoneos/libswiftUIKit.dylib [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/SwiftSupport/iphoneos/libswiftos.dylib [new file with mode: 0755]
platforms/ios/dlapp.xcarchive/SwiftSupport/iphoneos/libswiftsimd.dylib [new file with mode: 0755]
platforms/ios/dlapp.xcodeproj/project.pbxproj [new file with mode: 0755]
platforms/ios/dlapp.xcworkspace/contents.xcworkspacedata [new file with mode: 0644]
platforms/ios/dlapp.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist [new file with mode: 0644]
platforms/ios/dlapp.xcworkspace/xcshareddata/xcschemes/dlapp.xcscheme [new file with mode: 0644]
platforms/ios/dlapp/.gitignore [new file with mode: 0644]
platforms/ios/dlapp/Bridging-Header.h [new file with mode: 0644]
platforms/ios/dlapp/CDVLaunchScreen.storyboard [new file with mode: 0644]
platforms/ios/dlapp/Classes/AppDelegate.h [new file with mode: 0644]
platforms/ios/dlapp/Classes/AppDelegate.m [new file with mode: 0644]
platforms/ios/dlapp/Classes/MainViewController.h [new file with mode: 0644]
platforms/ios/dlapp/Classes/MainViewController.m [new file with mode: 0644]
platforms/ios/dlapp/Classes/MainViewController.xib [new file with mode: 0644]
platforms/ios/dlapp/Entitlements-Debug.plist [new file with mode: 0644]
platforms/ios/dlapp/Entitlements-Release.plist [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/AppIcon.appiconset/AppIcon24x24@2x.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/AppIcon.appiconset/AppIcon27.5x27.5@2x.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/AppIcon.appiconset/AppIcon29x29@2x.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/AppIcon.appiconset/AppIcon29x29@3x.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/AppIcon.appiconset/AppIcon40x40@2x.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/AppIcon.appiconset/AppIcon44x44@2x.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/AppIcon.appiconset/AppIcon86x86@2x.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/AppIcon.appiconset/AppIcon98x98@2x.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/AppIcon.appiconset/Contents.json [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/AppIcon.appiconset/icon-1024.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/AppIcon.appiconset/icon-20.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/AppIcon.appiconset/icon-20@2x.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/AppIcon.appiconset/icon-20@3x.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/AppIcon.appiconset/icon-24@2x.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/AppIcon.appiconset/icon-27.5@2x.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/AppIcon.appiconset/icon-29.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/AppIcon.appiconset/icon-29@2x.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/AppIcon.appiconset/icon-29@3x.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/AppIcon.appiconset/icon-40.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/AppIcon.appiconset/icon-40@2x.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/AppIcon.appiconset/icon-44@2x.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/AppIcon.appiconset/icon-50.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/AppIcon.appiconset/icon-50@2x.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/AppIcon.appiconset/icon-60@2x.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/AppIcon.appiconset/icon-60@3x.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/AppIcon.appiconset/icon-72.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/AppIcon.appiconset/icon-72@2x.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/AppIcon.appiconset/icon-76.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/AppIcon.appiconset/icon-76@2x.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/AppIcon.appiconset/icon-83.5@2x.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/AppIcon.appiconset/icon-86@2x.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/AppIcon.appiconset/icon-98@2x.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/AppIcon.appiconset/icon-small.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/AppIcon.appiconset/icon-small@2x.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/AppIcon.appiconset/icon-small@3x.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/AppIcon.appiconset/icon.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/AppIcon.appiconset/icon@2x.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/Contents.json [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/LaunchImage.launchimage/Contents.json [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/LaunchImage.launchimage/Default-2436h.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/LaunchImage.launchimage/Default-568h@2x~iphone.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/LaunchImage.launchimage/Default-667h.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/LaunchImage.launchimage/Default-736h.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/LaunchImage.launchimage/Default-Landscape-2436h.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/LaunchImage.launchimage/Default-Landscape-736h.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/LaunchImage.launchimage/Default-Landscape@2x~ipad.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/LaunchImage.launchimage/Default-Landscape~ipad.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/LaunchImage.launchimage/Default-Portrait@2x~ipad.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/LaunchImage.launchimage/Default-Portrait~ipad.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/LaunchImage.launchimage/Default@2x~iphone.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/LaunchImage.launchimage/Default~iphone.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/LaunchStoryboard.imageset/Contents.json [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/back.imageset/Contents.json [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/back.imageset/back.png [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/close.imageset/Contents.json [new file with mode: 0644]
platforms/ios/dlapp/Images.xcassets/close.imageset/close.png [new file with mode: 0644]
platforms/ios/dlapp/Plugins/README [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-advanced-http/AFHTTPSessionManager.h [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-advanced-http/AFHTTPSessionManager.m [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-advanced-http/AFNetworkReachabilityManager.h [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-advanced-http/AFNetworkReachabilityManager.m [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-advanced-http/AFNetworking.h [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-advanced-http/AFSecurityPolicy.h [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-advanced-http/AFSecurityPolicy.m [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-advanced-http/AFURLRequestSerialization.h [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-advanced-http/AFURLRequestSerialization.m [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-advanced-http/AFURLResponseSerialization.h [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-advanced-http/AFURLResponseSerialization.m [new file with mode: 0755]
platforms/ios/dlapp/Plugins/cordova-plugin-advanced-http/AFURLSessionManager.h [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-advanced-http/AFURLSessionManager.m [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-advanced-http/BinaryResponseSerializer.h [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-advanced-http/BinaryResponseSerializer.m [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-advanced-http/CordovaHttpPlugin.h [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-advanced-http/CordovaHttpPlugin.m [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-advanced-http/SDNetworkActivityIndicator.h [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-advanced-http/SDNetworkActivityIndicator.m [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-advanced-http/TextRequestSerializer.h [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-advanced-http/TextRequestSerializer.m [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-advanced-http/TextResponseSerializer.h [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-advanced-http/TextResponseSerializer.m [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-camera/CDVCamera.h [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-camera/CDVCamera.m [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-camera/CDVExif.h [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-camera/CDVJpegHeaderWriter.h [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-camera/CDVJpegHeaderWriter.m [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-camera/UIImage+CropScaleOrientation.h [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-camera/UIImage+CropScaleOrientation.m [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-device/CDVDevice.h [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-device/CDVDevice.m [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-disable-ios11-statusbar/DisableStatusbar.m [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-file/CDVAssetLibraryFilesystem.h [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-file/CDVAssetLibraryFilesystem.m [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-file/CDVFile.h [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-file/CDVFile.m [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-file/CDVLocalFilesystem.h [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-file/CDVLocalFilesystem.m [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-fingerprint-aio/Bridging-Header.h [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-fingerprint-aio/Fingerprint.swift [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-inappbrowser/CDVInAppBrowser.h [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-inappbrowser/CDVInAppBrowser.m [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-qrscanner/QRScanner.swift [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-statusbar/CDVStatusBar.h [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-statusbar/CDVStatusBar.m [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-themeablebrowser/CDVThemeableBrowser.h [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-themeablebrowser/CDVThemeableBrowser.m [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-touch-id/TouchID.h [new file with mode: 0755]
platforms/ios/dlapp/Plugins/cordova-plugin-touch-id/TouchID.m [new file with mode: 0755]
platforms/ios/dlapp/Scripts/copy-www-build-step.sh [new file with mode: 0755]
platforms/ios/dlapp/config.xml [new file with mode: 0755]
platforms/ios/dlapp/dlapp-Info.plist [new file with mode: 0644]
platforms/ios/dlapp/dlapp-Prefix.pch [new file with mode: 0644]
platforms/ios/dlapp/main.m [new file with mode: 0644]
platforms/ios/exportOptions.plist [new file with mode: 0644]
platforms/ios/frameworks.json [new file with mode: 0644]
platforms/ios/ios.json [new file with mode: 0644]
platforms/ios/platform_www/cordova-js-src/exec.js [new file with mode: 0644]
platforms/ios/platform_www/cordova-js-src/platform.js [new file with mode: 0644]
platforms/ios/platform_www/cordova-js-src/plugin/ios/console.js [new file with mode: 0644]
platforms/ios/platform_www/cordova-js-src/plugin/ios/logger.js [new file with mode: 0644]
platforms/ios/platform_www/cordova.js [new file with mode: 0644]
platforms/ios/platform_www/cordova_plugins.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-advanced-http/www/advanced-http.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-advanced-http/www/cookie-handler.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-advanced-http/www/global-configs.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-advanced-http/www/helpers.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-advanced-http/www/js-util.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-advanced-http/www/local-storage-store.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-advanced-http/www/lodash.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-advanced-http/www/messages.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-advanced-http/www/public-interface.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-advanced-http/www/umd-tough-cookie.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-advanced-http/www/url-util.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-camera/www/Camera.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-camera/www/CameraConstants.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-camera/www/CameraPopoverOptions.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-camera/www/ios/CameraPopoverHandle.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-device/www/device.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-file/www/DirectoryEntry.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-file/www/DirectoryReader.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-file/www/Entry.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-file/www/File.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-file/www/FileEntry.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-file/www/FileError.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-file/www/FileReader.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-file/www/FileSystem.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-file/www/FileUploadOptions.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-file/www/FileUploadResult.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-file/www/FileWriter.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-file/www/Flags.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-file/www/LocalFileSystem.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-file/www/Metadata.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-file/www/ProgressEvent.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-file/www/browser/isChrome.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-file/www/fileSystemPaths.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-file/www/fileSystems-roots.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-file/www/fileSystems.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-file/www/ios/FileSystem.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-file/www/requestFileSystem.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-file/www/resolveLocalFileSystemURI.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-fingerprint-aio/www/Fingerprint.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-inappbrowser/www/inappbrowser.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-qrscanner/www/www.min.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-statusbar/www/statusbar.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-themeablebrowser/www/themeablebrowser.js [new file with mode: 0644]
platforms/ios/platform_www/plugins/cordova-plugin-touch-id/www/TouchID.js [new file with mode: 0644]
platforms/ios/pods-debug.xcconfig [new file with mode: 0644]
platforms/ios/pods-release.xcconfig [new file with mode: 0644]
platforms/ios/pods.json [new file with mode: 0644]
plugins/android.json [new file with mode: 0644]
plugins/browser.json [new file with mode: 0644]
plugins/cordova-plugin-add-swift-support/.eslintrc.json [new file with mode: 0644]
plugins/cordova-plugin-add-swift-support/CHANGELOG.md [new file with mode: 0644]
plugins/cordova-plugin-add-swift-support/LICENSE [new file with mode: 0644]
plugins/cordova-plugin-add-swift-support/README.md [new file with mode: 0644]
plugins/cordova-plugin-add-swift-support/package.json [new file with mode: 0644]
plugins/cordova-plugin-add-swift-support/plugin.xml [new file with mode: 0644]
plugins/cordova-plugin-add-swift-support/src/add-swift-support.js [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/.editorconfig [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/.travis.yml [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/CHANGELOG.md [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/CONTRIBUTING.md [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/LICENSE [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/README.md [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/package.json [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/plugin.xml [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/android/com/silkimen/cordovahttp/CordovaClientAuth.java [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/android/com/silkimen/cordovahttp/CordovaHttpBase.java [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/android/com/silkimen/cordovahttp/CordovaHttpDownload.java [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/android/com/silkimen/cordovahttp/CordovaHttpOperation.java [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/android/com/silkimen/cordovahttp/CordovaHttpPlugin.java [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/android/com/silkimen/cordovahttp/CordovaHttpResponse.java [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/android/com/silkimen/cordovahttp/CordovaHttpUpload.java [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/android/com/silkimen/cordovahttp/CordovaServerTrust.java [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/android/com/silkimen/http/HttpBodyDecoder.java [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/android/com/silkimen/http/HttpRequest.java [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/android/com/silkimen/http/JsonUtils.java [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/android/com/silkimen/http/KeyChainKeyManager.java [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/android/com/silkimen/http/OkConnectionFactory.java [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/android/com/silkimen/http/TLSConfiguration.java [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/android/com/silkimen/http/TLSSocketFactory.java [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/browser/cordova-http-plugin.js [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/ios/AFNetworking/AFHTTPSessionManager.h [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/ios/AFNetworking/AFHTTPSessionManager.m [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/ios/AFNetworking/AFNetworkReachabilityManager.h [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/ios/AFNetworking/AFNetworkReachabilityManager.m [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/ios/AFNetworking/AFNetworking.h [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/ios/AFNetworking/AFSecurityPolicy.h [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/ios/AFNetworking/AFSecurityPolicy.m [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/ios/AFNetworking/AFURLRequestSerialization.h [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/ios/AFNetworking/AFURLRequestSerialization.m [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/ios/AFNetworking/AFURLResponseSerialization.h [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/ios/AFNetworking/AFURLResponseSerialization.m [new file with mode: 0755]
plugins/cordova-plugin-advanced-http/src/ios/AFNetworking/AFURLSessionManager.h [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/ios/AFNetworking/AFURLSessionManager.m [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/ios/BinaryResponseSerializer.h [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/ios/BinaryResponseSerializer.m [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/ios/CordovaHttpPlugin.h [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/ios/CordovaHttpPlugin.m [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/ios/SDNetworkActivityIndicator/LICENSE [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/ios/SDNetworkActivityIndicator/README.md [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/ios/SDNetworkActivityIndicator/SDNetworkActivityIndicator.h [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/ios/SDNetworkActivityIndicator/SDNetworkActivityIndicator.m [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/ios/TextRequestSerializer.h [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/ios/TextRequestSerializer.m [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/ios/TextResponseSerializer.h [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/src/ios/TextResponseSerializer.m [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/www/advanced-http.js [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/www/cookie-handler.js [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/www/global-configs.js [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/www/helpers.js [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/www/js-util.js [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/www/local-storage-store.js [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/www/lodash.js [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/www/messages.js [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/www/public-interface.js [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/www/umd-tough-cookie.js [new file with mode: 0644]
plugins/cordova-plugin-advanced-http/www/url-util.js [new file with mode: 0644]
plugins/cordova-plugin-camera/.appveyor.yml [new file with mode: 0644]
plugins/cordova-plugin-camera/.eslintrc.yml [new file with mode: 0644]
plugins/cordova-plugin-camera/.gitattributes [new file with mode: 0644]
plugins/cordova-plugin-camera/.github/PULL_REQUEST_TEMPLATE.md [new file with mode: 0644]
plugins/cordova-plugin-camera/.npmignore [new file with mode: 0644]
plugins/cordova-plugin-camera/.ratignore [new file with mode: 0644]
plugins/cordova-plugin-camera/.travis.yml [new file with mode: 0644]
plugins/cordova-plugin-camera/CONTRIBUTING.md [new file with mode: 0644]
plugins/cordova-plugin-camera/LICENSE [new file with mode: 0644]
plugins/cordova-plugin-camera/NOTICE [new file with mode: 0644]
plugins/cordova-plugin-camera/README.md [new file with mode: 0644]
plugins/cordova-plugin-camera/RELEASENOTES.md [new file with mode: 0644]
plugins/cordova-plugin-camera/appium-tests/android/android.spec.js [new file with mode: 0644]
plugins/cordova-plugin-camera/appium-tests/helpers/cameraHelper.js [new file with mode: 0644]
plugins/cordova-plugin-camera/appium-tests/ios/ios.spec.js [new file with mode: 0644]
plugins/cordova-plugin-camera/doc/de/README.md [new file with mode: 0644]
plugins/cordova-plugin-camera/doc/de/index.md [new file with mode: 0644]
plugins/cordova-plugin-camera/doc/es/README.md [new file with mode: 0644]
plugins/cordova-plugin-camera/doc/es/index.md [new file with mode: 0644]
plugins/cordova-plugin-camera/doc/fr/README.md [new file with mode: 0644]
plugins/cordova-plugin-camera/doc/fr/index.md [new file with mode: 0644]
plugins/cordova-plugin-camera/doc/img/android-fail.png [new file with mode: 0644]
plugins/cordova-plugin-camera/doc/img/android-success.png [new file with mode: 0644]
plugins/cordova-plugin-camera/doc/img/blackberry-fail.png [new file with mode: 0644]
plugins/cordova-plugin-camera/doc/img/blackberry-success.png [new file with mode: 0644]
plugins/cordova-plugin-camera/doc/img/browser-fail.png [new file with mode: 0644]
plugins/cordova-plugin-camera/doc/img/browser-success.png [new file with mode: 0644]
plugins/cordova-plugin-camera/doc/img/firefox-fail.png [new file with mode: 0644]
plugins/cordova-plugin-camera/doc/img/firefox-success.png [new file with mode: 0644]
plugins/cordova-plugin-camera/doc/img/fireos-fail.png [new file with mode: 0644]
plugins/cordova-plugin-camera/doc/img/fireos-success.png [new file with mode: 0644]
plugins/cordova-plugin-camera/doc/img/ios-fail.png [new file with mode: 0644]
plugins/cordova-plugin-camera/doc/img/ios-success.png [new file with mode: 0644]
plugins/cordova-plugin-camera/doc/img/ubuntu-fail.png [new file with mode: 0644]
plugins/cordova-plugin-camera/doc/img/ubuntu-success.png [new file with mode: 0644]
plugins/cordova-plugin-camera/doc/img/windows-fail.png [new file with mode: 0644]
plugins/cordova-plugin-camera/doc/img/windows-success.png [new file with mode: 0644]
plugins/cordova-plugin-camera/doc/img/wp8-fail.png [new file with mode: 0644]
plugins/cordova-plugin-camera/doc/img/wp8-success.png [new file with mode: 0644]
plugins/cordova-plugin-camera/doc/it/README.md [new file with mode: 0644]
plugins/cordova-plugin-camera/doc/it/index.md [new file with mode: 0644]
plugins/cordova-plugin-camera/doc/ja/README.md [new file with mode: 0644]
plugins/cordova-plugin-camera/doc/ja/index.md [new file with mode: 0644]
plugins/cordova-plugin-camera/doc/ko/README.md [new file with mode: 0644]
plugins/cordova-plugin-camera/doc/ko/index.md [new file with mode: 0644]
plugins/cordova-plugin-camera/doc/pl/README.md [new file with mode: 0644]
plugins/cordova-plugin-camera/doc/pl/index.md [new file with mode: 0644]
plugins/cordova-plugin-camera/doc/ru/index.md [new file with mode: 0644]
plugins/cordova-plugin-camera/doc/zh/README.md [new file with mode: 0644]
plugins/cordova-plugin-camera/doc/zh/index.md [new file with mode: 0644]
plugins/cordova-plugin-camera/jsdoc2md/TEMPLATE.md [new file with mode: 0644]
plugins/cordova-plugin-camera/package.json [new file with mode: 0644]
plugins/cordova-plugin-camera/plugin.xml [new file with mode: 0644]
plugins/cordova-plugin-camera/src/android/CameraLauncher.java [new file with mode: 0644]
plugins/cordova-plugin-camera/src/android/CordovaUri.java [new file with mode: 0644]
plugins/cordova-plugin-camera/src/android/ExifHelper.java [new file with mode: 0644]
plugins/cordova-plugin-camera/src/android/FileHelper.java [new file with mode: 0644]
plugins/cordova-plugin-camera/src/android/FileProvider.java [new file with mode: 0644]
plugins/cordova-plugin-camera/src/android/xml/camera_provider_paths.xml [new file with mode: 0644]
plugins/cordova-plugin-camera/src/browser/CameraProxy.js [new file with mode: 0644]
plugins/cordova-plugin-camera/src/ios/CDVCamera.h [new file with mode: 0644]
plugins/cordova-plugin-camera/src/ios/CDVCamera.m [new file with mode: 0644]
plugins/cordova-plugin-camera/src/ios/CDVExif.h [new file with mode: 0644]
plugins/cordova-plugin-camera/src/ios/CDVJpegHeaderWriter.h [new file with mode: 0644]
plugins/cordova-plugin-camera/src/ios/CDVJpegHeaderWriter.m [new file with mode: 0644]
plugins/cordova-plugin-camera/src/ios/UIImage+CropScaleOrientation.h [new file with mode: 0644]
plugins/cordova-plugin-camera/src/ios/UIImage+CropScaleOrientation.m [new file with mode: 0644]
plugins/cordova-plugin-camera/src/osx/CDVCamera.h [new file with mode: 0644]
plugins/cordova-plugin-camera/src/osx/CDVCamera.m [new file with mode: 0644]
plugins/cordova-plugin-camera/src/windows/CameraProxy.js [new file with mode: 0644]
plugins/cordova-plugin-camera/tests/ios/.npmignore [new file with mode: 0644]
plugins/cordova-plugin-camera/tests/ios/CDVCameraTest.xcworkspace/contents.xcworkspacedata [new file with mode: 0644]
plugins/cordova-plugin-camera/tests/ios/CDVCameraTest.xcworkspace/xcshareddata/CDVCameraTest.xccheckout [new file with mode: 0644]
plugins/cordova-plugin-camera/tests/ios/CDVCameraTest.xcworkspace/xcshareddata/xcschemes/CordovaLib.xcscheme [new file with mode: 0644]
plugins/cordova-plugin-camera/tests/ios/CDVCameraTest/CDVCameraLibTests/CameraTest.m [new file with mode: 0644]
plugins/cordova-plugin-camera/tests/ios/CDVCameraTest/CDVCameraLibTests/Info.plist [new file with mode: 0644]
plugins/cordova-plugin-camera/tests/ios/CDVCameraTest/CDVCameraTest.xcodeproj/project.pbxproj [new file with mode: 0644]
plugins/cordova-plugin-camera/tests/ios/CDVCameraTest/CDVCameraTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata [new file with mode: 0644]
plugins/cordova-plugin-camera/tests/ios/CDVCameraTest/CDVCameraTest.xcodeproj/project.xcworkspace/xcshareddata/CDVCameraTest.xccheckout [new file with mode: 0644]
plugins/cordova-plugin-camera/tests/ios/CDVCameraTest/CDVCameraTest.xcodeproj/xcshareddata/xcschemes/CDVCameraLib.xcscheme [new file with mode: 0644]
plugins/cordova-plugin-camera/tests/ios/CDVCameraTest/CDVCameraTest.xcodeproj/xcshareddata/xcschemes/CDVCameraLibTests.xcscheme [new file with mode: 0644]
plugins/cordova-plugin-camera/tests/ios/README.md [new file with mode: 0644]
plugins/cordova-plugin-camera/tests/ios/doc/de/README.md [new file with mode: 0644]
plugins/cordova-plugin-camera/tests/ios/doc/es/README.md [new file with mode: 0644]
plugins/cordova-plugin-camera/tests/ios/doc/fr/README.md [new file with mode: 0644]
plugins/cordova-plugin-camera/tests/ios/doc/it/README.md [new file with mode: 0644]
plugins/cordova-plugin-camera/tests/ios/doc/ja/README.md [new file with mode: 0644]
plugins/cordova-plugin-camera/tests/ios/doc/ko/README.md [new file with mode: 0644]
plugins/cordova-plugin-camera/tests/ios/doc/pl/README.md [new file with mode: 0644]
plugins/cordova-plugin-camera/tests/ios/doc/zh/README.md [new file with mode: 0644]
plugins/cordova-plugin-camera/tests/ios/package.json [new file with mode: 0644]
plugins/cordova-plugin-camera/tests/package.json [new file with mode: 0644]
plugins/cordova-plugin-camera/tests/plugin.xml [new file with mode: 0644]
plugins/cordova-plugin-camera/tests/tests.js [new file with mode: 0644]
plugins/cordova-plugin-camera/types/index.d.ts [new file with mode: 0644]
plugins/cordova-plugin-camera/www/Camera.js [new file with mode: 0644]
plugins/cordova-plugin-camera/www/CameraConstants.js [new file with mode: 0644]
plugins/cordova-plugin-camera/www/CameraPopoverHandle.js [new file with mode: 0644]
plugins/cordova-plugin-camera/www/CameraPopoverOptions.js [new file with mode: 0644]
plugins/cordova-plugin-camera/www/ios/CameraPopoverHandle.js [new file with mode: 0644]
plugins/cordova-plugin-device/.appveyor.yml [new file with mode: 0644]
plugins/cordova-plugin-device/.eslintrc.yml [new file with mode: 0644]
plugins/cordova-plugin-device/.github/PULL_REQUEST_TEMPLATE.md [new file with mode: 0644]
plugins/cordova-plugin-device/.npmignore [new file with mode: 0644]
plugins/cordova-plugin-device/.travis.yml [new file with mode: 0644]
plugins/cordova-plugin-device/CONTRIBUTING.md [new file with mode: 0644]
plugins/cordova-plugin-device/LICENSE [new file with mode: 0644]
plugins/cordova-plugin-device/NOTICE [new file with mode: 0644]
plugins/cordova-plugin-device/README.md [new file with mode: 0644]
plugins/cordova-plugin-device/RELEASENOTES.md [new file with mode: 0644]
plugins/cordova-plugin-device/doc/de/README.md [new file with mode: 0644]
plugins/cordova-plugin-device/doc/de/index.md [new file with mode: 0644]
plugins/cordova-plugin-device/doc/es/README.md [new file with mode: 0644]
plugins/cordova-plugin-device/doc/es/index.md [new file with mode: 0644]
plugins/cordova-plugin-device/doc/fr/README.md [new file with mode: 0644]
plugins/cordova-plugin-device/doc/fr/index.md [new file with mode: 0644]
plugins/cordova-plugin-device/doc/it/README.md [new file with mode: 0644]
plugins/cordova-plugin-device/doc/it/index.md [new file with mode: 0644]
plugins/cordova-plugin-device/doc/ja/README.md [new file with mode: 0644]
plugins/cordova-plugin-device/doc/ja/index.md [new file with mode: 0644]
plugins/cordova-plugin-device/doc/ko/README.md [new file with mode: 0644]
plugins/cordova-plugin-device/doc/ko/index.md [new file with mode: 0644]
plugins/cordova-plugin-device/doc/pl/README.md [new file with mode: 0644]
plugins/cordova-plugin-device/doc/pl/index.md [new file with mode: 0644]
plugins/cordova-plugin-device/doc/ru/index.md [new file with mode: 0644]
plugins/cordova-plugin-device/doc/zh/README.md [new file with mode: 0644]
plugins/cordova-plugin-device/doc/zh/index.md [new file with mode: 0644]
plugins/cordova-plugin-device/package.json [new file with mode: 0644]
plugins/cordova-plugin-device/plugin.xml [new file with mode: 0644]
plugins/cordova-plugin-device/src/android/Device.java [new file with mode: 0644]
plugins/cordova-plugin-device/src/browser/DeviceProxy.js [new file with mode: 0644]
plugins/cordova-plugin-device/src/ios/CDVDevice.h [new file with mode: 0644]
plugins/cordova-plugin-device/src/ios/CDVDevice.m [new file with mode: 0644]
plugins/cordova-plugin-device/src/osx/CDVDevice.h [new file with mode: 0644]
plugins/cordova-plugin-device/src/osx/CDVDevice.m [new file with mode: 0644]
plugins/cordova-plugin-device/src/windows/DeviceProxy.js [new file with mode: 0644]
plugins/cordova-plugin-device/tests/package.json [new file with mode: 0644]
plugins/cordova-plugin-device/tests/plugin.xml [new file with mode: 0644]
plugins/cordova-plugin-device/tests/tests.js [new file with mode: 0644]
plugins/cordova-plugin-device/types/index.d.ts [new file with mode: 0644]
plugins/cordova-plugin-device/www/device.js [new file with mode: 0644]
plugins/cordova-plugin-disable-ios11-statusbar/LICENSE [new file with mode: 0644]
plugins/cordova-plugin-disable-ios11-statusbar/README.md [new file with mode: 0644]
plugins/cordova-plugin-disable-ios11-statusbar/package.json [new file with mode: 0644]
plugins/cordova-plugin-disable-ios11-statusbar/plugin.xml [new file with mode: 0644]
plugins/cordova-plugin-disable-ios11-statusbar/src/ios/DisableStatusbar.m [new file with mode: 0644]
plugins/cordova-plugin-file/.appveyor.yml [new file with mode: 0644]
plugins/cordova-plugin-file/.eslintrc.yml [new file with mode: 0644]
plugins/cordova-plugin-file/.github/PULL_REQUEST_TEMPLATE.md [new file with mode: 0644]
plugins/cordova-plugin-file/.jshintrc [new file with mode: 0644]
plugins/cordova-plugin-file/.npmignore [new file with mode: 0644]
plugins/cordova-plugin-file/.ratignore [new file with mode: 0644]
plugins/cordova-plugin-file/.travis.yml [new file with mode: 0644]
plugins/cordova-plugin-file/CONTRIBUTING.md [new file with mode: 0644]
plugins/cordova-plugin-file/LICENSE [new file with mode: 0644]
plugins/cordova-plugin-file/NOTICE [new file with mode: 0644]
plugins/cordova-plugin-file/README.md [new file with mode: 0644]
plugins/cordova-plugin-file/RELEASENOTES.md [new file with mode: 0644]
plugins/cordova-plugin-file/doc/de/README.md [new file with mode: 0644]
plugins/cordova-plugin-file/doc/de/index.md [new file with mode: 0644]
plugins/cordova-plugin-file/doc/de/plugins.md [new file with mode: 0644]
plugins/cordova-plugin-file/doc/es/README.md [new file with mode: 0644]
plugins/cordova-plugin-file/doc/es/index.md [new file with mode: 0644]
plugins/cordova-plugin-file/doc/es/plugins.md [new file with mode: 0644]
plugins/cordova-plugin-file/doc/fr/README.md [new file with mode: 0644]
plugins/cordova-plugin-file/doc/fr/index.md [new file with mode: 0644]
plugins/cordova-plugin-file/doc/fr/plugins.md [new file with mode: 0644]
plugins/cordova-plugin-file/doc/it/README.md [new file with mode: 0644]
plugins/cordova-plugin-file/doc/it/index.md [new file with mode: 0644]
plugins/cordova-plugin-file/doc/it/plugins.md [new file with mode: 0644]
plugins/cordova-plugin-file/doc/ja/README.md [new file with mode: 0644]
plugins/cordova-plugin-file/doc/ja/index.md [new file with mode: 0644]
plugins/cordova-plugin-file/doc/ja/plugins.md [new file with mode: 0644]
plugins/cordova-plugin-file/doc/ko/README.md [new file with mode: 0644]
plugins/cordova-plugin-file/doc/ko/index.md [new file with mode: 0644]
plugins/cordova-plugin-file/doc/ko/plugins.md [new file with mode: 0644]
plugins/cordova-plugin-file/doc/pl/README.md [new file with mode: 0644]
plugins/cordova-plugin-file/doc/pl/index.md [new file with mode: 0644]
plugins/cordova-plugin-file/doc/pl/plugins.md [new file with mode: 0644]
plugins/cordova-plugin-file/doc/plugins.md [new file with mode: 0644]
plugins/cordova-plugin-file/doc/ru/index.md [new file with mode: 0644]
plugins/cordova-plugin-file/doc/ru/plugins.md [new file with mode: 0644]
plugins/cordova-plugin-file/doc/zh/README.md [new file with mode: 0644]
plugins/cordova-plugin-file/doc/zh/index.md [new file with mode: 0644]
plugins/cordova-plugin-file/doc/zh/plugins.md [new file with mode: 0644]
plugins/cordova-plugin-file/package.json [new file with mode: 0644]
plugins/cordova-plugin-file/plugin.xml [new file with mode: 0644]
plugins/cordova-plugin-file/src/android/AssetFilesystem.java [new file with mode: 0644]
plugins/cordova-plugin-file/src/android/ContentFilesystem.java [new file with mode: 0644]
plugins/cordova-plugin-file/src/android/DirectoryManager.java [new file with mode: 0644]
plugins/cordova-plugin-file/src/android/EncodingException.java [new file with mode: 0644]
plugins/cordova-plugin-file/src/android/FileExistsException.java [new file with mode: 0644]
plugins/cordova-plugin-file/src/android/FileUtils.java [new file with mode: 0644]
plugins/cordova-plugin-file/src/android/Filesystem.java [new file with mode: 0644]
plugins/cordova-plugin-file/src/android/InvalidModificationException.java [new file with mode: 0644]
plugins/cordova-plugin-file/src/android/LocalFilesystem.java [new file with mode: 0644]
plugins/cordova-plugin-file/src/android/LocalFilesystemURL.java [new file with mode: 0644]
plugins/cordova-plugin-file/src/android/NoModificationAllowedException.java [new file with mode: 0644]
plugins/cordova-plugin-file/src/android/PendingRequests.java [new file with mode: 0644]
plugins/cordova-plugin-file/src/android/TypeMismatchException.java [new file with mode: 0644]
plugins/cordova-plugin-file/src/android/build-extras.gradle [new file with mode: 0644]
plugins/cordova-plugin-file/src/browser/FileProxy.js [new file with mode: 0644]
plugins/cordova-plugin-file/src/ios/CDVAssetLibraryFilesystem.h [new file with mode: 0644]
plugins/cordova-plugin-file/src/ios/CDVAssetLibraryFilesystem.m [new file with mode: 0644]
plugins/cordova-plugin-file/src/ios/CDVFile.h [new file with mode: 0644]
plugins/cordova-plugin-file/src/ios/CDVFile.m [new file with mode: 0644]
plugins/cordova-plugin-file/src/ios/CDVLocalFilesystem.h [new file with mode: 0644]
plugins/cordova-plugin-file/src/ios/CDVLocalFilesystem.m [new file with mode: 0644]
plugins/cordova-plugin-file/src/osx/CDVFile.h [new file with mode: 0644]
plugins/cordova-plugin-file/src/osx/CDVFile.m [new file with mode: 0644]
plugins/cordova-plugin-file/src/osx/CDVLocalFilesystem.h [new file with mode: 0644]
plugins/cordova-plugin-file/src/osx/CDVLocalFilesystem.m [new file with mode: 0644]
plugins/cordova-plugin-file/src/windows/FileProxy.js [new file with mode: 0644]
plugins/cordova-plugin-file/tests/package.json [new file with mode: 0644]
plugins/cordova-plugin-file/tests/plugin.xml [new file with mode: 0644]
plugins/cordova-plugin-file/tests/src/android/TestContentProvider.java [new file with mode: 0644]
plugins/cordova-plugin-file/tests/tests.js [new file with mode: 0644]
plugins/cordova-plugin-file/tests/www/fixtures/asset-test/asset-test.txt [new file with mode: 0644]
plugins/cordova-plugin-file/types/index.d.ts [new file with mode: 0644]
plugins/cordova-plugin-file/www/DirectoryEntry.js [new file with mode: 0644]
plugins/cordova-plugin-file/www/DirectoryReader.js [new file with mode: 0644]
plugins/cordova-plugin-file/www/Entry.js [new file with mode: 0644]
plugins/cordova-plugin-file/www/File.js [new file with mode: 0644]
plugins/cordova-plugin-file/www/FileEntry.js [new file with mode: 0644]
plugins/cordova-plugin-file/www/FileError.js [new file with mode: 0644]
plugins/cordova-plugin-file/www/FileReader.js [new file with mode: 0644]
plugins/cordova-plugin-file/www/FileSystem.js [new file with mode: 0644]
plugins/cordova-plugin-file/www/FileUploadOptions.js [new file with mode: 0644]
plugins/cordova-plugin-file/www/FileUploadResult.js [new file with mode: 0644]
plugins/cordova-plugin-file/www/FileWriter.js [new file with mode: 0644]
plugins/cordova-plugin-file/www/Flags.js [new file with mode: 0644]
plugins/cordova-plugin-file/www/LocalFileSystem.js [new file with mode: 0644]
plugins/cordova-plugin-file/www/Metadata.js [new file with mode: 0644]
plugins/cordova-plugin-file/www/ProgressEvent.js [new file with mode: 0644]
plugins/cordova-plugin-file/www/android/FileSystem.js [new file with mode: 0644]
plugins/cordova-plugin-file/www/browser/FileSystem.js [new file with mode: 0644]
plugins/cordova-plugin-file/www/browser/Preparing.js [new file with mode: 0644]
plugins/cordova-plugin-file/www/browser/isChrome.js [new file with mode: 0644]
plugins/cordova-plugin-file/www/fileSystemPaths.js [new file with mode: 0644]
plugins/cordova-plugin-file/www/fileSystems-roots.js [new file with mode: 0644]
plugins/cordova-plugin-file/www/fileSystems.js [new file with mode: 0644]
plugins/cordova-plugin-file/www/ios/FileSystem.js [new file with mode: 0644]
plugins/cordova-plugin-file/www/osx/FileSystem.js [new file with mode: 0644]
plugins/cordova-plugin-file/www/requestFileSystem.js [new file with mode: 0644]
plugins/cordova-plugin-file/www/resolveLocalFileSystemURI.js [new file with mode: 0644]
plugins/cordova-plugin-fingerprint-aio/.eslintrc.json [new file with mode: 0644]
plugins/cordova-plugin-fingerprint-aio/.travis.yml [new file with mode: 0644]
plugins/cordova-plugin-fingerprint-aio/CONTRIBUTING.md [new file with mode: 0644]
plugins/cordova-plugin-fingerprint-aio/LICENSE [new file with mode: 0644]
plugins/cordova-plugin-fingerprint-aio/README.md [new file with mode: 0644]
plugins/cordova-plugin-fingerprint-aio/package.json [new file with mode: 0644]
plugins/cordova-plugin-fingerprint-aio/plugin.xml [new file with mode: 0644]
plugins/cordova-plugin-fingerprint-aio/res/android/drawable-hdpi/ic_fp_40px.png [new file with mode: 0644]
plugins/cordova-plugin-fingerprint-aio/res/android/drawable-mdpi/ic_fp_40px.png [new file with mode: 0644]
plugins/cordova-plugin-fingerprint-aio/res/android/drawable-nodpi/android_robot.png [new file with mode: 0644]
plugins/cordova-plugin-fingerprint-aio/res/android/drawable-xhdpi/ic_fp_40px.png [new file with mode: 0644]
plugins/cordova-plugin-fingerprint-aio/res/android/drawable-xxhdpi/ic_fp_40px.png [new file with mode: 0644]
plugins/cordova-plugin-fingerprint-aio/res/android/drawable-xxxhdpi/ic_fp_40px.png [new file with mode: 0644]
plugins/cordova-plugin-fingerprint-aio/res/android/drawable/ic_fingerprint_error.xml [new file with mode: 0644]
plugins/cordova-plugin-fingerprint-aio/res/android/drawable/ic_fingerprint_success.xml [new file with mode: 0644]
plugins/cordova-plugin-fingerprint-aio/res/android/layout/fingerprint_dialog_container.xml [new file with mode: 0644]
plugins/cordova-plugin-fingerprint-aio/res/android/layout/fingerprint_dialog_content.xml [new file with mode: 0644]
plugins/cordova-plugin-fingerprint-aio/res/android/values-da/fpauth-strings.xml [new file with mode: 0644]
plugins/cordova-plugin-fingerprint-aio/res/android/values-de/fpauth-strings.xml [new file with mode: 0644]
plugins/cordova-plugin-fingerprint-aio/res/android/values-el/fpauth-strings.xml [new file with mode: 0644]
plugins/cordova-plugin-fingerprint-aio/res/android/values-es/fpauth-strings.xml [new file with mode: 0644]
plugins/cordova-plugin-fingerprint-aio/res/android/values-fr/fpauth-strings.xml [new file with mode: 0644]
plugins/cordova-plugin-fingerprint-aio/res/android/values-it/fpauth-strings.xml [new file with mode: 0644]
plugins/cordova-plugin-fingerprint-aio/res/android/values-nl/fpauth-strings.xml [new file with mode: 0644]
plugins/cordova-plugin-fingerprint-aio/res/android/values-pt/fpauth-strings.xml [new file with mode: 0644]
plugins/cordova-plugin-fingerprint-aio/res/android/values-zh-rTW/fpauth-strings.xml [new file with mode: 0644]
plugins/cordova-plugin-fingerprint-aio/res/android/values-zh/fpauth-strings.xml [new file with mode: 0644]
plugins/cordova-plugin-fingerprint-aio/res/android/values/fpauth-colors.xml [new file with mode: 0644]
plugins/cordova-plugin-fingerprint-aio/res/android/values/fpauth-strings.xml [new file with mode: 0644]
plugins/cordova-plugin-fingerprint-aio/src/android/Fingerprint.java [new file with mode: 0644]
plugins/cordova-plugin-fingerprint-aio/src/android/FingerprintAuthenticationDialogFragment.java [new file with mode: 0644]
plugins/cordova-plugin-fingerprint-aio/src/android/FingerprintUiHelper.java [new file with mode: 0644]
plugins/cordova-plugin-fingerprint-aio/src/ios/Bridging-Header.h [new file with mode: 0644]
plugins/cordova-plugin-fingerprint-aio/src/ios/Fingerprint.swift [new file with mode: 0644]
plugins/cordova-plugin-fingerprint-aio/www/Fingerprint.js [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/.appveyor.yml [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/.eslintrc.yml [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/.github/PULL_REQUEST_TEMPLATE.md [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/.npmignore [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/.travis.yml [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/CONTRIBUTING.md [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/LICENSE [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/NOTICE [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/README.md [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/RELEASENOTES.md [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/doc/de/README.md [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/doc/de/index.md [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/doc/es/README.md [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/doc/es/index.md [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/doc/fr/README.md [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/doc/fr/index.md [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/doc/it/README.md [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/doc/it/index.md [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/doc/ja/README.md [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/doc/ja/index.md [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/doc/ko/README.md [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/doc/ko/index.md [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/doc/pl/README.md [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/doc/pl/index.md [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/doc/ru/index.md [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/doc/zh/README.md [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/doc/zh/index.md [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/package.json [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/plugin.xml [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/src/android/InAppBrowser.java [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/src/android/InAppBrowserDialog.java [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/src/android/InAppChromeClient.java [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/src/android/res/drawable-hdpi/ic_action_next_item.png [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/src/android/res/drawable-hdpi/ic_action_previous_item.png [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/src/android/res/drawable-hdpi/ic_action_remove.png [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/src/android/res/drawable-mdpi/ic_action_next_item.png [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/src/android/res/drawable-mdpi/ic_action_previous_item.png [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/src/android/res/drawable-mdpi/ic_action_remove.png [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/src/android/res/drawable-xhdpi/ic_action_next_item.png [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/src/android/res/drawable-xhdpi/ic_action_previous_item.png [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/src/android/res/drawable-xhdpi/ic_action_remove.png [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/src/android/res/drawable-xxhdpi/ic_action_next_item.png [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/src/android/res/drawable-xxhdpi/ic_action_previous_item.png [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/src/android/res/drawable-xxhdpi/ic_action_remove.png [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/src/browser/InAppBrowserProxy.js [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/src/ios/CDVInAppBrowser.h [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/src/ios/CDVInAppBrowser.m [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/src/osx/CDVInAppBrowser.h [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/src/osx/CDVInAppBrowser.m [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/src/windows/InAppBrowserProxy.js [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/tests/.eslintrc.yml [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/tests/package.json [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/tests/plugin.xml [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/tests/resources/inject.css [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/tests/resources/inject.html [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/tests/resources/inject.js [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/tests/resources/local.html [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/tests/resources/local.pdf [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/tests/resources/video.html [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/tests/tests.js [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/types/index.d.ts [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/www/inappbrowser.css [new file with mode: 0644]
plugins/cordova-plugin-inappbrowser/www/inappbrowser.js [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/.jshintrc [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/.prettierignore [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/CHANGELOG.md [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/LICENSE [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/gulpfile.js [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/hooks/windows/check-arch.js [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/package.json [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/plugin.xml [new file with mode: 0755]
plugins/cordova-plugin-qrscanner/readme.md [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/src/android/QRScanner.java [new file with mode: 0755]
plugins/cordova-plugin-qrscanner/src/android/qrscanner.gradle [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/src/browser/plugin.min.js [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/src/browser/src/cordova-plugin.js [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/src/browser/src/createQRScannerInternal.js [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/src/browser/src/library.js [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/src/browser/src/worker.js [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/src/common/src/cordova-remap.js [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/src/common/src/cordova-www.js [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/src/common/src/createQRScannerAdapter.js [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/src/ios/QRScanner.swift [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/src/windows/QRReader/CameraRotationHelper.cs [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/src/windows/QRReader/Properties/AssemblyInfo.cs [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/src/windows/QRReader/QRReader.csproj [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/src/windows/QRReader/QRReader.csproj.user [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/src/windows/QRReader/Reader.cs [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/src/windows/QRReader/VideoCapture.cs [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/src/windows/QRReader/lib/ZXing.winmd [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/src/windows/QRReader/project.json [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/src/windows/QRReader/project.lock.json [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/src/windows/QRScanner.sln [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/src/windows/lib/preview.css [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/src/windows/lib/preview.js [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/src/windows/lib/qrScanner.js [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/tests/.jshintrc [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/tests/library/index.html [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/tests/library/test.js [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/tests/plugin.xml [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/tests/project/config.xml [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/tests/project/package.json [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/tests/project/readme.md [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/tests/project/resources/Default@2x~universal~anyany.png [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/tests/project/resources/Default@3x~universal~anyany.png [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/tests/project/scripts/timestamp.js [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/tests/project/www/index.html [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/tests/tests.js [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/webpack.cordova.config.js [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/webpack.library.config.js [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/webpack.prepack.config.js [new file with mode: 0644]
plugins/cordova-plugin-qrscanner/www/www.min.js [new file with mode: 0644]
plugins/cordova-plugin-statusbar/.appveyor.yml [new file with mode: 0644]
plugins/cordova-plugin-statusbar/.github/PULL_REQUEST_TEMPLATE.md [new file with mode: 0644]
plugins/cordova-plugin-statusbar/.jshintrc [new file with mode: 0644]
plugins/cordova-plugin-statusbar/.npmignore [new file with mode: 0644]
plugins/cordova-plugin-statusbar/.travis.yml [new file with mode: 0644]
plugins/cordova-plugin-statusbar/CONTRIBUTING.md [new file with mode: 0644]
plugins/cordova-plugin-statusbar/LICENSE [new file with mode: 0644]
plugins/cordova-plugin-statusbar/NOTICE [new file with mode: 0644]
plugins/cordova-plugin-statusbar/README.md [new file with mode: 0644]
plugins/cordova-plugin-statusbar/RELEASENOTES.md [new file with mode: 0644]
plugins/cordova-plugin-statusbar/doc/de/README.md [new file with mode: 0644]
plugins/cordova-plugin-statusbar/doc/de/index.md [new file with mode: 0644]
plugins/cordova-plugin-statusbar/doc/es/README.md [new file with mode: 0644]
plugins/cordova-plugin-statusbar/doc/es/index.md [new file with mode: 0644]
plugins/cordova-plugin-statusbar/doc/fr/README.md [new file with mode: 0644]
plugins/cordova-plugin-statusbar/doc/fr/index.md [new file with mode: 0644]
plugins/cordova-plugin-statusbar/doc/it/README.md [new file with mode: 0644]
plugins/cordova-plugin-statusbar/doc/it/index.md [new file with mode: 0644]
plugins/cordova-plugin-statusbar/doc/ja/README.md [new file with mode: 0644]
plugins/cordova-plugin-statusbar/doc/ja/index.md [new file with mode: 0644]
plugins/cordova-plugin-statusbar/doc/ko/README.md [new file with mode: 0644]
plugins/cordova-plugin-statusbar/doc/ko/index.md [new file with mode: 0644]
plugins/cordova-plugin-statusbar/doc/pl/README.md [new file with mode: 0644]
plugins/cordova-plugin-statusbar/doc/pl/index.md [new file with mode: 0644]
plugins/cordova-plugin-statusbar/doc/ru/index.md [new file with mode: 0644]
plugins/cordova-plugin-statusbar/doc/zh/README.md [new file with mode: 0644]
plugins/cordova-plugin-statusbar/doc/zh/index.md [new file with mode: 0644]
plugins/cordova-plugin-statusbar/package.json [new file with mode: 0644]
plugins/cordova-plugin-statusbar/plugin.xml [new file with mode: 0644]
plugins/cordova-plugin-statusbar/src/android/StatusBar.java [new file with mode: 0644]
plugins/cordova-plugin-statusbar/src/browser/StatusBarProxy.js [new file with mode: 0644]
plugins/cordova-plugin-statusbar/src/ios/CDVStatusBar.h [new file with mode: 0644]
plugins/cordova-plugin-statusbar/src/ios/CDVStatusBar.m [new file with mode: 0644]
plugins/cordova-plugin-statusbar/src/windows/StatusBarProxy.js [new file with mode: 0644]
plugins/cordova-plugin-statusbar/src/wp/StatusBar.cs [new file with mode: 0644]
plugins/cordova-plugin-statusbar/tests/package.json [new file with mode: 0644]
plugins/cordova-plugin-statusbar/tests/plugin.xml [new file with mode: 0644]
plugins/cordova-plugin-statusbar/tests/tests.js [new file with mode: 0644]
plugins/cordova-plugin-statusbar/types/index.d.ts [new file with mode: 0644]
plugins/cordova-plugin-statusbar/www/statusbar.js [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/CONTRIBUTING.md [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/LICENSE [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/NOTICE [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/README.md [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/RELEASENOTES.md [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/doc/images/android_menu_sample_01.png [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/doc/images/android_sample_01.png [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/doc/images/ios_menu_sample_01.png [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/doc/images/ios_sample_01.png [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/legacy_doc/README.md [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/legacy_doc/de/index.md [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/legacy_doc/es/index.md [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/legacy_doc/fr/index.md [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/legacy_doc/it/index.md [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/legacy_doc/ja/index.md [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/legacy_doc/ko/index.md [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/legacy_doc/pl/index.md [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/legacy_doc/ru/index.md [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/legacy_doc/zh/index.md [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/package.json [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/plugin.xml [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/amazon/InAppBrowser.java [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/amazon/InAppChromeClient.java [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/android/InAppChromeClient.java [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/android/ThemeableBrowser.java [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/android/ThemeableBrowserDialog.java [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/android/ThemeableBrowserUnmarshaller.java [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/android/res/drawable-xhdpi/back.png [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/android/res/drawable-xhdpi/back_pressed.png [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/android/res/drawable-xhdpi/close.png [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/android/res/drawable-xhdpi/close_pressed.png [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/android/res/drawable-xhdpi/forward.png [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/android/res/drawable-xhdpi/forward_pressed.png [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/android/res/drawable-xhdpi/menu.png [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/android/res/drawable-xhdpi/menu_pressed.png [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/android/res/drawable-xhdpi/share.png [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/android/res/drawable-xhdpi/share_pressed.png [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/blackberry10/README.md [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/browser/InAppBrowserProxy.js [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/firefoxos/InAppBrowserProxy.js [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/ios/CDVThemeableBrowser.h [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/ios/CDVThemeableBrowser.m [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/ios/Resources/README.md [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/ios/Resources/back@2x.png [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/ios/Resources/back_pressed@2x.png [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/ios/Resources/close@2x.png [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/ios/Resources/close_pressed@2x.png [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/ios/Resources/forward@2x.png [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/ios/Resources/forward_pressed@2x.png [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/ios/Resources/menu@2x.png [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/ios/Resources/menu_pressed@2x.png [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/ios/Resources/share@2x.png [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/ios/Resources/share_pressed@2x.png [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/ubuntu/InAppBrowser.qml [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/ubuntu/InAppBrowser_escapeScript.js [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/ubuntu/close.png [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/ubuntu/inappbrowser.cpp [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/ubuntu/inappbrowser.h [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/windows/InAppBrowserProxy.js [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/src/wp/InAppBrowser.cs [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/tests/plugin.xml [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/tests/resources/inject.css [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/tests/resources/inject.html [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/tests/resources/inject.js [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/tests/resources/local.html [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/tests/resources/local.pdf [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/tests/resources/video.html [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/tests/tests.js [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/www/inappbrowser.css [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/www/themeablebrowser.js [new file with mode: 0644]
plugins/cordova-plugin-themeablebrowser/www/windows8/InAppBrowserProxy.js [new file with mode: 0644]
plugins/cordova-plugin-touch-id/LICENSE [new file with mode: 0644]
plugins/cordova-plugin-touch-id/README.md [new file with mode: 0644]
plugins/cordova-plugin-touch-id/package.json [new file with mode: 0644]
plugins/cordova-plugin-touch-id/plugin.xml [new file with mode: 0755]
plugins/cordova-plugin-touch-id/src/ios/TouchID.h [new file with mode: 0755]
plugins/cordova-plugin-touch-id/src/ios/TouchID.m [new file with mode: 0755]
plugins/cordova-plugin-touch-id/www/TouchID.js [new file with mode: 0755]
plugins/cordova-plugin-whitelist/.github/PULL_REQUEST_TEMPLATE.md [new file with mode: 0644]
plugins/cordova-plugin-whitelist/CONTRIBUTING.md [new file with mode: 0644]
plugins/cordova-plugin-whitelist/LICENSE [new file with mode: 0644]
plugins/cordova-plugin-whitelist/NOTICE [new file with mode: 0644]
plugins/cordova-plugin-whitelist/README.md [new file with mode: 0644]
plugins/cordova-plugin-whitelist/RELEASENOTES.md [new file with mode: 0644]
plugins/cordova-plugin-whitelist/doc/de/README.md [new file with mode: 0644]
plugins/cordova-plugin-whitelist/doc/es/README.md [new file with mode: 0644]
plugins/cordova-plugin-whitelist/doc/fr/README.md [new file with mode: 0644]
plugins/cordova-plugin-whitelist/doc/it/README.md [new file with mode: 0644]
plugins/cordova-plugin-whitelist/doc/ja/README.md [new file with mode: 0644]
plugins/cordova-plugin-whitelist/doc/ko/README.md [new file with mode: 0644]
plugins/cordova-plugin-whitelist/doc/pl/README.md [new file with mode: 0644]
plugins/cordova-plugin-whitelist/doc/zh/README.md [new file with mode: 0644]
plugins/cordova-plugin-whitelist/package.json [new file with mode: 0644]
plugins/cordova-plugin-whitelist/plugin.xml [new file with mode: 0644]
plugins/cordova-plugin-whitelist/src/android/WhitelistPlugin.java [new file with mode: 0644]
plugins/fetch.json [new file with mode: 0644]
plugins/ios.json [new file with mode: 0644]
splash.png [new file with mode: 0644]
www/bill.html [new file with mode: 0644]
www/billdetail.html [new file with mode: 0644]
www/bindcard.html [new file with mode: 0644]
www/card.html [new file with mode: 0644]
www/cardinfor.html [new file with mode: 0644]
www/css/aui-iconfont.ttf [new file with mode: 0755]
www/css/aui.css [new file with mode: 0644]
www/css/index.css [new file with mode: 0644]
www/css/jquery-weui.min.css [new file with mode: 0755]
www/css/weui.min.css [new file with mode: 0755]
www/dobind.html [new file with mode: 0644]
www/editpaypwd.html [new file with mode: 0644]
www/editpwd.html [new file with mode: 0644]
www/error.html [new file with mode: 0644]
www/findpaypwd.html [new file with mode: 0644]
www/findpwd.html [new file with mode: 0644]
www/img/back.png [new file with mode: 0644]
www/img/close.png [new file with mode: 0644]
www/img/close_1.png [new file with mode: 0644]
www/img/icon_auth.png [new file with mode: 0644]
www/img/icon_bill.png [new file with mode: 0644]
www/img/icon_car.png [new file with mode: 0644]
www/img/icon_card.png [new file with mode: 0644]
www/img/icon_header.png [new file with mode: 0644]
www/img/icon_meal.png [new file with mode: 0644]
www/img/icon_ok.png [new file with mode: 0644]
www/img/icon_qrcode.png [new file with mode: 0644]
www/img/icon_scan.png [new file with mode: 0644]
www/img/icon_securty.png [new file with mode: 0644]
www/img/icon_water.png [new file with mode: 0644]
www/img/light.png [new file with mode: 0644]
www/img/scanner.svg [new file with mode: 0644]
www/index.html [new file with mode: 0644]
www/js/bill.js [new file with mode: 0644]
www/js/billdetail.js [new file with mode: 0644]
www/js/bindcard.js [new file with mode: 0644]
www/js/card.js [new file with mode: 0644]
www/js/cardinfor.js [new file with mode: 0644]
www/js/db.js [new file with mode: 0644]
www/js/editpaypwd.js [new file with mode: 0644]
www/js/editpwd.js [new file with mode: 0644]
www/js/findpaypwd.js [new file with mode: 0644]
www/js/findpwd.js [new file with mode: 0644]
www/js/index.js [new file with mode: 0644]
www/js/lib/aui-actionsheet.js [new file with mode: 0644]
www/js/lib/aui-collapse.js [new file with mode: 0644]
www/js/lib/aui-dialog.js [new file with mode: 0644]
www/js/lib/aui-lazyload.js [new file with mode: 0644]
www/js/lib/aui-list-swipe-backup.js [new file with mode: 0644]
www/js/lib/aui-list-swipe.js [new file with mode: 0755]
www/js/lib/aui-popup-new.js [new file with mode: 0644]
www/js/lib/aui-popup.js [new file with mode: 0644]
www/js/lib/aui-pull-refresh.js [new file with mode: 0644]
www/js/lib/aui-range.js [new file with mode: 0644]
www/js/lib/aui-scroll.js [new file with mode: 0644]
www/js/lib/aui-sharebox.js [new file with mode: 0644]
www/js/lib/aui-skin.js [new file with mode: 0644]
www/js/lib/aui-slide.js [new file with mode: 0644]
www/js/lib/aui-tab.js [new file with mode: 0644]
www/js/lib/aui-toast.js [new file with mode: 0644]
www/js/lib/city-picker.js [new file with mode: 0755]
www/js/lib/city-picker.min.js [new file with mode: 0755]
www/js/lib/jquery-2.1.4.js [new file with mode: 0644]
www/js/lib/jquery-weui.js [new file with mode: 0755]
www/js/lib/jquery-weui.min.js [new file with mode: 0755]
www/js/lib/jquery.mobile-1.4.5.min.js [new file with mode: 0755]
www/js/lib/qrcode.min.js [new file with mode: 0755]
www/js/lib/swiper.js [new file with mode: 0755]
www/js/lib/swiper.min.js [new file with mode: 0755]
www/js/login.js [new file with mode: 0644]
www/js/main.js [new file with mode: 0644]
www/js/mobile.js [new file with mode: 0644]
www/js/paypwdmng.js [new file with mode: 0644]
www/js/paypwdset.js [new file with mode: 0644]
www/js/pwdset.js [new file with mode: 0644]
www/js/qrcode.js [new file with mode: 0644]
www/js/register.js [new file with mode: 0644]
www/js/scan.js [new file with mode: 0644]
www/js/security.js [new file with mode: 0644]
www/js/server.js [new file with mode: 0644]
www/js/signxy.js [new file with mode: 0644]
www/js/signxycheck.js [new file with mode: 0644]
www/js/uxy.js [new file with mode: 0644]
www/login.html [new file with mode: 0644]
www/login1.html [new file with mode: 0644]
www/main.html [new file with mode: 0644]
www/main1.html [new file with mode: 0644]
www/mobileui/css/alert.min.css [new file with mode: 0755]
www/mobileui/css/base.min.css [new file with mode: 0755]
www/mobileui/css/button.min.css [new file with mode: 0755]
www/mobileui/css/chart-bar.min.css [new file with mode: 0755]
www/mobileui/css/chartist-plugin-tooltip.min.css [new file with mode: 0755]
www/mobileui/css/chartist.min.css [new file with mode: 0755]
www/mobileui/css/chartjs.min.css [new file with mode: 0755]
www/mobileui/css/cover.min.css [new file with mode: 0755]
www/mobileui/css/fonts/ionicons.woff [new file with mode: 0644]
www/mobileui/css/fonts/roboto.woff2 [new file with mode: 0644]
www/mobileui/css/fonts/robotoblack.woff2 [new file with mode: 0644]
www/mobileui/css/fonts/robotolight.woff2 [new file with mode: 0644]
www/mobileui/css/gfont.css [new file with mode: 0644]
www/mobileui/css/grid.min.css [new file with mode: 0755]
www/mobileui/css/header.min.css [new file with mode: 0755]
www/mobileui/css/horizontal-scroll.min.css [new file with mode: 0755]
www/mobileui/css/imports.css [new file with mode: 0755]
www/mobileui/css/include.min.css [new file with mode: 0755]
www/mobileui/css/input.min.css [new file with mode: 0755]
www/mobileui/css/list.min.css [new file with mode: 0755]
www/mobileui/css/loading.min.css [new file with mode: 0755]
www/mobileui/css/menu.min.css [new file with mode: 0755]
www/mobileui/css/mobileui-colors.min.css [new file with mode: 0755]
www/mobileui/css/mobileuijs.min.css [new file with mode: 0755]
www/mobileui/css/page.min.css [new file with mode: 0755]
www/mobileui/css/popover.min.css [new file with mode: 0755]
www/mobileui/css/progress-circle.min.css [new file with mode: 0755]
www/mobileui/css/progress-circular.min.css [new file with mode: 0755]
www/mobileui/css/progress-semicircle.min.css [new file with mode: 0755]
www/mobileui/css/progressbarjs.min.css [new file with mode: 0755]
www/mobileui/css/swiper.min.css [new file with mode: 0755]
www/mobileui/css/tab.min.css [new file with mode: 0755]
www/mobileui/css/timeline.min.css [new file with mode: 0755]
www/mobileui/css/toast.min.css [new file with mode: 0755]
www/mobileui/js/alert.min.js [new file with mode: 0755]
www/mobileui/js/base.min.js [new file with mode: 0755]
www/mobileui/js/button.min.js [new file with mode: 0755]
www/mobileui/js/chart-bar.min.js [new file with mode: 0755]
www/mobileui/js/chartist-plugin-tooltip.min.js [new file with mode: 0755]
www/mobileui/js/chartist.min.js [new file with mode: 0755]
www/mobileui/js/chartjs.min.js [new file with mode: 0755]
www/mobileui/js/include.min.js [new file with mode: 0755]
www/mobileui/js/input.min.js [new file with mode: 0755]
www/mobileui/js/jquery.min.js [new file with mode: 0755]
www/mobileui/js/loading.min.js [new file with mode: 0755]
www/mobileui/js/menu.min.js [new file with mode: 0755]
www/mobileui/js/mobileui-colors.min.js [new file with mode: 0755]
www/mobileui/js/mobileuijs.min.js [new file with mode: 0755]
www/mobileui/js/momentjs.min.js [new file with mode: 0755]
www/mobileui/js/page.min.js [new file with mode: 0755]
www/mobileui/js/popover.min.js [new file with mode: 0755]
www/mobileui/js/progress-circle.min.js [new file with mode: 0755]
www/mobileui/js/progress-circular.min.js [new file with mode: 0755]
www/mobileui/js/progress-semicircle.min.js [new file with mode: 0755]
www/mobileui/js/progressbarjs.min.js [new file with mode: 0755]
www/mobileui/js/pulltorefresh.min.js [new file with mode: 0755]
www/mobileui/js/swiper.min.js [new file with mode: 0755]
www/mobileui/js/tab.min.js [new file with mode: 0755]
www/mobileui/js/toast.min.js [new file with mode: 0755]
www/mobileui/mobileui.js [new file with mode: 0644]
www/mobileui/style.css [new file with mode: 0644]
www/paypwdmng.html [new file with mode: 0644]
www/paypwdset.html [new file with mode: 0644]
www/pwdset.html [new file with mode: 0644]
www/qrcode.html [new file with mode: 0644]
www/register.html [new file with mode: 0644]
www/scan.html [new file with mode: 0644]
www/security.html [new file with mode: 0644]
www/signxy.html [new file with mode: 0644]
www/signxycheck.html [new file with mode: 0644]
www/uxy.html [new file with mode: 0644]