Skip to content

Commit

Permalink
Merge pull request #18 from 720kb/new_splashscreens_android
Browse files Browse the repository at this point in the history
new android 9pacth splashscreens & portrait only view
  • Loading branch information
45kb committed Sep 18, 2015
2 parents 96816cf + 37c572b commit bcbdb92
Show file tree
Hide file tree
Showing 51 changed files with 38 additions and 42 deletions.
80 changes: 38 additions & 42 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,45 +1,41 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.ionicframework.bitnfc898800" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>BitNFC</name>
<description>
<name>BitNFC</name>
<description>
Bitcoin + nfc
</description>
<author email="[email protected]" href="720kb.net"></author>
<content src="index.html"/>
<access origin="*"/>
<!-- Allow links to web pages to open in a browser -->
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<preference name="xwalkVersion" value="14.43.343.4" />
<preference name="webviewbounce" value="false"/>
<preference name="UIWebViewBounce" value="false"/>
<preference name="DisallowOverscroll" value="true"/>
<preference name="BackupWebStorage" value="none"/>
<preference name="SplashScreen" value="screen"/>
<preference name="SplashScreenDelay" value="3000"/>
<feature name="StatusBar">
<param name="ios-package" value="CDVStatusBar" onload="true"/>
</feature>
<platform name="android">
<icon src="resources/android/icon/drawable-ldpi-icon.png" density="ldpi"/>
<icon src="resources/android/icon/drawable-mdpi-icon.png" density="mdpi"/>
<icon src="resources/android/icon/drawable-hdpi-icon.png" density="hdpi"/>
<icon src="resources/android/icon/drawable-xhdpi-icon.png" density="xhdpi"/>
<icon src="resources/android/icon/drawable-xxhdpi-icon.png" density="xxhdpi"/>
<icon src="resources/android/icon/drawable-xxxhdpi-icon.png" density="xxxhdpi"/>
<splash src="resources/android/splash/drawable-land-ldpi-screen.png" density="land-ldpi"/>
<splash src="resources/android/splash/drawable-land-mdpi-screen.png" density="land-mdpi"/>
<splash src="resources/android/splash/drawable-land-hdpi-screen.png" density="land-hdpi"/>
<splash src="resources/android/splash/drawable-land-xhdpi-screen.png" density="land-xhdpi"/>
<splash src="resources/android/splash/drawable-land-xxhdpi-screen.png" density="land-xxhdpi"/>
<splash src="resources/android/splash/drawable-land-xxxhdpi-screen.png" density="land-xxxhdpi"/>
<splash src="resources/android/splash/drawable-port-ldpi-screen.png" density="port-ldpi"/>
<splash src="resources/android/splash/drawable-port-mdpi-screen.png" density="port-mdpi"/>
<splash src="resources/android/splash/drawable-port-hdpi-screen.png" density="port-hdpi"/>
<splash src="resources/android/splash/drawable-port-xhdpi-screen.png" density="port-xhdpi"/>
<splash src="resources/android/splash/drawable-port-xxhdpi-screen.png" density="port-xxhdpi"/>
<splash src="resources/android/splash/drawable-port-xxxhdpi-screen.png" density="port-xxxhdpi"/>
</platform>
<icon src="resources/android/icon/drawable-xhdpi-icon.png"/>
<plugin name="com.verso.cordova.clipboard" spec="https://github.com/VersoSolutions/CordovaClipboard" />
</widget>
<author email="[email protected]" href="720kb.net" />
<content src="index.html" />
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<preference name="xwalkVersion" value="14+" />
<preference name="xwalkCommandLine" value="--disable-pull-to-refresh-effect" />
<preference name="xwalkMode" value="embedded" />
<preference name="webviewbounce" value="false" />
<preference name="UIWebViewBounce" value="false" />
<preference name="DisallowOverscroll" value="true" />
<preference name="BackupWebStorage" value="none" />
<preference name="SplashScreen" value="screen" />
<preference name="SplashScreenDelay" value="3000" />
<preference name="orientation" value="portrait" />
<feature name="StatusBar">
<param name="ios-package" onload="true" value="CDVStatusBar" />
</feature>
<platform name="android">
<icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" />
<icon density="mdpi" src="resources/android/icon/drawable-mdpi-icon.png" />
<icon density="hdpi" src="resources/android/icon/drawable-hdpi-icon.png" />
<icon density="xhdpi" src="resources/android/icon/drawable-xhdpi-icon.png" />
<icon density="xxhdpi" src="resources/android/icon/drawable-xxhdpi-icon.png" />
<icon density="xxxhdpi" src="resources/android/icon/drawable-xxxhdpi-icon.png" />
<splash density="port-ldpi" src="resources/android/splash/drawable-port-ldpi-screen.9.png" />
<splash density="port-mdpi" src="resources/android/splash/drawable-port-mdpi-screen.9.png" />
<splash density="port-hdpi" src="resources/android/splash/drawable-port-hdpi-screen.9.png" />
<splash density="port-xhdpi" src="resources/android/splash/drawable-port-xhdpi-screen.9.png" />
<splash density="port-xxhdpi" src="resources/android/splash/drawable-port-xxhdpi-screen.9.png" />
<splash density="port-xxxhdpi" src="resources/android/splash/drawable-port-xxxhdpi-screen.9.png" />
</platform>
<icon src="resources/android/icon/drawable-xhdpi-icon.png" />
<plugin name="com.verso.cordova.clipboard" spec="https://github.com/VersoSolutions/CordovaClipboard" />
</widget>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file removed resources/ios/icon/icon-40.png
Binary file not shown.
Binary file removed resources/ios/icon/[email protected]
Diff not rendered.
Binary file removed resources/ios/icon/icon-50.png
Diff not rendered.
Binary file removed resources/ios/icon/[email protected]
Diff not rendered.
Binary file removed resources/ios/icon/icon-60.png
Diff not rendered.
Binary file removed resources/ios/icon/[email protected]
Diff not rendered.
Binary file removed resources/ios/icon/[email protected]
Diff not rendered.
Binary file removed resources/ios/icon/icon-72.png
Diff not rendered.
Binary file removed resources/ios/icon/[email protected]
Diff not rendered.
Binary file removed resources/ios/icon/icon-76.png
Diff not rendered.
Binary file removed resources/ios/icon/[email protected]
Diff not rendered.
Binary file removed resources/ios/icon/icon-small.png
Diff not rendered.
Binary file removed resources/ios/icon/[email protected]
Diff not rendered.
Binary file removed resources/ios/icon/[email protected]
Diff not rendered.
Binary file removed resources/ios/icon/icon.png
Diff not rendered.
Binary file removed resources/ios/icon/[email protected]
Diff not rendered.
Binary file removed resources/ios/splash/Default-568h@2x~iphone.png
Diff not rendered.
Binary file removed resources/ios/splash/Default-667h.png
Diff not rendered.
Binary file removed resources/ios/splash/Default-736h.png
Diff not rendered.
Binary file removed resources/ios/splash/Default-Landscape-736h.png
Diff not rendered.
Binary file removed resources/ios/splash/Default-Landscape@2x~ipad.png
Diff not rendered.
Binary file removed resources/ios/splash/Default-Landscape~ipad.png
Diff not rendered.
Binary file removed resources/ios/splash/Default-Portrait@2x~ipad.png
Diff not rendered.
Binary file removed resources/ios/splash/Default-Portrait~ipad.png
Diff not rendered.
Binary file removed resources/ios/splash/Default@2x~iphone.png
Diff not rendered.
Binary file removed resources/ios/splash/Default~iphone.png
Diff not rendered.

0 comments on commit bcbdb92

Please sign in to comment.