├── www
├── res
│ ├── .pgbomit
│ ├── icon
│ │ ├── ios
│ │ │ ├── icon.png
│ │ │ ├── icon-40.png
│ │ │ ├── icon-50.png
│ │ │ ├── icon-60.png
│ │ │ ├── icon-72.png
│ │ │ ├── icon-76.png
│ │ │ ├── icon@2x.png
│ │ │ ├── icon-40@2x.png
│ │ │ ├── icon-50@2x.png
│ │ │ ├── icon-60@2x.png
│ │ │ ├── icon-60@3x.png
│ │ │ ├── icon-72@2x.png
│ │ │ ├── icon-76@2x.png
│ │ │ ├── icon-small.png
│ │ │ ├── icon-small@2x.png
│ │ │ └── icon-small@3x.png
│ │ ├── wp8
│ │ │ ├── Background.png
│ │ │ └── ApplicationIcon.png
│ │ ├── android
│ │ │ ├── drawable-hdpi-icon.png
│ │ │ ├── drawable-ldpi-icon.png
│ │ │ ├── drawable-mdpi-icon.png
│ │ │ ├── drawable-xhdpi-icon.png
│ │ │ ├── drawable-xxhdpi-icon.png
│ │ │ └── drawable-xxxhdpi-icon.png
│ │ └── windows
│ │ │ ├── StoreLogo.scale-100.png
│ │ │ ├── StoreLogo.scale-240.png
│ │ │ ├── Square30x30Logo.scale-100.png
│ │ │ ├── Square44x44Logo.scale-100.png
│ │ │ ├── Square44x44Logo.scale-240.png
│ │ │ ├── Square70x70Logo.scale-100.png
│ │ │ ├── Square71x71Logo.scale-100.png
│ │ │ ├── Square71x71Logo.scale-240.png
│ │ │ ├── Wide310x150Logo.scale-100.png
│ │ │ ├── Wide310x150Logo.scale-240.png
│ │ │ ├── Square150x150Logo.scale-100.png
│ │ │ ├── Square150x150Logo.scale-240.png
│ │ │ └── Square310x310Logo.scale-100.png
│ └── screen
│ │ ├── ios
│ │ ├── Default-667h.png
│ │ ├── Default-736h.png
│ │ ├── Default~iphone.png
│ │ ├── Default@2x~iphone.png
│ │ ├── Default-568h@2x~iphone.png
│ │ ├── Default-Landscape-736h.png
│ │ ├── Default-Landscape~ipad.png
│ │ ├── Default-Portrait~ipad.png
│ │ ├── Default-Landscape@2x~ipad.png
│ │ └── Default-Portrait@2x~ipad.png
│ │ ├── wp8
│ │ └── screen-portrait.jpg
│ │ ├── windows
│ │ ├── SplashScreen.scale-100.png
│ │ └── SplashScreenPhone.scale-240.png
│ │ └── android
│ │ ├── drawable-land-hdpi-screen.png
│ │ ├── drawable-land-ldpi-screen.png
│ │ ├── drawable-land-mdpi-screen.png
│ │ ├── drawable-land-xhdpi-screen.png
│ │ ├── drawable-port-hdpi-screen.png
│ │ ├── drawable-port-ldpi-screen.png
│ │ ├── drawable-port-mdpi-screen.png
│ │ ├── drawable-port-xhdpi-screen.png
│ │ ├── drawable-land-xxhdpi-screen.png
│ │ ├── drawable-land-xxxhdpi-screen.png
│ │ ├── drawable-port-xxhdpi-screen.png
│ │ └── drawable-port-xxxhdpi-screen.png
├── img
│ └── logo.png
├── screenshot.png
├── credits.txt
└── cables.txt
├── platforms
└── browser
│ ├── www
│ ├── res
│ │ ├── .pgbomit
│ │ ├── icon
│ │ │ ├── ios
│ │ │ │ ├── icon.png
│ │ │ │ ├── icon-40.png
│ │ │ │ ├── icon-50.png
│ │ │ │ ├── icon-60.png
│ │ │ │ ├── icon-72.png
│ │ │ │ ├── icon-76.png
│ │ │ │ ├── icon@2x.png
│ │ │ │ ├── icon-40@2x.png
│ │ │ │ ├── icon-50@2x.png
│ │ │ │ ├── icon-60@2x.png
│ │ │ │ ├── icon-60@3x.png
│ │ │ │ ├── icon-72@2x.png
│ │ │ │ ├── icon-76@2x.png
│ │ │ │ ├── icon-small.png
│ │ │ │ ├── icon-small@2x.png
│ │ │ │ └── icon-small@3x.png
│ │ │ ├── wp8
│ │ │ │ ├── Background.png
│ │ │ │ └── ApplicationIcon.png
│ │ │ ├── android
│ │ │ │ ├── drawable-hdpi-icon.png
│ │ │ │ ├── drawable-ldpi-icon.png
│ │ │ │ ├── drawable-mdpi-icon.png
│ │ │ │ ├── drawable-xhdpi-icon.png
│ │ │ │ ├── drawable-xxhdpi-icon.png
│ │ │ │ └── drawable-xxxhdpi-icon.png
│ │ │ └── windows
│ │ │ │ ├── StoreLogo.scale-100.png
│ │ │ │ ├── StoreLogo.scale-240.png
│ │ │ │ ├── Square30x30Logo.scale-100.png
│ │ │ │ ├── Square44x44Logo.scale-100.png
│ │ │ │ ├── Square44x44Logo.scale-240.png
│ │ │ │ ├── Square70x70Logo.scale-100.png
│ │ │ │ ├── Square71x71Logo.scale-100.png
│ │ │ │ ├── Square71x71Logo.scale-240.png
│ │ │ │ ├── Wide310x150Logo.scale-100.png
│ │ │ │ ├── Wide310x150Logo.scale-240.png
│ │ │ │ ├── Square150x150Logo.scale-100.png
│ │ │ │ ├── Square150x150Logo.scale-240.png
│ │ │ │ └── Square310x310Logo.scale-100.png
│ │ └── screen
│ │ │ ├── ios
│ │ │ ├── Default-667h.png
│ │ │ ├── Default-736h.png
│ │ │ ├── Default~iphone.png
│ │ │ ├── Default@2x~iphone.png
│ │ │ ├── Default-568h@2x~iphone.png
│ │ │ ├── Default-Landscape-736h.png
│ │ │ ├── Default-Landscape~ipad.png
│ │ │ ├── Default-Portrait~ipad.png
│ │ │ ├── Default-Portrait@2x~ipad.png
│ │ │ └── Default-Landscape@2x~ipad.png
│ │ │ ├── wp8
│ │ │ └── screen-portrait.jpg
│ │ │ ├── windows
│ │ │ ├── SplashScreen.scale-100.png
│ │ │ └── SplashScreenPhone.scale-240.png
│ │ │ └── android
│ │ │ ├── drawable-land-hdpi-screen.png
│ │ │ ├── drawable-land-ldpi-screen.png
│ │ │ ├── drawable-land-mdpi-screen.png
│ │ │ ├── drawable-port-hdpi-screen.png
│ │ │ ├── drawable-port-ldpi-screen.png
│ │ │ ├── drawable-port-mdpi-screen.png
│ │ │ ├── drawable-land-xhdpi-screen.png
│ │ │ ├── drawable-land-xxhdpi-screen.png
│ │ │ ├── drawable-land-xxxhdpi-screen.png
│ │ │ ├── drawable-port-xhdpi-screen.png
│ │ │ ├── drawable-port-xxhdpi-screen.png
│ │ │ └── drawable-port-xxxhdpi-screen.png
│ ├── favicon.ico
│ ├── img
│ │ └── logo.png
│ ├── screenshot.png
│ ├── credits.txt
│ ├── manifest.json
│ ├── config.xml
│ ├── plugins
│ │ ├── cordova-plugin-file
│ │ │ └── www
│ │ │ │ ├── LocalFileSystem.js
│ │ │ │ ├── fileSystems.js
│ │ │ │ ├── FileUploadResult.js
│ │ │ │ └── browser
│ │ │ │ ├── FileSystem.js
│ │ │ │ └── isChrome.js
│ │ ├── cordova-plugin-ionic-webview
│ │ │ └── src
│ │ │ │ └── www
│ │ │ │ └── util.js
│ │ ├── cordova-plugin-vibration
│ │ │ └── src
│ │ │ │ └── browser
│ │ │ │ └── Vibration.js
│ │ ├── cordova-plugin-network-information
│ │ │ └── www
│ │ │ │ └── Connection.js
│ │ └── cordova-plugin-media-capture
│ │ │ └── www
│ │ │ └── CaptureImageOptions.js
│ └── cables.txt
│ ├── platform_www
│ ├── favicon.ico
│ ├── manifest.json
│ └── plugins
│ │ ├── cordova-plugin-file
│ │ └── www
│ │ │ ├── LocalFileSystem.js
│ │ │ ├── fileSystems.js
│ │ │ ├── FileUploadResult.js
│ │ │ └── browser
│ │ │ └── FileSystem.js
│ │ ├── cordova-plugin-ionic-webview
│ │ └── src
│ │ │ └── www
│ │ │ └── util.js
│ │ ├── cordova-plugin-vibration
│ │ └── src
│ │ │ └── browser
│ │ │ └── Vibration.js
│ │ └── cordova-plugin-network-information
│ │ └── www
│ │ └── Connection.js
│ ├── config.xml
│ └── cordova
│ ├── log
│ ├── version
│ ├── lib
│ └── check_reqs.js
│ ├── run.bat
│ ├── build.bat
│ ├── clean.bat
│ ├── version.bat
│ ├── defaults.xml
│ └── build
├── .gitignore
├── plugins
├── cordova-plugin-camera
│ ├── .ratignore
│ ├── tests
│ │ ├── ios
│ │ │ ├── .npmignore
│ │ │ ├── CDVCameraTest.xcworkspace
│ │ │ │ └── contents.xcworkspacedata
│ │ │ ├── CDVCameraTest
│ │ │ │ └── CDVCameraTest.xcodeproj
│ │ │ │ │ └── project.xcworkspace
│ │ │ │ │ └── contents.xcworkspacedata
│ │ │ ├── package.json
│ │ │ └── doc
│ │ │ │ └── zh
│ │ │ │ └── README.md
│ │ └── package.json
│ ├── doc
│ │ └── img
│ │ │ ├── ios-fail.png
│ │ │ ├── wp8-fail.png
│ │ │ ├── fireos-fail.png
│ │ │ ├── ios-success.png
│ │ │ ├── ubuntu-fail.png
│ │ │ ├── wp8-success.png
│ │ │ ├── android-fail.png
│ │ │ ├── browser-fail.png
│ │ │ ├── firefox-fail.png
│ │ │ ├── windows-fail.png
│ │ │ ├── android-success.png
│ │ │ ├── blackberry-fail.png
│ │ │ ├── browser-success.png
│ │ │ ├── firefox-success.png
│ │ │ ├── fireos-success.png
│ │ │ ├── ubuntu-success.png
│ │ │ ├── windows-success.png
│ │ │ └── blackberry-success.png
│ ├── src
│ │ ├── ubuntu
│ │ │ ├── back.png
│ │ │ ├── shoot.png
│ │ │ ├── toolbar-left.png
│ │ │ ├── toolbar-right.png
│ │ │ └── toolbar-middle.png
│ │ ├── android
│ │ │ └── xml
│ │ │ │ └── provider_paths.xml
│ │ └── ios
│ │ │ └── UIImage+CropScaleOrientation.h
│ ├── .travis.yml
│ ├── NOTICE
│ ├── .npmignore
│ ├── .jshintrc
│ ├── .github
│ │ └── PULL_REQUEST_TEMPLATE.md
│ └── www
│ │ └── CameraPopoverHandle.js
├── cordova-plugin-file
│ ├── .ratignore
│ ├── .travis.yml
│ ├── tests
│ │ ├── www
│ │ │ └── fixtures
│ │ │ │ └── asset-test
│ │ │ │ └── asset-test.txt
│ │ └── package.json
│ ├── www
│ │ ├── blackberry10
│ │ │ ├── .jshintrc
│ │ │ └── setMetadata.js
│ │ ├── LocalFileSystem.js
│ │ ├── fileSystems.js
│ │ ├── FileUploadResult.js
│ │ ├── firefoxos
│ │ │ └── FileSystem.js
│ │ ├── browser
│ │ │ ├── FileSystem.js
│ │ │ └── isChrome.js
│ │ ├── ios
│ │ │ └── FileSystem.js
│ │ ├── osx
│ │ │ └── FileSystem.js
│ │ └── ubuntu
│ │ │ └── FileSystem.js
│ ├── NOTICE
│ ├── .npmignore
│ ├── .github
│ │ └── PULL_REQUEST_TEMPLATE.md
│ ├── .jshintrc
│ └── src
│ │ ├── ios
│ │ ├── CDVAssetLibraryFilesystem.h
│ │ └── CDVLocalFilesystem.h
│ │ ├── android
│ │ ├── EncodingException.java
│ │ ├── FileExistsException.java
│ │ ├── TypeMismatchException.java
│ │ ├── InvalidModificationException.java
│ │ └── NoModificationAllowedException.java
│ │ └── osx
│ │ └── CDVLocalFilesystem.h
├── cordova-plugin-compat
│ ├── .npmignore
│ ├── .editorconfig
│ ├── .jshintrc
│ └── .github
│ │ └── PULL_REQUEST_TEMPLATE.md
├── cordova-plugin-globalization
│ ├── .eslintignore
│ ├── .ratignore
│ ├── src
│ │ ├── windows
│ │ │ ├── GlobalizationProxy.winmd
│ │ │ └── GlobalizationProxy
│ │ │ │ └── GlobalizationProxy
│ │ │ │ └── Globalization
│ │ │ │ └── SettableCultureInfo.cs
│ │ └── blackberry10
│ │ │ └── native
│ │ │ ├── public
│ │ │ ├── tokenizer.h
│ │ │ └── tokenizer.cpp
│ │ │ ├── device
│ │ │ └── libGlobalization.so
│ │ │ └── simulator
│ │ │ └── libGlobalization.so
│ ├── .eslintrc.yml
│ ├── tests
│ │ ├── package.json
│ │ └── plugin.xml
│ ├── NOTICE
│ ├── .appveyor.yml
│ └── .github
│ │ └── PULL_REQUEST_TEMPLATE.md
├── cordova-plugin-vibration
│ ├── .ratignore
│ ├── src
│ │ ├── windows
│ │ │ └── Vibration
│ │ │ │ └── .npmignore
│ │ ├── blackberry10
│ │ │ └── native
│ │ │ │ ├── public
│ │ │ │ ├── tokenizer.h
│ │ │ │ └── tokenizer.cpp
│ │ │ │ ├── device
│ │ │ │ └── libVibration.so
│ │ │ │ └── simulator
│ │ │ │ └── libVibration.so
│ │ ├── ios
│ │ │ ├── CDVVibration.m
│ │ │ └── CDVVibration.h
│ │ ├── browser
│ │ │ └── Vibration.js
│ │ ├── tizen
│ │ │ └── VibrationProxy.js
│ │ └── firefoxos
│ │ │ └── VibrationProxy.js
│ ├── .eslintrc.yml
│ ├── .npmignore
│ ├── NOTICE
│ ├── tests
│ │ └── package.json
│ ├── .jshintrc
│ ├── .appveyor.yml
│ ├── .github
│ │ └── PULL_REQUEST_TEMPLATE.md
│ └── www
│ │ └── blackberry10
│ │ └── vibrate.js
├── cordova-plugin-inappbrowser
│ ├── tests
│ │ ├── .eslintrc.yml
│ │ ├── resources
│ │ │ ├── local.pdf
│ │ │ ├── inject.css
│ │ │ └── inject.js
│ │ └── package.json
│ ├── src
│ │ ├── ubuntu
│ │ │ ├── close.png
│ │ │ └── InAppBrowser_escapeScript.js
│ │ ├── android
│ │ │ └── res
│ │ │ │ ├── drawable-hdpi
│ │ │ │ ├── ic_action_remove.png
│ │ │ │ ├── ic_action_next_item.png
│ │ │ │ └── ic_action_previous_item.png
│ │ │ │ ├── drawable-mdpi
│ │ │ │ ├── ic_action_remove.png
│ │ │ │ ├── ic_action_next_item.png
│ │ │ │ └── ic_action_previous_item.png
│ │ │ │ ├── drawable-xhdpi
│ │ │ │ ├── ic_action_remove.png
│ │ │ │ ├── ic_action_next_item.png
│ │ │ │ └── ic_action_previous_item.png
│ │ │ │ └── drawable-xxhdpi
│ │ │ │ ├── ic_action_remove.png
│ │ │ │ ├── ic_action_next_item.png
│ │ │ │ └── ic_action_previous_item.png
│ │ └── osx
│ │ │ └── CDVInAppBrowser.h
│ ├── NOTICE
│ ├── .eslintrc.yml
│ ├── .npmignore
│ ├── .appveyor.yml
│ └── .github
│ │ └── PULL_REQUEST_TEMPLATE.md
├── cordova-plugin-network-information
│ ├── .ratignore
│ ├── .eslintrc.yml
│ ├── .npmignore
│ ├── NOTICE
│ ├── tests
│ │ ├── package.json
│ │ └── plugin.xml
│ ├── .appveyor.yml
│ ├── .github
│ │ └── PULL_REQUEST_TEMPLATE.md
│ ├── www
│ │ └── Connection.js
│ └── src
│ │ └── ios
│ │ └── CDVConnection.h
├── cordova-plugin-battery-status
│ ├── src
│ │ └── windows
│ │ │ ├── BatteryStatus
│ │ │ └── BatteryStatus
│ │ │ │ └── .npmignore
│ │ │ └── BatteryStatus.winmd
│ ├── NOTICE
│ ├── .eslintrc.yml
│ ├── .npmignore
│ ├── tests
│ │ └── package.json
│ ├── .appveyor.yml
│ └── .github
│ │ └── PULL_REQUEST_TEMPLATE.md
├── cordova-plugin-geolocation
│ ├── .travis.yml
│ ├── NOTICE
│ ├── .npmignore
│ ├── tests
│ │ └── package.json
│ ├── .jshintrc
│ ├── .github
│ │ └── PULL_REQUEST_TEMPLATE.md
│ └── src
│ │ └── wp
│ │ └── GeoLocation.cs
├── cordova-plugin-media-capture
│ ├── .travis.yml
│ ├── src
│ │ ├── ubuntu
│ │ │ ├── back.png
│ │ │ ├── shoot.png
│ │ │ ├── microphone.png
│ │ │ ├── record_off.png
│ │ │ ├── record_on.png
│ │ │ ├── toolbar-left.png
│ │ │ ├── toolbar-right.png
│ │ │ └── toolbar-middle.png
│ │ └── ios
│ │ │ └── CDVCapture.bundle
│ │ │ ├── controls_bg.png
│ │ │ ├── microphone.png
│ │ │ ├── stop_button.png
│ │ │ ├── microphone@2x.png
│ │ │ ├── record_button.png
│ │ │ ├── recording_bg.png
│ │ │ ├── controls_bg@2x.png
│ │ │ ├── controls_bg~ipad.png
│ │ │ ├── microphone~ipad.png
│ │ │ ├── record_button@2x.png
│ │ │ ├── recording_bg@2x.png
│ │ │ ├── stop_button@2x.png
│ │ │ ├── stop_button~ipad.png
│ │ │ ├── microphone@2x~ipad.png
│ │ │ ├── record_button~ipad.png
│ │ │ ├── recording_bg~ipad.png
│ │ │ ├── controls_bg@2x~ipad.png
│ │ │ ├── record_button@2x~ipad.png
│ │ │ ├── recording_bg@2x~ipad.png
│ │ │ ├── stop_button@2x~ipad.png
│ │ │ ├── microphone-568h@2x~iphone.png
│ │ │ └── en.lproj
│ │ │ └── Localizable.strings
│ ├── NOTICE
│ ├── .npmignore
│ ├── tests
│ │ └── package.json
│ ├── .jshintrc
│ ├── .github
│ │ └── PULL_REQUEST_TEMPLATE.md
│ └── www
│ │ ├── CaptureImageOptions.js
│ │ └── CaptureAudioOptions.js
├── cordova-plugin-dialogs
│ ├── www
│ │ ├── firefoxos
│ │ │ ├── danger.png
│ │ │ ├── default.png
│ │ │ ├── gradient.png
│ │ │ ├── pattern.png
│ │ │ ├── recommend.png
│ │ │ └── danger-press.png
│ │ └── blackberry10
│ │ │ └── notification-beep.wav
│ ├── src
│ │ ├── wp
│ │ │ └── notification-beep.wav
│ │ └── ios
│ │ │ └── CDVNotification.bundle
│ │ │ └── beep.wav
│ ├── NOTICE
│ ├── .eslintrc.yml
│ ├── .npmignore
│ ├── tests
│ │ ├── package.json
│ │ └── plugin.xml
│ ├── .appveyor.yml
│ └── .github
│ │ └── PULL_REQUEST_TEMPLATE.md
├── cordova-plugin-device
│ ├── NOTICE
│ ├── .eslintrc.yml
│ ├── .npmignore
│ ├── tests
│ │ ├── package.json
│ │ └── plugin.xml
│ ├── .appveyor.yml
│ ├── .github
│ │ └── PULL_REQUEST_TEMPLATE.md
│ └── src
│ │ ├── osx
│ │ └── CDVDevice.h
│ │ ├── ios
│ │ └── CDVDevice.h
│ │ └── ubuntu
│ │ └── device.h
└── cordova-plugin-ionic-webview
│ └── src
│ ├── ios
│ ├── IONAssetHandler.h
│ ├── CDVWKWebViewUIDelegate.h
│ ├── CDVWKProcessPoolFactory.h
│ ├── LICENSE
│ └── CDVWKWebViewEngine.h
│ └── www
│ └── util.js
├── .cordova
└── config.json
├── phonegap-skeleton.iml
├── README.md
└── hooks
└── README.md
/www/res/.pgbomit:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/platforms/browser/www/res/.pgbomit:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | .idea
2 | .swp
3 | node_modules/
4 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-camera/.ratignore:
--------------------------------------------------------------------------------
1 | TEMPLATE.md
2 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-file/.ratignore:
--------------------------------------------------------------------------------
1 | asset-test.txt
2 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-camera/tests/ios/.npmignore:
--------------------------------------------------------------------------------
1 | node_modules
--------------------------------------------------------------------------------
/plugins/cordova-plugin-compat/.npmignore:
--------------------------------------------------------------------------------
1 | spec/
2 | tests/
3 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-globalization/.eslintignore:
--------------------------------------------------------------------------------
1 | www/browser/moment.js
2 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-vibration/.ratignore:
--------------------------------------------------------------------------------
1 | tokenizer.cpp
2 | tokenizer.h
3 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-inappbrowser/tests/.eslintrc.yml:
--------------------------------------------------------------------------------
1 | env:
2 | jasmine: true
--------------------------------------------------------------------------------
/plugins/cordova-plugin-vibration/src/windows/Vibration/.npmignore:
--------------------------------------------------------------------------------
1 | /bin/
2 | /obj/
3 | *.suo
--------------------------------------------------------------------------------
/plugins/cordova-plugin-globalization/.ratignore:
--------------------------------------------------------------------------------
1 | tokenizer.cpp
2 | tokenizer.h
3 | moment.js
4 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-network-information/.ratignore:
--------------------------------------------------------------------------------
1 | CDVReachability.m
2 | CDVReachability.h
3 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-file/.travis.yml:
--------------------------------------------------------------------------------
1 | language: node_js
2 | sudo: false
3 | node_js:
4 | - "4.2"
5 |
--------------------------------------------------------------------------------
/www/img/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/img/logo.png
--------------------------------------------------------------------------------
/www/screenshot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/screenshot.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-battery-status/src/windows/BatteryStatus/BatteryStatus/.npmignore:
--------------------------------------------------------------------------------
1 | /bin/
2 | /obj/
3 | *.suo
--------------------------------------------------------------------------------
/plugins/cordova-plugin-file/tests/www/fixtures/asset-test/asset-test.txt:
--------------------------------------------------------------------------------
1 | This file is here for testing purposes
--------------------------------------------------------------------------------
/plugins/cordova-plugin-geolocation/.travis.yml:
--------------------------------------------------------------------------------
1 | language: node_js
2 | sudo: false
3 | node_js:
4 | - "4.2"
5 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-media-capture/.travis.yml:
--------------------------------------------------------------------------------
1 | language: node_js
2 | sudo: false
3 | node_js:
4 | - "4.2"
5 |
--------------------------------------------------------------------------------
/www/res/icon/ios/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/icon/ios/icon.png
--------------------------------------------------------------------------------
/www/res/icon/ios/icon-40.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/icon/ios/icon-40.png
--------------------------------------------------------------------------------
/www/res/icon/ios/icon-50.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/icon/ios/icon-50.png
--------------------------------------------------------------------------------
/www/res/icon/ios/icon-60.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/icon/ios/icon-60.png
--------------------------------------------------------------------------------
/www/res/icon/ios/icon-72.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/icon/ios/icon-72.png
--------------------------------------------------------------------------------
/www/res/icon/ios/icon-76.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/icon/ios/icon-76.png
--------------------------------------------------------------------------------
/www/res/icon/ios/icon@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/icon/ios/icon@2x.png
--------------------------------------------------------------------------------
/platforms/browser/www/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/favicon.ico
--------------------------------------------------------------------------------
/www/res/icon/ios/icon-40@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/icon/ios/icon-40@2x.png
--------------------------------------------------------------------------------
/www/res/icon/ios/icon-50@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/icon/ios/icon-50@2x.png
--------------------------------------------------------------------------------
/www/res/icon/ios/icon-60@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/icon/ios/icon-60@2x.png
--------------------------------------------------------------------------------
/www/res/icon/ios/icon-60@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/icon/ios/icon-60@3x.png
--------------------------------------------------------------------------------
/www/res/icon/ios/icon-72@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/icon/ios/icon-72@2x.png
--------------------------------------------------------------------------------
/www/res/icon/ios/icon-76@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/icon/ios/icon-76@2x.png
--------------------------------------------------------------------------------
/www/res/icon/ios/icon-small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/icon/ios/icon-small.png
--------------------------------------------------------------------------------
/www/res/icon/wp8/Background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/icon/wp8/Background.png
--------------------------------------------------------------------------------
/platforms/browser/www/img/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/img/logo.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-file/www/blackberry10/.jshintrc:
--------------------------------------------------------------------------------
1 | {
2 | "globals": {
3 | "requestAnimationFrame": true
4 | }
5 | }
6 |
--------------------------------------------------------------------------------
/www/res/icon/ios/icon-small@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/icon/ios/icon-small@2x.png
--------------------------------------------------------------------------------
/www/res/icon/ios/icon-small@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/icon/ios/icon-small@3x.png
--------------------------------------------------------------------------------
/www/res/screen/ios/Default-667h.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/screen/ios/Default-667h.png
--------------------------------------------------------------------------------
/www/res/screen/ios/Default-736h.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/screen/ios/Default-736h.png
--------------------------------------------------------------------------------
/platforms/browser/www/screenshot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/screenshot.png
--------------------------------------------------------------------------------
/www/res/icon/wp8/ApplicationIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/icon/wp8/ApplicationIcon.png
--------------------------------------------------------------------------------
/www/res/screen/ios/Default~iphone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/screen/ios/Default~iphone.png
--------------------------------------------------------------------------------
/www/res/screen/wp8/screen-portrait.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/screen/wp8/screen-portrait.jpg
--------------------------------------------------------------------------------
/www/res/screen/ios/Default@2x~iphone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/screen/ios/Default@2x~iphone.png
--------------------------------------------------------------------------------
/platforms/browser/platform_www/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/platform_www/favicon.ico
--------------------------------------------------------------------------------
/platforms/browser/www/res/icon/ios/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/icon/ios/icon.png
--------------------------------------------------------------------------------
/www/res/icon/android/drawable-hdpi-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/icon/android/drawable-hdpi-icon.png
--------------------------------------------------------------------------------
/www/res/icon/android/drawable-ldpi-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/icon/android/drawable-ldpi-icon.png
--------------------------------------------------------------------------------
/www/res/icon/android/drawable-mdpi-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/icon/android/drawable-mdpi-icon.png
--------------------------------------------------------------------------------
/www/res/icon/android/drawable-xhdpi-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/icon/android/drawable-xhdpi-icon.png
--------------------------------------------------------------------------------
/www/res/icon/android/drawable-xxhdpi-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/icon/android/drawable-xxhdpi-icon.png
--------------------------------------------------------------------------------
/www/res/icon/windows/StoreLogo.scale-100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/icon/windows/StoreLogo.scale-100.png
--------------------------------------------------------------------------------
/www/res/icon/windows/StoreLogo.scale-240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/icon/windows/StoreLogo.scale-240.png
--------------------------------------------------------------------------------
/www/res/screen/ios/Default-568h@2x~iphone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/screen/ios/Default-568h@2x~iphone.png
--------------------------------------------------------------------------------
/www/res/screen/ios/Default-Landscape-736h.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/screen/ios/Default-Landscape-736h.png
--------------------------------------------------------------------------------
/www/res/screen/ios/Default-Landscape~ipad.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/screen/ios/Default-Landscape~ipad.png
--------------------------------------------------------------------------------
/www/res/screen/ios/Default-Portrait~ipad.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/screen/ios/Default-Portrait~ipad.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/icon/ios/icon-40.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/icon/ios/icon-40.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/icon/ios/icon-50.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/icon/ios/icon-50.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/icon/ios/icon-60.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/icon/ios/icon-60.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/icon/ios/icon-72.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/icon/ios/icon-72.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/icon/ios/icon-76.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/icon/ios/icon-76.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/icon/ios/icon@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/icon/ios/icon@2x.png
--------------------------------------------------------------------------------
/www/res/icon/android/drawable-xxxhdpi-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/icon/android/drawable-xxxhdpi-icon.png
--------------------------------------------------------------------------------
/www/res/screen/ios/Default-Landscape@2x~ipad.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/screen/ios/Default-Landscape@2x~ipad.png
--------------------------------------------------------------------------------
/www/res/screen/ios/Default-Portrait@2x~ipad.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/screen/ios/Default-Portrait@2x~ipad.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/icon/ios/icon-40@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/icon/ios/icon-40@2x.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/icon/ios/icon-50@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/icon/ios/icon-50@2x.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/icon/ios/icon-60@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/icon/ios/icon-60@2x.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/icon/ios/icon-60@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/icon/ios/icon-60@3x.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/icon/ios/icon-72@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/icon/ios/icon-72@2x.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/icon/ios/icon-76@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/icon/ios/icon-76@2x.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/icon/ios/icon-small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/icon/ios/icon-small.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/icon/wp8/Background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/icon/wp8/Background.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-camera/doc/img/ios-fail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-camera/doc/img/ios-fail.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-camera/doc/img/wp8-fail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-camera/doc/img/wp8-fail.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-camera/src/ubuntu/back.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-camera/src/ubuntu/back.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-camera/src/ubuntu/shoot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-camera/src/ubuntu/shoot.png
--------------------------------------------------------------------------------
/www/res/icon/windows/Square30x30Logo.scale-100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/icon/windows/Square30x30Logo.scale-100.png
--------------------------------------------------------------------------------
/www/res/icon/windows/Square44x44Logo.scale-100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/icon/windows/Square44x44Logo.scale-100.png
--------------------------------------------------------------------------------
/www/res/icon/windows/Square44x44Logo.scale-240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/icon/windows/Square44x44Logo.scale-240.png
--------------------------------------------------------------------------------
/www/res/icon/windows/Square70x70Logo.scale-100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/icon/windows/Square70x70Logo.scale-100.png
--------------------------------------------------------------------------------
/www/res/icon/windows/Square71x71Logo.scale-100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/icon/windows/Square71x71Logo.scale-100.png
--------------------------------------------------------------------------------
/www/res/icon/windows/Square71x71Logo.scale-240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/icon/windows/Square71x71Logo.scale-240.png
--------------------------------------------------------------------------------
/www/res/icon/windows/Wide310x150Logo.scale-100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/icon/windows/Wide310x150Logo.scale-100.png
--------------------------------------------------------------------------------
/www/res/icon/windows/Wide310x150Logo.scale-240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/icon/windows/Wide310x150Logo.scale-240.png
--------------------------------------------------------------------------------
/www/res/screen/windows/SplashScreen.scale-100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/screen/windows/SplashScreen.scale-100.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/icon/ios/icon-small@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/icon/ios/icon-small@2x.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/icon/ios/icon-small@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/icon/ios/icon-small@3x.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/screen/ios/Default-667h.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/screen/ios/Default-667h.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/screen/ios/Default-736h.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/screen/ios/Default-736h.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-camera/doc/img/fireos-fail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-camera/doc/img/fireos-fail.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-camera/doc/img/ios-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-camera/doc/img/ios-success.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-camera/doc/img/ubuntu-fail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-camera/doc/img/ubuntu-fail.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-camera/doc/img/wp8-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-camera/doc/img/wp8-success.png
--------------------------------------------------------------------------------
/www/res/icon/windows/Square150x150Logo.scale-100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/icon/windows/Square150x150Logo.scale-100.png
--------------------------------------------------------------------------------
/www/res/icon/windows/Square150x150Logo.scale-240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/icon/windows/Square150x150Logo.scale-240.png
--------------------------------------------------------------------------------
/www/res/icon/windows/Square310x310Logo.scale-100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/icon/windows/Square310x310Logo.scale-100.png
--------------------------------------------------------------------------------
/www/res/screen/android/drawable-land-hdpi-screen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/screen/android/drawable-land-hdpi-screen.png
--------------------------------------------------------------------------------
/www/res/screen/android/drawable-land-ldpi-screen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/screen/android/drawable-land-ldpi-screen.png
--------------------------------------------------------------------------------
/www/res/screen/android/drawable-land-mdpi-screen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/screen/android/drawable-land-mdpi-screen.png
--------------------------------------------------------------------------------
/www/res/screen/android/drawable-land-xhdpi-screen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/screen/android/drawable-land-xhdpi-screen.png
--------------------------------------------------------------------------------
/www/res/screen/android/drawable-port-hdpi-screen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/screen/android/drawable-port-hdpi-screen.png
--------------------------------------------------------------------------------
/www/res/screen/android/drawable-port-ldpi-screen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/screen/android/drawable-port-ldpi-screen.png
--------------------------------------------------------------------------------
/www/res/screen/android/drawable-port-mdpi-screen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/screen/android/drawable-port-mdpi-screen.png
--------------------------------------------------------------------------------
/www/res/screen/android/drawable-port-xhdpi-screen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/screen/android/drawable-port-xhdpi-screen.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/icon/wp8/ApplicationIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/icon/wp8/ApplicationIcon.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/screen/ios/Default~iphone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/screen/ios/Default~iphone.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-camera/doc/img/android-fail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-camera/doc/img/android-fail.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-camera/doc/img/browser-fail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-camera/doc/img/browser-fail.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-camera/doc/img/firefox-fail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-camera/doc/img/firefox-fail.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-camera/doc/img/windows-fail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-camera/doc/img/windows-fail.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-dialogs/www/firefoxos/danger.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-dialogs/www/firefoxos/danger.png
--------------------------------------------------------------------------------
/www/res/screen/android/drawable-land-xxhdpi-screen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/screen/android/drawable-land-xxhdpi-screen.png
--------------------------------------------------------------------------------
/www/res/screen/android/drawable-land-xxxhdpi-screen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/screen/android/drawable-land-xxxhdpi-screen.png
--------------------------------------------------------------------------------
/www/res/screen/android/drawable-port-xxhdpi-screen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/screen/android/drawable-port-xxhdpi-screen.png
--------------------------------------------------------------------------------
/www/res/screen/android/drawable-port-xxxhdpi-screen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/screen/android/drawable-port-xxxhdpi-screen.png
--------------------------------------------------------------------------------
/www/res/screen/windows/SplashScreenPhone.scale-240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/www/res/screen/windows/SplashScreenPhone.scale-240.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/screen/ios/Default@2x~iphone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/screen/ios/Default@2x~iphone.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/screen/wp8/screen-portrait.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/screen/wp8/screen-portrait.jpg
--------------------------------------------------------------------------------
/plugins/cordova-plugin-camera/doc/img/android-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-camera/doc/img/android-success.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-camera/doc/img/blackberry-fail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-camera/doc/img/blackberry-fail.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-camera/doc/img/browser-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-camera/doc/img/browser-success.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-camera/doc/img/firefox-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-camera/doc/img/firefox-success.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-camera/doc/img/fireos-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-camera/doc/img/fireos-success.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-camera/doc/img/ubuntu-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-camera/doc/img/ubuntu-success.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-camera/doc/img/windows-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-camera/doc/img/windows-success.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-camera/src/ubuntu/toolbar-left.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-camera/src/ubuntu/toolbar-left.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-camera/src/ubuntu/toolbar-right.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-camera/src/ubuntu/toolbar-right.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-dialogs/www/firefoxos/default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-dialogs/www/firefoxos/default.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-dialogs/www/firefoxos/gradient.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-dialogs/www/firefoxos/gradient.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-dialogs/www/firefoxos/pattern.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-dialogs/www/firefoxos/pattern.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-dialogs/www/firefoxos/recommend.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-dialogs/www/firefoxos/recommend.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-inappbrowser/src/ubuntu/close.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-inappbrowser/src/ubuntu/close.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-media-capture/src/ubuntu/back.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-media-capture/src/ubuntu/back.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-media-capture/src/ubuntu/shoot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-media-capture/src/ubuntu/shoot.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-camera/doc/img/blackberry-success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-camera/doc/img/blackberry-success.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-camera/src/ubuntu/toolbar-middle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-camera/src/ubuntu/toolbar-middle.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-dialogs/src/wp/notification-beep.wav:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-dialogs/src/wp/notification-beep.wav
--------------------------------------------------------------------------------
/platforms/browser/www/res/icon/android/drawable-hdpi-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/icon/android/drawable-hdpi-icon.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/icon/android/drawable-ldpi-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/icon/android/drawable-ldpi-icon.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/icon/android/drawable-mdpi-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/icon/android/drawable-mdpi-icon.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/icon/android/drawable-xhdpi-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/icon/android/drawable-xhdpi-icon.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/icon/android/drawable-xxhdpi-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/icon/android/drawable-xxhdpi-icon.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/icon/windows/StoreLogo.scale-100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/icon/windows/StoreLogo.scale-100.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/icon/windows/StoreLogo.scale-240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/icon/windows/StoreLogo.scale-240.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/screen/ios/Default-568h@2x~iphone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/screen/ios/Default-568h@2x~iphone.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/screen/ios/Default-Landscape-736h.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/screen/ios/Default-Landscape-736h.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/screen/ios/Default-Landscape~ipad.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/screen/ios/Default-Landscape~ipad.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/screen/ios/Default-Portrait~ipad.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/screen/ios/Default-Portrait~ipad.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-dialogs/www/firefoxos/danger-press.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-dialogs/www/firefoxos/danger-press.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-inappbrowser/tests/resources/local.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-inappbrowser/tests/resources/local.pdf
--------------------------------------------------------------------------------
/plugins/cordova-plugin-media-capture/src/ubuntu/microphone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-media-capture/src/ubuntu/microphone.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-media-capture/src/ubuntu/record_off.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-media-capture/src/ubuntu/record_off.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-media-capture/src/ubuntu/record_on.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-media-capture/src/ubuntu/record_on.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/icon/android/drawable-xxxhdpi-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/icon/android/drawable-xxxhdpi-icon.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/screen/ios/Default-Portrait@2x~ipad.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/screen/ios/Default-Portrait@2x~ipad.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-media-capture/src/ubuntu/toolbar-left.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-media-capture/src/ubuntu/toolbar-left.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-media-capture/src/ubuntu/toolbar-right.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-media-capture/src/ubuntu/toolbar-right.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/icon/windows/Square30x30Logo.scale-100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/icon/windows/Square30x30Logo.scale-100.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/icon/windows/Square44x44Logo.scale-100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/icon/windows/Square44x44Logo.scale-100.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/icon/windows/Square44x44Logo.scale-240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/icon/windows/Square44x44Logo.scale-240.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/icon/windows/Square70x70Logo.scale-100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/icon/windows/Square70x70Logo.scale-100.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/icon/windows/Square71x71Logo.scale-100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/icon/windows/Square71x71Logo.scale-100.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/icon/windows/Square71x71Logo.scale-240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/icon/windows/Square71x71Logo.scale-240.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/icon/windows/Wide310x150Logo.scale-100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/icon/windows/Wide310x150Logo.scale-100.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/icon/windows/Wide310x150Logo.scale-240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/icon/windows/Wide310x150Logo.scale-240.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/screen/ios/Default-Landscape@2x~ipad.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/screen/ios/Default-Landscape@2x~ipad.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/screen/windows/SplashScreen.scale-100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/screen/windows/SplashScreen.scale-100.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-media-capture/src/ubuntu/toolbar-middle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-media-capture/src/ubuntu/toolbar-middle.png
--------------------------------------------------------------------------------
/.cordova/config.json:
--------------------------------------------------------------------------------
1 | {"lib":{"www":{"id":"phonegap","version":"3.0.0","uri":"https://github.com/phonegap/phonegap-app-hello-world/archive/3.0.0.tar.gz"}},"id":"xu.li.skeleton.phonegap","name":"PhoneGAPSkeleton"}
--------------------------------------------------------------------------------
/platforms/browser/www/res/icon/windows/Square150x150Logo.scale-100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/icon/windows/Square150x150Logo.scale-100.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/icon/windows/Square150x150Logo.scale-240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/icon/windows/Square150x150Logo.scale-240.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/icon/windows/Square310x310Logo.scale-100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/icon/windows/Square310x310Logo.scale-100.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/screen/android/drawable-land-hdpi-screen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/screen/android/drawable-land-hdpi-screen.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/screen/android/drawable-land-ldpi-screen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/screen/android/drawable-land-ldpi-screen.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/screen/android/drawable-land-mdpi-screen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/screen/android/drawable-land-mdpi-screen.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/screen/android/drawable-port-hdpi-screen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/screen/android/drawable-port-hdpi-screen.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/screen/android/drawable-port-ldpi-screen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/screen/android/drawable-port-ldpi-screen.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/screen/android/drawable-port-mdpi-screen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/screen/android/drawable-port-mdpi-screen.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-battery-status/src/windows/BatteryStatus.winmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-battery-status/src/windows/BatteryStatus.winmd
--------------------------------------------------------------------------------
/plugins/cordova-plugin-dialogs/src/ios/CDVNotification.bundle/beep.wav:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-dialogs/src/ios/CDVNotification.bundle/beep.wav
--------------------------------------------------------------------------------
/plugins/cordova-plugin-dialogs/www/blackberry10/notification-beep.wav:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-dialogs/www/blackberry10/notification-beep.wav
--------------------------------------------------------------------------------
/platforms/browser/www/res/screen/android/drawable-land-xhdpi-screen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/screen/android/drawable-land-xhdpi-screen.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/screen/android/drawable-land-xxhdpi-screen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/screen/android/drawable-land-xxhdpi-screen.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/screen/android/drawable-land-xxxhdpi-screen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/screen/android/drawable-land-xxxhdpi-screen.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/screen/android/drawable-port-xhdpi-screen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/screen/android/drawable-port-xhdpi-screen.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/screen/android/drawable-port-xxhdpi-screen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/screen/android/drawable-port-xxhdpi-screen.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/screen/android/drawable-port-xxxhdpi-screen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/screen/android/drawable-port-xxxhdpi-screen.png
--------------------------------------------------------------------------------
/platforms/browser/www/res/screen/windows/SplashScreenPhone.scale-240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/platforms/browser/www/res/screen/windows/SplashScreenPhone.scale-240.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-file/NOTICE:
--------------------------------------------------------------------------------
1 | Apache Cordova
2 | Copyright 2012 The Apache Software Foundation
3 |
4 | This product includes software developed at
5 | The Apache Software Foundation (http://www.apache.org/).
6 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-globalization/src/windows/GlobalizationProxy.winmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-globalization/src/windows/GlobalizationProxy.winmd
--------------------------------------------------------------------------------
/plugins/cordova-plugin-camera/.travis.yml:
--------------------------------------------------------------------------------
1 | language: objective-c
2 | sudo: false
3 | node_js:
4 | - "4.2"
5 | env:
6 | - TEST_DIR=.
7 | - TEST_DIR=./tests/ios
8 | script: cd $TEST_DIR && npm install && npm test
9 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-camera/NOTICE:
--------------------------------------------------------------------------------
1 | Apache Cordova
2 | Copyright 2012 The Apache Software Foundation
3 |
4 | This product includes software developed at
5 | The Apache Software Foundation (http://www.apache.org/).
6 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-device/NOTICE:
--------------------------------------------------------------------------------
1 | Apache Cordova
2 | Copyright 2012 The Apache Software Foundation
3 |
4 | This product includes software developed at
5 | The Apache Software Foundation (http://www.apache.org/).
6 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-dialogs/NOTICE:
--------------------------------------------------------------------------------
1 | Apache Cordova
2 | Copyright 2012 The Apache Software Foundation
3 |
4 | This product includes software developed at
5 | The Apache Software Foundation (http://www.apache.org/).
6 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-vibration/src/blackberry10/native/public/tokenizer.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-vibration/src/blackberry10/native/public/tokenizer.h
--------------------------------------------------------------------------------
/plugins/cordova-plugin-battery-status/NOTICE:
--------------------------------------------------------------------------------
1 | Apache Cordova
2 | Copyright 2012 The Apache Software Foundation
3 |
4 | This product includes software developed at
5 | The Apache Software Foundation (http://www.apache.org/).
6 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-geolocation/NOTICE:
--------------------------------------------------------------------------------
1 | Apache Cordova
2 | Copyright 2012 The Apache Software Foundation
3 |
4 | This product includes software developed at
5 | The Apache Software Foundation (http://www.apache.org/).
6 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-inappbrowser/NOTICE:
--------------------------------------------------------------------------------
1 | Apache Cordova
2 | Copyright 2012 The Apache Software Foundation
3 |
4 | This product includes software developed at
5 | The Apache Software Foundation (http://www.apache.org/).
6 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-media-capture/NOTICE:
--------------------------------------------------------------------------------
1 | Apache Cordova
2 | Copyright 2012 The Apache Software Foundation
3 |
4 | This product includes software developed at
5 | The Apache Software Foundation (http://www.apache.org/).
6 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/controls_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/controls_bg.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/microphone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/microphone.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/stop_button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/stop_button.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-vibration/src/blackberry10/native/public/tokenizer.cpp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-vibration/src/blackberry10/native/public/tokenizer.cpp
--------------------------------------------------------------------------------
/plugins/cordova-plugin-globalization/src/blackberry10/native/public/tokenizer.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-globalization/src/blackberry10/native/public/tokenizer.h
--------------------------------------------------------------------------------
/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/microphone@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/microphone@2x.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/record_button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/record_button.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/recording_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/recording_bg.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-vibration/src/blackberry10/native/device/libVibration.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-vibration/src/blackberry10/native/device/libVibration.so
--------------------------------------------------------------------------------
/plugins/cordova-plugin-globalization/src/blackberry10/native/public/tokenizer.cpp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-globalization/src/blackberry10/native/public/tokenizer.cpp
--------------------------------------------------------------------------------
/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/controls_bg@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/controls_bg@2x.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/controls_bg~ipad.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/controls_bg~ipad.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/microphone~ipad.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/microphone~ipad.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/record_button@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/record_button@2x.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/recording_bg@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/recording_bg@2x.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/stop_button@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/stop_button@2x.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/stop_button~ipad.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/stop_button~ipad.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-vibration/src/blackberry10/native/simulator/libVibration.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-vibration/src/blackberry10/native/simulator/libVibration.so
--------------------------------------------------------------------------------
/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/microphone@2x~ipad.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/microphone@2x~ipad.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/record_button~ipad.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/record_button~ipad.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/recording_bg~ipad.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/recording_bg~ipad.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-device/.eslintrc.yml:
--------------------------------------------------------------------------------
1 | root: true
2 | extends: semistandard
3 | rules:
4 | indent:
5 | - error
6 | - 4
7 | camelcase: off
8 | padded-blocks: off
9 | operator-linebreak: off
10 | no-throw-literal: off
--------------------------------------------------------------------------------
/plugins/cordova-plugin-dialogs/.eslintrc.yml:
--------------------------------------------------------------------------------
1 | root: true
2 | extends: semistandard
3 | rules:
4 | indent:
5 | - error
6 | - 4
7 | camelcase: off
8 | padded-blocks: off
9 | operator-linebreak: off
10 | no-throw-literal: off
--------------------------------------------------------------------------------
/plugins/cordova-plugin-globalization/src/blackberry10/native/device/libGlobalization.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-globalization/src/blackberry10/native/device/libGlobalization.so
--------------------------------------------------------------------------------
/plugins/cordova-plugin-inappbrowser/src/android/res/drawable-hdpi/ic_action_remove.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-inappbrowser/src/android/res/drawable-hdpi/ic_action_remove.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-inappbrowser/src/android/res/drawable-mdpi/ic_action_remove.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-inappbrowser/src/android/res/drawable-mdpi/ic_action_remove.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-inappbrowser/src/android/res/drawable-xhdpi/ic_action_remove.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-inappbrowser/src/android/res/drawable-xhdpi/ic_action_remove.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-inappbrowser/src/android/res/drawable-xxhdpi/ic_action_remove.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-inappbrowser/src/android/res/drawable-xxhdpi/ic_action_remove.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/controls_bg@2x~ipad.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/controls_bg@2x~ipad.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/record_button@2x~ipad.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/record_button@2x~ipad.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/recording_bg@2x~ipad.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/recording_bg@2x~ipad.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/stop_button@2x~ipad.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/stop_button@2x~ipad.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-globalization/.eslintrc.yml:
--------------------------------------------------------------------------------
1 | root: true
2 | extends: semistandard
3 | rules:
4 | indent:
5 | - error
6 | - 4
7 | camelcase: off
8 | padded-blocks: off
9 | operator-linebreak: off
10 | no-throw-literal: off
--------------------------------------------------------------------------------
/plugins/cordova-plugin-globalization/src/blackberry10/native/simulator/libGlobalization.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-globalization/src/blackberry10/native/simulator/libGlobalization.so
--------------------------------------------------------------------------------
/plugins/cordova-plugin-inappbrowser/.eslintrc.yml:
--------------------------------------------------------------------------------
1 | root: true
2 | extends: semistandard
3 | rules:
4 | indent:
5 | - error
6 | - 4
7 | camelcase: off
8 | padded-blocks: off
9 | operator-linebreak: off
10 | no-throw-literal: off
--------------------------------------------------------------------------------
/plugins/cordova-plugin-inappbrowser/src/android/res/drawable-hdpi/ic_action_next_item.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-inappbrowser/src/android/res/drawable-hdpi/ic_action_next_item.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-inappbrowser/src/android/res/drawable-mdpi/ic_action_next_item.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-inappbrowser/src/android/res/drawable-mdpi/ic_action_next_item.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-inappbrowser/src/android/res/drawable-xhdpi/ic_action_next_item.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-inappbrowser/src/android/res/drawable-xhdpi/ic_action_next_item.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-vibration/.eslintrc.yml:
--------------------------------------------------------------------------------
1 | root: true
2 | extends: semistandard
3 | rules:
4 | indent:
5 | - error
6 | - 4
7 | camelcase: off
8 | padded-blocks: off
9 | operator-linebreak: off
10 | no-throw-literal: off
--------------------------------------------------------------------------------
/plugins/cordova-plugin-battery-status/.eslintrc.yml:
--------------------------------------------------------------------------------
1 | root: true
2 | extends: semistandard
3 | rules:
4 | indent:
5 | - error
6 | - 4
7 | camelcase: off
8 | padded-blocks: off
9 | operator-linebreak: off
10 | no-throw-literal: off
--------------------------------------------------------------------------------
/plugins/cordova-plugin-inappbrowser/src/android/res/drawable-hdpi/ic_action_previous_item.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-inappbrowser/src/android/res/drawable-hdpi/ic_action_previous_item.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-inappbrowser/src/android/res/drawable-mdpi/ic_action_previous_item.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-inappbrowser/src/android/res/drawable-mdpi/ic_action_previous_item.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-inappbrowser/src/android/res/drawable-xxhdpi/ic_action_next_item.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-inappbrowser/src/android/res/drawable-xxhdpi/ic_action_next_item.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/microphone-568h@2x~iphone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/microphone-568h@2x~iphone.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-inappbrowser/src/android/res/drawable-xhdpi/ic_action_previous_item.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-inappbrowser/src/android/res/drawable-xhdpi/ic_action_previous_item.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-inappbrowser/src/android/res/drawable-xxhdpi/ic_action_previous_item.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cables-gl/cables-phonegap-skeleton/master/plugins/cordova-plugin-inappbrowser/src/android/res/drawable-xxhdpi/ic_action_previous_item.png
--------------------------------------------------------------------------------
/plugins/cordova-plugin-network-information/.eslintrc.yml:
--------------------------------------------------------------------------------
1 | root: true
2 | extends: semistandard
3 | rules:
4 | indent:
5 | - error
6 | - 4
7 | camelcase: off
8 | padded-blocks: off
9 | operator-linebreak: off
10 | no-throw-literal: off
--------------------------------------------------------------------------------
/plugins/cordova-plugin-camera/.npmignore:
--------------------------------------------------------------------------------
1 | #If ignorance is bliss, then somebody knock the smile off my face
2 |
3 | *.csproj.user
4 | *.suo
5 | *.cache
6 | Thumbs.db
7 | *.DS_Store
8 |
9 | *.bak
10 | *.cache
11 | *.log
12 | *.swp
13 | *.user
14 |
15 | /node_modules/**
16 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-file/.npmignore:
--------------------------------------------------------------------------------
1 | #If ignorance is bliss, then somebody knock the smile off my face
2 |
3 | *.csproj.user
4 | *.suo
5 | *.cache
6 | Thumbs.db
7 | *.DS_Store
8 |
9 | *.bak
10 | *.cache
11 | *.log
12 | *.swp
13 | *.user
14 |
15 | /.project
16 | node_modules
17 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-camera/tests/ios/CDVCameraTest.xcworkspace/contents.xcworkspacedata:
--------------------------------------------------------------------------------
1 |
2 |
4 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-camera/tests/ios/CDVCameraTest/CDVCameraTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata:
--------------------------------------------------------------------------------
1 |
2 |
4 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-device/.npmignore:
--------------------------------------------------------------------------------
1 | #If ignorance is bliss, then somebody knock the smile off my face
2 |
3 | *.csproj.user
4 | *.suo
5 | *.cache
6 | Thumbs.db
7 | *.DS_Store
8 |
9 | *.bak
10 | *.cache
11 | *.log
12 | *.swp
13 | *.user
14 |
15 | node_modules
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-dialogs/.npmignore:
--------------------------------------------------------------------------------
1 | #If ignorance is bliss, then somebody knock the smile off my face
2 |
3 | *.csproj.user
4 | *.suo
5 | *.cache
6 | Thumbs.db
7 | *.DS_Store
8 |
9 | *.bak
10 | *.cache
11 | *.log
12 | *.swp
13 | *.user
14 |
15 | node_modules
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-geolocation/.npmignore:
--------------------------------------------------------------------------------
1 | #If ignorance is bliss, then somebody knock the smile off my face
2 |
3 | *.csproj.user
4 | *.suo
5 | *.cache
6 | Thumbs.db
7 | *.DS_Store
8 |
9 | *.bak
10 | *.cache
11 | *.log
12 | *.swp
13 | *.user
14 |
15 | node_modules
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-vibration/.npmignore:
--------------------------------------------------------------------------------
1 | #If ignorance is bliss, then somebody knock the smile off my face
2 |
3 | *.csproj.user
4 | *.suo
5 | *.cache
6 | Thumbs.db
7 | *.DS_Store
8 |
9 | *.bak
10 | *.cache
11 | *.log
12 | *.swp
13 | *.user
14 |
15 | node_modules
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-battery-status/.npmignore:
--------------------------------------------------------------------------------
1 | #If ignorance is bliss, then somebody knock the smile off my face
2 |
3 | *.csproj.user
4 | *.suo
5 | *.cache
6 | Thumbs.db
7 | *.DS_Store
8 |
9 | *.bak
10 | *.cache
11 | *.log
12 | *.swp
13 | *.user
14 |
15 | node_modules
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-media-capture/.npmignore:
--------------------------------------------------------------------------------
1 | #If ignorance is bliss, then somebody knock the smile off my face
2 |
3 | *.csproj.user
4 | *.suo
5 | *.cache
6 | Thumbs.db
7 | *.DS_Store
8 |
9 | *.bak
10 | *.cache
11 | *.log
12 | *.swp
13 | *.user
14 |
15 | node_modules
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-inappbrowser/.npmignore:
--------------------------------------------------------------------------------
1 | #If ignorance is bliss, then somebody knock the smile off my face
2 |
3 | *.csproj.user
4 | *.suo
5 | *.cache
6 | Thumbs.db
7 | *.DS_Store
8 |
9 | *.bak
10 | *.cache
11 | *.log
12 | *.swp
13 | *.user
14 |
15 | node_modules
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-network-information/.npmignore:
--------------------------------------------------------------------------------
1 | #If ignorance is bliss, then somebody knock the smile off my face
2 |
3 | *.csproj.user
4 | *.suo
5 | *.cache
6 | Thumbs.db
7 | *.DS_Store
8 |
9 | *.bak
10 | *.cache
11 | *.log
12 | *.swp
13 | *.user
14 |
15 | node_modules
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/phonegap-skeleton.iml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-vibration/NOTICE:
--------------------------------------------------------------------------------
1 | Apache Cordova
2 | Copyright 2012 The Apache Software Foundation
3 |
4 | This product includes software developed at
5 | The Apache Software Foundation (http://www.apache.org/).
6 |
7 | This product includes software developed by Joerg Wiedenmann under the zlib license (http://www.gzip.org/zlib/zlib_license.html)
8 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-camera/tests/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "cordova-plugin-camera-tests",
3 | "version": "2.4.1-dev",
4 | "description": "",
5 | "cordova": {
6 | "id": "cordova-plugin-camera-tests",
7 | "platforms": []
8 | },
9 | "keywords": [
10 | "ecosystem:cordova"
11 | ],
12 | "author": "",
13 | "license": "Apache 2.0"
14 | }
15 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-device/tests/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "cordova-plugin-device-tests",
3 | "version": "1.1.6-dev",
4 | "description": "",
5 | "cordova": {
6 | "id": "cordova-plugin-device-tests",
7 | "platforms": []
8 | },
9 | "keywords": [
10 | "ecosystem:cordova"
11 | ],
12 | "author": "",
13 | "license": "Apache 2.0"
14 | }
15 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-dialogs/tests/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "cordova-plugin-dialogs-tests",
3 | "version": "1.3.3-dev",
4 | "description": "",
5 | "cordova": {
6 | "id": "cordova-plugin-dialogs-tests",
7 | "platforms": []
8 | },
9 | "keywords": [
10 | "ecosystem:cordova"
11 | ],
12 | "author": "",
13 | "license": "Apache 2.0"
14 | }
15 |
--------------------------------------------------------------------------------
/www/credits.txt:
--------------------------------------------------------------------------------
1 | - ops by cables user pandur (https://cables.gl/user/pandur)
2 | - cables by undefined development (http://undev.studio)
3 | - glmatrix by toji (https://github.com/toji/gl-matrix)
4 | - ops by cables user andro (https://cables.gl/user/andro)
5 | - Photoshop math GLSL shaders by Romain Dura (https://mouaif.wordpress.com/2009/01/05/photoshop-math-with-glsl-shaders/)
--------------------------------------------------------------------------------
/plugins/cordova-plugin-compat/.editorconfig:
--------------------------------------------------------------------------------
1 | # This file is for unifying the coding style of different editors and IDEs.
2 | # editorconfig.org
3 |
4 | root = true
5 |
6 | [*]
7 | charset = utf-8
8 | end_of_line = lf
9 | indent_size = 4
10 | indent_style = space
11 | insert_final_newline = true
12 | trim_trailing_whitespace = true
13 |
14 | [*.json]
15 | indent_size = 2
16 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-vibration/tests/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "cordova-plugin-vibration-tests",
3 | "version": "2.1.5-dev",
4 | "description": "",
5 | "cordova": {
6 | "id": "cordova-plugin-vibration-tests",
7 | "platforms": []
8 | },
9 | "keywords": [
10 | "ecosystem:cordova"
11 | ],
12 | "author": "",
13 | "license": "Apache 2.0"
14 | }
15 |
--------------------------------------------------------------------------------
/platforms/browser/www/credits.txt:
--------------------------------------------------------------------------------
1 | - ops by cables user pandur (https://cables.gl/user/pandur)
2 | - cables by undefined development (http://undev.studio)
3 | - glmatrix by toji (https://github.com/toji/gl-matrix)
4 | - ops by cables user andro (https://cables.gl/user/andro)
5 | - Photoshop math GLSL shaders by Romain Dura (https://mouaif.wordpress.com/2009/01/05/photoshop-math-with-glsl-shaders/)
--------------------------------------------------------------------------------
/plugins/cordova-plugin-geolocation/tests/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "cordova-plugin-geolocation-tests",
3 | "version": "2.4.3-dev",
4 | "description": "",
5 | "cordova": {
6 | "id": "cordova-plugin-geolocation-tests",
7 | "platforms": []
8 | },
9 | "keywords": [
10 | "ecosystem:cordova"
11 | ],
12 | "author": "",
13 | "license": "Apache 2.0"
14 | }
15 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-inappbrowser/tests/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "cordova-plugin-inappbrowser-tests",
3 | "version": "1.7.1-dev",
4 | "description": "",
5 | "cordova": {
6 | "id": "cordova-plugin-inappbrowser-tests",
7 | "platforms": []
8 | },
9 | "keywords": [
10 | "ecosystem:cordova"
11 | ],
12 | "author": "",
13 | "license": "Apache 2.0"
14 | }
15 |
--------------------------------------------------------------------------------
/platforms/browser/www/manifest.json:
--------------------------------------------------------------------------------
1 | {
2 | "background_color": "#FFF",
3 | "display": "standalone",
4 | "name": "helloworld",
5 | "short_name": "helloworld",
6 | "version": "com.phonegap.helloworld",
7 | "description": "Hello World sample application that responds to the deviceready event.",
8 | "author": "PhoneGap Team",
9 | "icons": [],
10 | "start_url": "index.html"
11 | }
--------------------------------------------------------------------------------
/plugins/cordova-plugin-battery-status/tests/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "cordova-plugin-battery-status-tests",
3 | "version": "1.2.4-dev",
4 | "description": "",
5 | "cordova": {
6 | "id": "cordova-plugin-battery-status-tests",
7 | "platforms": []
8 | },
9 | "keywords": [
10 | "ecosystem:cordova"
11 | ],
12 | "author": "",
13 | "license": "Apache 2.0"
14 | }
15 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-camera/.jshintrc:
--------------------------------------------------------------------------------
1 | {
2 | "browser": true
3 | , "devel": true
4 | , "bitwise": true
5 | , "undef": true
6 | , "trailing": true
7 | , "quotmark": false
8 | , "indent": 4
9 | , "unused": "vars"
10 | , "latedef": "nofunc"
11 | , "globals": {
12 | "module": false,
13 | "exports": false,
14 | "require": false
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-globalization/tests/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "cordova-plugin-globalization-tests",
3 | "version": "1.0.7-dev",
4 | "description": "",
5 | "cordova": {
6 | "id": "cordova-plugin-globalization-tests",
7 | "platforms": []
8 | },
9 | "keywords": [
10 | "ecosystem:cordova"
11 | ],
12 | "author": "",
13 | "license": "Apache 2.0"
14 | }
15 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-media-capture/tests/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "cordova-plugin-media-capture-tests",
3 | "version": "1.4.3-dev",
4 | "description": "",
5 | "cordova": {
6 | "id": "cordova-plugin-media-capture-tests",
7 | "platforms": []
8 | },
9 | "keywords": [
10 | "ecosystem:cordova"
11 | ],
12 | "author": "",
13 | "license": "Apache 2.0"
14 | }
15 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-network-information/NOTICE:
--------------------------------------------------------------------------------
1 | Apache Cordova
2 | Copyright 2012 The Apache Software Foundation
3 |
4 | This product includes software developed at
5 | The Apache Software Foundation (http://www.apache.org/).
6 |
7 | This product includes software developed by Apple Inc. License can be found in the header of the affected files. (src/ios/CDVReachability.h, src/ios/CDVReachability.m)
8 |
9 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-network-information/tests/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "cordova-plugin-network-information-tests",
3 | "version": "1.3.3-dev",
4 | "description": "",
5 | "cordova": {
6 | "id": "cordova-plugin-network-information-tests",
7 | "platforms": []
8 | },
9 | "keywords": [
10 | "ecosystem:cordova"
11 | ],
12 | "author": "",
13 | "license": "Apache 2.0"
14 | }
15 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-file/tests/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "cordova-plugin-file-tests",
3 | "version": "4.3.3-dev",
4 | "description": "",
5 | "cordova": {
6 | "id": "cordova-plugin-file-tests",
7 | "platforms": [
8 | "android"
9 | ]
10 | },
11 | "keywords": [
12 | "ecosystem:cordova",
13 | "cordova-android"
14 | ],
15 | "author": "",
16 | "license": "Apache 2.0"
17 | }
18 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-geolocation/.jshintrc:
--------------------------------------------------------------------------------
1 | {
2 | "browser": true
3 | , "devel": true
4 | , "bitwise": true
5 | , "undef": true
6 | , "trailing": true
7 | , "quotmark": false
8 | , "indent": 4
9 | , "unused": "vars"
10 | , "latedef": "nofunc"
11 | , "globals": {
12 | "module": false,
13 | "exports": false,
14 | "require": false,
15 | "cordova": true
16 | }
17 | }
18 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-vibration/.jshintrc:
--------------------------------------------------------------------------------
1 | {
2 | "browser": true
3 | , "devel": true
4 | , "bitwise": true
5 | , "undef": true
6 | , "trailing": true
7 | , "quotmark": false
8 | , "indent": 4
9 | , "unused": "vars"
10 | , "latedef": "nofunc"
11 | , "globals": {
12 | "module": false,
13 | "exports": false,
14 | "require": false,
15 | "cordova": true
16 | }
17 | }
18 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-media-capture/.jshintrc:
--------------------------------------------------------------------------------
1 | {
2 | "browser": true
3 | , "devel": true
4 | , "bitwise": true
5 | , "undef": true
6 | , "trailing": true
7 | , "quotmark": false
8 | , "indent": 4
9 | , "unused": "vars"
10 | , "latedef": "nofunc"
11 | , "globals": {
12 | "module": false,
13 | "exports": false,
14 | "require": false,
15 | "cordova": true,
16 | "File": true
17 | }
18 | }
19 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-ionic-webview/src/ios/IONAssetHandler.h:
--------------------------------------------------------------------------------
1 | #import
2 | #import
3 |
4 | @interface IONAssetHandler : NSObject
5 |
6 | @property (nonatomic, strong) NSString * basePath;
7 | @property (nonatomic, strong) NSString * scheme;
8 |
9 | -(void)setAssetPath:(NSString *)assetPath;
10 | - (instancetype)initWithBasePath:(NSString *)basePath andScheme:(NSString *)scheme;
11 |
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-camera/tests/ios/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "cordova-plugin-camera-test-ios",
3 | "version": "1.0.0",
4 | "description": "iOS Unit Tests for Camera Plugin",
5 | "author": "Apache Software Foundation",
6 | "license": "Apache Version 2.0",
7 | "dependencies": {
8 | "cordova-ios": "*"
9 | },
10 | "scripts": {
11 | "test": "xcodebuild -scheme CordovaLib && xcodebuild test -scheme CDVCameraLibTests -destination 'platform=iOS Simulator,name=iPhone 5'"
12 | }
13 | }
14 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-globalization/NOTICE:
--------------------------------------------------------------------------------
1 | Apache Cordova
2 | Copyright 2012 The Apache Software Foundation
3 |
4 | This product includes software developed at
5 | The Apache Software Foundation (http://www.apache.org/).
6 |
7 | This software includes software developed by Baptiste Lepilleur
8 | Copyright (C) 2007-2010 Baptiste Lepilleur
9 |
10 | This software includes software developed by Joerg Wiedenmann
11 | Copyright (C) 2006 Joerg Wiedenmann
12 |
13 | This software includes software developed by BlackBerry Ltd.
14 | Copyright (C) 2014 BlackBerry Ltd.
15 |
--------------------------------------------------------------------------------
/platforms/browser/platform_www/manifest.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "helloworld",
3 | "short_name": "helloworld",
4 | "description": "Description of your app from template",
5 | "start_url": "index.html",
6 | "scope": "index.html",
7 | "icons": [
8 | {
9 | "src": "img/logo.png",
10 | "sizes": "192x192",
11 | "type": "image/png"
12 | },
13 | {
14 | "src": "img/splash.png",
15 | "sizes": "512x512",
16 | "type": "image/png"
17 | }
18 | ],
19 | "default_locale": "en",
20 | "display": "standalone",
21 | "background_color": "#FFF",
22 | "theme_color": "#000",
23 | "orientation": "landscape"
24 | }
--------------------------------------------------------------------------------
/plugins/cordova-plugin-device/.appveyor.yml:
--------------------------------------------------------------------------------
1 | # appveyor file
2 | # http://www.appveyor.com/docs/appveyor-yml
3 |
4 | max_jobs: 1
5 |
6 | shallow_clone: true
7 |
8 | init:
9 | - git config --global core.autocrlf true
10 |
11 | image:
12 | - Visual Studio 2017
13 |
14 | environment:
15 | nodejs_version: "4"
16 | matrix:
17 | - PLATFORM: windows-10-store
18 | JUST_BUILD: --justBuild
19 | install:
20 | - npm cache clean -f
21 | - node --version
22 | - npm install -g cordova-paramedic@https://github.com/apache/cordova-paramedic.git
23 | - npm install -g cordova
24 |
25 | build: off
26 |
27 | test_script:
28 | - cordova-paramedic --config pr\%PLATFORM% --plugin . %JUST_BUILD%
29 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-dialogs/.appveyor.yml:
--------------------------------------------------------------------------------
1 | # appveyor file
2 | # http://www.appveyor.com/docs/appveyor-yml
3 |
4 | max_jobs: 1
5 |
6 | shallow_clone: true
7 |
8 | init:
9 | - git config --global core.autocrlf true
10 |
11 | image:
12 | - Visual Studio 2017
13 |
14 | environment:
15 | nodejs_version: "4"
16 | matrix:
17 | - PLATFORM: windows-10-store
18 | JUST_BUILD: --justBuild
19 | install:
20 | - npm cache clean -f
21 | - node --version
22 | - npm install -g cordova-paramedic@https://github.com/apache/cordova-paramedic.git
23 | - npm install -g cordova
24 |
25 | build: off
26 |
27 | test_script:
28 | - cordova-paramedic --config pr\%PLATFORM% --plugin . %JUST_BUILD%
29 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-globalization/.appveyor.yml:
--------------------------------------------------------------------------------
1 | # appveyor file
2 | # http://www.appveyor.com/docs/appveyor-yml
3 |
4 | max_jobs: 1
5 |
6 | shallow_clone: true
7 |
8 | init:
9 | - git config --global core.autocrlf true
10 |
11 | image:
12 | - Visual Studio 2017
13 |
14 | environment:
15 | nodejs_version: "4"
16 | matrix:
17 | - PLATFORM: windows-10-store
18 | JUST_BUILD: --justBuild
19 | install:
20 | - npm cache clean -f
21 | - node --version
22 | - npm install -g cordova-paramedic@https://github.com/apache/cordova-paramedic.git
23 | - npm install -g cordova
24 |
25 | build: off
26 |
27 | test_script:
28 | - cordova-paramedic --config pr\%PLATFORM% --plugin . %JUST_BUILD%
29 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-inappbrowser/.appveyor.yml:
--------------------------------------------------------------------------------
1 | # appveyor file
2 | # http://www.appveyor.com/docs/appveyor-yml
3 |
4 | max_jobs: 1
5 |
6 | shallow_clone: true
7 |
8 | init:
9 | - git config --global core.autocrlf true
10 |
11 | image:
12 | - Visual Studio 2017
13 |
14 | environment:
15 | nodejs_version: "4"
16 | matrix:
17 | - PLATFORM: windows-10-store
18 | JUST_BUILD: --justBuild
19 | install:
20 | - npm cache clean -f
21 | - node --version
22 | - npm install -g cordova-paramedic@https://github.com/apache/cordova-paramedic.git
23 | - npm install -g cordova
24 |
25 | build: off
26 |
27 | test_script:
28 | - cordova-paramedic --config pr\%PLATFORM% --plugin . %JUST_BUILD%
29 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-vibration/.appveyor.yml:
--------------------------------------------------------------------------------
1 | # appveyor file
2 | # http://www.appveyor.com/docs/appveyor-yml
3 |
4 | max_jobs: 1
5 |
6 | shallow_clone: true
7 |
8 | init:
9 | - git config --global core.autocrlf true
10 |
11 | image:
12 | - Visual Studio 2017
13 |
14 | environment:
15 | nodejs_version: "4"
16 | matrix:
17 | - PLATFORM: windows-10-store
18 | JUST_BUILD: --justBuild
19 | install:
20 | - npm cache clean -f
21 | - node --version
22 | - npm install -g cordova-paramedic@https://github.com/apache/cordova-paramedic.git
23 | - npm install -g cordova
24 |
25 | build: off
26 |
27 | test_script:
28 | - cordova-paramedic --config pr\%PLATFORM% --plugin . %JUST_BUILD%
29 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-battery-status/.appveyor.yml:
--------------------------------------------------------------------------------
1 | # appveyor file
2 | # http://www.appveyor.com/docs/appveyor-yml
3 |
4 | max_jobs: 1
5 |
6 | shallow_clone: true
7 |
8 | init:
9 | - git config --global core.autocrlf true
10 |
11 | image:
12 | - Visual Studio 2017
13 |
14 | environment:
15 | nodejs_version: "4"
16 | matrix:
17 | - PLATFORM: windows-10-store
18 | JUST_BUILD: --justBuild
19 | install:
20 | - npm cache clean -f
21 | - node --version
22 | - npm install -g cordova-paramedic@https://github.com/apache/cordova-paramedic.git
23 | - npm install -g cordova
24 |
25 | build: off
26 |
27 | test_script:
28 | - cordova-paramedic --config pr\%PLATFORM% --plugin . %JUST_BUILD%
29 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-network-information/.appveyor.yml:
--------------------------------------------------------------------------------
1 | # appveyor file
2 | # http://www.appveyor.com/docs/appveyor-yml
3 |
4 | max_jobs: 1
5 |
6 | shallow_clone: true
7 |
8 | init:
9 | - git config --global core.autocrlf true
10 |
11 | image:
12 | - Visual Studio 2017
13 |
14 | environment:
15 | nodejs_version: "4"
16 | matrix:
17 | - PLATFORM: windows-10-store
18 | JUST_BUILD: --justBuild
19 | install:
20 | - npm cache clean -f
21 | - node --version
22 | - npm install -g cordova-paramedic@https://github.com/apache/cordova-paramedic.git
23 | - npm install -g cordova
24 |
25 | build: off
26 |
27 | test_script:
28 | - cordova-paramedic --config pr\%PLATFORM% --plugin . %JUST_BUILD%
29 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-compat/.jshintrc:
--------------------------------------------------------------------------------
1 | {
2 | "asi": false,
3 | "boss": false,
4 | "camelcase": true,
5 | "curly": true,
6 | "eqeqeq": true,
7 | "eqnull": false,
8 | "es5": false,
9 | "evil": false,
10 | "expr": false,
11 | "forin": true,
12 | "funcscope": false,
13 | "jasmine": true,
14 | "immed": true,
15 | "indent": 4,
16 | "latedef": true,
17 | "loopfunc": false,
18 | "maxerr": 7,
19 | "newcap": true,
20 | "node": true,
21 | "nonew": true,
22 | "plusplus": false,
23 | "quotmark": "single",
24 | "shadow": false,
25 | "strict": false,
26 | "supernew": false,
27 | "trailing": true,
28 | "undef": true,
29 | "white": true
30 | }
31 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-file/.github/PULL_REQUEST_TEMPLATE.md:
--------------------------------------------------------------------------------
1 |
9 |
10 | ### Platforms affected
11 |
12 |
13 | ### What does this PR do?
14 |
15 |
16 | ### What testing has been done on this change?
17 |
18 |
19 | ### Checklist
20 | - [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
21 | - [ ] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
22 | - [ ] Added automated test coverage as appropriate for this change.
23 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-camera/.github/PULL_REQUEST_TEMPLATE.md:
--------------------------------------------------------------------------------
1 |
9 |
10 | ### Platforms affected
11 |
12 |
13 | ### What does this PR do?
14 |
15 |
16 | ### What testing has been done on this change?
17 |
18 |
19 | ### Checklist
20 | - [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
21 | - [ ] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
22 | - [ ] Added automated test coverage as appropriate for this change.
23 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-compat/.github/PULL_REQUEST_TEMPLATE.md:
--------------------------------------------------------------------------------
1 |
9 |
10 | ### Platforms affected
11 |
12 |
13 | ### What does this PR do?
14 |
15 |
16 | ### What testing has been done on this change?
17 |
18 |
19 | ### Checklist
20 | - [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
21 | - [ ] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
22 | - [ ] Added automated test coverage as appropriate for this change.
23 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-device/.github/PULL_REQUEST_TEMPLATE.md:
--------------------------------------------------------------------------------
1 |
9 |
10 | ### Platforms affected
11 |
12 |
13 | ### What does this PR do?
14 |
15 |
16 | ### What testing has been done on this change?
17 |
18 |
19 | ### Checklist
20 | - [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
21 | - [ ] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
22 | - [ ] Added automated test coverage as appropriate for this change.
23 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-dialogs/.github/PULL_REQUEST_TEMPLATE.md:
--------------------------------------------------------------------------------
1 |
9 |
10 | ### Platforms affected
11 |
12 |
13 | ### What does this PR do?
14 |
15 |
16 | ### What testing has been done on this change?
17 |
18 |
19 | ### Checklist
20 | - [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
21 | - [ ] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
22 | - [ ] Added automated test coverage as appropriate for this change.
23 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-vibration/.github/PULL_REQUEST_TEMPLATE.md:
--------------------------------------------------------------------------------
1 |
9 |
10 | ### Platforms affected
11 |
12 |
13 | ### What does this PR do?
14 |
15 |
16 | ### What testing has been done on this change?
17 |
18 |
19 | ### Checklist
20 | - [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
21 | - [ ] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
22 | - [ ] Added automated test coverage as appropriate for this change.
23 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-battery-status/.github/PULL_REQUEST_TEMPLATE.md:
--------------------------------------------------------------------------------
1 |
9 |
10 | ### Platforms affected
11 |
12 |
13 | ### What does this PR do?
14 |
15 |
16 | ### What testing has been done on this change?
17 |
18 |
19 | ### Checklist
20 | - [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
21 | - [ ] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
22 | - [ ] Added automated test coverage as appropriate for this change.
23 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-file/.jshintrc:
--------------------------------------------------------------------------------
1 | {
2 | "browser": true
3 | , "devel": true
4 | , "bitwise": true
5 | , "undef": true
6 | , "trailing": true
7 | , "quotmark": false
8 | , "indent": 4
9 | , "unused": "vars"
10 | , "latedef": "nofunc"
11 | , "globals": {
12 | "module": false,
13 | "exports": false,
14 | "require": false,
15 | "cordova": false,
16 | "File": true,
17 | "FileSystem": true,
18 | "FileReader": true,
19 | "FileWriter": true,
20 | "FileError": true,
21 | "LocalFileSystem": true,
22 | "Metadata": true,
23 | "Flags": true,
24 | "DirectoryEntry": true,
25 | "resolveLocalFileSystemURL": false,
26 | "requestFileSystem": true,
27 | "FILESYSTEM_PREFIX": true,
28 | "FILESYSTEM_PROTOCOL": true
29 | }
30 | }
31 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-geolocation/.github/PULL_REQUEST_TEMPLATE.md:
--------------------------------------------------------------------------------
1 |
9 |
10 | ### Platforms affected
11 |
12 |
13 | ### What does this PR do?
14 |
15 |
16 | ### What testing has been done on this change?
17 |
18 |
19 | ### Checklist
20 | - [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
21 | - [ ] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
22 | - [ ] Added automated test coverage as appropriate for this change.
23 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-globalization/.github/PULL_REQUEST_TEMPLATE.md:
--------------------------------------------------------------------------------
1 |
9 |
10 | ### Platforms affected
11 |
12 |
13 | ### What does this PR do?
14 |
15 |
16 | ### What testing has been done on this change?
17 |
18 |
19 | ### Checklist
20 | - [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
21 | - [ ] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
22 | - [ ] Added automated test coverage as appropriate for this change.
23 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-inappbrowser/.github/PULL_REQUEST_TEMPLATE.md:
--------------------------------------------------------------------------------
1 |
9 |
10 | ### Platforms affected
11 |
12 |
13 | ### What does this PR do?
14 |
15 |
16 | ### What testing has been done on this change?
17 |
18 |
19 | ### Checklist
20 | - [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
21 | - [ ] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
22 | - [ ] Added automated test coverage as appropriate for this change.
23 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-media-capture/.github/PULL_REQUEST_TEMPLATE.md:
--------------------------------------------------------------------------------
1 |
9 |
10 | ### Platforms affected
11 |
12 |
13 | ### What does this PR do?
14 |
15 |
16 | ### What testing has been done on this change?
17 |
18 |
19 | ### Checklist
20 | - [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
21 | - [ ] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
22 | - [ ] Added automated test coverage as appropriate for this change.
23 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-network-information/.github/PULL_REQUEST_TEMPLATE.md:
--------------------------------------------------------------------------------
1 |
9 |
10 | ### Platforms affected
11 |
12 |
13 | ### What does this PR do?
14 |
15 |
16 | ### What testing has been done on this change?
17 |
18 |
19 | ### Checklist
20 | - [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
21 | - [ ] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
22 | - [ ] Added automated test coverage as appropriate for this change.
23 |
--------------------------------------------------------------------------------
/platforms/browser/config.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | helloworld
4 |
5 | Hello World sample application that responds to the deviceready event.
6 |
7 |
8 | PhoneGap Team
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/platforms/browser/www/config.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | helloworld
4 |
5 | Hello World sample application that responds to the deviceready event.
6 |
7 |
8 | PhoneGap Team
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-file/www/LocalFileSystem.js:
--------------------------------------------------------------------------------
1 | /*
2 | *
3 | * Licensed to the Apache Software Foundation (ASF) under one
4 | * or more contributor license agreements. See the NOTICE file
5 | * distributed with this work for additional information
6 | * regarding copyright ownership. The ASF licenses this file
7 | * to you under the Apache License, Version 2.0 (the
8 | * "License"); you may not use this file except in compliance
9 | * with the License. You may obtain a copy of the License at
10 | *
11 | * http://www.apache.org/licenses/LICENSE-2.0
12 | *
13 | * Unless required by applicable law or agreed to in writing,
14 | * software distributed under the License is distributed on an
15 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 | * KIND, either express or implied. See the License for the
17 | * specific language governing permissions and limitations
18 | * under the License.
19 | *
20 | */
21 |
22 | exports.TEMPORARY = 0;
23 | exports.PERSISTENT = 1;
24 |
--------------------------------------------------------------------------------
/platforms/browser/cordova/log:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env node
2 |
3 | /*
4 | Licensed to the Apache Software Foundation (ASF) under one
5 | or more contributor license agreements. See the NOTICE file
6 | distributed with this work for additional information
7 | regarding copyright ownership. The ASF licenses this file
8 | to you under the Apache License, Version 2.0 (the
9 | "License"); you may not use this file except in compliance
10 | with the License. You may obtain a copy of the License at
11 | http://www.apache.org/licenses/LICENSE-2.0
12 | Unless required by applicable law or agreed to in writing,
13 | software distributed under the License is distributed on an
14 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | KIND, either express or implied. See the License for the
16 | specific language governing permissions and limitations
17 | under the License.
18 | */
19 |
20 | console.log("cordova/log");
--------------------------------------------------------------------------------
/plugins/cordova-plugin-inappbrowser/tests/resources/inject.css:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one
3 | * or more contributor license agreements. See the NOTICE file
4 | * distributed with this work for additional information
5 | * regarding copyright ownership. The ASF licenses this file
6 | * to you under the Apache License, Version 2.0 (the
7 | * "License"); you may not use this file except in compliance
8 | * with the License. You may obtain a copy of the License at
9 | *
10 | * http://www.apache.org/licenses/LICENSE-2.0
11 | *
12 | * Unless required by applicable law or agreed to in writing,
13 | * software distributed under the License is distributed on an
14 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | * KIND, either express or implied. See the License for the
16 | * specific language governing permissions and limitations
17 | * under the License.
18 | */
19 | #style-update-file {
20 | display: block !important;
21 | }
22 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-inappbrowser/tests/resources/inject.js:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one
3 | * or more contributor license agreements. See the NOTICE file
4 | * distributed with this work for additional information
5 | * regarding copyright ownership. The ASF licenses this file
6 | * to you under the Apache License, Version 2.0 (the
7 | * "License"); you may not use this file except in compliance
8 | * with the License. You may obtain a copy of the License at
9 | *
10 | * http://www.apache.org/licenses/LICENSE-2.0
11 | *
12 | * Unless required by applicable law or agreed to in writing,
13 | * software distributed under the License is distributed on an
14 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | * KIND, either express or implied. See the License for the
16 | * specific language governing permissions and limitations
17 | * under the License.
18 | */
19 | var d = document.getElementById('header');
20 | d.innerHTML = 'Script file successfully injected';
21 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-ionic-webview/src/www/util.js:
--------------------------------------------------------------------------------
1 | var exec = require('cordova/exec');
2 |
3 | var WebView = {
4 | convertFileSrc: function(url) {
5 | if (!url) {
6 | return url;
7 | }
8 | if (url.startsWith('/')) {
9 | return window.WEBVIEW_SERVER_URL + '/_app_file_' + url;
10 | }
11 | if (url.startsWith('file://')) {
12 | return window.WEBVIEW_SERVER_URL + url.replace('file://', '/_app_file_');
13 | }
14 | if (url.startsWith('content://')) {
15 | return window.WEBVIEW_SERVER_URL + url.replace('content:/', '/_app_content_');
16 | }
17 | return url;
18 | },
19 | setServerBasePath: function(path) {
20 | exec(null, null, 'IonicWebView', 'setServerBasePath', [path]);
21 | },
22 | getServerBasePath: function(callback) {
23 | exec(callback, null, 'IonicWebView', 'getServerBasePath', []);
24 | },
25 | persistServerBasePath: function() {
26 | exec(null, null, 'IonicWebView', 'persistServerBasePath', []);
27 | }
28 | }
29 |
30 | module.exports = WebView;
--------------------------------------------------------------------------------
/plugins/cordova-plugin-vibration/www/blackberry10/vibrate.js:
--------------------------------------------------------------------------------
1 | /*
2 | *
3 | * Licensed to the Apache Software Foundation (ASF) under one
4 | * or more contributor license agreements. See the NOTICE file
5 | * distributed with this work for additional information
6 | * regarding copyright ownership. The ASF licenses this file
7 | * to you under the Apache License, Version 2.0 (the
8 | * "License"); you may not use this file except in compliance
9 | * with the License. You may obtain a copy of the License at
10 | *
11 | * http://www.apache.org/licenses/LICENSE-2.0
12 | *
13 | * Unless required by applicable law or agreed to in writing,
14 | * software distributed under the License is distributed on an
15 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 | * KIND, either express or implied. See the License for the
17 | * specific language governing permissions and limitations
18 | * under the License.
19 | *
20 | */
21 |
22 | var vibrate = function (duration) {
23 | navigator.vibrate(duration);
24 | };
25 |
26 | module.exports = vibrate;
27 |
--------------------------------------------------------------------------------
/platforms/browser/cordova/version:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env node
2 |
3 | /*
4 | Licensed to the Apache Software Foundation (ASF) under one
5 | or more contributor license agreements. See the NOTICE file
6 | distributed with this work for additional information
7 | regarding copyright ownership. The ASF licenses this file
8 | to you under the Apache License, Version 2.0 (the
9 | "License"); you may not use this file except in compliance
10 | with the License. You may obtain a copy of the License at
11 |
12 | http://www.apache.org/licenses/LICENSE-2.0
13 |
14 | Unless required by applicable law or agreed to in writing,
15 | software distributed under the License is distributed on an
16 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17 | KIND, either express or implied. See the License for the
18 | specific language governing permissions and limitations
19 | under the License.
20 | */
21 |
22 | // Coho updates this line:
23 | var VERSION = "6.0.0";
24 |
25 | console.log(VERSION);
26 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-camera/src/android/xml/provider_paths.xml:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-device/src/osx/CDVDevice.h:
--------------------------------------------------------------------------------
1 | /*
2 | Licensed to the Apache Software Foundation (ASF) under one
3 | or more contributor license agreements. See the NOTICE file
4 | distributed with this work for additional information
5 | regarding copyright ownership. The ASF licenses this file
6 | to you under the Apache License, Version 2.0 (the
7 | "License"); you may not use this file except in compliance
8 | with the License. You may obtain a copy of the License at
9 |
10 | http://www.apache.org/licenses/LICENSE-2.0
11 |
12 | Unless required by applicable law or agreed to in writing,
13 | software distributed under the License is distributed on an
14 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | KIND, either express or implied. See the License for the
16 | specific language governing permissions and limitations
17 | under the License.
18 | */
19 |
20 | #import
21 |
22 | @interface CDVDevice : CDVPlugin
23 |
24 | + (NSString*) cordovaVersion;
25 |
26 | - (void) getDeviceInfo:(CDVInvokedUrlCommand*)command;
27 |
28 | @end
29 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-file/www/fileSystems.js:
--------------------------------------------------------------------------------
1 | /*
2 | *
3 | * Licensed to the Apache Software Foundation (ASF) under one
4 | * or more contributor license agreements. See the NOTICE file
5 | * distributed with this work for additional information
6 | * regarding copyright ownership. The ASF licenses this file
7 | * to you under the Apache License, Version 2.0 (the
8 | * "License"); you may not use this file except in compliance
9 | * with the License. You may obtain a copy of the License at
10 | *
11 | * http://www.apache.org/licenses/LICENSE-2.0
12 | *
13 | * Unless required by applicable law or agreed to in writing,
14 | * software distributed under the License is distributed on an
15 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 | * KIND, either express or implied. See the License for the
17 | * specific language governing permissions and limitations
18 | * under the License.
19 | *
20 | */
21 |
22 | // Overridden by Android, BlackBerry 10 and iOS to populate fsMap.
23 | module.exports.getFs = function(name, callback) {
24 | callback(null);
25 | };
26 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-vibration/src/ios/CDVVibration.m:
--------------------------------------------------------------------------------
1 | /*
2 | Licensed to the Apache Software Foundation (ASF) under one
3 | or more contributor license agreements. See the NOTICE file
4 | distributed with this work for additional information
5 | regarding copyright ownership. The ASF licenses this file
6 | to you under the Apache License, Version 2.0 (the
7 | "License"); you may not use this file except in compliance
8 | with the License. You may obtain a copy of the License at
9 |
10 | http://www.apache.org/licenses/LICENSE-2.0
11 |
12 | Unless required by applicable law or agreed to in writing,
13 | software distributed under the License is distributed on an
14 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | KIND, either express or implied. See the License for the
16 | specific language governing permissions and limitations
17 | under the License.
18 | */
19 |
20 | #import "CDVVibration.h"
21 |
22 | @implementation CDVVibration
23 |
24 | - (void)vibrate:(CDVInvokedUrlCommand*)command
25 | {
26 | AudioServicesPlaySystemSound(kSystemSoundID_Vibrate);
27 | }
28 |
29 | @end
30 |
--------------------------------------------------------------------------------
/platforms/browser/cordova/lib/check_reqs.js:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env node
2 |
3 | /*
4 | Licensed to the Apache Software Foundation (ASF) under one
5 | or more contributor license agreements. See the NOTICE file
6 | distributed with this work for additional information
7 | regarding copyright ownership. The ASF licenses this file
8 | to you under the Apache License, Version 2.0 (the
9 | "License"); you may not use this file except in compliance
10 | with the License. You may obtain a copy of the License at
11 |
12 | http://www.apache.org/licenses/LICENSE-2.0
13 |
14 | Unless required by applicable law or agreed to in writing,
15 | software distributed under the License is distributed on an
16 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17 | KIND, either express or implied. See the License for the
18 | specific language governing permissions and limitations
19 | under the License.
20 | */
21 |
22 | // add methods as we determine what are the requirements
23 |
24 | module.exports.run = function () {
25 | // caller expects a promise resolved with an array of conditions
26 | return Promise.resolve([]);
27 | };
28 |
--------------------------------------------------------------------------------
/www/cables.txt:
--------------------------------------------------------------------------------
1 |
2 |
3 | M A D E W I T H
4 |
5 | C A B L E S >>> ___:_ _
6 | _ _:_______________ _____________ / |\ _ _______
7 | | _ /\\_ \ |\\. _) /\ ______
8 | _____ | (/) _/\\\(_______ / |\\| / __/\\\ / /\
9 | / _/\_ _ /_\\\/_\\\\ _/ / |\\|/ \_\\\/___ / /\\\
10 | / /_\\|_ |\ \\( /\ \ /_ _:\\/__ /\_/ /_\ _/_\\/___
11 | _/ /( \ |_\ \__ /_\\_) \ (_ / \ /\
12 | \ _\ \___ _/ \ / / \_ /\\\
13 | \_________( _|\\\\ \_ ___________/ _ /_________/ / /\\\/
14 | \\\\\\\\|_____)\\\ |\\\\\/ (/) /\\\\\\\/ /_\\/
15 | \\\\\\\\\\\\\\\\\\_______:\\.\/______________/\\\\\\\\\_________________(\\
16 | _|.._ \\\\\\\) \\\\\\\\\\| \\\\\\\\\\\\\\\\\\\/ \\\\\\\\\\\\\\\\\\\\
17 | (_|||_) \\\\\\\\\| \\\\\\\\\\\\\\\\\/ \\\\\\\\\\\\\\\\\\(
18 | ---|-->>
19 |
20 |
21 |
--------------------------------------------------------------------------------
/platforms/browser/www/plugins/cordova-plugin-file/www/LocalFileSystem.js:
--------------------------------------------------------------------------------
1 | cordova.define("cordova-plugin-file.LocalFileSystem", function(require, exports, module) { /*
2 | *
3 | * Licensed to the Apache Software Foundation (ASF) under one
4 | * or more contributor license agreements. See the NOTICE file
5 | * distributed with this work for additional information
6 | * regarding copyright ownership. The ASF licenses this file
7 | * to you under the Apache License, Version 2.0 (the
8 | * "License"); you may not use this file except in compliance
9 | * with the License. You may obtain a copy of the License at
10 | *
11 | * http://www.apache.org/licenses/LICENSE-2.0
12 | *
13 | * Unless required by applicable law or agreed to in writing,
14 | * software distributed under the License is distributed on an
15 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 | * KIND, either express or implied. See the License for the
17 | * specific language governing permissions and limitations
18 | * under the License.
19 | *
20 | */
21 |
22 | exports.TEMPORARY = 0;
23 | exports.PERSISTENT = 1;
24 |
25 | });
26 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-device/src/ios/CDVDevice.h:
--------------------------------------------------------------------------------
1 | /*
2 | Licensed to the Apache Software Foundation (ASF) under one
3 | or more contributor license agreements. See the NOTICE file
4 | distributed with this work for additional information
5 | regarding copyright ownership. The ASF licenses this file
6 | to you under the Apache License, Version 2.0 (the
7 | "License"); you may not use this file except in compliance
8 | with the License. You may obtain a copy of the License at
9 |
10 | http://www.apache.org/licenses/LICENSE-2.0
11 |
12 | Unless required by applicable law or agreed to in writing,
13 | software distributed under the License is distributed on an
14 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | KIND, either express or implied. See the License for the
16 | specific language governing permissions and limitations
17 | under the License.
18 | */
19 |
20 | #import
21 | #import
22 |
23 | @interface CDVDevice : CDVPlugin
24 | {}
25 |
26 | + (NSString*)cordovaVersion;
27 |
28 | - (void)getDeviceInfo:(CDVInvokedUrlCommand*)command;
29 |
30 | @end
31 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-vibration/src/browser/Vibration.js:
--------------------------------------------------------------------------------
1 | /*
2 | *
3 | * Licensed to the Apache Software Foundation (ASF) under one
4 | * or more contributor license agreements. See the NOTICE file
5 | * distributed with this work for additional information
6 | * regarding copyright ownership. The ASF licenses this file
7 | * to you under the Apache License, Version 2.0 (the
8 | * "License"); you may not use this file except in compliance
9 | * with the License. You may obtain a copy of the License at
10 | *
11 | * http://www.apache.org/licenses/LICENSE-2.0
12 | *
13 | * Unless required by applicable law or agreed to in writing,
14 | * software distributed under the License is distributed on an
15 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 | * KIND, either express or implied. See the License for the
17 | * specific language governing permissions and limitations
18 | * under the License.
19 | *
20 | */
21 |
22 | module.exports = {
23 | vibrate: function (success, fail, milliseconds) {
24 | console.log('Vibration is not supported');
25 | return false;
26 | }
27 | };
28 |
--------------------------------------------------------------------------------
/platforms/browser/platform_www/plugins/cordova-plugin-file/www/LocalFileSystem.js:
--------------------------------------------------------------------------------
1 | cordova.define("cordova-plugin-file.LocalFileSystem", function(require, exports, module) { /*
2 | *
3 | * Licensed to the Apache Software Foundation (ASF) under one
4 | * or more contributor license agreements. See the NOTICE file
5 | * distributed with this work for additional information
6 | * regarding copyright ownership. The ASF licenses this file
7 | * to you under the Apache License, Version 2.0 (the
8 | * "License"); you may not use this file except in compliance
9 | * with the License. You may obtain a copy of the License at
10 | *
11 | * http://www.apache.org/licenses/LICENSE-2.0
12 | *
13 | * Unless required by applicable law or agreed to in writing,
14 | * software distributed under the License is distributed on an
15 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 | * KIND, either express or implied. See the License for the
17 | * specific language governing permissions and limitations
18 | * under the License.
19 | *
20 | */
21 |
22 | exports.TEMPORARY = 0;
23 | exports.PERSISTENT = 1;
24 |
25 | });
26 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-inappbrowser/src/osx/CDVInAppBrowser.h:
--------------------------------------------------------------------------------
1 | /*
2 | Licensed to the Apache Software Foundation (ASF) under one
3 | or more contributor license agreements. See the NOTICE file
4 | distributed with this work for additional information
5 | regarding copyright ownership. The ASF licenses this file
6 | to you under the Apache License, Version 2.0 (the
7 | "License"); you may not use this file except in compliance
8 | with the License. You may obtain a copy of the License at
9 |
10 | http://www.apache.org/licenses/LICENSE-2.0
11 |
12 | Unless required by applicable law or agreed to in writing,
13 | software distributed under the License is distributed on an
14 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | KIND, either express or implied. See the License for the
16 | specific language governing permissions and limitations
17 | under the License.
18 | */
19 |
20 | #import
21 |
22 | @interface CDVInAppBrowser : CDVPlugin {
23 | }
24 |
25 | @property (nonatomic, copy) NSString* callbackId;
26 |
27 | - (void)open:(CDVInvokedUrlCommand*)command;
28 |
29 | @end
30 |
31 |
--------------------------------------------------------------------------------
/platforms/browser/cordova/run.bat:
--------------------------------------------------------------------------------
1 | :: Licensed to the Apache Software Foundation (ASF) under one
2 | :: or more contributor license agreements. See the NOTICE file
3 | :: distributed with this work for additional information
4 | :: regarding copyright ownership. The ASF licenses this file
5 | :: to you under the Apache License, Version 2.0 (the
6 | :: "License"); you may not use this file except in compliance
7 | :: with the License. You may obtain a copy of the License at
8 | ::
9 | :: http://www.apache.org/licenses/LICENSE-2.0
10 | ::
11 | :: Unless required by applicable law or agreed to in writing,
12 | :: software distributed under the License is distributed on an
13 | :: "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14 | :: KIND, either express or implied. See the License for the
15 | :: specific language governing permissions and limitations
16 | :: under the License.
17 |
18 | @ECHO OFF
19 | SET script_path="%~dp0run"
20 | IF EXIST %script_path% (
21 | node %script_path% %*
22 | ) ELSE (
23 | ECHO.
24 | ECHO ERROR: Could not find 'run' script in 'cordova' folder, aborting...>&2
25 | EXIT /B 1
26 | )
27 |
--------------------------------------------------------------------------------
/platforms/browser/www/cables.txt:
--------------------------------------------------------------------------------
1 |
2 |
3 | M A D E W I T H
4 |
5 | C A B L E S >>> ___:_ _
6 | _ _:_______________ _____________ / |\ _ _______
7 | | _ /\\_ \ |\\. _) /\ ______
8 | _____ | (/) _/\\\(_______ / |\\| / __/\\\ / /\
9 | / _/\_ _ /_\\\/_\\\\ _/ / |\\|/ \_\\\/___ / /\\\
10 | / /_\\|_ |\ \\( /\ \ /_ _:\\/__ /\_/ /_\ _/_\\/___
11 | _/ /( \ |_\ \__ /_\\_) \ (_ / \ /\
12 | \ _\ \___ _/ \ / / \_ /\\\
13 | \_________( _|\\\\ \_ ___________/ _ /_________/ / /\\\/
14 | \\\\\\\\|_____)\\\ |\\\\\/ (/) /\\\\\\\/ /_\\/
15 | \\\\\\\\\\\\\\\\\\_______:\\.\/______________/\\\\\\\\\_________________(\\
16 | _|.._ \\\\\\\) \\\\\\\\\\| \\\\\\\\\\\\\\\\\\\/ \\\\\\\\\\\\\\\\\\\\
17 | (_|||_) \\\\\\\\\| \\\\\\\\\\\\\\\\\/ \\\\\\\\\\\\\\\\\\(
18 | ---|-->>
19 |
20 |
21 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-ionic-webview/src/ios/CDVWKWebViewUIDelegate.h:
--------------------------------------------------------------------------------
1 | /*
2 | Licensed to the Apache Software Foundation (ASF) under one
3 | or more contributor license agreements. See the NOTICE file
4 | distributed with this work for additional information
5 | regarding copyright ownership. The ASF licenses this file
6 | to you under the Apache License, Version 2.0 (the
7 | "License"); you may not use this file except in compliance
8 | with the License. You may obtain a copy of the License at
9 |
10 | http://www.apache.org/licenses/LICENSE-2.0
11 |
12 | Unless required by applicable law or agreed to in writing,
13 | software distributed under the License is distributed on an
14 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | KIND, either express or implied. See the License for the
16 | specific language governing permissions and limitations
17 | under the License.
18 | */
19 |
20 | #import
21 |
22 | @interface CDVWKWebViewUIDelegate : NSObject
23 |
24 | @property (nonatomic, copy) NSString* title;
25 |
26 | - (instancetype)initWithTitle:(NSString*)title;
27 |
28 | @end
29 |
--------------------------------------------------------------------------------
/platforms/browser/cordova/build.bat:
--------------------------------------------------------------------------------
1 | :: Licensed to the Apache Software Foundation (ASF) under one
2 | :: or more contributor license agreements. See the NOTICE file
3 | :: distributed with this work for additional information
4 | :: regarding copyright ownership. The ASF licenses this file
5 | :: to you under the Apache License, Version 2.0 (the
6 | :: "License"); you may not use this file except in compliance
7 | :: with the License. You may obtain a copy of the License at
8 | ::
9 | :: http://www.apache.org/licenses/LICENSE-2.0
10 | ::
11 | :: Unless required by applicable law or agreed to in writing,
12 | :: software distributed under the License is distributed on an
13 | :: "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14 | :: KIND, either express or implied. See the License for the
15 | :: specific language governing permissions and limitations
16 | :: under the License.
17 |
18 | @ECHO OFF
19 | SET script_path="%~dp0build"
20 | IF EXIST %script_path% (
21 | node %script_path% %*
22 | ) ELSE (
23 | ECHO.
24 | ECHO ERROR: Could not find 'build' script in 'cordova' folder, aborting...>&2
25 | EXIT /B 1
26 | )
27 |
--------------------------------------------------------------------------------
/platforms/browser/cordova/clean.bat:
--------------------------------------------------------------------------------
1 | :: Licensed to the Apache Software Foundation (ASF) under one
2 | :: or more contributor license agreements. See the NOTICE file
3 | :: distributed with this work for additional information
4 | :: regarding copyright ownership. The ASF licenses this file
5 | :: to you under the Apache License, Version 2.0 (the
6 | :: "License"); you may not use this file except in compliance
7 | :: with the License. You may obtain a copy of the License at
8 | ::
9 | :: http://www.apache.org/licenses/LICENSE-2.0
10 | ::
11 | :: Unless required by applicable law or agreed to in writing,
12 | :: software distributed under the License is distributed on an
13 | :: "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14 | :: KIND, either express or implied. See the License for the
15 | :: specific language governing permissions and limitations
16 | :: under the License.
17 |
18 | @ECHO OFF
19 | SET script_path="%~dp0clean"
20 | IF EXIST %script_path% (
21 | node %script_path% %*
22 | ) ELSE (
23 | ECHO.
24 | ECHO ERROR: Could not find 'clean' script in 'cordova' folder, aborting...>&2
25 | EXIT /B 1
26 | )
27 |
--------------------------------------------------------------------------------
/platforms/browser/cordova/version.bat:
--------------------------------------------------------------------------------
1 | :: Licensed to the Apache Software Foundation (ASF) under one
2 | :: or more contributor license agreements. See the NOTICE file
3 | :: distributed with this work for additional information
4 | :: regarding copyright ownership. The ASF licenses this file
5 | :: to you under the Apache License, Version 2.0 (the
6 | :: "License"); you may not use this file except in compliance
7 | :: with the License. You may obtain a copy of the License at
8 | ::
9 | :: http://www.apache.org/licenses/LICENSE-2.0
10 | ::
11 | :: Unless required by applicable law or agreed to in writing,
12 | :: software distributed under the License is distributed on an
13 | :: "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14 | :: KIND, either express or implied. See the License for the
15 | :: specific language governing permissions and limitations
16 | :: under the License.
17 |
18 | @ECHO OFF
19 | SET script_path="%~dp0version"
20 | IF EXIST %script_path% (
21 | node %script_path% %*
22 | ) ELSE (
23 | ECHO.
24 | ECHO ERROR: Could not find 'version' script in 'cordova' folder, aborting...>&2
25 | EXIT /B 1
26 | )
27 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # cables.gl phonegap skeleton
2 |
3 | ## requirements
4 | * download this skeleton (do not clone the git repository if you are just using this for your own projects)
5 | * install nodejs and npm
6 | * this guide assumes you have some kind of "shell" working (linux, osx, windows linux subsystem (WSL))
7 | * get/create an api-key in cables (https://cables.gl/settings -> apikeys -> create)
8 | * copy the patch-id into package.json in the "patchup"-script call (replacing ##patchId##)
9 |
10 | ## prepare
11 | `npm install`
12 | * installs neccessary dependencies to local node_modules/ folder
13 |
14 | ## synchronize patch with cables
15 | `npm run patchup`
16 | * download current version of the patch in cables.gl to www/
17 | * might ask for authorization by api-key on first run
18 | * find more documentation at: https://github.com/cables-gl/cables-cli
19 |
20 | ## run
21 | `npm run start`
22 | * runs a local webserver that can be accessed using the phonegap developer app or a browser
23 |
24 | ## deploy
25 | ### to production
26 | 1. build the project (for example using phonegap build)
27 | 2. distribute your ipk/apk/appx
28 | 3. ???
29 | 4. profit
--------------------------------------------------------------------------------
/plugins/cordova-plugin-ionic-webview/src/ios/CDVWKProcessPoolFactory.h:
--------------------------------------------------------------------------------
1 | /*
2 | Licensed to the Apache Software Foundation (ASF) under one
3 | or more contributor license agreements. See the NOTICE file
4 | distributed with this work for additional information
5 | regarding copyright ownership. The ASF licenses this file
6 | to you under the Apache License, Version 2.0 (the
7 | "License"); you may not use this file except in compliance
8 | with the License. You may obtain a copy of the License at
9 |
10 | http://www.apache.org/licenses/LICENSE-2.0
11 |
12 | Unless required by applicable law or agreed to in writing,
13 | software distributed under the License is distributed on an
14 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | KIND, either express or implied. See the License for the
16 | specific language governing permissions and limitations
17 | under the License.
18 | */
19 |
20 | #import
21 |
22 | @interface CDVWKProcessPoolFactory : NSObject
23 | @property (nonatomic, retain) WKProcessPool* sharedPool;
24 |
25 | +(instancetype) sharedFactory;
26 | -(WKProcessPool*) sharedProcessPool;
27 | @end
28 |
--------------------------------------------------------------------------------
/platforms/browser/cordova/defaults.xml:
--------------------------------------------------------------------------------
1 |
2 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/platforms/browser/www/plugins/cordova-plugin-ionic-webview/src/www/util.js:
--------------------------------------------------------------------------------
1 | cordova.define("cordova-plugin-ionic-webview.IonicWebView", function(require, exports, module) { var exec = require('cordova/exec');
2 |
3 | var WebView = {
4 | convertFileSrc: function(url) {
5 | if (!url) {
6 | return url;
7 | }
8 | if (url.startsWith('/')) {
9 | return window.WEBVIEW_SERVER_URL + '/_app_file_' + url;
10 | }
11 | if (url.startsWith('file://')) {
12 | return window.WEBVIEW_SERVER_URL + url.replace('file://', '/_app_file_');
13 | }
14 | if (url.startsWith('content://')) {
15 | return window.WEBVIEW_SERVER_URL + url.replace('content:/', '/_app_content_');
16 | }
17 | return url;
18 | },
19 | setServerBasePath: function(path) {
20 | exec(null, null, 'IonicWebView', 'setServerBasePath', [path]);
21 | },
22 | getServerBasePath: function(callback) {
23 | exec(callback, null, 'IonicWebView', 'getServerBasePath', []);
24 | },
25 | persistServerBasePath: function() {
26 | exec(null, null, 'IonicWebView', 'persistServerBasePath', []);
27 | }
28 | }
29 |
30 | module.exports = WebView;
31 | });
32 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-vibration/src/ios/CDVVibration.h:
--------------------------------------------------------------------------------
1 | /*
2 | Licensed to the Apache Software Foundation (ASF) under one
3 | or more contributor license agreements. See the NOTICE file
4 | distributed with this work for additional information
5 | regarding copyright ownership. The ASF licenses this file
6 | to you under the Apache License, Version 2.0 (the
7 | "License"); you may not use this file except in compliance
8 | with the License. You may obtain a copy of the License at
9 |
10 | http://www.apache.org/licenses/LICENSE-2.0
11 |
12 | Unless required by applicable law or agreed to in writing,
13 | software distributed under the License is distributed on an
14 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | KIND, either express or implied. See the License for the
16 | specific language governing permissions and limitations
17 | under the License.
18 | */
19 |
20 | #import
21 | #import
22 | #import
23 | #import
24 |
25 | @interface CDVVibration : CDVPlugin {}
26 |
27 | - (void)vibrate:(CDVInvokedUrlCommand*)command;
28 |
29 | @end
30 |
--------------------------------------------------------------------------------
/platforms/browser/platform_www/plugins/cordova-plugin-ionic-webview/src/www/util.js:
--------------------------------------------------------------------------------
1 | cordova.define("cordova-plugin-ionic-webview.IonicWebView", function(require, exports, module) { var exec = require('cordova/exec');
2 |
3 | var WebView = {
4 | convertFileSrc: function(url) {
5 | if (!url) {
6 | return url;
7 | }
8 | if (url.startsWith('/')) {
9 | return window.WEBVIEW_SERVER_URL + '/_app_file_' + url;
10 | }
11 | if (url.startsWith('file://')) {
12 | return window.WEBVIEW_SERVER_URL + url.replace('file://', '/_app_file_');
13 | }
14 | if (url.startsWith('content://')) {
15 | return window.WEBVIEW_SERVER_URL + url.replace('content:/', '/_app_content_');
16 | }
17 | return url;
18 | },
19 | setServerBasePath: function(path) {
20 | exec(null, null, 'IonicWebView', 'setServerBasePath', [path]);
21 | },
22 | getServerBasePath: function(callback) {
23 | exec(callback, null, 'IonicWebView', 'getServerBasePath', []);
24 | },
25 | persistServerBasePath: function() {
26 | exec(null, null, 'IonicWebView', 'persistServerBasePath', []);
27 | }
28 | }
29 |
30 | module.exports = WebView;
31 | });
32 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-file/www/FileUploadResult.js:
--------------------------------------------------------------------------------
1 | /*
2 | *
3 | * Licensed to the Apache Software Foundation (ASF) under one
4 | * or more contributor license agreements. See the NOTICE file
5 | * distributed with this work for additional information
6 | * regarding copyright ownership. The ASF licenses this file
7 | * to you under the Apache License, Version 2.0 (the
8 | * "License"); you may not use this file except in compliance
9 | * with the License. You may obtain a copy of the License at
10 | *
11 | * http://www.apache.org/licenses/LICENSE-2.0
12 | *
13 | * Unless required by applicable law or agreed to in writing,
14 | * software distributed under the License is distributed on an
15 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 | * KIND, either express or implied. See the License for the
17 | * specific language governing permissions and limitations
18 | * under the License.
19 | *
20 | */
21 |
22 | /**
23 | * FileUploadResult
24 | * @constructor
25 | */
26 | module.exports = function FileUploadResult(size, code, content) {
27 | this.bytesSent = size;
28 | this.responseCode = code;
29 | this.response = content;
30 | };
--------------------------------------------------------------------------------
/plugins/cordova-plugin-file/src/ios/CDVAssetLibraryFilesystem.h:
--------------------------------------------------------------------------------
1 | /*
2 | Licensed to the Apache Software Foundation (ASF) under one
3 | or more contributor license agreements. See the NOTICE file
4 | distributed with this work for additional information
5 | regarding copyright ownership. The ASF licenses this file
6 | to you under the Apache License, Version 2.0 (the
7 | "License"); you may not use this file except in compliance
8 | with the License. You may obtain a copy of the License at
9 |
10 | http://www.apache.org/licenses/LICENSE-2.0
11 |
12 | Unless required by applicable law or agreed to in writing,
13 | software distributed under the License is distributed on an
14 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | KIND, either express or implied. See the License for the
16 | specific language governing permissions and limitations
17 | under the License.
18 | */
19 |
20 | #import "CDVFile.h"
21 |
22 | extern NSString* const kCDVAssetsLibraryPrefix;
23 | extern NSString* const kCDVAssetsLibraryScheme;
24 |
25 | @interface CDVAssetLibraryFilesystem : NSObject {
26 | }
27 |
28 | - (id) initWithName:(NSString *)name;
29 |
30 | @end
31 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-ionic-webview/src/ios/LICENSE:
--------------------------------------------------------------------------------
1 | Copyright (c) 2012 Niklas von Hertzen
2 |
3 | Permission is hereby granted, free of charge, to any person
4 | obtaining a copy of this software and associated documentation
5 | files (the "Software"), to deal in the Software without
6 | restriction, including without limitation the rights to use,
7 | copy, modify, merge, publish, distribute, sublicense, and/or sell
8 | copies of the Software, and to permit persons to whom the
9 | Software is furnished to do so, subject to the following
10 | conditions:
11 |
12 | The above copyright notice and this permission notice shall be
13 | included in all copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
17 | OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
19 | HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
20 | WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21 | FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22 | OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
/hooks/README.md:
--------------------------------------------------------------------------------
1 |
21 | # Cordova Hooks
22 |
23 | Cordova Hooks represent special scripts which could be added by application and plugin developers or even by your own build system to customize cordova commands. See Hooks Guide for more details: http://cordova.apache.org/docs/en/edge/guide_appdev_hooks_index.md.html#Hooks%20Guide.
24 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-file/www/firefoxos/FileSystem.js:
--------------------------------------------------------------------------------
1 | /*
2 | *
3 | * Licensed to the Apache Software Foundation (ASF) under one
4 | * or more contributor license agreements. See the NOTICE file
5 | * distributed with this work for additional information
6 | * regarding copyright ownership. The ASF licenses this file
7 | * to you under the Apache License, Version 2.0 (the
8 | * "License"); you may not use this file except in compliance
9 | * with the License. You may obtain a copy of the License at
10 | *
11 | * http://www.apache.org/licenses/LICENSE-2.0
12 | *
13 | * Unless required by applicable law or agreed to in writing,
14 | * software distributed under the License is distributed on an
15 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 | * KIND, either express or implied. See the License for the
17 | * specific language governing permissions and limitations
18 | * under the License.
19 | *
20 | */
21 |
22 | FILESYSTEM_PREFIX = "file:///";
23 |
24 | module.exports = {
25 | __format__: function(fullPath) {
26 | return (FILESYSTEM_PREFIX + this.name + (fullPath[0] === '/' ? '' : '/') + FileSystem.encodeURIPath(fullPath));
27 | }
28 | };
29 |
30 |
--------------------------------------------------------------------------------
/platforms/browser/www/plugins/cordova-plugin-file/www/fileSystems.js:
--------------------------------------------------------------------------------
1 | cordova.define("cordova-plugin-file.fileSystems", function(require, exports, module) { /*
2 | *
3 | * Licensed to the Apache Software Foundation (ASF) under one
4 | * or more contributor license agreements. See the NOTICE file
5 | * distributed with this work for additional information
6 | * regarding copyright ownership. The ASF licenses this file
7 | * to you under the Apache License, Version 2.0 (the
8 | * "License"); you may not use this file except in compliance
9 | * with the License. You may obtain a copy of the License at
10 | *
11 | * http://www.apache.org/licenses/LICENSE-2.0
12 | *
13 | * Unless required by applicable law or agreed to in writing,
14 | * software distributed under the License is distributed on an
15 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 | * KIND, either express or implied. See the License for the
17 | * specific language governing permissions and limitations
18 | * under the License.
19 | *
20 | */
21 |
22 | // Overridden by Android, BlackBerry 10 and iOS to populate fsMap.
23 | module.exports.getFs = function(name, callback) {
24 | callback(null);
25 | };
26 |
27 | });
28 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-vibration/src/tizen/VibrationProxy.js:
--------------------------------------------------------------------------------
1 | /*
2 | *
3 | * Licensed to the Apache Software Foundation (ASF) under one
4 | * or more contributor license agreements. See the NOTICE file
5 | * distributed with this work for additional information
6 | * regarding copyright ownership. The ASF licenses this file
7 | * to you under the Apache License, Version 2.0 (the
8 | * "License"); you may not use this file except in compliance
9 | * with the License. You may obtain a copy of the License at
10 | *
11 | * http://www.apache.org/licenses/LICENSE-2.0
12 | *
13 | * Unless required by applicable law or agreed to in writing,
14 | * software distributed under the License is distributed on an
15 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 | * KIND, either express or implied. See the License for the
17 | * specific language governing permissions and limitations
18 | * under the License.
19 | *
20 | */
21 |
22 | module.exports = {
23 | vibrate: function (milliseconds) {
24 | if (navigator.vibrate) {
25 | navigator.vibrate(milliseconds);
26 | }
27 | }
28 | };
29 |
30 | require('cordova/tizen/commandProxy').add('Vibration', module.exports);
31 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-network-information/www/Connection.js:
--------------------------------------------------------------------------------
1 | /*
2 | *
3 | * Licensed to the Apache Software Foundation (ASF) under one
4 | * or more contributor license agreements. See the NOTICE file
5 | * distributed with this work for additional information
6 | * regarding copyright ownership. The ASF licenses this file
7 | * to you under the Apache License, Version 2.0 (the
8 | * "License"); you may not use this file except in compliance
9 | * with the License. You may obtain a copy of the License at
10 | *
11 | * http://www.apache.org/licenses/LICENSE-2.0
12 | *
13 | * Unless required by applicable law or agreed to in writing,
14 | * software distributed under the License is distributed on an
15 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 | * KIND, either express or implied. See the License for the
17 | * specific language governing permissions and limitations
18 | * under the License.
19 | *
20 | */
21 |
22 | /**
23 | * Network status
24 | */
25 | module.exports = {
26 | UNKNOWN: 'unknown',
27 | ETHERNET: 'ethernet',
28 | WIFI: 'wifi',
29 | CELL_2G: '2g',
30 | CELL_3G: '3g',
31 | CELL_4G: '4g',
32 | CELL: 'cellular',
33 | NONE: 'none'
34 | };
35 |
--------------------------------------------------------------------------------
/platforms/browser/platform_www/plugins/cordova-plugin-file/www/fileSystems.js:
--------------------------------------------------------------------------------
1 | cordova.define("cordova-plugin-file.fileSystems", function(require, exports, module) { /*
2 | *
3 | * Licensed to the Apache Software Foundation (ASF) under one
4 | * or more contributor license agreements. See the NOTICE file
5 | * distributed with this work for additional information
6 | * regarding copyright ownership. The ASF licenses this file
7 | * to you under the Apache License, Version 2.0 (the
8 | * "License"); you may not use this file except in compliance
9 | * with the License. You may obtain a copy of the License at
10 | *
11 | * http://www.apache.org/licenses/LICENSE-2.0
12 | *
13 | * Unless required by applicable law or agreed to in writing,
14 | * software distributed under the License is distributed on an
15 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 | * KIND, either express or implied. See the License for the
17 | * specific language governing permissions and limitations
18 | * under the License.
19 | *
20 | */
21 |
22 | // Overridden by Android, BlackBerry 10 and iOS to populate fsMap.
23 | module.exports.getFs = function(name, callback) {
24 | callback(null);
25 | };
26 |
27 | });
28 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-file/src/android/EncodingException.java:
--------------------------------------------------------------------------------
1 | /*
2 | Licensed to the Apache Software Foundation (ASF) under one
3 | or more contributor license agreements. See the NOTICE file
4 | distributed with this work for additional information
5 | regarding copyright ownership. The ASF licenses this file
6 | to you under the Apache License, Version 2.0 (the
7 | "License"); you may not use this file except in compliance
8 | with the License. You may obtain a copy of the License at
9 |
10 | http://www.apache.org/licenses/LICENSE-2.0
11 |
12 | Unless required by applicable law or agreed to in writing,
13 | software distributed under the License is distributed on an
14 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | KIND, either express or implied. See the License for the
16 | specific language governing permissions and limitations
17 | under the License.
18 | */
19 |
20 | package org.apache.cordova.file;
21 |
22 | @SuppressWarnings("serial")
23 | public class EncodingException extends Exception {
24 |
25 | public EncodingException(String message) {
26 | super(message);
27 | }
28 |
29 | }
30 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-file/src/android/FileExistsException.java:
--------------------------------------------------------------------------------
1 | /*
2 | Licensed to the Apache Software Foundation (ASF) under one
3 | or more contributor license agreements. See the NOTICE file
4 | distributed with this work for additional information
5 | regarding copyright ownership. The ASF licenses this file
6 | to you under the Apache License, Version 2.0 (the
7 | "License"); you may not use this file except in compliance
8 | with the License. You may obtain a copy of the License at
9 |
10 | http://www.apache.org/licenses/LICENSE-2.0
11 |
12 | Unless required by applicable law or agreed to in writing,
13 | software distributed under the License is distributed on an
14 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | KIND, either express or implied. See the License for the
16 | specific language governing permissions and limitations
17 | under the License.
18 | */
19 |
20 | package org.apache.cordova.file;
21 |
22 | @SuppressWarnings("serial")
23 | public class FileExistsException extends Exception {
24 |
25 | public FileExistsException(String msg) {
26 | super(msg);
27 | }
28 |
29 | }
30 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-file/src/android/TypeMismatchException.java:
--------------------------------------------------------------------------------
1 | /*
2 | Licensed to the Apache Software Foundation (ASF) under one
3 | or more contributor license agreements. See the NOTICE file
4 | distributed with this work for additional information
5 | regarding copyright ownership. The ASF licenses this file
6 | to you under the Apache License, Version 2.0 (the
7 | "License"); you may not use this file except in compliance
8 | with the License. You may obtain a copy of the License at
9 |
10 | http://www.apache.org/licenses/LICENSE-2.0
11 |
12 | Unless required by applicable law or agreed to in writing,
13 | software distributed under the License is distributed on an
14 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | KIND, either express or implied. See the License for the
16 | specific language governing permissions and limitations
17 | under the License.
18 | */
19 |
20 |
21 | package org.apache.cordova.file;
22 |
23 | @SuppressWarnings("serial")
24 | public class TypeMismatchException extends Exception {
25 |
26 | public TypeMismatchException(String message) {
27 | super(message);
28 | }
29 |
30 | }
31 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-file/src/ios/CDVLocalFilesystem.h:
--------------------------------------------------------------------------------
1 | /*
2 | Licensed to the Apache Software Foundation (ASF) under one
3 | or more contributor license agreements. See the NOTICE file
4 | distributed with this work for additional information
5 | regarding copyright ownership. The ASF licenses this file
6 | to you under the Apache License, Version 2.0 (the
7 | "License"); you may not use this file except in compliance
8 | with the License. You may obtain a copy of the License at
9 |
10 | http://www.apache.org/licenses/LICENSE-2.0
11 |
12 | Unless required by applicable law or agreed to in writing,
13 | software distributed under the License is distributed on an
14 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | KIND, either express or implied. See the License for the
16 | specific language governing permissions and limitations
17 | under the License.
18 | */
19 |
20 | #import "CDVFile.h"
21 |
22 | @interface CDVLocalFilesystem : NSObject {
23 | NSString *_name;
24 | NSString *_fsRoot;
25 | }
26 |
27 | - (id) initWithName:(NSString *)name root:(NSString *)fsRoot;
28 | + (NSString*)getMimeTypeFromPath:(NSString*)fullPath;
29 |
30 | @property (nonatomic,strong) NSString *fsRoot;
31 |
32 | @end
33 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-file/src/osx/CDVLocalFilesystem.h:
--------------------------------------------------------------------------------
1 | /*
2 | Licensed to the Apache Software Foundation (ASF) under one
3 | or more contributor license agreements. See the NOTICE file
4 | distributed with this work for additional information
5 | regarding copyright ownership. The ASF licenses this file
6 | to you under the Apache License, Version 2.0 (the
7 | "License"); you may not use this file except in compliance
8 | with the License. You may obtain a copy of the License at
9 |
10 | http://www.apache.org/licenses/LICENSE-2.0
11 |
12 | Unless required by applicable law or agreed to in writing,
13 | software distributed under the License is distributed on an
14 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | KIND, either express or implied. See the License for the
16 | specific language governing permissions and limitations
17 | under the License.
18 | */
19 |
20 | #import "CDVFile.h"
21 |
22 | @interface CDVLocalFilesystem : NSObject {
23 | NSString *_name;
24 | NSString *_fsRoot;
25 | }
26 |
27 | - (id) initWithName:(NSString *)name root:(NSString *)fsRoot;
28 | + (NSString*)getMimeTypeFromPath:(NSString*)fullPath;
29 |
30 | @property (nonatomic,strong) NSString *fsRoot;
31 |
32 | @end
33 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-file/www/browser/FileSystem.js:
--------------------------------------------------------------------------------
1 | /*
2 | *
3 | * Licensed to the Apache Software Foundation (ASF) under one
4 | * or more contributor license agreements. See the NOTICE file
5 | * distributed with this work for additional information
6 | * regarding copyright ownership. The ASF licenses this file
7 | * to you under the Apache License, Version 2.0 (the
8 | * "License"); you may not use this file except in compliance
9 | * with the License. You may obtain a copy of the License at
10 | *
11 | * http://www.apache.org/licenses/LICENSE-2.0
12 | *
13 | * Unless required by applicable law or agreed to in writing,
14 | * software distributed under the License is distributed on an
15 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 | * KIND, either express or implied. See the License for the
17 | * specific language governing permissions and limitations
18 | * under the License.
19 | *
20 | */
21 |
22 | /*global FILESYSTEM_PREFIX: true, module*/
23 |
24 | FILESYSTEM_PREFIX = "file:///";
25 |
26 | module.exports = {
27 | __format__: function(fullPath) {
28 | return (FILESYSTEM_PREFIX + this.name + (fullPath[0] === '/' ? '' : '/') + FileSystem.encodeURIPath(fullPath));
29 | }
30 | };
31 |
32 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-media-capture/www/CaptureImageOptions.js:
--------------------------------------------------------------------------------
1 | /*
2 | *
3 | * Licensed to the Apache Software Foundation (ASF) under one
4 | * or more contributor license agreements. See the NOTICE file
5 | * distributed with this work for additional information
6 | * regarding copyright ownership. The ASF licenses this file
7 | * to you under the Apache License, Version 2.0 (the
8 | * "License"); you may not use this file except in compliance
9 | * with the License. You may obtain a copy of the License at
10 | *
11 | * http://www.apache.org/licenses/LICENSE-2.0
12 | *
13 | * Unless required by applicable law or agreed to in writing,
14 | * software distributed under the License is distributed on an
15 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 | * KIND, either express or implied. See the License for the
17 | * specific language governing permissions and limitations
18 | * under the License.
19 | *
20 | */
21 |
22 | /**
23 | * Encapsulates all image capture operation configuration options.
24 | */
25 | var CaptureImageOptions = function(){
26 | // Upper limit of images user can take. Value must be equal or greater than 1.
27 | this.limit = 1;
28 | };
29 |
30 | module.exports = CaptureImageOptions;
31 |
--------------------------------------------------------------------------------
/platforms/browser/www/plugins/cordova-plugin-vibration/src/browser/Vibration.js:
--------------------------------------------------------------------------------
1 | cordova.define("cordova-plugin-vibration.Vibration", function(require, exports, module) { /*
2 | *
3 | * Licensed to the Apache Software Foundation (ASF) under one
4 | * or more contributor license agreements. See the NOTICE file
5 | * distributed with this work for additional information
6 | * regarding copyright ownership. The ASF licenses this file
7 | * to you under the Apache License, Version 2.0 (the
8 | * "License"); you may not use this file except in compliance
9 | * with the License. You may obtain a copy of the License at
10 | *
11 | * http://www.apache.org/licenses/LICENSE-2.0
12 | *
13 | * Unless required by applicable law or agreed to in writing,
14 | * software distributed under the License is distributed on an
15 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 | * KIND, either express or implied. See the License for the
17 | * specific language governing permissions and limitations
18 | * under the License.
19 | *
20 | */
21 |
22 | module.exports = {
23 | vibrate: function (success, fail, milliseconds) {
24 | console.log('Vibration is not supported');
25 | return false;
26 | }
27 | };
28 |
29 | });
30 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-file/www/ios/FileSystem.js:
--------------------------------------------------------------------------------
1 | /*
2 | *
3 | * Licensed to the Apache Software Foundation (ASF) under one
4 | * or more contributor license agreements. See the NOTICE file
5 | * distributed with this work for additional information
6 | * regarding copyright ownership. The ASF licenses this file
7 | * to you under the Apache License, Version 2.0 (the
8 | * "License"); you may not use this file except in compliance
9 | * with the License. You may obtain a copy of the License at
10 | *
11 | * http://www.apache.org/licenses/LICENSE-2.0
12 | *
13 | * Unless required by applicable law or agreed to in writing,
14 | * software distributed under the License is distributed on an
15 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 | * KIND, either express or implied. See the License for the
17 | * specific language governing permissions and limitations
18 | * under the License.
19 | *
20 | */
21 |
22 | FILESYSTEM_PROTOCOL = "cdvfile";
23 |
24 | module.exports = {
25 | __format__: function(fullPath) {
26 | var path = ('/'+this.name+(fullPath[0]==='/'?'':'/')+FileSystem.encodeURIPath(fullPath)).replace('//','/');
27 | return FILESYSTEM_PROTOCOL + '://localhost' + path;
28 | }
29 | };
30 |
31 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-file/www/osx/FileSystem.js:
--------------------------------------------------------------------------------
1 | /*
2 | *
3 | * Licensed to the Apache Software Foundation (ASF) under one
4 | * or more contributor license agreements. See the NOTICE file
5 | * distributed with this work for additional information
6 | * regarding copyright ownership. The ASF licenses this file
7 | * to you under the Apache License, Version 2.0 (the
8 | * "License"); you may not use this file except in compliance
9 | * with the License. You may obtain a copy of the License at
10 | *
11 | * http://www.apache.org/licenses/LICENSE-2.0
12 | *
13 | * Unless required by applicable law or agreed to in writing,
14 | * software distributed under the License is distributed on an
15 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 | * KIND, either express or implied. See the License for the
17 | * specific language governing permissions and limitations
18 | * under the License.
19 | *
20 | */
21 |
22 | FILESYSTEM_PROTOCOL = "cdvfile";
23 |
24 | module.exports = {
25 | __format__: function(fullPath) {
26 | var path = ('/'+this.name+(fullPath[0]==='/'?'':'/')+FileSystem.encodeURIPath(fullPath)).replace('//','/');
27 | return FILESYSTEM_PROTOCOL + '://localhost' + path;
28 | }
29 | };
30 |
31 |
--------------------------------------------------------------------------------
/platforms/browser/platform_www/plugins/cordova-plugin-vibration/src/browser/Vibration.js:
--------------------------------------------------------------------------------
1 | cordova.define("cordova-plugin-vibration.Vibration", function(require, exports, module) { /*
2 | *
3 | * Licensed to the Apache Software Foundation (ASF) under one
4 | * or more contributor license agreements. See the NOTICE file
5 | * distributed with this work for additional information
6 | * regarding copyright ownership. The ASF licenses this file
7 | * to you under the Apache License, Version 2.0 (the
8 | * "License"); you may not use this file except in compliance
9 | * with the License. You may obtain a copy of the License at
10 | *
11 | * http://www.apache.org/licenses/LICENSE-2.0
12 | *
13 | * Unless required by applicable law or agreed to in writing,
14 | * software distributed under the License is distributed on an
15 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 | * KIND, either express or implied. See the License for the
17 | * specific language governing permissions and limitations
18 | * under the License.
19 | *
20 | */
21 |
22 | module.exports = {
23 | vibrate: function (success, fail, milliseconds) {
24 | console.log('Vibration is not supported');
25 | return false;
26 | }
27 | };
28 |
29 | });
30 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-dialogs/tests/plugin.xml:
--------------------------------------------------------------------------------
1 |
2 |
20 |
21 |
24 | Cordova Notification Plugin Tests
25 | Apache 2.0
26 |
27 |
28 |
29 |
30 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-file/src/android/InvalidModificationException.java:
--------------------------------------------------------------------------------
1 | /*
2 | Licensed to the Apache Software Foundation (ASF) under one
3 | or more contributor license agreements. See the NOTICE file
4 | distributed with this work for additional information
5 | regarding copyright ownership. The ASF licenses this file
6 | to you under the Apache License, Version 2.0 (the
7 | "License"); you may not use this file except in compliance
8 | with the License. You may obtain a copy of the License at
9 |
10 | http://www.apache.org/licenses/LICENSE-2.0
11 |
12 | Unless required by applicable law or agreed to in writing,
13 | software distributed under the License is distributed on an
14 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | KIND, either express or implied. See the License for the
16 | specific language governing permissions and limitations
17 | under the License.
18 | */
19 |
20 |
21 | package org.apache.cordova.file;
22 |
23 | @SuppressWarnings("serial")
24 | public class InvalidModificationException extends Exception {
25 |
26 | public InvalidModificationException(String message) {
27 | super(message);
28 | }
29 |
30 | }
31 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-file/src/android/NoModificationAllowedException.java:
--------------------------------------------------------------------------------
1 | /*
2 | Licensed to the Apache Software Foundation (ASF) under one
3 | or more contributor license agreements. See the NOTICE file
4 | distributed with this work for additional information
5 | regarding copyright ownership. The ASF licenses this file
6 | to you under the Apache License, Version 2.0 (the
7 | "License"); you may not use this file except in compliance
8 | with the License. You may obtain a copy of the License at
9 |
10 | http://www.apache.org/licenses/LICENSE-2.0
11 |
12 | Unless required by applicable law or agreed to in writing,
13 | software distributed under the License is distributed on an
14 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | KIND, either express or implied. See the License for the
16 | specific language governing permissions and limitations
17 | under the License.
18 | */
19 |
20 | package org.apache.cordova.file;
21 |
22 | @SuppressWarnings("serial")
23 | public class NoModificationAllowedException extends Exception {
24 |
25 | public NoModificationAllowedException(String message) {
26 | super(message);
27 | }
28 |
29 | }
30 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-file/www/browser/isChrome.js:
--------------------------------------------------------------------------------
1 | /*
2 | *
3 | * Licensed to the Apache Software Foundation (ASF) under one
4 | * or more contributor license agreements. See the NOTICE file
5 | * distributed with this work for additional information
6 | * regarding copyright ownership. The ASF licenses this file
7 | * to you under the Apache License, Version 2.0 (the
8 | * "License"); you may not use this file except in compliance
9 | * with the License. You may obtain a copy of the License at
10 | *
11 | * http://www.apache.org/licenses/LICENSE-2.0
12 | *
13 | * Unless required by applicable law or agreed to in writing,
14 | * software distributed under the License is distributed on an
15 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 | * KIND, either express or implied. See the License for the
17 | * specific language governing permissions and limitations
18 | * under the License.
19 | *
20 | */
21 |
22 | module.exports = function () {
23 | // window.webkitRequestFileSystem and window.webkitResolveLocalFileSystemURL are available only in Chrome and
24 | // possibly a good flag to indicate that we're running in Chrome
25 | return window.webkitRequestFileSystem && window.webkitResolveLocalFileSystemURL;
26 | };
27 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-globalization/tests/plugin.xml:
--------------------------------------------------------------------------------
1 |
2 |
20 |
21 |
24 | Cordova Globalization Plugin Tests
25 | Apache 2.0
26 |
27 |
28 |
29 |
30 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-inappbrowser/src/ubuntu/InAppBrowser_escapeScript.js:
--------------------------------------------------------------------------------
1 | /*
2 | *
3 | * Licensed to the Apache Software Foundation (ASF) under one
4 | * or more contributor license agreements. See the NOTICE file
5 | * distributed with this work for additional information
6 | * regarding copyright ownership. The ASF licenses this file
7 | * to you under the Apache License, Version 2.0 (the
8 | * "License"); you may not use this file except in compliance
9 | * with the License. You may obtain a copy of the License at
10 | *
11 | * http://www.apache.org/licenses/LICENSE-2.0
12 | *
13 | * Unless required by applicable law or agreed to in writing,
14 | * software distributed under the License is distributed on an
15 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 | * KIND, either express or implied. See the License for the
17 | * specific language governing permissions and limitations
18 | * under the License.
19 | *
20 | */
21 |
22 | /* global oxide */
23 |
24 | oxide.addMessageHandler('EXECUTE', function (msg) {
25 | var code = msg.args.code;
26 | try {
27 | msg.reply({result: eval(code)}); // eslint-disable-line no-eval
28 | } catch (e) {
29 | msg.error('Code threw exception: "' + e + '"');
30 | }
31 | });
32 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-file/www/blackberry10/setMetadata.js:
--------------------------------------------------------------------------------
1 | /*
2 | *
3 | * Licensed to the Apache Software Foundation (ASF) under one
4 | * or more contributor license agreements. See the NOTICE file
5 | * distributed with this work for additional information
6 | * regarding copyright ownership. The ASF licenses this file
7 | * to you under the Apache License, Version 2.0 (the
8 | * "License"); you may not use this file except in compliance
9 | * with the License. You may obtain a copy of the License at
10 | *
11 | * http://www.apache.org/licenses/LICENSE-2.0
12 | *
13 | * Unless required by applicable law or agreed to in writing,
14 | * software distributed under the License is distributed on an
15 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 | * KIND, either express or implied. See the License for the
17 | * specific language governing permissions and limitations
18 | * under the License.
19 | *
20 | */
21 |
22 | /*
23 | * setMetadata
24 | *
25 | * BB10 OS does not support setting file metadata via HTML5 File System
26 | */
27 |
28 | module.exports = function (success, fail, args) {
29 | console.error("setMetadata not supported on BB10", arguments);
30 | if (typeof(fail) === 'function') {
31 | fail();
32 | }
33 | };
34 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-camera/src/ios/UIImage+CropScaleOrientation.h:
--------------------------------------------------------------------------------
1 | /*
2 | Licensed to the Apache Software Foundation (ASF) under one
3 | or more contributor license agreements. See the NOTICE file
4 | distributed with this work for additional information
5 | regarding copyright ownership. The ASF licenses this file
6 | to you under the Apache License, Version 2.0 (the
7 | "License"); you may not use this file except in compliance
8 | with the License. You may obtain a copy of the License at
9 |
10 | http://www.apache.org/licenses/LICENSE-2.0
11 |
12 | Unless required by applicable law or agreed to in writing,
13 | software distributed under the License is distributed on an
14 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | KIND, either express or implied. See the License for the
16 | specific language governing permissions and limitations
17 | under the License.
18 | */
19 |
20 | #import
21 |
22 | @interface UIImage (CropScaleOrientation)
23 |
24 | - (UIImage*)imageByScalingAndCroppingForSize:(CGSize)targetSize;
25 | - (UIImage*)imageCorrectedForCaptureOrientation;
26 | - (UIImage*)imageCorrectedForCaptureOrientation:(UIImageOrientation)imageOrientation;
27 | - (UIImage*)imageByScalingNotCroppingForSize:(CGSize)targetSize;
28 |
29 | @end
--------------------------------------------------------------------------------
/platforms/browser/www/plugins/cordova-plugin-file/www/FileUploadResult.js:
--------------------------------------------------------------------------------
1 | cordova.define("cordova-plugin-file.FileUploadResult", function(require, exports, module) { /*
2 | *
3 | * Licensed to the Apache Software Foundation (ASF) under one
4 | * or more contributor license agreements. See the NOTICE file
5 | * distributed with this work for additional information
6 | * regarding copyright ownership. The ASF licenses this file
7 | * to you under the Apache License, Version 2.0 (the
8 | * "License"); you may not use this file except in compliance
9 | * with the License. You may obtain a copy of the License at
10 | *
11 | * http://www.apache.org/licenses/LICENSE-2.0
12 | *
13 | * Unless required by applicable law or agreed to in writing,
14 | * software distributed under the License is distributed on an
15 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 | * KIND, either express or implied. See the License for the
17 | * specific language governing permissions and limitations
18 | * under the License.
19 | *
20 | */
21 |
22 | /**
23 | * FileUploadResult
24 | * @constructor
25 | */
26 | module.exports = function FileUploadResult(size, code, content) {
27 | this.bytesSent = size;
28 | this.responseCode = code;
29 | this.response = content;
30 | };
31 | });
32 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-camera/www/CameraPopoverHandle.js:
--------------------------------------------------------------------------------
1 | /*
2 | *
3 | * Licensed to the Apache Software Foundation (ASF) under one
4 | * or more contributor license agreements. See the NOTICE file
5 | * distributed with this work for additional information
6 | * regarding copyright ownership. The ASF licenses this file
7 | * to you under the Apache License, Version 2.0 (the
8 | * "License"); you may not use this file except in compliance
9 | * with the License. You may obtain a copy of the License at
10 | *
11 | * http://www.apache.org/licenses/LICENSE-2.0
12 | *
13 | * Unless required by applicable law or agreed to in writing,
14 | * software distributed under the License is distributed on an
15 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 | * KIND, either express or implied. See the License for the
17 | * specific language governing permissions and limitations
18 | * under the License.
19 | *
20 | */
21 |
22 | /**
23 | * @ignore in favour of iOS' one
24 | * A handle to an image picker popover.
25 | */
26 | var CameraPopoverHandle = function() {
27 | this.setPosition = function(popoverOptions) {
28 | console.log('CameraPopoverHandle.setPosition is only supported on iOS.');
29 | };
30 | };
31 |
32 | module.exports = CameraPopoverHandle;
33 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-network-information/src/ios/CDVConnection.h:
--------------------------------------------------------------------------------
1 | /*
2 | Licensed to the Apache Software Foundation (ASF) under one
3 | or more contributor license agreements. See the NOTICE file
4 | distributed with this work for additional information
5 | regarding copyright ownership. The ASF licenses this file
6 | to you under the Apache License, Version 2.0 (the
7 | "License"); you may not use this file except in compliance
8 | with the License. You may obtain a copy of the License at
9 |
10 | http://www.apache.org/licenses/LICENSE-2.0
11 |
12 | Unless required by applicable law or agreed to in writing,
13 | software distributed under the License is distributed on an
14 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | KIND, either express or implied. See the License for the
16 | specific language governing permissions and limitations
17 | under the License.
18 | */
19 |
20 | #import
21 | #import
22 | #import "CDVReachability.h"
23 |
24 | @interface CDVConnection : CDVPlugin {
25 | NSString* type;
26 | NSString* _callbackId;
27 |
28 | CDVReachability* internetReach;
29 | }
30 |
31 | @property (copy) NSString* connectionType;
32 | @property (strong) CDVReachability* internetReach;
33 |
34 | @end
35 |
--------------------------------------------------------------------------------
/platforms/browser/platform_www/plugins/cordova-plugin-file/www/FileUploadResult.js:
--------------------------------------------------------------------------------
1 | cordova.define("cordova-plugin-file.FileUploadResult", function(require, exports, module) { /*
2 | *
3 | * Licensed to the Apache Software Foundation (ASF) under one
4 | * or more contributor license agreements. See the NOTICE file
5 | * distributed with this work for additional information
6 | * regarding copyright ownership. The ASF licenses this file
7 | * to you under the Apache License, Version 2.0 (the
8 | * "License"); you may not use this file except in compliance
9 | * with the License. You may obtain a copy of the License at
10 | *
11 | * http://www.apache.org/licenses/LICENSE-2.0
12 | *
13 | * Unless required by applicable law or agreed to in writing,
14 | * software distributed under the License is distributed on an
15 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 | * KIND, either express or implied. See the License for the
17 | * specific language governing permissions and limitations
18 | * under the License.
19 | *
20 | */
21 |
22 | /**
23 | * FileUploadResult
24 | * @constructor
25 | */
26 | module.exports = function FileUploadResult(size, code, content) {
27 | this.bytesSent = size;
28 | this.responseCode = code;
29 | this.response = content;
30 | };
31 | });
32 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-geolocation/src/wp/GeoLocation.cs:
--------------------------------------------------------------------------------
1 | /*
2 | Licensed under the Apache License, Version 2.0 (the "License");
3 | you may not use this file except in compliance with the License.
4 | You may obtain a copy of the License at
5 |
6 | http://www.apache.org/licenses/LICENSE-2.0
7 |
8 | Unless required by applicable law or agreed to in writing, software
9 | distributed under the License is distributed on an "AS IS" BASIS,
10 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11 | See the License for the specific language governing permissions and
12 | limitations under the License.
13 | */
14 |
15 | using System;
16 | using System.Collections.Generic;
17 | using System.Runtime.Serialization;
18 | using System.Threading;
19 | using System.Device.Location;
20 |
21 | namespace WPCordovaClassLib.Cordova.Commands
22 | {
23 | ///
24 | /// This is a command stub, the browser provides the correct implementation. We use this to trigger the static analyzer that we require this permission
25 | ///
26 | public class Geolocation
27 | {
28 | /* Unreachable code, by design -jm */
29 | private void triggerGeoInclusion()
30 | {
31 | new GeoCoordinateWatcher();
32 | }
33 | }
34 | }
35 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-camera/tests/ios/doc/zh/README.md:
--------------------------------------------------------------------------------
1 |
19 |
20 | # CDVCamera 的 iOS 測試
21 |
22 | 您需要安裝`node.js`拉`科爾多瓦 ios`中.
23 |
24 | 第一次安裝科爾多瓦 ios:
25 |
26 | npm install
27 |
28 |
29 | 在當前資料夾中。
30 |
31 | # 從 Xcode 測試
32 |
33 | 1. 啟動`CDVCameraTest.xcworkspace`檔。
34 | 2. 從方案下拉式功能表中選擇"CDVCameraLibTests"
35 | 3. 按一下並堅持`播放`按鈕,然後選擇要運行的測試的`扳手`圖示
36 |
37 | # 從命令列測試
38 |
39 | npm test
--------------------------------------------------------------------------------
/plugins/cordova-plugin-media-capture/www/CaptureAudioOptions.js:
--------------------------------------------------------------------------------
1 | /*
2 | *
3 | * Licensed to the Apache Software Foundation (ASF) under one
4 | * or more contributor license agreements. See the NOTICE file
5 | * distributed with this work for additional information
6 | * regarding copyright ownership. The ASF licenses this file
7 | * to you under the Apache License, Version 2.0 (the
8 | * "License"); you may not use this file except in compliance
9 | * with the License. You may obtain a copy of the License at
10 | *
11 | * http://www.apache.org/licenses/LICENSE-2.0
12 | *
13 | * Unless required by applicable law or agreed to in writing,
14 | * software distributed under the License is distributed on an
15 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 | * KIND, either express or implied. See the License for the
17 | * specific language governing permissions and limitations
18 | * under the License.
19 | *
20 | */
21 |
22 | /**
23 | * Encapsulates all audio capture operation configuration options.
24 | */
25 | var CaptureAudioOptions = function(){
26 | // Upper limit of sound clips user can record. Value must be equal or greater than 1.
27 | this.limit = 1;
28 | // Maximum duration of a single sound clip in seconds.
29 | this.duration = 0;
30 | };
31 |
32 | module.exports = CaptureAudioOptions;
33 |
--------------------------------------------------------------------------------
/platforms/browser/www/plugins/cordova-plugin-network-information/www/Connection.js:
--------------------------------------------------------------------------------
1 | cordova.define("cordova-plugin-network-information.Connection", function(require, exports, module) { /*
2 | *
3 | * Licensed to the Apache Software Foundation (ASF) under one
4 | * or more contributor license agreements. See the NOTICE file
5 | * distributed with this work for additional information
6 | * regarding copyright ownership. The ASF licenses this file
7 | * to you under the Apache License, Version 2.0 (the
8 | * "License"); you may not use this file except in compliance
9 | * with the License. You may obtain a copy of the License at
10 | *
11 | * http://www.apache.org/licenses/LICENSE-2.0
12 | *
13 | * Unless required by applicable law or agreed to in writing,
14 | * software distributed under the License is distributed on an
15 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 | * KIND, either express or implied. See the License for the
17 | * specific language governing permissions and limitations
18 | * under the License.
19 | *
20 | */
21 |
22 | /**
23 | * Network status
24 | */
25 | module.exports = {
26 | UNKNOWN: 'unknown',
27 | ETHERNET: 'ethernet',
28 | WIFI: 'wifi',
29 | CELL_2G: '2g',
30 | CELL_3G: '3g',
31 | CELL_4G: '4g',
32 | CELL: 'cellular',
33 | NONE: 'none'
34 | };
35 |
36 | });
37 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-network-information/tests/plugin.xml:
--------------------------------------------------------------------------------
1 |
2 |
20 |
21 |
25 | Cordova Network Information Plugin Tests
26 | Apache 2.0
27 |
28 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/platforms/browser/cordova/build:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env node
2 |
3 | /*
4 | Licensed to the Apache Software Foundation (ASF) under one
5 | or more contributor license agreements. See the NOTICE file
6 | distributed with this work for additional information
7 | regarding copyright ownership. The ASF licenses this file
8 | to you under the Apache License, Version 2.0 (the
9 | "License"); you may not use this file except in compliance
10 | with the License. You may obtain a copy of the License at
11 |
12 | http://www.apache.org/licenses/LICENSE-2.0
13 |
14 | Unless required by applicable law or agreed to in writing,
15 | software distributed under the License is distributed on an
16 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17 | KIND, either express or implied. See the License for the
18 | specific language governing permissions and limitations
19 | under the License.
20 | */
21 |
22 |
23 | var build = require('./lib/build'),
24 | args = process.argv;
25 |
26 | // provide help
27 | if ( args[2] == '--help' || args[2] == '/?' || args[2] == '-h' || args[2] == '/h' ||
28 | args[2] == 'help' || args[2] == '-help' || args[2] == '/help') {
29 | build.help();
30 | process.exit(0);
31 | } else {
32 |
33 | build.run();
34 | }
35 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-globalization/src/windows/GlobalizationProxy/GlobalizationProxy/Globalization/SettableCultureInfo.cs:
--------------------------------------------------------------------------------
1 | /*
2 | Licensed under the Apache License, Version 2.0 (the "License");
3 | you may not use this file except in compliance with the License.
4 | You may obtain a copy of the License at
5 |
6 | http://www.apache.org/licenses/LICENSE-2.0
7 |
8 | Unless required by applicable law or agreed to in writing, software
9 | distributed under the License is distributed on an "AS IS" BASIS,
10 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11 | See the License for the specific language governing permissions and
12 | limitations under the License.
13 | */
14 |
15 | using System.Globalization;
16 |
17 | namespace GlobalizationProxy.Globalization
18 | {
19 | class SettableCultureInfo : CultureInfo
20 | {
21 | public SettableCultureInfo(string name)
22 | : base(name)
23 | {
24 | }
25 |
26 | public static void SubstituteCurrentLocale(string name)
27 | {
28 | CurrentCulture = new SettableCultureInfo(name);
29 | }
30 |
31 | ///
32 | /// Overriding System.Globalization.CurrentCulture here
33 | ///
34 | public static new SettableCultureInfo CurrentCulture { get; set; }
35 | }
36 | }
37 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-vibration/src/firefoxos/VibrationProxy.js:
--------------------------------------------------------------------------------
1 | /*
2 | *
3 | * Licensed to the Apache Software Foundation (ASF) under one
4 | * or more contributor license agreements. See the NOTICE file
5 | * distributed with this work for additional information
6 | * regarding copyright ownership. The ASF licenses this file
7 | * to you under the Apache License, Version 2.0 (the
8 | * "License"); you may not use this file except in compliance
9 | * with the License. You may obtain a copy of the License at
10 | *
11 | * http://www.apache.org/licenses/LICENSE-2.0
12 | *
13 | * Unless required by applicable law or agreed to in writing,
14 | * software distributed under the License is distributed on an
15 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 | * KIND, either express or implied. See the License for the
17 | * specific language governing permissions and limitations
18 | * under the License.
19 | *
20 | */
21 |
22 | module.exports = {
23 |
24 | vibrate: function (success, fail, milliseconds) {
25 | if (navigator.notification.vibrate) {
26 | navigator.vibrate(milliseconds);
27 | } else {
28 | console.log('cordova/plugin/firefoxos/vibration, vibrate API does not exist');
29 | }
30 | }
31 | };
32 |
33 | require('cordova/exec/proxy').add('Vibration', module.exports);
34 |
--------------------------------------------------------------------------------
/platforms/browser/platform_www/plugins/cordova-plugin-network-information/www/Connection.js:
--------------------------------------------------------------------------------
1 | cordova.define("cordova-plugin-network-information.Connection", function(require, exports, module) { /*
2 | *
3 | * Licensed to the Apache Software Foundation (ASF) under one
4 | * or more contributor license agreements. See the NOTICE file
5 | * distributed with this work for additional information
6 | * regarding copyright ownership. The ASF licenses this file
7 | * to you under the Apache License, Version 2.0 (the
8 | * "License"); you may not use this file except in compliance
9 | * with the License. You may obtain a copy of the License at
10 | *
11 | * http://www.apache.org/licenses/LICENSE-2.0
12 | *
13 | * Unless required by applicable law or agreed to in writing,
14 | * software distributed under the License is distributed on an
15 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 | * KIND, either express or implied. See the License for the
17 | * specific language governing permissions and limitations
18 | * under the License.
19 | *
20 | */
21 |
22 | /**
23 | * Network status
24 | */
25 | module.exports = {
26 | UNKNOWN: 'unknown',
27 | ETHERNET: 'ethernet',
28 | WIFI: 'wifi',
29 | CELL_2G: '2g',
30 | CELL_3G: '3g',
31 | CELL_4G: '4g',
32 | CELL: 'cellular',
33 | NONE: 'none'
34 | };
35 |
36 | });
37 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-ionic-webview/src/ios/CDVWKWebViewEngine.h:
--------------------------------------------------------------------------------
1 | /*
2 | Licensed to the Apache Software Foundation (ASF) under one
3 | or more contributor license agreements. See the NOTICE file
4 | distributed with this work for additional information
5 | regarding copyright ownership. The ASF licenses this file
6 | to you under the Apache License, Version 2.0 (the
7 | "License"); you may not use this file except in compliance
8 | with the License. You may obtain a copy of the License at
9 |
10 | http://www.apache.org/licenses/LICENSE-2.0
11 |
12 | Unless required by applicable law or agreed to in writing,
13 | software distributed under the License is distributed on an
14 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | KIND, either express or implied. See the License for the
16 | specific language governing permissions and limitations
17 | under the License.
18 | */
19 |
20 | #import
21 | #import
22 |
23 | @interface CDVWKWebViewEngine : CDVPlugin
24 |
25 | @property (nonatomic, strong, readonly) id uiDelegate;
26 | @property (nonatomic, strong) NSString * basePath;
27 |
28 | -(void)setServerBasePath:(CDVInvokedUrlCommand*)command;
29 | -(void)getServerBasePath:(CDVInvokedUrlCommand*)command;
30 |
31 | @end
32 |
--------------------------------------------------------------------------------
/platforms/browser/www/plugins/cordova-plugin-file/www/browser/FileSystem.js:
--------------------------------------------------------------------------------
1 | cordova.define("cordova-plugin-file.firefoxFileSystem", function(require, exports, module) { /*
2 | *
3 | * Licensed to the Apache Software Foundation (ASF) under one
4 | * or more contributor license agreements. See the NOTICE file
5 | * distributed with this work for additional information
6 | * regarding copyright ownership. The ASF licenses this file
7 | * to you under the Apache License, Version 2.0 (the
8 | * "License"); you may not use this file except in compliance
9 | * with the License. You may obtain a copy of the License at
10 | *
11 | * http://www.apache.org/licenses/LICENSE-2.0
12 | *
13 | * Unless required by applicable law or agreed to in writing,
14 | * software distributed under the License is distributed on an
15 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 | * KIND, either express or implied. See the License for the
17 | * specific language governing permissions and limitations
18 | * under the License.
19 | *
20 | */
21 |
22 | /*global FILESYSTEM_PREFIX: true, module*/
23 |
24 | FILESYSTEM_PREFIX = "file:///";
25 |
26 | module.exports = {
27 | __format__: function(fullPath) {
28 | return (FILESYSTEM_PREFIX + this.name + (fullPath[0] === '/' ? '' : '/') + FileSystem.encodeURIPath(fullPath));
29 | }
30 | };
31 |
32 |
33 | });
34 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-device/tests/plugin.xml:
--------------------------------------------------------------------------------
1 |
2 |
20 |
21 |
26 | Cordova Device Plugin Tests
27 | Apache 2.0
28 |
29 |
30 |
31 |
32 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-file/www/ubuntu/FileSystem.js:
--------------------------------------------------------------------------------
1 | /*
2 | *
3 | * Licensed to the Apache Software Foundation (ASF) under one
4 | * or more contributor license agreements. See the NOTICE file
5 | * distributed with this work for additional information
6 | * regarding copyright ownership. The ASF licenses this file
7 | * to you under the Apache License, Version 2.0 (the
8 | * "License"); you may not use this file except in compliance
9 | * with the License. You may obtain a copy of the License at
10 | *
11 | * http://www.apache.org/licenses/LICENSE-2.0
12 | *
13 | * Unless required by applicable law or agreed to in writing,
14 | * software distributed under the License is distributed on an
15 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 | * KIND, either express or implied. See the License for the
17 | * specific language governing permissions and limitations
18 | * under the License.
19 | *
20 | */
21 |
22 | FILESYSTEM_PROTOCOL = "cdvfile";
23 |
24 | module.exports = {
25 | __format__: function(fullPath) {
26 | if (this.name === 'content') {
27 | return 'content:/' + fullPath;
28 | }
29 | var path = ('/' + this.name + (fullPath[0] === '/' ? '' : '/') + FileSystem.encodeURIPath(fullPath)).replace('//','/');
30 |
31 | return FILESYSTEM_PROTOCOL + '://localhost' + path;
32 | }
33 | };
34 |
35 |
--------------------------------------------------------------------------------
/platforms/browser/www/plugins/cordova-plugin-file/www/browser/isChrome.js:
--------------------------------------------------------------------------------
1 | cordova.define("cordova-plugin-file.isChrome", function(require, exports, module) { /*
2 | *
3 | * Licensed to the Apache Software Foundation (ASF) under one
4 | * or more contributor license agreements. See the NOTICE file
5 | * distributed with this work for additional information
6 | * regarding copyright ownership. The ASF licenses this file
7 | * to you under the Apache License, Version 2.0 (the
8 | * "License"); you may not use this file except in compliance
9 | * with the License. You may obtain a copy of the License at
10 | *
11 | * http://www.apache.org/licenses/LICENSE-2.0
12 | *
13 | * Unless required by applicable law or agreed to in writing,
14 | * software distributed under the License is distributed on an
15 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 | * KIND, either express or implied. See the License for the
17 | * specific language governing permissions and limitations
18 | * under the License.
19 | *
20 | */
21 |
22 | module.exports = function () {
23 | // window.webkitRequestFileSystem and window.webkitResolveLocalFileSystemURL are available only in Chrome and
24 | // possibly a good flag to indicate that we're running in Chrome
25 | return window.webkitRequestFileSystem && window.webkitResolveLocalFileSystemURL;
26 | };
27 |
28 | });
29 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-device/src/ubuntu/device.h:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright 2011 Wolfgang Koller - http://www.gofg.at/
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | */
16 |
17 | #ifndef DEVICE_H_FDSAFAS
18 | #define DEVICE_H_FDSAFAS
19 |
20 | #include
21 |
22 | #include
23 |
24 | class Device: public CPlugin {
25 | Q_OBJECT
26 | public:
27 | explicit Device(Cordova *cordova);
28 |
29 | virtual const QString fullName() override {
30 | return Device::fullID();
31 | }
32 |
33 | virtual const QString shortName() override {
34 | return "Device";
35 | }
36 |
37 | static const QString fullID() {
38 | return "com.cordova.Device";
39 | }
40 |
41 | signals:
42 |
43 | public slots:
44 | void getInfo(int scId, int ecId);
45 | };
46 |
47 | #endif
48 |
--------------------------------------------------------------------------------
/plugins/cordova-plugin-media-capture/src/ios/CDVCapture.bundle/en.lproj/Localizable.strings:
--------------------------------------------------------------------------------
1 | /*
2 | Licensed to the Apache Software Foundation (ASF) under one
3 | or more contributor license agreements. See the NOTICE file
4 | distributed with this work for additional information
5 | regarding copyright ownership. The ASF licenses this file
6 | to you under the Apache License, Version 2.0 (the
7 | "License"); you may not use this file except in compliance
8 | with the License. You may obtain a copy of the License at
9 |
10 | http://www.apache.org/licenses/LICENSE-2.0
11 |
12 | Unless required by applicable law or agreed to in writing,
13 | software distributed under the License is distributed on an
14 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | KIND, either express or implied. See the License for the
16 | specific language governing permissions and limitations
17 | under the License.
18 | */
19 |
20 | // controller title for Videos
21 | "Videos title" = "Videos";
22 | // accessibility label for recording button
23 | "toggle audio recording" = "toggle audio recording";
24 | // notification spoken by VoiceOver when timed recording finishes
25 | "timed recording complete" = "timed recording complete";
26 | // accessibility hint for display of recorded elapsed time
27 | "recorded time in minutes and seconds" = "recorded time in minutes and seconds";
28 |
--------------------------------------------------------------------------------
/platforms/browser/platform_www/plugins/cordova-plugin-file/www/browser/FileSystem.js:
--------------------------------------------------------------------------------
1 | cordova.define("cordova-plugin-file.firefoxFileSystem", function(require, exports, module) { /*
2 | *
3 | * Licensed to the Apache Software Foundation (ASF) under one
4 | * or more contributor license agreements. See the NOTICE file
5 | * distributed with this work for additional information
6 | * regarding copyright ownership. The ASF licenses this file
7 | * to you under the Apache License, Version 2.0 (the
8 | * "License"); you may not use this file except in compliance
9 | * with the License. You may obtain a copy of the License at
10 | *
11 | * http://www.apache.org/licenses/LICENSE-2.0
12 | *
13 | * Unless required by applicable law or agreed to in writing,
14 | * software distributed under the License is distributed on an
15 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 | * KIND, either express or implied. See the License for the
17 | * specific language governing permissions and limitations
18 | * under the License.
19 | *
20 | */
21 |
22 | /*global FILESYSTEM_PREFIX: true, module*/
23 |
24 | FILESYSTEM_PREFIX = "file:///";
25 |
26 | module.exports = {
27 | __format__: function(fullPath) {
28 | return (FILESYSTEM_PREFIX + this.name + (fullPath[0] === '/' ? '' : '/') + FileSystem.encodeURIPath(fullPath));
29 | }
30 | };
31 |
32 |
33 | });
34 |
--------------------------------------------------------------------------------
/platforms/browser/www/plugins/cordova-plugin-media-capture/www/CaptureImageOptions.js:
--------------------------------------------------------------------------------
1 | cordova.define("cordova-plugin-media-capture.CaptureImageOptions", function(require, exports, module) { /*
2 | *
3 | * Licensed to the Apache Software Foundation (ASF) under one
4 | * or more contributor license agreements. See the NOTICE file
5 | * distributed with this work for additional information
6 | * regarding copyright ownership. The ASF licenses this file
7 | * to you under the Apache License, Version 2.0 (the
8 | * "License"); you may not use this file except in compliance
9 | * with the License. You may obtain a copy of the License at
10 | *
11 | * http://www.apache.org/licenses/LICENSE-2.0
12 | *
13 | * Unless required by applicable law or agreed to in writing,
14 | * software distributed under the License is distributed on an
15 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 | * KIND, either express or implied. See the License for the
17 | * specific language governing permissions and limitations
18 | * under the License.
19 | *
20 | */
21 |
22 | /**
23 | * Encapsulates all image capture operation configuration options.
24 | */
25 | var CaptureImageOptions = function(){
26 | // Upper limit of images user can take. Value must be equal or greater than 1.
27 | this.limit = 1;
28 | };
29 |
30 | module.exports = CaptureImageOptions;
31 |
32 | });
33 |
--------------------------------------------------------------------------------