Shazron Abdullah [Thu, 8 Dec 2016 00:39:46 +0000 (16:39 -0800)]
CB-12224 Updated version and RELEASENOTES.md for release 4.0.1
daserge [Tue, 15 Nov 2016 14:04:57 +0000 (17:04 +0300)]
CB-11751 'extendedSplashScreen' is undefined
Document that splashscreen needs to be disabled on Windows in case of updating entire document body
daserge [Mon, 21 Nov 2016 16:34:38 +0000 (19:34 +0300)]
CB-9287 Not enough Icons and Splashscreens for Windows 8.1 and Windows Phone 8.1
Documented MRT-style configuration
Shazron Abdullah [Wed, 28 Sep 2016 08:24:43 +0000 (01:24 -0700)]
CB-11917 - Remove pull request template checklist item: "iCLA has been submitted…"
This closes #115
Kerri Shotts [Thu, 29 Sep 2016 17:03:57 +0000 (12:03 -0500)]
CB-11830 (iOS) Fix doc typos in PR#114
Kerri Shotts [Thu, 22 Sep 2016 20:17:33 +0000 (15:17 -0500)]
CB-11829 (iOS) Support for CB-9762; docs (CB-11830)
This closes #114
Steve Gill [Fri, 9 Sep 2016 23:08:04 +0000 (16:08 -0700)]
CB-11832 Incremented plugin version.
Steve Gill [Fri, 9 Sep 2016 06:38:55 +0000 (23:38 -0700)]
CB-11832 Updated version and RELEASENOTES.md for release 4.0.0
Vladimir Kotikov [Wed, 31 Aug 2016 14:41:02 +0000 (17:41 +0300)]
CB-11795 Add 'protective' entry to cordovaDependencies
The entry is required to protect end-users from fetching edge versions of the plugin by incompatible version of cordova. This also assumes that we will not introduce any regressions in compatibility w/ cordova in minor and patch releases. On every major release we will need to add similar entry with _next_ major version.
This closes #113
Julio César [Fri, 26 Aug 2016 18:48:18 +0000 (20:48 +0200)]
Closing outdated pull request: close #106
Vladimir Kotikov [Wed, 8 Jun 2016 15:04:03 +0000 (18:04 +0300)]
CB-11326 Prevent crash when initializing plugin after navigating to another URL
Franco Bugnano [Thu, 21 Jul 2016 15:14:42 +0000 (17:14 +0200)]
Fix crash on iOS when reloading page from remote Safari
This closes #110
Vladimir Kotikov [Fri, 10 Jun 2016 09:12:56 +0000 (12:12 +0300)]
Add badges for paramedic builds on Jenkins
Nikhil Khandelwal [Mon, 23 May 2016 20:54:00 +0000 (13:54 -0700)]
Add pull request template.
daserge [Fri, 29 Apr 2016 14:23:19 +0000 (17:23 +0300)]
CB-11179 Extend the windows-splashscreen docs
Documented a way to disable splashscreen
daserge [Wed, 27 Apr 2016 08:56:18 +0000 (11:56 +0300)]
CB-11159 Fix flaky splashscreen native tests
Adds a retry as a temporary measure
daserge [Wed, 27 Apr 2016 08:55:31 +0000 (11:55 +0300)]
CB-11156 Change default FadeSplashScreenDuration value
daserge [Fri, 29 Apr 2016 13:26:20 +0000 (16:26 +0300)]
CB-8056 Updated the dependency version, added it to the docs
Dmitry Blotsky [Sat, 23 Apr 2016 02:35:51 +0000 (19:35 -0700)]
CB-10996 Adding front matter to README.md
daserge [Thu, 14 Jan 2016 16:15:06 +0000 (19:15 +0300)]
CB-8056 Implement splashscreen for Windows platform
The plugin implementation has been moved to the platform code
Documented SplashScreenBackgroundColor preference for Windows
Updated the docs
Updated plugin dependencies - cordova-windows@5 is required
Updated the plugin version to 4.0.0
daserge [Tue, 12 Apr 2016 18:55:50 +0000 (21:55 +0300)]
CB-6498 Misleading documentation in Android Quirks
Steve Gill [Fri, 15 Apr 2016 20:45:27 +0000 (13:45 -0700)]
CB-11091 Incremented plugin version.
Steve Gill [Fri, 15 Apr 2016 20:08:27 +0000 (13:08 -0700)]
Updated version and RELEASENOTES.md for release 3.2.2
weexpectedTHIS [Tue, 1 Mar 2016 04:21:17 +0000 (20:21 -0800)]
Fixed misspelling in the README
Github: close #88
daserge [Tue, 29 Mar 2016 11:05:49 +0000 (14:05 +0300)]
CB-10979 Fix splashscreen ios native tests
Added jshintignore for tests/ios
Jeroen Verhoest [Mon, 14 Mar 2016 11:32:11 +0000 (12:32 +0100)]
CB-10895 Transparent Splashscreen view sometimes remains
github: close#92
daserge [Thu, 10 Mar 2016 12:38:32 +0000 (15:38 +0300)]
CB-10562 hide() not working in latest splashscreen plug in 3.1.0 in iOS
Sarangan Rajamanickam [Thu, 3 Mar 2016 22:25:02 +0000 (14:25 -0800)]
CB-10688:Plugin Splashscreen Readme must have examples. This closes #90
daserge [Sat, 12 Mar 2016 13:31:52 +0000 (16:31 +0300)]
CB-10864 Run ios native tests on Travis
Updated cordova-ios tests dependency version to latest published
Carlos Santana [Thu, 10 Mar 2016 18:56:59 +0000 (13:56 -0500)]
clean up release notes
Carlos Santana [Thu, 10 Mar 2016 03:34:18 +0000 (22:34 -0500)]
CB-10820 Incremented plugin version.
Carlos Santana [Wed, 9 Mar 2016 19:28:26 +0000 (14:28 -0500)]
CB-10820 Updated version and RELEASENOTES.md for release 3.2.1
Dan Polivy [Thu, 25 Feb 2016 01:03:58 +0000 (17:03 -0800)]
CB-10692 Don't fade when plugin is forced to close
The fading logic exposed a race condition in an edge case when the
plugin was repeatedly reinitialized, e.g. when the WebView tries to load
a new URL. To address this, we add a flag to removeSplashScreen() that
allows the fade logic to be bypassed in certain circumstances --
specifically, when hiding the splashscreen due to onPause or onDestroy
events. By hiding it immediately in this scenario, we can avoid any race
conditions due to the fade delay.
github: close #86
Sarangan Rajamanickam [Thu, 3 Mar 2016 00:46:10 +0000 (16:46 -0800)]
CB-10764: Remove emoji in cordova-plugin-splashscreen
Removing warning emoji
daserge [Fri, 19 Feb 2016 09:46:29 +0000 (12:46 +0300)]
CB-10650 Non-index content.src causes Splashscreen to be not displayed on browser
daserge [Fri, 19 Feb 2016 09:04:40 +0000 (12:04 +0300)]
CB-10636 Add JSHint for plugins
Fixed autotests
Edna Morales [Sat, 13 Feb 2016 04:05:50 +0000 (23:05 -0500)]
CB-10606 fix deprecation warning for interfaceOrientation
This closes #82
t1st3 [Mon, 8 Feb 2016 09:33:35 +0000 (10:33 +0100)]
chore: edit package.json license to match SPDX id
See [NPM package.json spec for licenses](https://docs.npmjs.com/files/package.json#license) and [SPDX license IDs](https://spdx.org/licenses/)
X-ref: https://github.com/apache/cordova-plugin-device/pull/48
This closes #79
Vladimir Kotikov [Tue, 9 Feb 2016 09:44:03 +0000 (12:44 +0300)]
CB-10557 Incremented plugin version.
Vladimir Kotikov [Tue, 9 Feb 2016 08:43:38 +0000 (11:43 +0300)]
CB-10557 Updated version and RELEASENOTES.md for release 3.2.0
daserge [Mon, 25 Jan 2016 13:21:57 +0000 (16:21 +0300)]
CB-10422 Splashscreen displays black screen with no image on Android
daserge [Tue, 26 Jan 2016 10:21:42 +0000 (13:21 +0300)]
CB-10412 AutoHideSplashScreen "false" isn't taken in account on iOS
daserge [Fri, 15 Jan 2016 11:09:37 +0000 (14:09 +0300)]
CB-9516 Android SplashScreen - Spinner Does Not Display
Removes spinnerStop call from onMessage("spinner", "stop") as it is called when webview is shown and we are hiding spinner manually along with the splashscreen dialog.
Changed the spinner to be noncancellable.
Changed the ProgressDialog to custom only-spinner mode (on transparent background, without title/message and dimming).
Removed unused spinnerStart action handler.
Updated the docs.
Dan Polivy [Thu, 28 May 2015 23:20:21 +0000 (16:20 -0700)]
CB-9094: Smarter autohide logic on Android
When the plugin is initialized, the splash screen is shown with an
auto-hide delay. If a subsequent call to show() comes in while the
splashscreen is visible, it will still be automatically hidden, even
though the user expectation is that it wouldn't be.
This fix tracks the "hideAfterDelay" setting of the most recent call to
show() -- and when the auto hide timer goes off, if the most recent call
to show() did not set hideAfterDelay, then the splashscreen will not be
automatically hidden.
This provides a more consistent -- and expected -- behavior based on
user action.
https://issues.apache.org/jira/browse/CB-9094
Github: close #49
daserge [Fri, 15 Jan 2016 08:54:21 +0000 (11:54 +0300)]
CB-8396 Add AutoHideSplashScreen logic to Android's Splashscreen
Also initializing the splashscreen image irrespective of firstShow because the splashscreen could be shown manually via navigator.splashscreen.show(); after exiting the app using BackButton or via navigator.app.exitApp();
daserge [Mon, 18 Jan 2016 07:37:43 +0000 (10:37 +0300)]
Closing stale: close #14, close #17, close #23, close #33, close #63
Steve Gill [Sat, 16 Jan 2016 00:58:32 +0000 (16:58 -0800)]
CB-10368 Incremented plugin version.
Steve Gill [Sat, 16 Jan 2016 00:35:06 +0000 (16:35 -0800)]
CB-10368 Updated version and RELEASENOTES.md for release 3.1.0
daserge [Mon, 11 Jan 2016 09:49:38 +0000 (12:49 +0300)]
CB-9538 Implementing FadeSplashScreen feature for Android
Refactoring, adds support of seconds for fade duration for backward compatibility
Includes fade duration into overall splashscreen duration to be consistent with iOS
Updated the docs
Philipp Grosswiler [Thu, 6 Aug 2015 09:29:41 +0000 (16:29 +0700)]
CB-9538 Implementing FadeSplashScreen feature for Android
daserge [Tue, 29 Dec 2015 19:08:02 +0000 (22:08 +0300)]
CB-9240 Cordova splash screen plugin iPad landscape mode issue
Aligns shouldRotate default value with parent CDVViewController behavior
daserge [Sat, 26 Dec 2015 16:43:58 +0000 (19:43 +0300)]
CB-10263 Fix splashscreen plugin filenames for Asset Catalog
Github: close #69
Wilson Pinto [Sat, 26 Dec 2015 18:36:37 +0000 (18:36 +0000)]
CB-9374 Android: add SplashShowOnlyFirstTime as preference
Github: close #70
daserge [Tue, 22 Dec 2015 14:28:53 +0000 (17:28 +0300)]
CB-10244 Don't rotate the iPhone 6 Plus splash
daserge [Tue, 22 Dec 2015 14:15:59 +0000 (17:15 +0300)]
CB-9043 Fix the ios splashscreen being deformed on orientation change
Thejaswi Puthraya [Thu, 26 Nov 2015 10:12:25 +0000 (15:42 +0530)]
CB-10079 Splashscreen plugin does not honor SplashScreenDelay on iOS
Github: close #64
daserge [Fri, 18 Dec 2015 14:18:20 +0000 (17:18 +0300)]
CB-10231 Fix FadeSplashScreen to default to true on iOS
Steve Gill [Tue, 1 Dec 2015 01:57:07 +0000 (17:57 -0800)]
CB-10035 Incremented plugin version.
Steve Gill [Thu, 19 Nov 2015 06:11:41 +0000 (22:11 -0800)]
CB-10035 linked issues in RELEASENOTES.md
Steve Gill [Thu, 19 Nov 2015 03:45:06 +0000 (19:45 -0800)]
CB-10035 Updated version and RELEASENOTES.md for release 3.0.0
Steve Gill [Wed, 18 Nov 2015 22:53:11 +0000 (14:53 -0800)]
removed r prefix from tags
Steve Gill [Wed, 18 Nov 2015 21:54:08 +0000 (13:54 -0800)]
CB-10035 Updated RELEASENOTES to be newest to oldest
Dmitry Blotsky [Fri, 23 Oct 2015 19:11:50 +0000 (12:11 -0700)]
Actually fixing the contribute link.
Dmitry Blotsky [Fri, 23 Oct 2015 19:03:42 +0000 (12:03 -0700)]
Fixing contribute link.
Jesse MacFadyen [Tue, 6 Oct 2015 00:50:24 +0000 (17:50 -0700)]
Merge branch 'add-jira-link' of https://github.com/revolunet/cordova-plugin-splashscreen
Jesse MacFadyen [Tue, 6 Oct 2015 00:47:40 +0000 (17:47 -0700)]
Bumped version number for API changed in CB-9750 commit
Jesse MacFadyen [Tue, 6 Oct 2015 00:45:43 +0000 (17:45 -0700)]
CB-9750 FadeSplashDuration is now in msecs
Jesse MacFadyen [Tue, 6 Oct 2015 00:23:59 +0000 (17:23 -0700)]
This closes #56, This closes #44
Jesse MacFadyen [Tue, 6 Oct 2015 00:20:57 +0000 (17:20 -0700)]
fix formatting
Jesse MacFadyen [Mon, 5 Oct 2015 23:34:49 +0000 (16:34 -0700)]
CB-8875 FadeSplashScreen was not fading
Jesse MacFadyen [Mon, 5 Oct 2015 21:16:30 +0000 (14:16 -0700)]
CB-9749 documentation is wrong - default SplashScreenDelay
Jesse MacFadyen [Mon, 14 Sep 2015 20:54:48 +0000 (13:54 -0700)]
Add line to increase readability. Close #58
Julien Bouquillon [Thu, 10 Sep 2015 16:29:36 +0000 (18:29 +0200)]
add JIRA issue tracker link
daserge [Thu, 6 Aug 2015 17:54:50 +0000 (20:54 +0300)]
CB-9467 SplashScreen does not show any image in hosted app on Windows 10
Andrey Kurdyumov [Sat, 25 Jul 2015 07:52:42 +0000 (13:52 +0600)]
CB-7282 Document AutoHideSplashScreenpreference
Shazron Abdullah [Wed, 8 Jul 2015 01:16:48 +0000 (18:16 -0700)]
CB-9327 - Splashscreen not receiving CDVPageLoadNotification
Jesse MacFadyen [Wed, 8 Jul 2015 00:55:55 +0000 (17:55 -0700)]
remove travis-ci
Roel van Uden [Mon, 22 Jun 2015 09:50:07 +0000 (11:50 +0200)]
WP8: Avoid config `value` of a wrong element.
If you have an element that shares the `name`, like <feature
name="SplashScreen">, then the `value` attribute was read of that
instead (since it can appear *before* the preference element). Thus, the
config of `SplashScreen` preference was not settable at all.
Steve Gill [Thu, 18 Jun 2015 00:35:36 +0000 (17:35 -0700)]
CB-9192 Incremented plugin version.
Steve Gill [Wed, 17 Jun 2015 21:14:41 +0000 (14:14 -0700)]
CB-9202 updated repo url to github mirror in package.json
Steve Gill [Wed, 17 Jun 2015 19:36:05 +0000 (12:36 -0700)]
CB-9192 Updated version and RELEASENOTES.md for release 2.1.0
Steve Gill [Wed, 17 Jun 2015 18:11:40 +0000 (11:11 -0700)]
added missing license headers
Victor Sosa [Fri, 12 Jun 2015 14:42:35 +0000 (09:42 -0500)]
CB-9128 cordova-plugin-splashscreen documentation translation: cordova-plugin-splashscreen
Raymond Camden [Tue, 2 Jun 2015 16:01:17 +0000 (11:01 -0500)]
fix npm md issue
Shazron Abdullah [Tue, 12 May 2015 07:04:24 +0000 (00:04 -0700)]
Fixed iOS unit tests.
Dan Polivy [Fri, 8 May 2015 00:35:10 +0000 (17:35 -0700)]
CB-3562: Disable screen rotation for iPhone when splash screen is shown. (closes #47)
This is a port of emarashliev's original fix for CB-3562, cleaned up
to avoid deprecated functions.
Merge branch 'master' of https://github.com/emarashliev/cordova-plugin-splashscreen into CB3562
Signed-off-by: Shazron Abdullah <shazron@apache.org>
Dan Polivy [Thu, 7 May 2015 23:37:02 +0000 (16:37 -0700)]
CB-8988: Fix rotation on iOS/iPad (closes #46)
The viewController.interfaceOrientation passed to getImageName has not
yet been updated with the new orientation, even when the frame/bounds
change event has fired. Thus, the plugin never actually loads the
correct image for the new orientation. Instead, it poorly scales the
existing image.
This fix uses the statusBarOrientation property of the UIApplication
object to detect the actual orientation, and correctly load the right
image.
Signed-off-by: Shazron Abdullah <shazron@apache.org>
Joe Bowser [Thu, 7 May 2015 22:59:22 +0000 (15:59 -0700)]
CB-8904: Don't reset the static variable when it's destroyed, otherwise we might as well just have a member variable
sgrebnov [Sat, 25 Apr 2015 21:58:11 +0000 (14:58 -0700)]
Removed wp7 from plugin.xml and package.json
sgrebnov [Sat, 25 Apr 2015 21:56:39 +0000 (14:56 -0700)]
CB-8750 [wp8]: Rewrite resoultion helper
sgrebnov [Sat, 25 Apr 2015 21:55:21 +0000 (14:55 -0700)]
CB-8750 [wp8]: Allow resolution-specific splashscreen images
There are two aspect ratios for Windows Phone devices: 15:9 and 16:9. At
the moment, though, there is only one splash screen by default for WP8
Cordova apps. When stretched to fit all possible resolutions, this can
sometimes look bad.
WP supports resolution-specific splashscreens, so this commit adds the
same support to the splashscreen plugin. It uses the same base name for
the splashscreen, but adds modifiers such as ".screen-<res>" based on
the device. If a screen-specific image is found, it is used. If not, we
fall back to the single default image.
Fixes https://issues.apache.org/jira/browse/CB-8750
github close #41
github close #42
Dan Polivy [Thu, 26 Mar 2015 18:52:10 +0000 (11:52 -0700)]
CB-8758 [wp8]: UnauthorizedAccessException on hide()
When calling hide() from JS, the attempt to access Popup could happen on
a background thread, which ends up throwing an
UnauthorizedAccessException about cross-thread access.
To address this, it's best to check the popup's state from within the UI
thread.
Fixes https://issues.apache.org/jira/browse/CB-8758
Steve Gill [Wed, 15 Apr 2015 23:00:22 +0000 (16:00 -0700)]
CB-8858 Incremented plugin version.
Steve Gill [Wed, 15 Apr 2015 22:50:47 +0000 (15:50 -0700)]
CB-8858 Updated version in package.json for release 2.0.0
Steve Gill [Wed, 15 Apr 2015 21:31:12 +0000 (14:31 -0700)]
Revert "CB-8858 Incremented plugin version."
This reverts commit
a510cd21ec6ddb0891b795cd9b2435a63561a3e4.
Steve Gill [Wed, 15 Apr 2015 20:55:47 +0000 (13:55 -0700)]
CB-8858 Incremented plugin version.
Steve Gill [Wed, 15 Apr 2015 18:06:38 +0000 (11:06 -0700)]
CB-8858 Updated version and RELEASENOTES.md for release 2.0.0
Jesse MacFadyen [Mon, 13 Apr 2015 18:40:00 +0000 (11:40 -0700)]
give users a way to install the bleeding edge.
Steve Gill [Fri, 10 Apr 2015 00:03:54 +0000 (17:03 -0700)]
CB-8746 gave plugin major version bump
Shazron Abdullah [Thu, 9 Apr 2015 21:19:23 +0000 (14:19 -0700)]
CB-8797 - Splashscreen preferences FadeSplashScreenDuration and FadeSplashScreen (iOS) are missing