Commit Graph

317 Commits

Author SHA1 Message Date
Darryl Pogue
5492147ab7
fix(iOS): Inline code to find the webview's scrollView (#272)
Currently this works because of a category extension that adds a
`scrollView` method to every UIView instance, but that causes issues for
SwiftUI so we want to remove that extension from cordova-ios.

Since we do need to be able to look up the scrollView in this plugin, we
can just define a private local method that does the same thing in a way
that doesn't pollute global UIKit classes.

Ref: https://github.com/apache/cordova-ios/pull/1400
2024-08-20 00:25:39 -07:00
jcesarmobile
6132b4474c
ci: sync workflow with paramedic (#271) 2024-08-08 12:48:47 +09:00
Erisu
a53f3734e3
chore: bump version 4.0.1-dev 2023-10-27 19:18:24 +09:00
Erisu
8b9ec7a546
release(statusbar-v4.0.0): updated version and RELEASENOTES.md 2023-10-27 19:10:22 +09:00
エリス
dc8e427d26
chore: rebuild package-lock.json (w/ v3) (#269) 2023-10-24 22:00:16 +09:00
jcesarmobile
7a657a7b64
chore: Update SUPPORT_QUESTION.md template (#265) 2023-08-25 00:11:14 +02:00
jcesarmobile
fe5886795f
chore: rebuild package-lock (#263) 2023-04-26 01:06:22 +02:00
jcesarmobile
5a3f6bd4cc
refactor: remove hardcoded style with UIStatusBarStyleDarkContent (#261) 2023-04-26 00:47:53 +02:00
jcesarmobile
307cd92ea1
chore: fix engines in package-lock.json (#262) 2023-04-26 00:23:04 +02:00
jcesarmobile
78e5992543
refactor(ios)!: Drop support of iOS 10 and older (#255) 2023-04-25 00:01:51 +02:00
エリス
d4dcd713f1
refactor(android): simplify window & activity (#249) 2022-10-05 19:01:58 +09:00
エリス
7e9db215cd
refactor(android): setStatusBarTransparent (#252) 2022-10-05 16:29:38 +09:00
エリス
f45cf99a3a
refactor(android): execute - convert if condition to switch case (#251) 2022-10-05 16:29:28 +09:00
エリス
21847d0b78
refactor(android)!: setStatusBarBackgroundColor (#250) 2022-10-05 16:29:18 +09:00
エリス
bb82db9aa9
refactor(android): refactor setStatusBarStyle (#248) 2022-10-05 16:28:59 +09:00
エリス
a86c3e6279
refactor(android): extract action & value strings as static constants (#247) 2022-10-03 09:07:11 +09:00
エリス
21c956aa1e
chore: updated .asf.yml w/ tag improvement (#253) 2022-10-03 09:05:22 +09:00
jcesarmobile
76b56a5be8
fix: remove deprecated windows platform (#245) 2022-09-29 13:13:16 +02:00
jcesarmobile
53ead01614
refactor(android): Remove unused code (#242) 2022-09-07 22:10:39 +02:00
jcesarmobile
1672883a7f
chore(ios): Silence/fix warnings (#228) 2022-09-07 22:08:39 +02:00
jcesarmobile
e214fad877
chore!: require cordova-android >= 10 (#241) 2022-09-06 20:58:35 +02:00
jcesarmobile
39e5929700
chore: bump plugin to 4.0.0-dev (#240) 2022-09-06 20:58:10 +02:00
jcesarmobile
fbe33eb327
refactor!: remove deprecated methods (#229) 2022-09-05 23:20:52 +02:00
jcesarmobile
49b94aed6a
fix(android)!: styleDefault not working on new devices (#238) 2022-09-05 23:17:55 +02:00
エリス
b7b6c66cbe
ci: sync workflow with paramedic (#237) 2022-08-13 00:40:50 +09:00
jcesarmobile
0d35332697
fix(browser): Remove invalid proxy function (#230) 2022-07-27 01:04:40 +02:00
エリス
b3a2b77b64
chore(npm): rebuilt package-lock (#233) 2022-07-17 17:53:45 +09:00
エリス
ceb186aeb5
ci(android): update java requirement for cordova-android@11 (#232) 2022-07-16 14:16:45 +09:00
Erisu
02d4e10d85
Increment package version to 3.0.1-dev 2021-12-01 11:55:54 +09:00
Erisu
49bb5ec69e
Updated version and RELEASENOTES.md for release 3.0.0 (statusbar-v3.0.0) 2021-11-25 08:36:36 +09:00
jcesarmobile
813e64c91c
fix: update engines for working on 3.0.0 (#224) 2021-11-19 18:41:54 +01:00
Erisu
d95cc821fc
Updated version and RELEASENOTES.md for release 3.0.0 (statusbar-v3.0.0) 2021-11-19 17:11:52 +09:00
エリス
ad9fa6e016
dep(dev): @cordova/eslint-config@4.0.0 w/ fix (#223) 2021-11-19 16:46:10 +09:00
エリス
cc24a4d257
ci(ios): update workflow w/ iOS 15 (#222) 2021-10-19 14:23:15 +09:00
エリス
3ebae213df
ci: add action-badge (#220) 2021-09-25 01:04:49 +09:00
エリス
eb2da5d7e9
ci: remove travis & appveyor (#219) 2021-09-25 00:08:22 +09:00
エリス
4ff4f00d58
ci: add gh-actions workflows (#218)
* add github actions ci tests running cordova-paramedic
* ci(gh-actions): pin third-party actions
* ci: improve android workflow coverage
* ci: improve ios workflow coverage
* ci: add chrome workflow coverage
* ci: add lint workflow coverage

Co-authored-by: zachawilson <zach@switchcasegroup.com>
2021-09-16 22:57:47 +09:00
エリス
283cbb4fa2
ci: add node-14.x to workflow (#208) 2020-11-28 17:18:31 +09:00
エリス
1e2a5cb710
ci(travis): update osx xcode image (#200)
* ci(travis): update osx xcode image
* ci: use travis's latest supported osx_image xcode11.6
2020-09-03 19:34:00 +09:00
Tim Brust
a0e21770dd
ci(travis): updates Android API level (#199) 2020-08-22 21:32:47 +09:00
Tim Brust
3b781ccc62
chore: adds package-lock file (#196) 2020-07-02 15:42:35 +00:00
Tim Brust
1aaa960683
refactor(eslint): use cordova-eslint (#194) 2020-07-02 10:12:16 +00:00
Tim Brust
d472e382d8
chore(npm): use short notation in package.json (#195) 2020-07-02 08:04:55 +00:00
Norman Breau
35279c36c7
Removed iOS 7+ (#190)
doc: 7+ suggested we supported iOS 7 which we don't. We can instead just generically mention iOS.
2020-06-25 15:15:15 -03:00
Erisu
6dcb757e51
chore(asf): update git notification settings 2020-04-22 13:42:50 +09:00
Niklas Merz
c5e359dfc2 Update CONTRIBUTING.md 2020-04-13 14:32:56 +02:00
Norman Breau
f9c8119768
chore(release): 3.0.0-dev (#184) 2020-04-11 22:32:15 -03:00
Norman Breau
5332e3b667
BREAKING CHANGE!: (android) Read config.xml for statusbar overlay preference (#171)
* (android) Read config.xml for statusbar overlay preference

* Added information on the ability to use #AARRGGBB hex string format if StatusBarOverlaysWebView is true

* Added `<preference name="StatusBarOverlaysWebView" value="true" />` to the default android block for consistentency for iOS.
2020-04-11 21:12:47 -03:00
Tim Brust
7f48d65100
chore(npm): improve ignore list (#183) 2020-03-27 13:56:14 +00:00
Tim Brust
01e69a8863
ci: updates Node.js versions (#182) 2020-03-27 13:24:04 +00:00