diff --git a/mastodon/build.gradle b/mastodon/build.gradle index 21af4311c..a66afebc0 100644 --- a/mastodon/build.gradle +++ b/mastodon/build.gradle @@ -9,8 +9,8 @@ android { applicationId "org.joinmastodon.android" minSdk 23 targetSdk 31 - versionCode 37 - versionName "1.1.1" + versionCode 38 + versionName "1.1.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/mastodon/src/main/ic_launcher-playstore.png b/mastodon/src/main/ic_launcher-playstore.png index 97cf43a5b..7dd254b71 100644 Binary files a/mastodon/src/main/ic_launcher-playstore.png and b/mastodon/src/main/ic_launcher-playstore.png differ diff --git a/mastodon/src/main/res/mipmap-hdpi/ic_launcher.png b/mastodon/src/main/res/mipmap-hdpi/ic_launcher.png index 9d6abcfc7..b4ae9d827 100644 Binary files a/mastodon/src/main/res/mipmap-hdpi/ic_launcher.png and b/mastodon/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/mastodon/src/main/res/mipmap-hdpi/ic_launcher_background.png b/mastodon/src/main/res/mipmap-hdpi/ic_launcher_background.png index 2dae481bb..2edeee093 100644 Binary files a/mastodon/src/main/res/mipmap-hdpi/ic_launcher_background.png and b/mastodon/src/main/res/mipmap-hdpi/ic_launcher_background.png differ diff --git a/mastodon/src/main/res/mipmap-hdpi/ic_launcher_foreground.png b/mastodon/src/main/res/mipmap-hdpi/ic_launcher_foreground.png index 652826f1e..7d2f21f90 100644 Binary files a/mastodon/src/main/res/mipmap-hdpi/ic_launcher_foreground.png and b/mastodon/src/main/res/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/mastodon/src/main/res/mipmap-hdpi/ic_launcher_round.png b/mastodon/src/main/res/mipmap-hdpi/ic_launcher_round.png index 1605879e9..8935cd9b0 100644 Binary files a/mastodon/src/main/res/mipmap-hdpi/ic_launcher_round.png and b/mastodon/src/main/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/mastodon/src/main/res/mipmap-mdpi/ic_launcher.png b/mastodon/src/main/res/mipmap-mdpi/ic_launcher.png index eea96f594..5035e83d6 100644 Binary files a/mastodon/src/main/res/mipmap-mdpi/ic_launcher.png and b/mastodon/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/mastodon/src/main/res/mipmap-mdpi/ic_launcher_background.png b/mastodon/src/main/res/mipmap-mdpi/ic_launcher_background.png index a507e6d24..e350689fa 100644 Binary files a/mastodon/src/main/res/mipmap-mdpi/ic_launcher_background.png and b/mastodon/src/main/res/mipmap-mdpi/ic_launcher_background.png differ diff --git a/mastodon/src/main/res/mipmap-mdpi/ic_launcher_foreground.png b/mastodon/src/main/res/mipmap-mdpi/ic_launcher_foreground.png index 6dad5563c..025e95e5d 100644 Binary files a/mastodon/src/main/res/mipmap-mdpi/ic_launcher_foreground.png and b/mastodon/src/main/res/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/mastodon/src/main/res/mipmap-mdpi/ic_launcher_round.png b/mastodon/src/main/res/mipmap-mdpi/ic_launcher_round.png index a0643390e..e01261d10 100644 Binary files a/mastodon/src/main/res/mipmap-mdpi/ic_launcher_round.png and b/mastodon/src/main/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/mastodon/src/main/res/mipmap-xhdpi/ic_launcher.png b/mastodon/src/main/res/mipmap-xhdpi/ic_launcher.png index 34eea2eed..bb84af36c 100644 Binary files a/mastodon/src/main/res/mipmap-xhdpi/ic_launcher.png and b/mastodon/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/mastodon/src/main/res/mipmap-xhdpi/ic_launcher_background.png b/mastodon/src/main/res/mipmap-xhdpi/ic_launcher_background.png index 958f99160..da6ca813f 100644 Binary files a/mastodon/src/main/res/mipmap-xhdpi/ic_launcher_background.png and b/mastodon/src/main/res/mipmap-xhdpi/ic_launcher_background.png differ diff --git a/mastodon/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png b/mastodon/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png index 69704cb8c..200c86d45 100644 Binary files a/mastodon/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png and b/mastodon/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/mastodon/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/mastodon/src/main/res/mipmap-xhdpi/ic_launcher_round.png index c14c88bfc..d6024d4fa 100644 Binary files a/mastodon/src/main/res/mipmap-xhdpi/ic_launcher_round.png and b/mastodon/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/mastodon/src/main/res/mipmap-xxhdpi/ic_launcher.png b/mastodon/src/main/res/mipmap-xxhdpi/ic_launcher.png index 123d46e84..1e261ab36 100644 Binary files a/mastodon/src/main/res/mipmap-xxhdpi/ic_launcher.png and b/mastodon/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/mastodon/src/main/res/mipmap-xxhdpi/ic_launcher_background.png b/mastodon/src/main/res/mipmap-xxhdpi/ic_launcher_background.png index 6d702c251..b94641f19 100644 Binary files a/mastodon/src/main/res/mipmap-xxhdpi/ic_launcher_background.png and b/mastodon/src/main/res/mipmap-xxhdpi/ic_launcher_background.png differ diff --git a/mastodon/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png b/mastodon/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png index d99a2feb8..0741a5dad 100644 Binary files a/mastodon/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png and b/mastodon/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/mastodon/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/mastodon/src/main/res/mipmap-xxhdpi/ic_launcher_round.png index 801c1fc6e..81673fffb 100644 Binary files a/mastodon/src/main/res/mipmap-xxhdpi/ic_launcher_round.png and b/mastodon/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/mastodon/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/mastodon/src/main/res/mipmap-xxxhdpi/ic_launcher.png index db374d694..28b951f8a 100644 Binary files a/mastodon/src/main/res/mipmap-xxxhdpi/ic_launcher.png and b/mastodon/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/mastodon/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png b/mastodon/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png index 0ee947f7b..cb234fc2f 100644 Binary files a/mastodon/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png and b/mastodon/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png differ diff --git a/mastodon/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/mastodon/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png index c9ff2401e..aed1fde73 100644 Binary files a/mastodon/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png and b/mastodon/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ diff --git a/mastodon/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/mastodon/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png index b886deb9e..427ff445a 100644 Binary files a/mastodon/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png and b/mastodon/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/mastodon/src/main/res/values/colors.xml b/mastodon/src/main/res/values/colors.xml index dac3a6167..557f0a417 100644 --- a/mastodon/src/main/res/values/colors.xml +++ b/mastodon/src/main/res/values/colors.xml @@ -19,17 +19,17 @@ #CC282C37 #101828 - #FAFDFF - #EAF4FB - #D5E9F7 - #BFDEF4 - #AAD3F0 - #95C8EC - #80BCE8 - #55A6E1 - #2B90D9 - #2273AE - #16486D + #fafaff + #f4f3ff + #ebebff + #d7d7ff + #c2c2ff + #9999ff + #6364ff + #562cfc + #431cbb + #2f0c7a + #17063b #FFFBFA #FEF3F2 #FEE4E2