Skip to content
Snippets Groups Projects
Commit c6b587a1 authored by Vitalii Nikitchyn's avatar Vitalii Nikitchyn
Browse files

launcher icons and TV banner update

Change-Id: I2db4c91267091825262d1ce5948aaf8ecbd34f8c
parent 3e923587
Branches
Tags
No related merge requests found
Showing
with 408 additions and 789 deletions
......@@ -124,7 +124,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:name=".client.HomeActivity"
android:configChanges="screenSize|screenLayout|smallestScreenSize|orientation"
android:exported="true"
android:icon="@mipmap/ic_launcher"
android:launchMode="singleTask"
android:theme="@style/AppTheme.Navigation"
android:windowSoftInputMode="adjustResize">
......@@ -165,7 +164,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<activity
android:name=".client.ShareActivity"
android:exported="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/title_share_with"
android:parentActivityName=".client.HomeActivity"
android:theme="@style/AppTheme">
......@@ -187,7 +185,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:name=".account.AccountWizardActivity"
android:configChanges="orientation|screenSize|screenLayout|smallestScreenSize"
android:exported="false"
android:icon="@mipmap/ic_launcher"
android:resizeableActivity="true"
android:theme="@style/AppThemeBase.Light"
android:windowSoftInputMode="adjustResize" />
......@@ -195,7 +192,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:name=".client.RingtoneActivity"
android:configChanges="screenSize|screenLayout|smallestScreenSize"
android:exported="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/account_ringtone_title"
android:theme="@style/Theme.Material3.DayNight.Dialog.MinWidth" />
......@@ -319,7 +315,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:allowEmbedded="true"
android:configChanges="screenSize|screenLayout|smallestScreenSize|orientation"
android:exported="false"
android:icon="@mipmap/ic_launcher"
android:parentActivityName=".client.HomeActivity"
android:resizeableActivity="true"
android:theme="@style/AppTheme.Fullscreen"
......@@ -335,7 +330,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<activity
android:name=".tv.main.HomeActivity"
android:exported="true"
android:icon="@mipmap/ic_launcher"
android:theme="@style/Theme.Jami.Leanback.Main">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
......@@ -373,23 +367,19 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:name=".tv.account.TVAccountWizard"
android:configChanges="orientation|screenSize|screenLayout|smallestScreenSize"
android:exported="false"
android:icon="@mipmap/ic_launcher"
android:theme="@style/AppTheme" />
<activity
android:name=".tv.search.SearchActivity"
android:exported="false"
android:icon="@mipmap/ic_launcher"
android:theme="@style/Theme.Leanback" />
<activity
android:name=".tv.account.TVShareActivity"
android:exported="false"
android:icon="@mipmap/ic_launcher"
android:theme="@style/Theme.Ring.Leanback" />
<activity
android:name=".tv.call.TVCallActivity"
android:configChanges="orientation|screenSize|screenLayout|smallestScreenSize"
android:exported="false"
android:icon="@mipmap/ic_launcher"
android:resizeableActivity="true"
android:showOnLockScreen="true"
android:supportsPictureInPicture="true"
......@@ -403,7 +393,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<activity
android:name=".tv.camera.CustomCameraActivity"
android:exported="false"
android:icon="@mipmap/ic_launcher"
android:theme="@style/AppTheme">
<intent-filter>
<action android:name="cx.ring.action.CALL" />
......@@ -414,7 +403,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<activity
android:name=".tv.contact.TVContactActivity"
android:exported="true"
android:icon="@mipmap/ic_launcher"
android:theme="@style/Theme.Leanback.Details">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
......@@ -450,7 +438,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<activity
android:name=".client.MediaViewerActivity"
android:exported="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/title_media_viewer"
android:theme="@style/AppTheme.MediaViewer" />
......@@ -463,7 +450,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:name=".client.ContactDetailsActivity"
android:configChanges="orientation|screenSize|screenLayout|smallestScreenSize"
android:exported="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/conversation_details"
android:resizeableActivity="true"
android:theme="@style/AppTheme.Fullscreen"
......@@ -472,7 +458,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:name=".client.ConversationSelectionActivity"
android:configChanges="orientation|screenSize|screenLayout|smallestScreenSize"
android:exported="false"
android:icon="@mipmap/ic_launcher"
android:label="Choose a contact or conversation"
android:theme="@style/Theme.Material3.DayNight.Dialog.Alert"
android:windowSoftInputMode="adjustResize" />
......
......
<vector android:height="116dp" android:viewportHeight="116.3"
<vector android:height="116dp" android:viewportHeight="116"
android:viewportWidth="116" android:width="116dp"
xmlns:aapt="http://schemas.android.com/aapt" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:pathData="M54.9,55.8l7.1,-0.2l-3.6,6.6z">
......
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>
\ No newline at end of file
jami-android/app/src/main/res/mipmap-hdpi/ic_launcher.png

5.06 KiB | W: | H:

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

4.26 KiB | W: | H:

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

7.55 KiB

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

3.03 KiB | W: | H:

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

2.41 KiB | W: | H:

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

4.5 KiB

jami-android/app/src/main/res/mipmap-xhdpi/ic_banner.png

11.5 KiB | W: | H:

jami-android/app/src/main/res/mipmap-xhdpi/ic_banner.png

11.2 KiB | W: | H:

jami-android/app/src/main/res/mipmap-xhdpi/ic_banner.png
jami-android/app/src/main/res/mipmap-xhdpi/ic_banner.png
jami-android/app/src/main/res/mipmap-xhdpi/ic_banner.png
jami-android/app/src/main/res/mipmap-xhdpi/ic_banner.png
  • 2-up
  • Swipe
  • Onion skin
jami-android/app/src/main/res/mipmap-xhdpi/ic_launcher.png

56 KiB | W: | H:

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

12 KiB | W: | H:

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

10.8 KiB

jami-android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png

56 KiB | W: | H:

jami-android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png

10.2 KiB | W: | H:

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

17.2 KiB

jami-android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png

56 KiB | W: | H:

jami-android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png

14.8 KiB | W: | H:

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

26 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment