Commit Graph

216 Commits

Author SHA1 Message Date
エリス 3a54cb5622 chore: update asf config (#124) 2023-10-19 09:10:16 +09:00
エリス ba3550161e ci(gh-action): sync with paramedic configs (#123) 2023-09-25 14:35:59 +09:00
jcesarmobile 601400627e fix(android, ios): use clobbers to overwrite screen.orientation (#116) 2023-09-07 20:44:19 +09:00
Niklas Merz cc71a9dd7e Incremented plugin version. (screenorientation3.0.3) 2023-02-21 22:33:18 +01:00
Niklas Merz eb356d385c chore: add NOTICE file 3.0.3 rel/3.0.3 2023-02-21 22:32:02 +01:00
Niklas Merz 34a0e40702 Updated version and RELEASENOTES.md for release 3.0.3 2023-02-21 22:08:28 +01:00
dependabot[bot] f518c320a3 build(deps): bump json5 from 1.0.1 to 1.0.2 (#110)
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-17 14:33:45 +01:00
oofaish b444df630b feat(ios): add support for ios 16 (#107)
* Include iOS 16 Support
* Fix the unlock/lock issue by always calling setSupportedOrientations but only call setNeedsUpdateOfSupportedInterfaceOrientations at the end to avoid refreshing orientation twice
2022-12-12 09:55:43 +09:00
Norman Breau 98ec1cff7d fix(chrome): lock test (#105) 2022-09-22 01:19:23 -03:00
Norman Breau b4030fc160 chore: add .npmrc file to ensure the official NPM registry is used for package installations. (#103) 2022-09-22 01:18:45 -03:00
Norman Breau 989d95738b chore: package-lock update (#104) 2022-09-22 01:18:15 -03:00
エリス 7a4b5c9790 ci: sync workflow with paramedic (#101) 2022-08-13 01:59:57 +09:00
エリス 7a4087cc8d chore(npm): bump package-lock v2 w/ rebuild (#99) 2022-07-17 17:58:54 +09:00
エリス 1bfe111fa6 ci(android): update java requirement for cordova-android@11 (#92) 2022-07-16 14:17:00 +09:00
エリス f6975fa5dc ci(ios): update workflow w/ iOS 15 (#88) 2021-10-18 21:12:47 +09:00
エリス ab0f00cc0d ci: add action-badge (#87) 2021-09-25 01:04:23 +09:00
エリス 3d77257f68 ci: remove travis & appveyor (#86) 2021-09-25 00:07:52 +09:00
エリス f835583192 ci: add gh-actions workflows (#84) 2021-09-16 22:20:15 +09:00
エリス c60dc80d75 ci: add node-14.x to workflow (#76) 2021-09-08 14:56:38 +09:00
iktumi e0a1f3948c fix: resolveOrientation function not working correctly (#77)
Fixing a problem that was making the screen not to be locked as described on https://www.outsystems.com/forums/discussion/67761/resolveorientation-bug/
2021-01-22 17:06:37 +00:00
エリス 9a668cc721 ci(travis): update osx xcode image (#72)
* ci(travis): update osx xcode image
* ci: use travis's latest supported osx_image xcode11.6
2020-09-03 19:34:10 +09:00
Tim Brust 8f4488fe19 ci(travis): updates Android API level (#71) 2020-08-22 21:34:00 +09:00
Tim Brust 3c08d393ff chore: adds package-lock file (#67) 2020-07-02 15:42:31 +00:00
Tim Brust 57df0189e0 refactor(eslint): use cordova-eslint /w fix (#66) 2020-07-02 10:12:53 +00:00
Tim Brust 4b719848a6 chore(npm): use short notation in package.json (#64) 2020-07-02 08:05:29 +00:00
Tim Brust 2c6b348f86 chore: removes old demo project. closes #52 (#65) 2020-07-02 08:05:21 +00:00
Erisu 01c10dce27 chore(asf): update git notification settings 2020-04-22 13:42:27 +09:00
Niklas Merz fb733d8aa4 Update CONTRIBUTING.md 2020-04-13 14:31:36 +02:00
Tim Brust c6a7f13c80 chore(npm): improve ignore list (#60) 2020-03-28 15:30:49 +00:00
Tim Brust 8ff1bab6c6 ci: updates Node.js versions (#61) 2020-03-28 15:02:21 +00:00
Raphael von der Grün 464ab8541c test: let Jasmine handle promises (#57)
* test: let Jasmine handle promises

Last in line for apache/cordova#169

* lock in portrait mode to avoid trouble on CI

cordova-paramedic runs the SauceLabs CI tests in portrait mode. For
the Android 7.0 target, it seemed as our locking to landscape interferes
with the Appium driver trying to set the app to portrait orientation.
The result is a failure to connect to the device and finally a timeout.
To avoid that, we are locking the app into portrait mode instead.

* test: verify orientation after locking
2019-11-21 11:49:39 +01:00
Jan Piotrowski 8d76ec1b00 ci(appveyor): replace node 6 with node 12 2019-07-04 13:47:04 +02:00
Jan Piotrowski c5c85dae07 ci(travis): upgrade to node 8 2019-07-03 10:28:11 +02:00
Jan Piotrowski 1d5b98788d chore(release): 3.0.3-dev 2019-06-19 16:15:48 +02:00
Jan Piotrowski 95e664d6eb chore(release): 3.0.2 (version string) 3.0.2 rel/3.0.2 2019-06-19 15:53:17 +02:00
Jan Piotrowski 7f35359d96 chore(release): release notes for 3.0.2 2019-06-19 15:53:16 +02:00
Jan Piotrowski 80724df9a4 build: update .npmignore to remove unneeded files from npm package 2019-06-19 15:42:53 +02:00
Jan Piotrowski ae60fa95c0 build: add .gitattributes to force LF (instead of possible CRLF on Windows) 2019-06-19 15:42:36 +02:00
Jan Piotrowski 34c9c296e8 docs: move legacy release notes to RELEASENOTES.md 2019-06-19 15:39:49 +02:00
Jan Piotrowski 83370a8f69 ci(travis): Update Travis CI configuration for new paramedic (#47)
* Update Travis CI configuration for new paramedic

* remove wrong ADDITIONAL_TESTS_DIR

* Update .travis.yml

* Update .travis.yml
2019-06-18 17:27:19 +02:00
Tim Brust 7f493cef98 chore: add missing keywords to package.json for plugin search (#49)
this closes #48
2019-05-29 12:54:54 +02:00
Tim Brust de7f6fee4b chore: drop Node.js v4 support (#45) 2019-04-16 11:02:23 +02:00
Jan Piotrowski ccc17fbab4 Add or update GitHub pull request and issue template 2019-02-11 18:40:22 +01:00
Jan Piotrowski 9d2a4223eb also accept terms for android sdk android-27 2018-10-01 12:56:03 +02:00
jcesarmobile 950d339378 CB-11843: fix package information (#33) 2018-07-03 12:04:41 +08:00
jcesarmobile 26eb47eabc Merge pull request #25 from fortunes-technology/ios-landscape-issue
CB-13193: (ios) Fixed Lock iOS Landscape Orientation turn up-sidedown
2018-07-01 14:37:52 +02:00
Steve Gill 13b34f05e6 Update README.md 2018-02-28 16:47:29 -08:00
Fortunes Technology a89e94c2b8 Landscape Issue Fix and prevent orientation change when already in orientation 2018-02-12 10:12:45 +08:00
jcesarmobile c5802c5d6a Merge pull request #30 from jcesarmobile/CB-13765
CB-13765: Add build-tools-26.0.2 to travis
2018-01-11 10:33:33 +01:00
Julio César 6fd974dcbf CB-13765: Add build-tools-26.0.2 to travis 2018-01-10 23:41:28 +01:00