feat: enhance user avatar display with S3Image and initial-based fallback, improve socket reconnection logic, and update splash screen layout, assets, and Android permissions.
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
<uses-permission android:name="android.permission.VIBRATE"/>
|
||||
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
|
||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" android:maxSdkVersion="32"/>
|
||||
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES"/>
|
||||
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
|
||||
|
||||
@@ -3,17 +3,21 @@
|
||||
<!-- Gradient background from #c4d9d4 (top) to #f0f5fc (bottom) -->
|
||||
<item android:drawable="@drawable/splash_gradient" />
|
||||
|
||||
<!-- House illustration centered -->
|
||||
<item>
|
||||
<!-- House illustration — above center -->
|
||||
<item
|
||||
android:gravity="center_horizontal"
|
||||
android:top="0dp"
|
||||
android:bottom="80dp">
|
||||
<bitmap
|
||||
android:gravity="center"
|
||||
android:src="@drawable/splash_house" />
|
||||
</item>
|
||||
|
||||
<!-- RE-Quest logo below center -->
|
||||
<!-- RE-Quest logo — below center -->
|
||||
<item
|
||||
android:gravity="center_horizontal|bottom"
|
||||
android:bottom="200dp">
|
||||
android:gravity="center_horizontal"
|
||||
android:top="80dp"
|
||||
android:bottom="0dp">
|
||||
<bitmap
|
||||
android:gravity="center"
|
||||
android:src="@drawable/splash_logo" />
|
||||
|
||||
@@ -3,17 +3,21 @@
|
||||
<!-- Gradient background from #c4d9d4 (top) to #f0f5fc (bottom) -->
|
||||
<item android:drawable="@drawable/splash_gradient" />
|
||||
|
||||
<!-- House illustration centered -->
|
||||
<item>
|
||||
<!-- House illustration — above center -->
|
||||
<item
|
||||
android:gravity="center_horizontal"
|
||||
android:top="0dp"
|
||||
android:bottom="80dp">
|
||||
<bitmap
|
||||
android:gravity="center"
|
||||
android:src="@drawable/splash_house" />
|
||||
</item>
|
||||
|
||||
<!-- RE-Quest logo below center -->
|
||||
<!-- RE-Quest logo — below center -->
|
||||
<item
|
||||
android:gravity="center_horizontal|bottom"
|
||||
android:bottom="200dp">
|
||||
android:gravity="center_horizontal"
|
||||
android:top="80dp"
|
||||
android:bottom="0dp">
|
||||
<bitmap
|
||||
android:gravity="center"
|
||||
android:src="@drawable/splash_logo" />
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 14 KiB |
Reference in New Issue
Block a user