first commit
1
untitled/android/app/src/main/res/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
356cdbef-b52a-4080-93c8-f8b1b6ae21cf
|
||||
1
untitled/android/app/src/main/res/drawable-v21/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
994a5296-0a26-43f6-a673-5671e7928604
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Modify this file to customize your launch splash screen -->
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="?android:colorBackground" />
|
||||
|
||||
<!-- You can insert your own image assets here -->
|
||||
<!-- <item>
|
||||
<bitmap
|
||||
android:gravity="center"
|
||||
android:src="@mipmap/launch_image" />
|
||||
</item> -->
|
||||
</layer-list>
|
||||
1
untitled/android/app/src/main/res/drawable/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
1c5257fb-f306-44d9-9a16-d92a0b5e3daa
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Modify this file to customize your launch splash screen -->
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@android:color/white" />
|
||||
|
||||
<!-- You can insert your own image assets here -->
|
||||
<!-- <item>
|
||||
<bitmap
|
||||
android:gravity="center"
|
||||
android:src="@mipmap/launch_image" />
|
||||
</item> -->
|
||||
</layer-list>
|
||||
1
untitled/android/app/src/main/res/mipmap-hdpi/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
e9fc3ffa-d76b-44b5-abdd-115e1c88d3ec
|
||||
BIN
untitled/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 14 KiB |
1
untitled/android/app/src/main/res/mipmap-mdpi/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
13ae13a7-184e-4edb-944d-6457662cdb2d
|
||||
BIN
untitled/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 14 KiB |
1
untitled/android/app/src/main/res/mipmap-xhdpi/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
dae6e027-be46-48cd-8237-46af65abb254
|
||||
BIN
untitled/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 14 KiB |
1
untitled/android/app/src/main/res/mipmap-xxhdpi/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
d5e93dbd-9008-46c4-82c2-2cb7a5590ca5
|
||||
BIN
untitled/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 14 KiB |
1
untitled/android/app/src/main/res/mipmap-xxxhdpi/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
c7dc325d-5b88-4976-abb5-bf7af8354548
|
||||
BIN
untitled/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 14 KiB |
1
untitled/android/app/src/main/res/values-night/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
48678e93-4c3c-49d6-b1d8-f2f5678257da
|
||||
18
untitled/android/app/src/main/res/values-night/styles.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is on -->
|
||||
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
|
||||
<!-- Show a splash screen on the activity. Automatically removed when
|
||||
Flutter draws its first frame -->
|
||||
<item name="android:windowBackground">@drawable/launch_background</item>
|
||||
</style>
|
||||
<!-- Theme applied to the Android Window as soon as the process has started.
|
||||
This theme determines the color of the Android Window while your
|
||||
Flutter UI initializes, as well as behind your Flutter UI while its
|
||||
running.
|
||||
|
||||
This Theme is only used starting with V2 of Flutter's Android embedding. -->
|
||||
<style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar">
|
||||
<item name="android:windowBackground">?android:colorBackground</item>
|
||||
</style>
|
||||
</resources>
|
||||
1
untitled/android/app/src/main/res/values/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
3a29f427-76ed-46f1-817f-cb1128154e56
|
||||
18
untitled/android/app/src/main/res/values/styles.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is off -->
|
||||
<style name="LaunchTheme" parent="@android:style/Theme.Light.NoTitleBar">
|
||||
<!-- Show a splash screen on the activity. Automatically removed when
|
||||
Flutter draws its first frame -->
|
||||
<item name="android:windowBackground">@drawable/launch_background</item>
|
||||
</style>
|
||||
<!-- Theme applied to the Android Window as soon as the process has started.
|
||||
This theme determines the color of the Android Window while your
|
||||
Flutter UI initializes, as well as behind your Flutter UI while its
|
||||
running.
|
||||
|
||||
This Theme is only used starting with V2 of Flutter's Android embedding. -->
|
||||
<style name="NormalTheme" parent="@android:style/Theme.Light.NoTitleBar">
|
||||
<item name="android:windowBackground">?android:colorBackground</item>
|
||||
</style>
|
||||
</resources>
|
||||
1
untitled/android/app/src/main/res/xml/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
ab0e21c2-2621-43b1-a91a-ab9e366a808c
|
||||
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<network-security-config>
|
||||
<base-config cleartextTrafficPermitted="true" />
|
||||
</network-security-config>
|
||||