Skip to content

Commit

Permalink
Update brand logo and colors
Browse files Browse the repository at this point in the history
  • Loading branch information
valldrac committed Dec 11, 2024
1 parent 5d6ac7d commit 9e7a607
Show file tree
Hide file tree
Showing 95 changed files with 480 additions and 804 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,6 @@ class DonationReceiptDetailFragment : DSLSettingsFragment(layoutId = R.layout.do

private fun getConfiguration(record: InAppPaymentReceiptRecord, subscriptionName: String?): DSLConfiguration {
return configure {
customPref(
SplashImage.Model(
splashImageResId = R.drawable.ic_molly_logo
)
)

textPref(
title = DSLSettingsText.from(
charSequence = FiatMoneyUtil.format(resources, record.amount),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class CreateReleaseChannelJob private constructor(parameters: Parameters) : Base
AvatarRenderer.renderAvatar(
context,
Avatar.Resource(
R.drawable.ic_molly_logo,
R.drawable.ic_molly_logo_large,
Avatars.ColorPair(ContextCompat.getColor(context, R.color.notification_background_ultramarine), ContextCompat.getColor(context, R.color.core_white), "")
),
onAvatarRendered = { media ->
Expand Down

This file was deleted.

16 changes: 0 additions & 16 deletions app/src/main/res/drawable-anydpi-v24/ic_molly_backup.xml

This file was deleted.

16 changes: 0 additions & 16 deletions app/src/main/res/drawable-anydpi-v24/ic_molly_cached.xml

This file was deleted.

15 changes: 0 additions & 15 deletions app/src/main/res/drawable-anydpi-v24/ic_notification.xml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="470"
android:viewportHeight="470"
android:tint="#FFFFFF">
<group android:scaleX="0.84249085"
android:scaleY="0.84249085"
android:translateX="37.014652"
android:translateY="37.014652">
<group>
<clip-path
android:pathData="M0,0h470v470h-470z"/>
<path
android:pathData="m240.7,0.1c-131.7,-3.1 -239.6,101.2 -240.7,232.9 -0.5,56 18.6,107.4 50.9,148 -9.68,16.93 -19.34,33.87 -29,50.8 -9.7,17 2.6,38.2 22.2,38.2h189.1c130.7,0 238.4,-107 236.9,-237.7 -1.5,-126.6 -103.2,-229.2 -229.4,-232.2zM311.3,124.7 L350.4,163.4c3.7,3.5 5.6,8.4 5.5,13.4 -0.63,15.75 -19.8,22.89 -30.9,12.1l-8,-7.9v151.8c0,23.2 -36.6,23.07 -36.6,0v-151.8l-8,7.9c-17.92,16.25 -40.98,-8.31 -25.5,-25.5l39.1,-38.7c6.99,-6.89 18.31,-6.89 25.3,0zM171.3,119.6c10.1,0 18.3,8 18.3,17.7v151.7l8,-7.9c17.92,-16.25 40.98,8.31 25.5,25.5l-39.1,38.7c-7,6.9 -18.3,6.9 -25.3,0l-39.1,-38.7c-3.7,-3.5 -5.6,-8.4 -5.5,-13.4 0.63,-15.75 19.8,-22.89 30.9,-12.1l8,7.9v-151.7c0,-9.8 8.2,-17.7 18.3,-17.7z"
android:fillColor="#000"/>
</group>
</group>
</vector>
19 changes: 19 additions & 0 deletions app/src/main/res/drawable-anydpi/ic_molly_backup.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="470"
android:viewportHeight="470"
android:tint="#FFFFFF">
<group android:scaleX="0.84249085"
android:scaleY="0.84249085"
android:translateX="37.014652"
android:translateY="37.014652">
<group>
<clip-path
android:pathData="M0,0h470v470h-470z"/>
<path
android:pathData="m240.66,0.07c-131.62,-3.12 -239.56,101.27 -240.66,232.93 -0.46,55.96 18.65,107.42 50.87,148l-8.42,14.72 -20.62,36.07c-9.73,17.02 2.56,38.2 22.16,38.2h189.07c130.72,0 238.37,-106.96 236.91,-237.67 -1.39,-126.66 -103.02,-229.26 -229.31,-232.25zM370.94,252.81c-10.08,76.77 -80.85,127.66 -153.78,118.12 -55.81,-7.32 -100.93,-47.27 -114.95,-101.79 -12.75,-49.59 3.32,-102.34 41.02,-136.34h-27.9c-22.81,0 -22.83,-34.92 0,-34.92h74.78c9.63,0 17.46,7.83 17.46,17.46v74.79c0,22.82 -34.92,22.82 -34.92,0v-36.47c-32.18,24.71 -46.87,66.99 -36.63,106.81 10.44,40.62 44.08,70.4 85.68,75.86 55.87,7.31 107.29,-32.19 114.62,-88.05 3.54,-27.08 -3.66,-53.91 -20.28,-75.53 -16.63,-21.65 -40.69,-35.53 -67.76,-39.08 -22.75,-2.93 -18.03,-37.59 4.53,-34.61 76.19,9.99 127.7,79.85 118.12,153.75z"
android:fillColor="#000"/>
</group>
</group>
</vector>
22 changes: 22 additions & 0 deletions app/src/main/res/drawable-anydpi/ic_molly_cached.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="470"
android:viewportHeight="470"
android:tint="#FFFFFF">
<group android:scaleX="0.84249085"
android:scaleY="0.84249085"
android:translateX="37.014652"
android:translateY="37.014652">
<group>
<clip-path
android:pathData="M0,0h470v470h-470z"/>
<path
android:pathData="m235,255.82c-15.86,0 -28.78,12.91 -28.78,28.78s12.91,28.78 28.78,28.78 28.78,-12.91 28.78,-28.78 -12.91,-28.78 -28.78,-28.78z"
android:fillColor="#000"/>
<path
android:pathData="m240.66,0.07c-131.62,-3.12 -239.56,101.27 -240.66,232.93 -0.46,55.96 18.65,107.42 50.87,148 -9.68,16.93 -19.36,33.86 -29.04,50.79 -9.73,17.02 2.56,38.2 22.16,38.2h189.08c130.72,0 238.37,-106.96 236.91,-237.67 -1.4,-126.66 -103.03,-229.26 -229.32,-232.25zM350.11,327.77c0,23.8 -19.36,43.17 -43.17,43.17h-143.89c-23.8,0 -43.17,-19.36 -43.17,-43.17v-86.33c0,-23.8 19.36,-43.17 43.17,-43.17h115.11v-40.57c0,-23.8 -19.36,-43.17 -43.17,-43.17s-43.17,19.36 -43.17,43.17c0,7.95 -6.44,14.39 -14.39,14.39s-14.39,-6.44 -14.39,-14.39c0,-39.67 32.28,-71.94 71.94,-71.94s71.94,32.28 71.94,71.94v40.57c23.8,0 43.17,19.36 43.17,43.17v86.33z"
android:fillColor="#000"/>
</group>
</group>
</vector>
15 changes: 15 additions & 0 deletions app/src/main/res/drawable-anydpi/ic_notification.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="470"
android:viewportHeight="470"
android:tint="#FFFFFF">
<group android:scaleX="0.84249085"
android:scaleY="0.84249085"
android:translateX="37.014652"
android:translateY="37.014652">
<path
android:pathData="m240.66,0.07c-138.53,-3.33 -254.34,116.24 -239.39,259.35 4.64,44.42 21.84,86.6 49.59,121.59 -9.7,16.89 -19.33,33.83 -28.98,50.75 -2.23,3.88 -3.4,8.29 -3.39,12.77 0.01,4.48 1.19,8.88 3.44,12.75 4.57,7.88 13.02,12.74 22.12,12.73h189.02c130.72,0 238.37,-106.96 236.92,-237.68 -1.44,-126.26 -103.08,-229.21 -229.32,-232.26zM164.28,312.92c0,18.17 -14.8,32.97 -32.97,32.97 -17.19,-0.03 -32.96,-13.96 -32.92,-33.05v-155.69c0,-18.18 14.81,-32.97 32.97,-32.97 18.16,0.02 32.94,14.81 32.94,32.97zM267.93,312.92c0,18.17 -14.8,32.97 -32.97,32.97 -18.17,0 -32.97,-14.81 -32.97,-32.97v-89.93c0,-18.17 14.8,-32.97 32.97,-32.97 18.17,0 32.97,14.8 32.97,32.97zM371.58,312.84c0,18.17 -14.8,32.97 -32.97,32.97 -18.16,-0.02 -32.95,-14.81 -32.96,-32.97v-155.69c0.01,-18.18 14.82,-32.97 32.99,-32.97 18.16,0.02 32.95,14.81 32.95,32.97z"
android:fillColor="#000"/>
</group>
</vector>
Binary file modified app/src/main/res/drawable-hdpi/ic_molly_background_connection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable-hdpi/ic_molly_backup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable-hdpi/ic_molly_cached.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable-hdpi/ic_notification.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable-mdpi/ic_molly_backup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable-mdpi/ic_molly_cached.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable-mdpi/ic_notification.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions app/src/main/res/drawable-night/delete_sync.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
android:fillColor="#373D52"/>
<path
android:pathData="M125.47,0.17C132.55,0.17 138.3,5.91 138.3,13L138.3,72.4C138.3,79.49 132.55,85.24 125.47,85.24L38.93,85.24C31.84,85.24 26.1,79.49 26.1,72.4L26.1,13C26.1,5.91 31.84,0.17 38.93,0.17L125.47,0.17ZM134.63,13C134.63,7.94 130.53,3.84 125.47,3.84L38.93,3.84C33.87,3.84 29.77,7.94 29.77,13L29.77,72.4C29.77,77.46 33.87,81.57 38.93,81.57L125.47,81.57C130.53,81.57 134.63,77.46 134.63,72.4L134.63,13Z"
android:fillColor="@color/core_ultramarine_light_50"
android:fillColor="#BEAFFF"
android:fillType="evenOdd"/>
<path
android:pathData="M96,58C96,54.69 98.69,52 102,52H125C128.31,52 131,54.69 131,58V66C131,69.31 128.31,72 125,72H102C98.69,72 96,69.31 96,66V58Z"
android:fillColor="#6A77DD"/>
android:fillColor="#8069E8"/>
<path
android:pathData="M40,36C40,32.69 42.69,30 46,30H62C65.31,30 68,32.69 68,36V41C68,44.31 65.31,47 62,47H46C42.69,47 40,44.31 40,41V36Z"
android:fillColor="#D5D9FD"/>
Expand All @@ -24,11 +24,11 @@
android:fillColor="#373D52"/>
<path
android:pathData="M1.17,35.47C1.17,28.93 6.46,23.63 13,23.63L33.33,23.63C39.87,23.63 45.17,28.93 45.17,35.47V80C45.17,86.54 39.87,91.84 33.33,91.84H13C6.46,91.84 1.17,86.54 1.17,80L1.17,35.47ZM13,27.3C8.49,27.3 4.84,30.96 4.84,35.47L4.84,80C4.84,84.51 8.49,88.17 13,88.17H33.33C37.84,88.17 41.5,84.51 41.5,80V35.47C41.5,30.96 37.84,27.3 33.33,27.3H13Z"
android:fillColor="#BDB4F7"
android:fillColor="#BEAFFF"
android:fillType="evenOdd"/>
<path
android:pathData="M19.13,70.07C19.13,67.31 21.37,65.07 24.13,65.07H33.93C36.69,65.07 38.93,67.31 38.93,70.07V74.73C38.93,77.49 36.69,79.73 33.93,79.73H24.13C21.37,79.73 19.13,77.49 19.13,74.73V70.07Z"
android:fillColor="#6A77DD"/>
android:fillColor="#8069E8"/>
<path
android:pathData="M6.67,56.73C6.67,53.9 8.96,51.6 11.8,51.6H21.33C24.17,51.6 26.47,53.9 26.47,56.73V56.73C26.47,59.57 24.17,61.87 21.33,61.87H11.8C8.96,61.87 6.67,59.57 6.67,56.73V56.73Z"
android:fillColor="#D5D9FD"/>
Expand Down
22 changes: 11 additions & 11 deletions app/src/main/res/drawable-night/ic_all_devices.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,41 +5,41 @@
android:viewportHeight="112">
<path
android:pathData="M15,31C15,26.58 18.58,23 23,23H71C75.42,23 79,26.58 79,31V71C79,75.42 75.42,79 71,79H23C18.58,79 15,75.42 15,71V31Z"
android:fillColor="#E3E8FE"/>
android:fillColor="#E2DCFF"/>
<path
android:pathData="M14,31C14,26.03 18.03,22 23,22H71C75.97,22 80,26.03 80,31V71C80,75.97 75.97,80 71,80H23C18.03,80 14,75.97 14,71V31ZM23,24C19.13,24 16,27.13 16,31V71C16,74.87 19.13,78 23,78H71C74.87,78 78,74.87 78,71V31C78,27.13 74.87,24 71,24H23Z"
android:fillColor="#3B45FD"
android:fillColor="#6341FF"
android:fillType="evenOdd"/>
<path
android:pathData="M78,71V34.31C76.03,34.11 74.03,34 72,34C47.56,34 26.71,49.39 18.61,71H78Z"
android:fillColor="#C1C7FE"/>
android:fillColor="#CABEFF"/>
<path
android:pathData="M5,75C5,72.79 6.79,71 9,71H85C87.21,71 89,72.79 89,75V75C89,77.21 87.21,79 85,79H9C6.79,79 5,77.21 5,75V75Z"
android:fillColor="#E3E8FE"/>
android:fillColor="#E2DCFF"/>
<path
android:pathData="M4,75C4,72.24 6.24,70 9,70H85C87.76,70 90,72.24 90,75C90,77.76 87.76,80 85,80H9C6.24,80 4,77.76 4,75ZM9,72C7.34,72 6,73.34 6,75C6,76.66 7.34,78 9,78H85C86.66,78 88,76.66 88,75C88,73.34 86.66,72 85,72H9Z"
android:fillColor="#3B45FD"
android:fillColor="#6341FF"
android:fillType="evenOdd"/>
<path
android:pathData="M71,37C71,33.69 73.69,31 77,31H101C104.31,31 107,33.69 107,37V73C107,76.31 104.31,79 101,79H77C73.69,79 71,76.31 71,73V37Z"
android:fillColor="#E3E8FE"/>
android:fillColor="#E2DCFF"/>
<path
android:pathData="M107,53.34V73.5C107,76.81 104.31,79.5 101,79.5H77C73.69,79.5 71,76.81 71,73.5V53.34C76.18,49.96 82.36,48 89,48C95.64,48 101.82,49.96 107,53.34Z"
android:fillColor="#C1C7FE"
android:fillColor="#CABEFF"
android:fillType="evenOdd"/>
<path
android:pathData="M70,37C70,33.13 73.13,30 77,30H101C104.87,30 108,33.13 108,37V73C108,76.87 104.87,80 101,80H77C73.13,80 70,76.87 70,73V37ZM77,32C74.24,32 72,34.24 72,37V73C72,75.76 74.24,78 77,78H101C103.76,78 106,75.76 106,73V37C106,34.24 103.76,32 101,32H77Z"
android:fillColor="#3B45FD"
android:fillColor="#6341FF"
android:fillType="evenOdd"/>
<path
android:pathData="M56,57C56,53.69 58.69,51 62,51H74C77.31,51 80,53.69 80,57V85.5C80,88.81 77.31,91.5 74,91.5H62C58.69,91.5 56,88.81 56,85.5V57Z"
android:fillColor="#E3E8FE"/>
android:fillColor="#E2DCFF"/>
<path
android:pathData="M80,70.56V85.5C80,88.81 77.31,91.5 74,91.5H62C58.69,91.5 56,88.81 56,85.5V70.56C59.45,68.31 63.57,67 68,67C72.43,67 76.55,68.31 80,70.56Z"
android:fillColor="#C1C7FE"
android:fillColor="#CABEFF"
android:fillType="evenOdd"/>
<path
android:pathData="M55,57C55,53.13 58.13,50 62,50H74C77.87,50 81,53.13 81,57V85.5C81,89.37 77.87,92.5 74,92.5H62C58.13,92.5 55,89.37 55,85.5V57ZM62,52C59.24,52 57,54.24 57,57V85.5C57,88.26 59.24,90.5 62,90.5H74C76.76,90.5 79,88.26 79,85.5V57C79,54.24 76.76,52 74,52H62Z"
android:fillColor="#3B45FD"
android:fillColor="#6341FF"
android:fillType="evenOdd"/>
</vector>
16 changes: 8 additions & 8 deletions app/src/main/res/drawable-night/ic_devices.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,30 @@
android:viewportHeight="112">
<path
android:pathData="M20,31C20,26.58 23.58,23 28,23H76C80.42,23 84,26.58 84,31V71C84,75.42 80.42,79 76,79H28C23.58,79 20,75.42 20,71V31Z"
android:fillColor="#E3E8FE"/>
android:fillColor="#E2DCFF"/>
<path
android:pathData="M19,31C19,26.03 23.03,22 28,22H76C80.97,22 85,26.03 85,31V71C85,75.97 80.97,80 76,80H28C23.03,80 19,75.97 19,71V31ZM28,24C24.13,24 21,27.13 21,31V71C21,74.87 24.13,78 28,78H76C79.87,78 83,74.87 83,71V31C83,27.13 79.87,24 76,24H28Z"
android:fillColor="#3B45FD"
android:fillColor="#6341FF"
android:fillType="evenOdd"/>
<path
android:pathData="M83,71V34.31C81.03,34.11 79.03,34 77,34C52.56,34 31.71,49.39 23.61,71H83Z"
android:fillColor="#C1C7FE"/>
android:fillColor="#CABEFF"/>
<path
android:pathData="M10,75C10,72.79 11.79,71 14,71H90C92.21,71 94,72.79 94,75V75C94,77.21 92.21,79 90,79H14C11.79,79 10,77.21 10,75V75Z"
android:fillColor="#E3E8FE"/>
android:fillColor="#E2DCFF"/>
<path
android:pathData="M9,75C9,72.24 11.24,70 14,70H90C92.76,70 95,72.24 95,75C95,77.76 92.76,80 90,80H14C11.24,80 9,77.76 9,75ZM14,72C12.34,72 11,73.34 11,75C11,76.66 12.34,78 14,78H90C91.66,78 93,76.66 93,75C93,73.34 91.66,72 90,72H14Z"
android:fillColor="#3B45FD"
android:fillColor="#6341FF"
android:fillType="evenOdd"/>
<path
android:pathData="M66,47C66,43.69 68.69,41 72,41H96C99.31,41 102,43.69 102,47V83C102,86.31 99.31,89 96,89H72C68.69,89 66,86.31 66,83V47Z"
android:fillColor="#E3E8FE"/>
android:fillColor="#E2DCFF"/>
<path
android:pathData="M102,63.34V83.5C102,86.81 99.31,89.5 96,89.5H72C68.69,89.5 66,86.81 66,83.5V63.34C71.18,59.96 77.36,58 84,58C90.64,58 96.82,59.96 102,63.34Z"
android:fillColor="#C1C7FE"
android:fillColor="#CABEFF"
android:fillType="evenOdd"/>
<path
android:pathData="M65,47C65,43.13 68.13,40 72,40H96C99.87,40 103,43.13 103,47V83C103,86.87 99.87,90 96,90H72C68.13,90 65,86.87 65,83V47ZM72,42C69.24,42 67,44.24 67,47V83C67,85.76 69.24,88 72,88H96C98.76,88 101,85.76 101,83V47C101,44.24 98.76,42 96,42H72Z"
android:fillColor="#3B45FD"
android:fillColor="#6341FF"
android:fillType="evenOdd"/>
</vector>
Loading

0 comments on commit 9e7a607

Please sign in to comment.