Commit Graph

119 Commits

Author SHA1 Message Date
Staci Cooper 8eb2533e78 CB-7196 port splashscreen tests to framework 2014-07-24 15:37:03 -04:00
Lisa Seacat DeLuca 5d25cf0250 CB-6127lisa7cordova-plugin-consolecordova-plugin-splashscreen documentation translation: cordova-plugin-splashscreen 2014-07-07 15:28:22 -04:00
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
ldeluca 6f23d8e828 CB-6773cordova-plugin-splashscreen documentation translation: cordova-plugin-splashscreen 2014-06-23 13:53:41 -04:00
ldeluca cf5c5beafb Merge branch 'master' of ssh://github.com/ldeluca/cordova-plugin-splashscreen into CB-6773cordova-plugin-splashscreen 2014-06-23 12:26:08 -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
mbillau c56bb9efec Remove outdated doc, thx Axel 2014-06-16 13:43:32 -04:00
ldeluca 1943a88c8c Merge branch 'master' of ssh://github.com/ldeluca/cordova-plugin-splashscreen into CB-6773cordova-plugin-splashscreen 2014-06-11 10:00:30 -04:00
Steven Gill ac1422f49f CB-6877 Incremented plugin version. 2014-06-05 13:40:50 -07:00
Steven Gill b3b7a561ab CB-6877 Updated version and RELEASENOTES.md for release 0.3.1 0.3.1 r0.3.1 2014-06-05 13:39:43 -07:00
Steven Gill 91ed62deda Merge branch 'master' of https://github.com/ldeluca/cordova-plugin-splashscreen 2014-06-04 15:21:11 -07:00
Marcel Kinard 30661dbb42 CB-6810 Add license to CONTRIBUTING.md 2014-05-30 11:37:08 -04:00
ldeluca b109c7f234 Merge branch 'master' of ssh://github.com/ldeluca/cordova-plugin-splashscreen into CB-6773cordova-plugin-splashscreen 2014-05-30 09:52:46 -04:00
ldeluca d7f0994f32 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen 2014-05-30 09:52:37 -04:00
Jesse MacFadyen f37c1557b6 [wp8] updated quirk for and combined iOS,WP8,BB10 quirks as they are all the same 2014-05-29 17:58:28 -07: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
Jesse MacFadyen 8e12d550a1 [wp] plugin must be autoloaded for AutoHideSplashScreen preference to work 2014-05-29 17:40:38 -07:00
ldeluca 829dbcc819 CB-6773cordova-plugin-splashscreen documentation translation: cordova-plugin-splashscreen 2014-05-28 13:15:40 -04:00
ldeluca ae7daf48e3 Merge branch 'master' of ssh://github.com/ldeluca/cordova-plugin-splashscreen into CB-6773cordova-plugin-splashscreen 2014-05-28 13:07:18 -04:00
ldeluca 4fda49b771 documentation translation: cordova-plugin-splashscreen 2014-05-28 12:48:19 -04:00
ldeluca 2c68427a8a Lisa testing pulling in plugins for plugin: cordova-plugin-splashscreen 2014-05-28 12:48:19 -04:00
ldeluca 0498d90517 Lisa testing pulling in plugins for plugin: cordova-plugin-splashscreen 2014-05-28 12:48:19 -04:00
ldeluca 5c245c2bc8 Lisa testing pulling in plugins for plugin: cordova-plugin-splashscreen 2014-05-28 12:48:19 -04:00
ldeluca ec5bbc51e7 Lisa testing pulling in plugins for plugin: cordova-plugin-splashscreen 2014-05-28 12:48:19 -04:00
ldeluca 1c350a061f documentation translation: cordova-plugin-splashscreen 2014-05-27 21:37:03 -04:00
ldeluca 7d78efed0d Lisa testing pulling in plugins for plugin: cordova-plugin-splashscreen 2014-05-27 21:22:38 -04:00
ldeluca 51e054a1ea Lisa testing pulling in plugins for plugin: cordova-plugin-splashscreen 2014-05-27 17:50:00 -04:00
ldeluca 39827ec753 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen 2014-05-05 10:03:17 -04:00
Jesse MacFadyen 71dc86786b Merge branch 'master' of https://github.com/sgrebnov/cordova-plugin-splashscreen 2014-04-30 16:12:36 -07:00
Marcel Kinard 0a82a8ef2d CB-6491 add CONTRIBUTING.md 2014-04-30 09:34:37 -04:00
Ian Clelland 83a6c41132 Merge branch 'dev' into master
Further development should take place on master
2014-04-25 11:25:13 -04:00
Ian Clelland 0838b1d3a7 Merge tag 'r0.3.0'
Conflicts:
	src/tizen/SplashScreenProxy.js
2014-04-23 14:48:48 -04:00
Sergey Grebnov bcbb574d05 CB-6483 Use splash screen image from manifest on Windows8 2014-04-21 16:57:49 -07:00
Ian Clelland f82ff290a9 CB-6452 Incremented plugin version on dev branch. 2014-04-17 11:16:03 -04:00
Ian Clelland 8052d3804d CB-6452 Updated version and RELEASENOTES.md for release 0.3.0 0.3.0 r0.3.0 2014-04-17 10:53:20 -04:00
Ian Clelland f46aae1075 CB-6465: Add license headers to Tizen code 2014-04-17 09:50:57 -04:00
Ian Clelland 23cbf34bae CB-6460: Update license headers 2014-04-16 16:22:15 -04:00
Jesse MacFadyen 1e54cacac1 CB-6422 [windows8] use cordova/exec/proxy 2014-04-08 16:35:42 -07:00
Shazron Abdullah e3e3996766 CB-4051 - Re-fix - Splashscreen rotation problem (closes #13) 2014-03-19 18:28:52 -07:00
Andrew Grieve a10d8f8ca0 Add NOTICE file 2014-02-27 15:36:31 -05:00
ldeluca fca4e5c351 Lisa testing pulling in plugins for plugin: cordova-plugin-splashscreen 2014-02-27 11:15:13 -05:00
ldeluca 0595d4d779 Lisa testing pulling in plugins for plugin: cordova-plugin-splashscreen 2014-02-26 09:36:31 -05:00
Steven Gill 6bc271b059 CB-5980 Incremented plugin version on dev branch. 2014-02-05 18:13:30 -08:00
Steven Gill 3d553eb51a Merge branch 'dev' 0.2.7 r0.2.7 2014-02-05 18:12:13 -08:00
Steven Gill 91234e2d59 CB-5980 Updated version and RELEASENOTES.md for release 0.2.7 2014-02-05 17:53:59 -08: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
Anis Kadri 6cb0a8cf0c Revert "Merge branch 'tizen' of http://github.com/siovene/cordova-plugin-splashscreen"
This reverts commit 4da6ca883c, reversing
changes made to 3c2813f505.
2014-01-27 17:32:09 -08:00
Anis Kadri 4da6ca883c Merge branch 'tizen' of http://github.com/siovene/cordova-plugin-splashscreen 2014-01-27 17:00:15 -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
Andrew Grieve fe288ec3c3 Delete stale test/ directory 2014-01-08 21:14:02 -05:00