mirror of
				https://github.com/tooot-app/app
				synced 2025-06-05 22:19:13 +02:00 
			
		
		
		
	Preparing for CI test
This commit is contained in:
		@@ -21,13 +21,28 @@
 | 
			
		||||
  <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
 | 
			
		||||
  <uses-permission android:name="android.permission.WAKE_LOCK"/>
 | 
			
		||||
  <uses-permission android:name="com.google.android.c2dm.permission.RECEIVE"/>
 | 
			
		||||
  <application android:name=".MainApplication" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" android:allowBackup="true" android:theme="@style/AppTheme">
 | 
			
		||||
  <application
 | 
			
		||||
    android:name=".MainApplication"
 | 
			
		||||
    android:label="@string/app_name"
 | 
			
		||||
    android:icon="@mipmap/ic_launcher"
 | 
			
		||||
    android:roundIcon="@mipmap/ic_launcher_round"
 | 
			
		||||
    android:allowBackup="true"
 | 
			
		||||
    android:theme="@style/AppTheme"
 | 
			
		||||
  >
 | 
			
		||||
    <meta-data android:name="expo.modules.updates.EXPO_UPDATE_URL" android:value="https://exp.host/@xmflsct/tooot"/>
 | 
			
		||||
    <meta-data android:name="expo.modules.updates.EXPO_SDK_VERSION" android:value="40.0.0"/>
 | 
			
		||||
    <meta-data android:name="expo.modules.updates.ENABLED" android:value="true"/>
 | 
			
		||||
    <meta-data android:name="expo.modules.updates.EXPO_UPDATES_CHECK_ON_LAUNCH" android:value="ALWAYS"/>
 | 
			
		||||
    <meta-data android:name="expo.modules.updates.EXPO_UPDATES_LAUNCH_WAIT_MS" android:value="0"/>
 | 
			
		||||
    <activity android:name=".MainActivity" android:label="@string/app_name" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode" android:launchMode="singleTask" android:windowSoftInputMode="adjustResize" android:theme="@style/Theme.App.SplashScreen" android:screenOrientation="portrait">
 | 
			
		||||
    <activity
 | 
			
		||||
      android:name=".MainActivity"
 | 
			
		||||
      android:label="@string/app_name"
 | 
			
		||||
      android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode"
 | 
			
		||||
      android:launchMode="singleTask"
 | 
			
		||||
      android:windowSoftInputMode="adjustResize"
 | 
			
		||||
      android:theme="@style/Theme.App.SplashScreen"
 | 
			
		||||
      android:screenOrientation="portrait"
 | 
			
		||||
    >
 | 
			
		||||
      <intent-filter>
 | 
			
		||||
        <action android:name="android.intent.action.MAIN"/>
 | 
			
		||||
        <category android:name="android.intent.category.LAUNCHER"/>
 | 
			
		||||
@@ -42,6 +57,6 @@
 | 
			
		||||
    </activity>
 | 
			
		||||
    <activity android:name="com.facebook.react.devsupport.DevSettingsActivity"/>
 | 
			
		||||
  </application>
 | 
			
		||||
  <uses-permission android:name="android.permission.RECORD_AUDIO" />
 | 
			
		||||
  <uses-permission android:name="android.permission.RECORD_AUDIO"/>
 | 
			
		||||
  <application android:requestLegacyExternalStorage="true"/>
 | 
			
		||||
</manifest>
 | 
			
		||||
</manifest>
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								android/app/src/main/res/drawable-night/splashscreen_image.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								android/app/src/main/res/drawable-night/splashscreen_image.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 68 KiB  | 
							
								
								
									
										5
									
								
								android/app/src/main/res/values-night/colors.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								android/app/src/main/res/values-night/colors.xml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,5 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<resources>
 | 
			
		||||
  <!-- Below line is handled by '@expo/configure-splash-screen' command and it's discouraged to modify it manually -->
 | 
			
		||||
  <color name="splashscreen_background">#191919</color>
 | 
			
		||||
</resources>
 | 
			
		||||
@@ -1,6 +1,11 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 | 
			
		||||
<?xml
 | 
			
		||||
  version="1.0"
 | 
			
		||||
  encoding="UTF-8"
 | 
			
		||||
  standalone="yes"
 | 
			
		||||
?>
 | 
			
		||||
<resources>
 | 
			
		||||
  <!-- Below line is handled by '@expo/configure-splash-screen' command and it's discouraged to modify it manually -->
 | 
			
		||||
  <color name="iconBackground">#FFFFFF</color>
 | 
			
		||||
  <color name="splashscreen_background">#FAFAFA</color>
 | 
			
		||||
  <color name="colorPrimary">#023c69</color>
 | 
			
		||||
</resources>
 | 
			
		||||
</resources>
 | 
			
		||||
 
 | 
			
		||||
@@ -11,7 +11,8 @@
 | 
			
		||||
  </style>
 | 
			
		||||
  <style name="Theme.App.SplashScreen" parent="Theme.AppCompat.Light.NoActionBar">
 | 
			
		||||
    <!-- Below line is handled by '@expo/configure-splash-screen' command and it's discouraged to modify it manually -->
 | 
			
		||||
    <!-- Customize your splash screen theme here -->
 | 
			
		||||
    <item name="android:windowBackground">@drawable/splashscreen</item>
 | 
			
		||||
    <item name="android:windowFullscreen">true</item>
 | 
			
		||||
    <!-- Customize your splash screen theme here -->
 | 
			
		||||
  </style>
 | 
			
		||||
</resources>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user