Browse Source

Changed icons (still need to make full set).

housekeeping/remove-warnings
Antoine POPINEAU 4 years ago
parent
commit
dc25a922c2
No known key found for this signature in database
GPG Key ID: A78AC64694F84063
  1. 2
      app/src/main/AndroidManifest.xml
  2. BIN
      app/src/main/ic_launcher-playstore.png
  3. 2
      app/src/main/java/com/github/apognu/otter/playback/MediaControlsManager.kt
  4. BIN
      app/src/main/play/listings/en-US/graphics/icon/1.png
  5. BIN
      app/src/main/res/drawable-hdpi/ottericon.png
  6. BIN
      app/src/main/res/drawable-hdpi/ottershape.png
  7. BIN
      app/src/main/res/drawable-mdpi/ottericon.png
  8. BIN
      app/src/main/res/drawable-mdpi/ottershape.png
  9. BIN
      app/src/main/res/drawable-xhdpi/ottericon.png
  10. BIN
      app/src/main/res/drawable-xhdpi/ottershape.png
  11. BIN
      app/src/main/res/drawable-xxhdpi/ottericon.png
  12. BIN
      app/src/main/res/drawable-xxhdpi/ottershape.png
  13. BIN
      app/src/main/res/drawable-xxxhdpi/ottericon.png
  14. BIN
      app/src/main/res/drawable-xxxhdpi/ottershape.png
  15. BIN
      app/src/main/res/drawable/ottershape.png
  16. 2
      app/src/main/res/layout-land/activity_main.xml
  17. 2
      app/src/main/res/layout/activity_main.xml
  18. 4
      app/src/main/res/layout/activity_search.xml
  19. 2
      app/src/main/res/layout/partial_queue.xml
  20. 5
      app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
  21. 5
      app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
  22. BIN
      app/src/main/res/mipmap-hdpi/ic_launcher.png
  23. BIN
      app/src/main/res/mipmap-hdpi/ic_launcher_background.png
  24. BIN
      app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
  25. BIN
      app/src/main/res/mipmap-hdpi/ic_launcher_round.png
  26. BIN
      app/src/main/res/mipmap-mdpi/ic_launcher.png
  27. BIN
      app/src/main/res/mipmap-mdpi/ic_launcher_background.png
  28. BIN
      app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
  29. BIN
      app/src/main/res/mipmap-mdpi/ic_launcher_round.png
  30. BIN
      app/src/main/res/mipmap-xhdpi/ic_launcher.png
  31. BIN
      app/src/main/res/mipmap-xhdpi/ic_launcher_background.png
  32. BIN
      app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
  33. BIN
      app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
  34. BIN
      app/src/main/res/mipmap-xxhdpi/ic_launcher.png
  35. BIN
      app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png
  36. BIN
      app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
  37. BIN
      app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
  38. BIN
      app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
  39. BIN
      app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png
  40. BIN
      app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
  41. BIN
      app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
  42. 4
      app/src/main/res/values/ic_launcher_background.xml

2
app/src/main/AndroidManifest.xml

@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:roundIcon="@mipmap/ic_launcher"
android:supportsRtl="true"
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true">

BIN
app/src/main/ic_launcher-playstore.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

2
app/src/main/java/com/github/apognu/otter/playback/MediaControlsManager.kt

@ -67,7 +67,7 @@ class MediaControlsManager(val context: Service, private val mediaSession: Media @@ -67,7 +67,7 @@ class MediaControlsManager(val context: Service, private val mediaSession: Media
.setMediaSession(mediaSession.sessionToken)
.setShowActionsInCompactView(0, 1, 2)
)
.setSmallIcon(R.drawable.ottericon)
.setSmallIcon(R.drawable.ottershape)
.run {
if (cover != null) {
try { setLargeIcon(cover.get()) } catch (_: Exception) {}

BIN
app/src/main/play/listings/en-US/graphics/icon/1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 33 KiB

BIN
app/src/main/res/drawable-hdpi/ottericon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 696 B

BIN
app/src/main/res/drawable-hdpi/ottershape.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 777 B

BIN
app/src/main/res/drawable-mdpi/ottericon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 469 B

BIN
app/src/main/res/drawable-mdpi/ottershape.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 B

BIN
app/src/main/res/drawable-xhdpi/ottericon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 946 B

BIN
app/src/main/res/drawable-xhdpi/ottershape.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
app/src/main/res/drawable-xxhdpi/ottericon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

BIN
app/src/main/res/drawable-xxhdpi/ottershape.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
app/src/main/res/drawable-xxxhdpi/ottericon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

BIN
app/src/main/res/drawable-xxxhdpi/ottershape.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
app/src/main/res/drawable/ottershape.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

2
app/src/main/res/layout-land/activity_main.xml

@ -55,7 +55,7 @@ @@ -55,7 +55,7 @@
android:theme="@style/AppTheme.AppBar"
app:backgroundTint="@color/colorPrimary"
app:layout_insetEdge="bottom"
app:navigationIcon="@drawable/ottericon"
app:navigationIcon="@drawable/ottershape"
tools:menu="@menu/toolbar" />
</androidx.coordinatorlayout.widget.CoordinatorLayout>

2
app/src/main/res/layout/activity_main.xml

@ -38,7 +38,7 @@ @@ -38,7 +38,7 @@
android:theme="@style/AppTheme.AppBar"
app:backgroundTint="@color/colorPrimary"
app:layout_insetEdge="bottom"
app:navigationIcon="@drawable/ottericon"
app:navigationIcon="@drawable/ottershape"
tools:menu="@menu/toolbar" />
</androidx.coordinatorlayout.widget.CoordinatorLayout>

4
app/src/main/res/layout/activity_search.xml

@ -58,7 +58,7 @@ @@ -58,7 +58,7 @@
android:layout_marginStart="16dp"
android:layout_marginTop="16dp"
android:layout_marginEnd="16dp"
android:drawableTop="@drawable/ottericon"
android:drawableTop="@drawable/ottershape"
android:drawablePadding="16dp"
android:drawableTint="#525252"
android:text="@string/search_welcome"
@ -72,7 +72,7 @@ @@ -72,7 +72,7 @@
android:layout_marginStart="16dp"
android:layout_marginTop="16dp"
android:layout_marginEnd="16dp"
android:drawableTop="@drawable/ottericon"
android:drawableTop="@drawable/ottershape"
android:drawablePadding="16dp"
android:drawableTint="#525252"
android:text="@string/search_no_results"

2
app/src/main/res/layout/partial_queue.xml

@ -17,7 +17,7 @@ @@ -17,7 +17,7 @@
android:layout_gravity="center"
android:layout_marginTop="64dp"
android:layout_marginBottom="64dp"
android:drawableTop="@drawable/ottericon"
android:drawableTop="@drawable/ottershape"
android:drawablePadding="16dp"
android:drawableTint="#525252"
android:text="@string/playback_queue_empty"

5
app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml

@ -1,5 +0,0 @@ @@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@mipmap/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>

5
app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml

@ -1,5 +0,0 @@ @@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@mipmap/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

BIN
app/src/main/res/mipmap-hdpi/ic_launcher_background.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 374 B

BIN
app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
app/src/main/res/mipmap-mdpi/ic_launcher_background.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 239 B

BIN
app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

BIN
app/src/main/res/mipmap-xhdpi/ic_launcher_background.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 517 B

BIN
app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

BIN
app/src/main/res/mipmap-xhdpi/ic_launcher_round.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

BIN
app/src/main/res/mipmap-xxhdpi/ic_launcher.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

After

Width:  |  Height:  |  Size: 12 KiB

BIN
app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 905 B

BIN
app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

BIN
app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

BIN
app/src/main/res/mipmap-xxxhdpi/ic_launcher.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 15 KiB

BIN
app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

BIN
app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

BIN
app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

4
app/src/main/res/values/ic_launcher_background.xml

@ -0,0 +1,4 @@ @@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#3DDC84</color>
</resources>
Loading…
Cancel
Save