Commit Graph

24 Commits

Author SHA1 Message Date
Michael Hoisie cd61952efc CB-7041 ios: Fix image filename logic when setting the iPad splash screen
When running Cordova apps without orientation lock on iPads, the
Splash Screen plugin didn't work properly. It would skip the iPad-
specific splash screen logic, and just select the image named
@"Default.png" (without adding the orientation suffix), and print
the following messages in the console:

WARNING: The splashscreen image named Default was not found

Now, for iPads, the splash screen image is set by first looking
at the position of the orientation lock, and if that is not set, it
uses the calculated view orientation.

close #19
2014-06-27 14:56:49 -04:00
Nadya Atanasova 1f50d90d9e fixes Splashscreen crash on WP8
The UI elements cannot be accessed from any other than the UI thread directly. So, enclose UI access code in the Dispatcher.BeginInvoke()
2014-06-19 16:55:35 +04:00
Jesse MacFadyen 988517df7f [wp] implemented OnInit so splash screen can be shown before cordova page is loaded 2014-05-29 17:41:49 -07:00
Ian Clelland f46aae1075 CB-6465: Add license headers to Tizen code 2014-04-17 09:50:57 -04:00
Shazron Abdullah e3e3996766 CB-4051 - Re-fix - Splashscreen rotation problem (closes #13) 2014-03-19 18:28:52 -07:00
Anis Kadri 61a7a6d3df Merge branch 'tizen' of http://github.com/siovene/cordova-plugin-splashscreen into dev 2014-01-27 17:33:40 -08:00
Michael Hanselmann 75327c88e4 [CB-3562] Fix aspect ratio on landscape-only iPhone applications
The splash screen is shown with a faulty aspect ratio for landscape-only
applications on iPhone/iPod touch devices. This is fixed by applying
a 90° rotational transformation.

Signed-off-by: Michael Hanselmann <public@hansmi.ch>
2014-01-15 16:33:32 -08:00
Sean Bollin 424e82cde4 CB-4051 fix for splashscreen rotation problem 2014-01-07 14:35:25 -08:00
Nathan Peles d799eda020 Handle error when splash image is missing.
From pull request:
https://github.com/apache/cordova-plugin-splashscreen/pull/1
2013-12-06 14:38:28 -05:00
Gabriel Schulhof 8dc057b796 Proxy: Correct structure, and only ever create one splashscreen window. 2013-11-19 14:01:56 +02:00
Salvatore Iovene cf7c35d399 Fix syntax errors. 2013-11-19 13:11:32 +02:00
Salvatore Iovene 3a1810baa5 Native Tizen implementation of SplashScreen API. 2013-11-19 12:55:35 +02:00
Salvatore Iovene 9ebd08f69b Add tentative Tizen implementation. 2013-11-19 12:43:12 +02:00
Maxim Ermilov 6c12ea4380 add ubuntu platform 2013-10-16 22:16:33 +04:00
Shazron Abdullah c2dea2fc02 [CB-4806] (Re-fix) Update splashscreen image bounds for iOS 7 2013-10-01 13:26:05 -07:00
Shazron Abdullah 1111c8b3b9 [CB-4806] Update splashscreen image bounds for iOS 7 2013-09-16 17:26:48 -07:00
Andrew Grieve 9aecb3dd0c [CB-4417] Move cordova-plugin-splashscreen to its own Java package. 2013-08-14 15:52:33 -07:00
Shazron Abdullah 33f353d2e9 [CB-4355] Splashscreen plugin handles options incorrectly (the settings key is specified with upper case chars) 2013-07-24 15:48:59 -07:00
Benn Mapes bd98d6ebec wp issue, removed bad reference to .cs file 2013-07-10 14:05:43 -07:00
Andrew Grieve f717b491c7 [CB-4038] - Remove o.a.c.api namespace 2013-07-10 09:46:28 -04:00
Benn Mapes efba1b1f74 [CB-3677] [CB-3676] Added windows phone splashscreen support 2013-07-09 17:10:13 -07:00
lorinbeer 49164dcfaa [CB-3634] splashscreen plugin breakout blackberry10 initial commit 2013-06-21 13:57:28 -07:00
Steven Gill 12b3d5ca99 added tests, docs, ios 2013-05-21 12:14:06 -07:00
Joe Bowser 28da32dac9 Initial Commit 2013-04-03 10:47:26 -07:00