mirror of
https://github.com/apache/cordova-plugin-screen-orientation.git
synced 2025-05-08 03:29:18 +08:00
Merge branch 'master' into 2.0.x
This commit is contained in:
commit
acc9c67cf6
28
.appveyor.yml
Normal file
28
.appveyor.yml
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
# appveyor file
|
||||||
|
# http://www.appveyor.com/docs/appveyor-yml
|
||||||
|
|
||||||
|
max_jobs: 1
|
||||||
|
|
||||||
|
shallow_clone: true
|
||||||
|
|
||||||
|
init:
|
||||||
|
- git config --global core.autocrlf true
|
||||||
|
|
||||||
|
image:
|
||||||
|
- Visual Studio 2017
|
||||||
|
|
||||||
|
environment:
|
||||||
|
nodejs_version: "4"
|
||||||
|
matrix:
|
||||||
|
- PLATFORM: windows-10-store
|
||||||
|
JUST_BUILD: --justBuild
|
||||||
|
install:
|
||||||
|
- npm cache clean -f
|
||||||
|
- node --version
|
||||||
|
- npm install -g cordova-paramedic@https://github.com/apache/cordova-paramedic.git
|
||||||
|
- npm install -g cordova
|
||||||
|
|
||||||
|
build: off
|
||||||
|
|
||||||
|
test_script:
|
||||||
|
- cordova-paramedic --config pr\%PLATFORM% --plugin . %JUST_BUILD%
|
82
.travis.yml
Normal file
82
.travis.yml
Normal file
@ -0,0 +1,82 @@
|
|||||||
|
sudo: false
|
||||||
|
addons:
|
||||||
|
jwt:
|
||||||
|
secure: CpTKIU5+sYxwFDRI73/Yjhm/pIzlTCRhVJRqe6SkN5WlrB+rtx2FLuwwBY5wAYMcUcRWLa4KOARFfdNSOU3z5EMZb4WiRfSrSZYLvrMA2qN9fuBg8RufNwcVXRo6TFJhlqOMsFx2mpjGcsV875Y5sZP62h+SbtdeMloHbWkFI3wjpVd7ut/U3/nBZ7e/cQqOdqFJc65EzMwUfDUvHAde259WhSUx5zEy1aCNNFvuCGYzvYL+B7wpweGVXgOlOLpxSAgWQte1esNGfa/+LKmdwD55OszScxvoSmiha0Ux2ctCUNxStD4mhSeGvDSdJFFWxvLEnZ769Yc7zh7/7yJ4iJxw3/G2yXXVCAPD2aXmsXcLD8x/KoiDwoTyOD9302FdXMTPaJEAD5inNkK69dftn5xfErBNb39JZTQuYcfav/DvFlqciTP5kCeIC3/t3zfeQcLbP5lgFoR+tTKbkvuUAl/Vo6mw1pt9BSSztbxgDJRHKXTi904WIonLlTSkZxMOD0Y2KVDHhNLzUcKA9YHt42FUp7T1EbsHsIzzwEFsR3cMaQp/Ku/X62mZscKycsrKoReX8hU1hAkWPwtxUtsKjHBVTkJNdPJLMpt53jVbh28EX09aY9niRm2puJDgWPHIqr99zEUlqLyLSKr4KERTz2ONq7wSSLv+AMeJgDyfyTE=
|
||||||
|
env:
|
||||||
|
global:
|
||||||
|
- SAUCE_USERNAME=snay
|
||||||
|
- TRAVIS_NODE_VERSION="4.2"
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- env: PLATFORM=browser-chrome
|
||||||
|
os: linux
|
||||||
|
language: node_js
|
||||||
|
node_js: '4.2'
|
||||||
|
- env: PLATFORM=browser-firefox
|
||||||
|
os: linux
|
||||||
|
language: node_js
|
||||||
|
node_js: '4.2'
|
||||||
|
- env: PLATFORM=browser-safari
|
||||||
|
os: linux
|
||||||
|
language: node_js
|
||||||
|
node_js: '4.2'
|
||||||
|
- env: PLATFORM=browser-edge
|
||||||
|
os: linux
|
||||||
|
language: node_js
|
||||||
|
node_js: '4.2'
|
||||||
|
- env: PLATFORM=ios-9.3
|
||||||
|
os: osx
|
||||||
|
osx_image: xcode7.3
|
||||||
|
language: node_js
|
||||||
|
node_js: '4.2'
|
||||||
|
- env: PLATFORM=ios-10.0
|
||||||
|
os: osx
|
||||||
|
osx_image: xcode7.3
|
||||||
|
language: node_js
|
||||||
|
node_js: '4.2'
|
||||||
|
- env: PLATFORM=android-4.4
|
||||||
|
os: linux
|
||||||
|
language: android
|
||||||
|
jdk: oraclejdk8
|
||||||
|
android:
|
||||||
|
components:
|
||||||
|
- tools
|
||||||
|
- env: PLATFORM=android-5.1
|
||||||
|
os: linux
|
||||||
|
language: android
|
||||||
|
jdk: oraclejdk8
|
||||||
|
android:
|
||||||
|
components:
|
||||||
|
- tools
|
||||||
|
- env: PLATFORM=android-6.0
|
||||||
|
os: linux
|
||||||
|
language: android
|
||||||
|
jdk: oraclejdk8
|
||||||
|
android:
|
||||||
|
components:
|
||||||
|
- tools
|
||||||
|
- env: PLATFORM=android-7.0
|
||||||
|
os: linux
|
||||||
|
language: android
|
||||||
|
jdk: oraclejdk8
|
||||||
|
android:
|
||||||
|
components:
|
||||||
|
- tools
|
||||||
|
before_install:
|
||||||
|
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm
|
||||||
|
&& git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm
|
||||||
|
install $TRAVIS_NODE_VERSION
|
||||||
|
- node --version
|
||||||
|
- if [[ "$PLATFORM" =~ android ]]; then gradle --version; fi
|
||||||
|
- if [[ "$PLATFORM" =~ ios ]]; then npm install -g ios-deploy; fi
|
||||||
|
- if [[ "$PLATFORM" =~ android ]]; then echo y | android update sdk -u --filter android-22,android-23,android-24,android-25,android-26;
|
||||||
|
fi
|
||||||
|
- git clone https://github.com/apache/cordova-paramedic /tmp/paramedic && pushd /tmp/paramedic
|
||||||
|
&& npm install && popd
|
||||||
|
- npm install -g cordova
|
||||||
|
install:
|
||||||
|
- npm install
|
||||||
|
script:
|
||||||
|
- npm test
|
||||||
|
- node /tmp/paramedic/main.js --config pr/$PLATFORM --plugin $(pwd) --shouldUseSauce
|
||||||
|
--buildName travis-plugin-screen-orientation-$TRAVIS_JOB_NUMBER
|
@ -17,9 +17,9 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|Android 4.4|Android 5.1|Android 6.0|iOS 9.3|iOS 10.0|Windows 10 Store|
|
|AppVeyor|Travis CI|
|
||||||
|:-:|:-:|:-:|:-:|:-:|:-:|
|
|:-:|:-:|
|
||||||
|[](http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=android-4.4,PLUGIN=cordova-plugin-screen-orientation/)|[](http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=android-5.1,PLUGIN=cordova-plugin-screen-orientation/)|[](http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=android-6.0,PLUGIN=cordova-plugin-screen-orientation/)|[](http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=ios-9.3,PLUGIN=cordova-plugin-screen-orientation/)|[](http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=ios-10.0,PLUGIN=cordova-plugin-screen-orientation/)|[](http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=windows-10-store,PLUGIN=cordova-plugin-screen-orientation/)|
|
|[](https://ci.appveyor.com/project/ApacheSoftwareFoundation/cordova-plugin-screen-orientation)|[](https://travis-ci.org/apache/cordova-plugin-screen-orientation)|
|
||||||
|
|
||||||
# Cordova Screen Orientation Plugin
|
# Cordova Screen Orientation Plugin
|
||||||
|
|
||||||
|
@ -22,6 +22,12 @@
|
|||||||
# Release Notes
|
# Release Notes
|
||||||
|
|
||||||
|
|
||||||
|
### 2.0.2 (Nov 06, 2017)
|
||||||
|
* [CB-13472](https://issues.apache.org/jira/browse/CB-13472) (CI) Fixed Travis **Android** builds again
|
||||||
|
* [CB-13028](https://issues.apache.org/jira/browse/CB-13028) (CI) **Browser** builds on Travis and AppVeyor
|
||||||
|
* [CB-12994](https://issues.apache.org/jira/browse/CB-12994) (android, **BlackBerry**) add `es6-promise-plugin` from `npm`
|
||||||
|
* [CB-12847](https://issues.apache.org/jira/browse/CB-12847) added `bugs` entry to `package.json`.
|
||||||
|
|
||||||
### 2.0.1 (Apr 27, 2017)
|
### 2.0.1 (Apr 27, 2017)
|
||||||
* [CB-12622](https://issues.apache.org/jira/browse/CB-12622) Added **Android 6.0** build badge to `README`
|
* [CB-12622](https://issues.apache.org/jira/browse/CB-12622) Added **Android 6.0** build badge to `README`
|
||||||
* [CB-12543](https://issues.apache.org/jira/browse/CB-12543) (iOS) Rotate to specified orientation when locked
|
* [CB-12543](https://issues.apache.org/jira/browse/CB-12543) (iOS) Rotate to specified orientation when locked
|
||||||
|
@ -1,11 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "cordova-plugin-screen-orientation",
|
"name": "cordova-plugin-screen-orientation",
|
||||||
"version": "2.0.1",
|
"version": "2.0.2",
|
||||||
"description": "Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS, WP8, W8.1, and BB10.",
|
"description": "Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS, WP8, W8.1, and BB10.",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/apache/cordova-plugin-screen-orientation"
|
"url": "https://github.com/apache/cordova-plugin-screen-orientation"
|
||||||
},
|
},
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://issues.apache.org/jira/browse/CB"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "npm run jshint",
|
"test": "npm run jshint",
|
||||||
"jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint demo/www"
|
"jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint demo/www"
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||||
id="cordova-plugin-screen-orientation"
|
id="cordova-plugin-screen-orientation"
|
||||||
version="2.0.1">
|
version="2.0.2">
|
||||||
<name>Screen Orientation</name>
|
<name>Screen Orientation</name>
|
||||||
<description>Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS, WP8, W8.1, and BB10.</description>
|
<description>Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS, WP8, W8.1, and BB10.</description>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
@ -52,7 +52,7 @@
|
|||||||
</feature>
|
</feature>
|
||||||
</config-file>
|
</config-file>
|
||||||
|
|
||||||
<dependency id="es6-promise-plugin" url="https://github.com/vstirbu/PromisesPlugin.git"/>
|
<dependency id="es6-promise-plugin" version="^4.1.0" />
|
||||||
|
|
||||||
</platform>
|
</platform>
|
||||||
|
|
||||||
@ -64,7 +64,7 @@
|
|||||||
<js-module src="www/screenorientation.bb10.js" name="screenorientation.bb10">
|
<js-module src="www/screenorientation.bb10.js" name="screenorientation.bb10">
|
||||||
<merges target="cordova.plugins.screenorientation" />
|
<merges target="cordova.plugins.screenorientation" />
|
||||||
</js-module>
|
</js-module>
|
||||||
<dependency id="es6-promise-plugin" url="https://github.com/vstirbu/PromisesPlugin.git"/>
|
<dependency id="es6-promise-plugin" version="^4.1.0"/>
|
||||||
</platform>
|
</platform>
|
||||||
|
|
||||||
<platform name="windows">
|
<platform name="windows">
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
xmlns:rim="http://www.blackberry.com/ns/widgets"
|
xmlns:rim="http://www.blackberry.com/ns/widgets"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
id="cordova-plugin-screen-orientation-tests"
|
id="cordova-plugin-screen-orientation-tests"
|
||||||
version="2.0.1">
|
version="2.0.2">
|
||||||
<name>Cordova Screen Orientation Plugin Tests</name>
|
<name>Cordova Screen Orientation Plugin Tests</name>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user