Skip to content
Snippets Groups Projects
Commit cfb45eac authored by Alexey Lunin's avatar Alexey Lunin
Browse files

Update assets for android and ios

parent 48ec8882
Branches
Tags
1 merge request!9Refactor App and upgrade AFJ to 4.0
Showing
with 47 additions and 9 deletions
......@@ -93,9 +93,9 @@ android {
compileSdkVersion rootProject.ext.compileSdkVersion
namespace "com.vcm"
namespace "com.vereign.vcm"
defaultConfig {
applicationId "com.vcm"
applicationId "com.vereign.vcm"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode rootProject.ext.versionCode.toInteger()
......
......@@ -8,3 +8,5 @@
# http://developer.android.com/guide/developing/tools/proguard.html
# Add any project specific keep options here:
-keepattributes LineNumberTable,SourceFile
-renamesourcefileattribute SourceFile
......@@ -4,7 +4,7 @@
* <p>This source code is licensed under the MIT license found in the LICENSE file in the root
* directory of this source tree.
*/
package com.vcm;
package com.vereign.vcm;
import android.content.Context;
import com.facebook.flipper.android.AndroidFlipperClient;
......
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.vereign.vcm">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<application
android:name=".MainApplication"
......@@ -8,18 +13,36 @@
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:allowBackup="false"
android:theme="@style/AppTheme">
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true">
<activity
android:name=".MainActivity"
android:label="@string/app_name"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode"
android:launchMode="singleTask"
android:windowSoftInputMode="adjustResize"
android:screenOrientation="portrait"
android:windowSoftInputMode="adjustPan"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="com.vereign.vcm" />
</intent-filter>
</activity>
</application>
<queries>
<intent>
<action android:name="android.intent.action.VIEW" />
<data android:scheme="http" />
</intent>
<intent>
<action android:name="android.intent.action.VIEW" />
<data android:scheme="https" />
</intent>
</queries>
</manifest>
package com.vcm;
package com.vereign.vcm;
import android.os.Bundle;
import android.system.Os;
import android.system.ErrnoException;
......@@ -27,7 +27,7 @@ public class MainActivity extends ReactActivity {
*/
@Override
protected String getMainComponentName() {
return "vcm";
return "VereignCredentialManager";
}
/**
......
package com.vcm;
package com.vereign.vcm;
import android.app.Application;
import com.facebook.react.PackageList;
......
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<ImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="fitXY"
android:src="@mipmap/vereign" />
</LinearLayout>
android/app/src/main/res/mipmap-hdpi/ic_launcher.png

2.98 KiB | W: | H:

android/app/src/main/res/mipmap-hdpi/ic_launcher.png

4.85 KiB | W: | H:

android/app/src/main/res/mipmap-hdpi/ic_launcher.png
android/app/src/main/res/mipmap-hdpi/ic_launcher.png
android/app/src/main/res/mipmap-hdpi/ic_launcher.png
android/app/src/main/res/mipmap-hdpi/ic_launcher.png
  • 2-up
  • Swipe
  • Onion skin
android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png

6.21 KiB

android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png

4.91 KiB | W: | H:

android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png

6.21 KiB | W: | H:

android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
  • 2-up
  • Swipe
  • Onion skin
android/app/src/main/res/mipmap-hdpi/vereign.png

18.5 KiB

android/app/src/main/res/mipmap-ldpi/ic_launcher.png

4.85 KiB

android/app/src/main/res/mipmap-ldpi/ic_launcher_foreground.png

6.21 KiB

android/app/src/main/res/mipmap-ldpi/ic_launcher_round.png

6.21 KiB

android/app/src/main/res/mipmap-ldpi/vereign.png

18.5 KiB

android/app/src/main/res/mipmap-mdpi/ic_launcher.png

2.05 KiB | W: | H:

android/app/src/main/res/mipmap-mdpi/ic_launcher.png

4.13 KiB | W: | H:

android/app/src/main/res/mipmap-mdpi/ic_launcher.png
android/app/src/main/res/mipmap-mdpi/ic_launcher.png
android/app/src/main/res/mipmap-mdpi/ic_launcher.png
android/app/src/main/res/mipmap-mdpi/ic_launcher.png
  • 2-up
  • Swipe
  • Onion skin
android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png

4.77 KiB

android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png

2.79 KiB | W: | H:

android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png

4.77 KiB | W: | H:

android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
  • 2-up
  • Swipe
  • Onion skin
android/app/src/main/res/mipmap-mdpi/vereign.png

18.5 KiB

android/app/src/main/res/mipmap-xhdpi/ic_launcher.png

4.46 KiB | W: | H:

android/app/src/main/res/mipmap-xhdpi/ic_launcher.png

5.58 KiB | W: | H:

android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
  • 2-up
  • Swipe
  • Onion skin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment