Update cordova project
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<manifest android:hardwareAccelerated="true" android:versionCode="1" android:versionName="0.0.1" android:windowSoftInputMode="adjustPan" package="com.bitpay.copay" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<manifest android:hardwareAccelerated="true" android:versionCode="11" android:versionName="0.5.0" android:windowSoftInputMode="adjustPan" package="com.bitpay.copay" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true" />
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<application android:hardwareAccelerated="true" android:icon="@drawable/icon" android:label="@string/app_name">
|
||||
<application android:hardwareAccelerated="true" android:icon="@drawable/copay" android:label="@string/app_name">
|
||||
<activity android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale" android:label="@string/app_name" android:launchMode="singleTop" android:name="Copay" android:theme="@android:style/Theme.Black.NoTitleBar">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@
|
|||
<access origin="*" />
|
||||
<preference name="loglevel" value="DEBUG" />
|
||||
<preference name="AndroidLaunchMode" value="singleTop" />
|
||||
<preference name="splashscreen" value="screen" />
|
||||
<preference name="splashScreenDelay" value="10000" />
|
||||
<preference name="SplashScreen" value="screen" />
|
||||
<preference name="SplashScreenDelay" value="10000" />
|
||||
<preference name="backgroundColor" value="0x2C3E50" />
|
||||
<feature name="App">
|
||||
<param name="android-package" value="com.bitpay.copay" />
|
||||
|
|
|
|||
17
cordova/android/project.properties
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# This file is automatically generated by Android Tools.
|
||||
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
|
||||
#
|
||||
# This file must be checked in Version Control Systems.
|
||||
#
|
||||
# To customize properties used by the Ant build system edit
|
||||
# "ant.properties", and override values to adapt the script to your
|
||||
# project structure.
|
||||
#
|
||||
# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
|
||||
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
||||
|
||||
android.library.reference.1=CordovaLib
|
||||
# Project target.
|
||||
target=android-19
|
||||
key.store=../../../copay.keystore
|
||||
key.alias=copay_play
|
||||
BIN
cordova/android/res/drawable-hdpi/copay.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
cordova/android/res/drawable-ldpi/copay.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
cordova/android/res/drawable-mdpi/copay.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
cordova/android/res/drawable-xhdpi/copay.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
cordova/android/res/drawable/copay.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
cordova/android/res/drawable/copayscreen.9.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
cordova/android/res/drawable/launcher_icon.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
cordova/android/res/drawable/share_via_barcode.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
cordova/android/res/drawable/shopper_icon.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |