diff --git a/README.md b/README.md
index 44fd3d7f..293087ea 100644
--- a/README.md
+++ b/README.md
@@ -31,3 +31,8 @@
4. Run 'app' to install Chanu onto your device
5. ....
6. Profit!
+
+#### App Icon
+
+I used the old one as a base, just added a solid color layer as a background, hope you'll like it, just for reference, the color i used is #00c853 [Green A700](https://material.io/resources/color/#!/?view.left=0&view.right=0&primary.color=00C853), the original logo is trimmed with 75% resize in Android Studio image asset
+debug icon has same settings with #69F0AE [Green A200](https://material.io/resources/color/#!/?view.left=0&view.right=0&primary.color=69F0AE) as background instead
diff --git a/app/build.gradle b/app/build.gradle
index 52b2c30e..ae1c7ab8 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -31,6 +31,11 @@ android {
shrinkResources true
proguardFiles 'proguard.cfg'
}
+ debug {
+ applicationIdSuffix '.debug'
+ versionNameSuffix '-DEBUG'
+ }
+
}
packagingOptions {
@@ -57,4 +62,7 @@ dependencies {
implementation 'org.apache.commons:commons-lang3:3.3.1'
implementation 'com.nineoldandroids:library:2.4.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
+
+ // debugImplementation because LeakCanary should only run in debug builds.
+ debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.2'
}
\ No newline at end of file
diff --git a/app/libs/actionBarPullToRefresh/src/main/ic_launcher-playstore.png b/app/libs/actionBarPullToRefresh/src/main/ic_launcher-playstore.png
new file mode 100644
index 00000000..bba1b4fb
Binary files /dev/null and b/app/libs/actionBarPullToRefresh/src/main/ic_launcher-playstore.png differ
diff --git a/app/libs/actionBarPullToRefresh/src/main/res/drawable-hdpi/ic_launcher.png b/app/libs/actionBarPullToRefresh/src/main/res/drawable-hdpi/ic_launcher.png
deleted file mode 100644
index 8074c4c5..00000000
Binary files a/app/libs/actionBarPullToRefresh/src/main/res/drawable-hdpi/ic_launcher.png and /dev/null differ
diff --git a/app/libs/actionBarPullToRefresh/src/main/res/drawable-ldpi/ic_launcher.png b/app/libs/actionBarPullToRefresh/src/main/res/drawable-ldpi/ic_launcher.png
deleted file mode 100644
index 1095584e..00000000
Binary files a/app/libs/actionBarPullToRefresh/src/main/res/drawable-ldpi/ic_launcher.png and /dev/null differ
diff --git a/app/libs/actionBarPullToRefresh/src/main/res/drawable-mdpi/ic_launcher.png b/app/libs/actionBarPullToRefresh/src/main/res/drawable-mdpi/ic_launcher.png
deleted file mode 100644
index a07c69fa..00000000
Binary files a/app/libs/actionBarPullToRefresh/src/main/res/drawable-mdpi/ic_launcher.png and /dev/null differ
diff --git a/app/libs/actionBarPullToRefresh/src/main/res/values/strings.xml b/app/libs/actionBarPullToRefresh/src/main/res/values/strings.xml
deleted file mode 100644
index 8390c910..00000000
--- a/app/libs/actionBarPullToRefresh/src/main/res/values/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Chanu
-
diff --git a/app/libs/gallery/src/main/res/values-de/strings.xml b/app/libs/gallery/src/main/res/values-de/strings.xml
index 51101400..b258feee 100644
--- a/app/libs/gallery/src/main/res/values-de/strings.xml
+++ b/app/libs/gallery/src/main/res/values-de/strings.xml
@@ -14,7 +14,7 @@
-->
- "Chanu"
+
"Bildrahmen"
"%1$02d:%2$02d"
"%1$d:%2$02d:%3$02d"
diff --git a/app/libs/gallery/src/main/res/values-en-rGB/strings.xml b/app/libs/gallery/src/main/res/values-en-rGB/strings.xml
index c23f962c..1e8eec58 100644
--- a/app/libs/gallery/src/main/res/values-en-rGB/strings.xml
+++ b/app/libs/gallery/src/main/res/values-en-rGB/strings.xml
@@ -14,7 +14,7 @@
-->
- "Chanu"
+
"Picture frame"
"%1$02d:%2$02d"
"%1$d:%2$02d:%3$02d"
diff --git a/app/libs/gallery/src/main/res/values-es-rUS/strings.xml b/app/libs/gallery/src/main/res/values-es-rUS/strings.xml
index ead4bdcb..a1f5ed8e 100644
--- a/app/libs/gallery/src/main/res/values-es-rUS/strings.xml
+++ b/app/libs/gallery/src/main/res/values-es-rUS/strings.xml
@@ -14,7 +14,7 @@
-->
- "Chanu"
+
"Marco de imagen"
"%1$02d:%2$02d"
"%1$d:%2$02d:%3$02d"
diff --git a/app/libs/gallery/src/main/res/values-es/strings.xml b/app/libs/gallery/src/main/res/values-es/strings.xml
index 9380fc98..8ca307b9 100644
--- a/app/libs/gallery/src/main/res/values-es/strings.xml
+++ b/app/libs/gallery/src/main/res/values-es/strings.xml
@@ -14,7 +14,7 @@
-->
- "Chanu"
+
"Picture frame"
"%1$02d:%2$02d"
"%1$d:%2$02d:%3$02d"
diff --git a/app/libs/gallery/src/main/res/values-hi/strings.xml b/app/libs/gallery/src/main/res/values-hi/strings.xml
index 0678f0d6..532a869a 100644
--- a/app/libs/gallery/src/main/res/values-hi/strings.xml
+++ b/app/libs/gallery/src/main/res/values-hi/strings.xml
@@ -14,7 +14,7 @@
-->
- "गैलरी"
+
"चित्र फ़्रेम"
"%1$02d:%2$02d"
"%1$d:%2$02d:%3$02d"
diff --git a/app/libs/gallery/src/main/res/values-it/strings.xml b/app/libs/gallery/src/main/res/values-it/strings.xml
index 55e5e857..7b5c0d01 100644
--- a/app/libs/gallery/src/main/res/values-it/strings.xml
+++ b/app/libs/gallery/src/main/res/values-it/strings.xml
@@ -14,7 +14,7 @@
-->
- "Chanu"
+
"Cornice immagine"
"%1$02d:%2$02d"
"%1$d:%2$02d:%3$02d"
diff --git a/app/libs/gallery/src/main/res/values-ja/strings.xml b/app/libs/gallery/src/main/res/values-ja/strings.xml
index de5c44d4..0ee3b988 100644
--- a/app/libs/gallery/src/main/res/values-ja/strings.xml
+++ b/app/libs/gallery/src/main/res/values-ja/strings.xml
@@ -14,7 +14,7 @@
-->
- "Chanu"
+
"写真フレーム"
"%1$02d:%2$02d"
"%1$d:%2$02d:%3$02d"
diff --git a/app/libs/gallery/src/main/res/values-pl/strings.xml b/app/libs/gallery/src/main/res/values-pl/strings.xml
index 2ed119b5..cfb2053e 100644
--- a/app/libs/gallery/src/main/res/values-pl/strings.xml
+++ b/app/libs/gallery/src/main/res/values-pl/strings.xml
@@ -14,7 +14,7 @@
-->
- "Chanu"
+
"Ramka ze zdjęciem"
"%1$02d:%2$02d"
"%1$d:%2$02d:%3$02d"
diff --git a/app/libs/gallery/src/main/res/values-pt-rPT/strings.xml b/app/libs/gallery/src/main/res/values-pt-rPT/strings.xml
index ecfcf9ef..f5913237 100644
--- a/app/libs/gallery/src/main/res/values-pt-rPT/strings.xml
+++ b/app/libs/gallery/src/main/res/values-pt-rPT/strings.xml
@@ -14,7 +14,7 @@
-->
- "Chanu"
+
"Moldura da imagem"
"%1$02d:%2$02d"
"%1$d:%2$02d:%3$02d"
diff --git a/app/libs/gallery/src/main/res/values-pt/strings.xml b/app/libs/gallery/src/main/res/values-pt/strings.xml
index 96d29387..1a18707f 100644
--- a/app/libs/gallery/src/main/res/values-pt/strings.xml
+++ b/app/libs/gallery/src/main/res/values-pt/strings.xml
@@ -14,7 +14,7 @@
-->
- "Chanu"
+
"Moldura de uma imagem"
"%1$02d:%2$02d"
"%1$d:%2$02d:%3$02d"
diff --git a/app/libs/gallery/src/main/res/values-ro/strings.xml b/app/libs/gallery/src/main/res/values-ro/strings.xml
index d2ce10f5..de880a02 100644
--- a/app/libs/gallery/src/main/res/values-ro/strings.xml
+++ b/app/libs/gallery/src/main/res/values-ro/strings.xml
@@ -14,7 +14,7 @@
-->
- "Chanu"
+
"Ramă foto"
"%1$02d:%2$02d"
"%1$d:%2$02d:%3$02d"
diff --git a/app/libs/gallery/src/main/res/values-ru/strings.xml b/app/libs/gallery/src/main/res/values-ru/strings.xml
index 10b380ba..f94a4022 100644
--- a/app/libs/gallery/src/main/res/values-ru/strings.xml
+++ b/app/libs/gallery/src/main/res/values-ru/strings.xml
@@ -14,7 +14,7 @@
-->
- "Галерея"
+
"Рамка фотографии"
"%1$02d:%2$02d"
"%1$d:%2$02d:%3$02d"
diff --git a/app/libs/gallery/src/main/res/values/strings.xml b/app/libs/gallery/src/main/res/values/strings.xml
index d5e5a408..94ab79b3 100644
--- a/app/libs/gallery/src/main/res/values/strings.xml
+++ b/app/libs/gallery/src/main/res/values/strings.xml
@@ -1,7 +1,6 @@
- Chanu
Chanu Picture Frame
%1$02d:%2$02d
%1$d:%2$02d:%3$02d
diff --git a/app/release/output.json b/app/release/output.json
index a124d0a9..ae4b9af7 100644
--- a/app/release/output.json
+++ b/app/release/output.json
@@ -1 +1 @@
-[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":98,"versionName":"2.0.28","enabled":true,"outputFile":"com.chanapps.four.activity-2.0.28-2020.04.22.17.33.32-release.apk","fullName":"release","baseName":"release","dirName":""},"path":"com.chanapps.four.activity-2.0.28-2020.04.22.17.33.32-release.apk","properties":{}}]
\ No newline at end of file
+[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":98,"versionName":"2.0.28","enabled":true,"outputFile":"com.chanapps.four.activity-2.0.28-2020.04.22.18.32.18-release.apk","fullName":"release","baseName":"release","dirName":""},"path":"com.chanapps.four.activity-2.0.28-2020.04.22.18.32.18-release.apk","properties":{}}]
\ No newline at end of file
diff --git a/app/src/debug/ic_launcher-playstore.png b/app/src/debug/ic_launcher-playstore.png
new file mode 100644
index 00000000..bde2feb4
Binary files /dev/null and b/app/src/debug/ic_launcher-playstore.png differ
diff --git a/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml
new file mode 100644
index 00000000..036d09bc
--- /dev/null
+++ b/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml
new file mode 100644
index 00000000..036d09bc
--- /dev/null
+++ b/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/debug/res/mipmap-hdpi/ic_launcher.png b/app/src/debug/res/mipmap-hdpi/ic_launcher.png
new file mode 100644
index 00000000..fb0d92c2
Binary files /dev/null and b/app/src/debug/res/mipmap-hdpi/ic_launcher.png differ
diff --git a/app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.png b/app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.png
new file mode 100644
index 00000000..31b3a162
Binary files /dev/null and b/app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.png differ
diff --git a/app/src/debug/res/mipmap-hdpi/ic_launcher_round.png b/app/src/debug/res/mipmap-hdpi/ic_launcher_round.png
new file mode 100644
index 00000000..974a9911
Binary files /dev/null and b/app/src/debug/res/mipmap-hdpi/ic_launcher_round.png differ
diff --git a/app/src/debug/res/mipmap-mdpi/ic_launcher.png b/app/src/debug/res/mipmap-mdpi/ic_launcher.png
new file mode 100644
index 00000000..3db5addf
Binary files /dev/null and b/app/src/debug/res/mipmap-mdpi/ic_launcher.png differ
diff --git a/app/src/debug/res/mipmap-mdpi/ic_launcher_foreground.png b/app/src/debug/res/mipmap-mdpi/ic_launcher_foreground.png
new file mode 100644
index 00000000..dc2c4495
Binary files /dev/null and b/app/src/debug/res/mipmap-mdpi/ic_launcher_foreground.png differ
diff --git a/app/src/debug/res/mipmap-mdpi/ic_launcher_round.png b/app/src/debug/res/mipmap-mdpi/ic_launcher_round.png
new file mode 100644
index 00000000..09759485
Binary files /dev/null and b/app/src/debug/res/mipmap-mdpi/ic_launcher_round.png differ
diff --git a/app/src/debug/res/mipmap-xhdpi/ic_launcher.png b/app/src/debug/res/mipmap-xhdpi/ic_launcher.png
new file mode 100644
index 00000000..6ddd2b7d
Binary files /dev/null and b/app/src/debug/res/mipmap-xhdpi/ic_launcher.png differ
diff --git a/app/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.png b/app/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.png
new file mode 100644
index 00000000..bdc947fd
Binary files /dev/null and b/app/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.png differ
diff --git a/app/src/debug/res/mipmap-xhdpi/ic_launcher_round.png b/app/src/debug/res/mipmap-xhdpi/ic_launcher_round.png
new file mode 100644
index 00000000..8fac172c
Binary files /dev/null and b/app/src/debug/res/mipmap-xhdpi/ic_launcher_round.png differ
diff --git a/app/src/debug/res/mipmap-xxhdpi/ic_launcher.png b/app/src/debug/res/mipmap-xxhdpi/ic_launcher.png
new file mode 100644
index 00000000..e90e373f
Binary files /dev/null and b/app/src/debug/res/mipmap-xxhdpi/ic_launcher.png differ
diff --git a/app/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.png b/app/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.png
new file mode 100644
index 00000000..1c62b193
Binary files /dev/null and b/app/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.png differ
diff --git a/app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.png b/app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.png
new file mode 100644
index 00000000..b5de7794
Binary files /dev/null and b/app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.png differ
diff --git a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png
new file mode 100644
index 00000000..65d94474
Binary files /dev/null and b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png differ
diff --git a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.png
new file mode 100644
index 00000000..518b6b0b
Binary files /dev/null and b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ
diff --git a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.png b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.png
new file mode 100644
index 00000000..d9b34051
Binary files /dev/null and b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.png differ
diff --git a/app/src/debug/res/values/ic_launcher_background.xml b/app/src/debug/res/values/ic_launcher_background.xml
new file mode 100644
index 00000000..932688dc
--- /dev/null
+++ b/app/src/debug/res/values/ic_launcher_background.xml
@@ -0,0 +1,4 @@
+
+
+ #69F0AE
+
\ No newline at end of file
diff --git a/app/src/debug/res/values/strings.xml b/app/src/debug/res/values/strings.xml
new file mode 100644
index 00000000..eef0c09a
--- /dev/null
+++ b/app/src/debug/res/values/strings.xml
@@ -0,0 +1,3 @@
+
+ Chanu - Debug
+
\ No newline at end of file
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index b10cab36..2f3b977d 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -22,7 +22,7 @@
diff --git a/app/src/main/ic_launcher-playstore.png b/app/src/main/ic_launcher-playstore.png
new file mode 100644
index 00000000..bba1b4fb
Binary files /dev/null and b/app/src/main/ic_launcher-playstore.png differ
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
new file mode 100644
index 00000000..036d09bc
--- /dev/null
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
new file mode 100644
index 00000000..036d09bc
--- /dev/null
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher.png b/app/src/main/res/mipmap-hdpi/ic_launcher.png
new file mode 100644
index 00000000..4b69ba2c
Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher.png differ
diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png b/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
new file mode 100644
index 00000000..31b3a162
Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png differ
diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
new file mode 100644
index 00000000..6286ad68
Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_round.png differ
diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher.png b/app/src/main/res/mipmap-mdpi/ic_launcher.png
new file mode 100644
index 00000000..c0b1e263
Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher.png differ
diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png b/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
new file mode 100644
index 00000000..dc2c4495
Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png differ
diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
new file mode 100644
index 00000000..52417d22
Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_round.png differ
diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/app/src/main/res/mipmap-xhdpi/ic_launcher.png
new file mode 100644
index 00000000..7c0b7cf0
Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ
diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
new file mode 100644
index 00000000..bdc947fd
Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png differ
diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
new file mode 100644
index 00000000..ce12ea0f
Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ
diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
new file mode 100644
index 00000000..2f55a4a5
Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ
diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
new file mode 100644
index 00000000..1c62b193
Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png differ
diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
new file mode 100644
index 00000000..6b51229e
Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ
diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
new file mode 100644
index 00000000..f3d936f7
Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ
diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
new file mode 100644
index 00000000..518b6b0b
Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ
diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
new file mode 100644
index 00000000..4ef9a788
Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ
diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml
index ba352451..f5d2524d 100644
--- a/app/src/main/res/values-pl/strings.xml
+++ b/app/src/main/res/values-pl/strings.xml
@@ -1,6 +1,6 @@
- Chanu
+
Wątek
Zakup
Tablica
diff --git a/app/src/main/res/values-pt-rPT/strings.xml b/app/src/main/res/values-pt-rPT/strings.xml
index a196f7ee..6ae29228 100644
--- a/app/src/main/res/values-pt-rPT/strings.xml
+++ b/app/src/main/res/values-pt-rPT/strings.xml
@@ -1,6 +1,6 @@
- Chanu
+
Tópico
Comprar
Seção
diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml
index 1503c042..13953626 100644
--- a/app/src/main/res/values-pt/strings.xml
+++ b/app/src/main/res/values-pt/strings.xml
@@ -1,6 +1,6 @@
- Chanu
+
Tópico
Comprar
Seção
diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml
index 9efa3979..bd7dc8bc 100644
--- a/app/src/main/res/values-ru/strings.xml
+++ b/app/src/main/res/values-ru/strings.xml
@@ -1,6 +1,6 @@
- Chanu
+
Тема
Покупка
Доска
diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml
index 8c0d3f98..91b15185 100644
--- a/app/src/main/res/values/dimens.xml
+++ b/app/src/main/res/values/dimens.xml
@@ -467,7 +467,7 @@
(BL)
(IL)
/vg/
- Chanu
+
48dp
diff --git a/app/src/main/res/values/ic_launcher_background.xml b/app/src/main/res/values/ic_launcher_background.xml
new file mode 100644
index 00000000..894e0d3e
--- /dev/null
+++ b/app/src/main/res/values/ic_launcher_background.xml
@@ -0,0 +1,4 @@
+
+
+ #00C853
+
\ No newline at end of file
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index b3772c2a..01ca85f4 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -1,6 +1,8 @@
+ Chanu
+
Thread
Board
diff --git a/original_app_icon.png b/original_app_icon.png
new file mode 100644
index 00000000..14a1d27d
Binary files /dev/null and b/original_app_icon.png differ
diff --git a/original_app_icon_with_text.png b/original_app_icon_with_text.png
new file mode 100644
index 00000000..55556192
Binary files /dev/null and b/original_app_icon_with_text.png differ