Commit Graph
225 Commits
Author SHA1 Message Date
Manuel Beck 1261d970f3 chore: add license_checker.yml
- Needed for `release-audit.yml` to work
2026-07-01 23:36:50 +02:00
Manuel Beck 8faa6bd775 Merge branch 'master' into pr-chore-update-workflows 2026-07-01 23:30:03 +02:00
Manuel BeckandGitHub 7795cb1e3a chore: add missing licencse headers (#144)
- Added missing licencse headers on `.gitattributes`, `.gitignore`, `.npmignore`, `.npmrc`
2026-07-01 23:29:32 +02:00
Manuel Beck 311a905f5c chore(workflows): update workflows, add ci.yml and release-audit.yml`
- Take workflows from cordova-paramedic
- Added new workflows `ci.yml` and `release-audit.yml`
2026-07-01 23:13:41 +02:00
The Apache Software FoundationandGitHub fd18e86255 chore(INFRA): Set up default protection ruleset for default and release branches (#141) 2026-05-19 13:03:45 +09:00
エリスandGitHub 94d9f1cd88 ci: sync workflow w/ paramedic (#130) 2024-10-26 10:32:31 +09:00
Erisu 821c91f975 chore: bump version 3.0.5-dev 2023-10-27 19:53:02 +09:00
Erisu b16cefcdf7 release(screen-orientation-v3.0.4): updated version and RELEASENOTES.md 3.0.4 rel/3.0.4 2023-10-27 19:48:57 +09:00
dddec860aa build(deps-dev): bump word-wrap from 1.2.3 to 1.2.5 (#125)
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.5)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-24 22:10:44 +09:00
エリスandGitHub 3a54cb5622 chore: update asf config (#124) 2023-10-19 09:10:16 +09:00
エリスandGitHub ba3550161e ci(gh-action): sync with paramedic configs (#123) 2023-09-25 14:35:59 +09:00
jcesarmobileandGitHub 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
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
oofaishandGitHub 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 BreauandGitHub 98ec1cff7d fix(chrome): lock test (#105) 2022-09-22 01:19:23 -03:00
Norman BreauandGitHub 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 BreauandGitHub 989d95738b chore: package-lock update (#104) 2022-09-22 01:18:15 -03:00
エリスandGitHub 7a4b5c9790 ci: sync workflow with paramedic (#101) 2022-08-13 01:59:57 +09:00
エリスandGitHub 7a4087cc8d chore(npm): bump package-lock v2 w/ rebuild (#99) 2022-07-17 17:58:54 +09:00
エリスandGitHub 1bfe111fa6 ci(android): update java requirement for cordova-android@11 (#92) 2022-07-16 14:17:00 +09:00
エリスandGitHub f6975fa5dc ci(ios): update workflow w/ iOS 15 (#88) 2021-10-18 21:12:47 +09:00
エリスandGitHub ab0f00cc0d ci: add action-badge (#87) 2021-09-25 01:04:23 +09:00
エリスandGitHub 3d77257f68 ci: remove travis & appveyor (#86) 2021-09-25 00:07:52 +09:00
エリスandGitHub f835583192 ci: add gh-actions workflows (#84) 2021-09-16 22:20:15 +09:00
エリスandGitHub c60dc80d75 ci: add node-14.x to workflow (#76) 2021-09-08 14:56:38 +09:00
iktumiandGitHub 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
エリスandGitHub 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 BrustandGitHub 8f4488fe19 ci(travis): updates Android API level (#71) 2020-08-22 21:34:00 +09:00
Tim BrustandGitHub 3c08d393ff chore: adds package-lock file (#67) 2020-07-02 15:42:31 +00:00
Tim BrustandGitHub 57df0189e0 refactor(eslint): use cordova-eslint /w fix (#66) 2020-07-02 10:12:53 +00:00
Tim BrustandGitHub 4b719848a6 chore(npm): use short notation in package.json (#64) 2020-07-02 08:05:29 +00:00
Tim BrustandGitHub 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 BrustandGitHub c6a7f13c80 chore(npm): improve ignore list (#60) 2020-03-28 15:30:49 +00:00
Tim BrustandGitHub 8ff1bab6c6 ci: updates Node.js versions (#61) 2020-03-28 15:02:21 +00:00
Raphael von der GrünandGitHub 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 PiotrowskiandGitHub 8d76ec1b00 ci(appveyor): replace node 6 with node 12 2019-07-04 13:47:04 +02:00
Jan PiotrowskiandGitHub 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 PiotrowskiandGitHub 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 BrustandJan Piotrowski 7f493cef98 chore: add missing keywords to package.json for plugin search (#49)
this closes #48
2019-05-29 12:54:54 +02:00